body{
    background: #f8f8f8;
}
.over_ell{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 头部院校介绍 */
.ban_bck{
    width: 100%;
    max-width: 1920px;
    height: 252px;
    
    margin: 0 auto;
}
.ban_con{
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, .5);
    padding-top: 62px;
    color: #fff;
    box-sizing: border-box;
}
.school_icon{
    width: 112px;
    float: left;
    margin:0 30px;
}
.school_icon img{
    display: block;
    max-width: 100%;
}
.school_type{
    width: 300px;
    float: left;
    /* background: red; */
}
.school_type h2{
    font-size: 26px;
    color: #fff;
}
.school_type dl{
    margin-top: 24px;
}
.school_type dl dd{
    display: inline-block;
    min-width: 49px;
    height: 21px;
    padding:0 8px;
    border-radius:10px;
    background: #f5a500;
    font-size: 16px;
    text-align: center;
    line-height: 21px;
    margin-left: 10px;
    box-sizing: border-box;
}
.school_type dl dd:first-of-type{
    margin-left: 0;
}
.school_type p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 22px;
}
.school_introduce{
    width: 620px;
    margin-right: 20px;
    float: right;
    font-size: 16px;
}
.school_item1 li{
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    background-image:url("/images/yz/iconAll.png");
    background-repeat:no-repeat;
    padding-left: 24px;
    box-sizing: border-box;
}
.school_item1 li:nth-of-type(1){
    width: 170px;
    background-position:-10px -110px;

}
.school_item1 li:nth-of-type(2){
    width: 186px;
    background-position:-10px -8px;
}
.school_item1 li:nth-of-type(3){
    width: 200px;
    background-position:-10px -76px;
    
}
.school_introduce>p{
    margin-top: 20px;
    background-image:url("/images/yz/iconAll.png");
    background-repeat:no-repeat;
    padding-left: 24px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.school_introduce>p:nth-of-type(1){
    background-position:-10px -41px;
}
.school_introduce>p:nth-of-type(2){
    background-position:-10px -145px;
}
.school_introduce>p:nth-of-type(3){
    background-position:-10px -180px;
}
/* 头部院校介绍 end */
.school_navbg{
    height: 70px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
}
.school_nav{
    width: 960px;
    height: 70px;
    padding-right: 1px;
    box-sizing: border-box;
    position: relative;
}
.indexbtn{
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: 700;
    color: #ff9d00;
    padding:0 32px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    float: left;
}
.school_nav a{
    display: block;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #333;
    padding:0 32px;
    font-size: 18px;
    text-align: center;
}
.school_nav a:hover{
    font-weight: 700;
    color: #fff;
    background: #ff9d00;
}

/* 新导结束 */
.navbtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 56px;
    height: 70px;
    float: right;
    margin-right: 6px;

}
.navbtn li{
    width: 23px;
    height: 30px;
    border-radius: 5px;
    background:#ff9d00 url("/images/yz/nav_btnbg.png") no-repeat 7px center;
    cursor: pointer;
}
.navbtn li:nth-of-type(2){
    transform: rotate(180deg);
}
.navbtn .nextStop,.navbtn .prevStop{
    background:#d4d4d4 url("/images/yz/nav_btnbg.png") no-repeat 7px center;
}
.school_con{
    margin:0 auto 28px;
}
/* 院校左侧 */
.school_left{
    width: 880px;
    background: #fff;
    padding:1px 32px 40px;
    box-sizing: border-box;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0,.03);
}
.type_list dt{
    height: 46px;
    border:1px solid #eeeeee;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 46px;
    position: relative;
    padding-left: 19px;
    box-sizing: border-box;
    margin-top:32px;
}
.type_list dt::before{
    display: inline-block;
    content:"";
    width: 5px;
    height: 100%;
    background: #ff9d00;
    position: absolute;
    left: 0;
    top: 0;
}
.type_list dd{
    font-size: 16px;
    color: #999;
    margin-top: 24px;
    line-height: 18px;
}
.type_list dd{
    zoom: 1;
}
.type_list dd::after{
    display: block;
    content:".";
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.type_list dd a{
    display: inline-block;
    width: 578px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    float: left;
}
.type_list dd span:first-of-type{
    float:left;
}

.type_list dd span:last-of-type{
    float:right;
}
/* 左侧底部布局 */
.left_end{
    text-align: center;
    font-size: 14px;
    margin-top: 48px;
    color: #666;
}
.left_end img{
    display: block;
    margin: 0 auto;
}
.left_end p{
    margin: 12px 0 14px;
}
.left_end p span{
    color: #f5a500;
}
.left_end div span{
    display: inline-block;
    min-width: 60px;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
    margin-left: 10px;
    font-size: 12px;
    padding:0 10px;
    box-sizing: border-box;
}
.left_end div span:nth-of-type(1){
    margin-left: 16px;
    background: #fff0e7;
}
.left_end div span:nth-of-type(2){
    background: #feeeff;
}
.left_end div span:nth-of-type(3){
    background: #f0faff;
}

.statement{
    margin: 45px 0 0 16px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
/* 左侧底部布局 end */




