.mianbao{
    width: 1200px;
    height: 63px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}
.mianbao a{
    color: #8F8F8F;
    font-size: 18px;
    padding-right: 5px;
    padding-left: 5px;
}
.mianbao a:nth-last-child(1) {
     color: #EDAA40;
 }
.mianbao {
    color: #8F8F8F;
}
.nownav{
    color: #EDAA40 !important;
}
.content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.c-left, .c-right {
    margin-top: 22px;
}
.c-left-top{
    margin-bottom: 40px;
}
.name{
    width: 265px;
    height: 100px;
    background: #EDAA40;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.name-ch{
    font-size: 30px;
    color: #fff;
    padding-bottom: 1px;
}
.name-en{
    font-size: 16px;
    color: #fff;
}
.c-left, .c-right {
    margin-top: 22px;
}
.c-left .nav{
    width: 263px;
    min-height: 50px;
    border: 1px solid #E8E8E8;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.c-left .nav a{
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #8F8F8F;
    margin-bottom: 30px;
    position: relative;
}
.c-left .nav a.active {
    color: #EDAA40;
}
.yuan{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 13px;
    margin-left: 32px;
    background: #8F8F8F;
}
.c-left .nav-title{
    font-size: 18px;
    padding-right: 73px;
}
.c-left .nav-right{
    font-size: 20px;
    position: absolute;
    right: 25px;
}
.c-left .nav a:hover{
    color: #EDAA40;
}
.c-left .nav a:first-child{
    padding-top: 27px;
}
.c-l-b-top{
    width: 263px;
    height: 117px;
    overflow: hidden;
}
.c-l-b-top img{
    width: 100%;
}
.c-l-b-center{
    width: 261px;
    height: 100px;
    display: flex;
    border: 1px solid #F5F5F5;
    border-top: none;
}
.c-l-b-item{
    width: 33.3%;
    border-right: 1px solid #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.c-l-b-item:last-child{
    border-right: none;
}
.c-l-b-item img{
    width: 35px;
    height: 35px;
    margin-bottom: 4px;
}
.c-l-b-item a{
    font-size: 14px;
    color: #6a6a6a;
}
.c-l-b-bottom{
    width: 261px;
    height: 60px;
    font-size: 18px;
    margin-bottom: 50px;
    border: 1px solid #F5F5F5;
    border-top: none;
    color: #6a6a6a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-l-b-bottom span{
    color: #EDAA40;
    font-size: 23px;
}
.c-right{
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.c-r-item{
    padding-bottom: 23px;
    margin-bottom: 35px;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    justify-content: space-between;
}
.c-r-item:first-child{
    /*margin-top: 22px;*/
}
.c-r-i-left{
    width: 260px;
    height: 180px;
    overflow: hidden;
    text-align: center;
}
.c-r-i-left img{
    /*max-width: 260px;*/
    height: 180px;
    margin: 0 auto;
}
.c-r-i-right{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 65%;
}
.c-r-title{
    font-size: 18px;
    color: #171717;
    padding-bottom: 15px;
}
.c-r-title a{
    font-size: 18px;
    color: #171717;
    padding-bottom: 15px;
}
.c-r-nr{
    width: 585px;
    text-align: justify;
    font-size: 14px;
    color: #757575;
    line-height: 20px;
    padding-bottom: 30px;
}
.c-r-button{
    width: 105px;
    height: 30px;
    border-radius: 30px;
    border:1px solid #EDAA40;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #EDAA40;
}
.c-r-button a{
    color: #EDAA40;
}


/*爱乐分校列表页*/


.c4-nr{
    /*padding-left: 25px;*/
    margin-top: 20px;
}
.c4-nr div{
    display: flex;
}
.c4-nr p{
    font-size: 14px;
    color: #757575;
    padding-left: 7px;
    padding-bottom: 15px;
    height: 20px;
}
.c4-more{
    text-align: center;
    font-size: 18px;
    padding-bottom: 50px;
    padding-top: 22px;
}