/*--------------banner------------------*/
.bannner_bt{
    display: block;
    width:226px ;
    height:72px;
    position: absolute;
    top:125px;
    left:600px;
    z-index:2;
}
.swiper-container{
    height: 300px;
}
/*----------------当前位置----------------------*/
.Current_Location{
    height: 66px;
    line-height: 66px;
    font-size: 14px;
    color: #121314;
}
.Current_Location span{
    height: 66px;
    line-height: 66px;
    color: #696969;
}


/*------------------学校排行-------------------------*/
.school_01{
    height: 660px;
    background: white;
    border-radius: 10px;
    box-shadow: 4px 2px 20px #bbb8b8;
}

.school_left{

    float: left;
}
.school_left>img{
    width: 706px;
    height: 320px;
    position: relative;
}
.interval {
    margin-top: 50px;
}
/*---------------------热门指数-------------------------*/
.school_left{
    width: 706px;
    height: 320px;
    background: url("../images/Characteristic_school_zs.png" ) no-repeat center/cover;
}
.school_left_information{
    margin-top:30px;
    margin-left:30px;
}
.school_line{
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background:#f18c8c;
}

.school_left_information h3{
    font-size: 30px;
    color:#f18c8c;
    margin-top: 10px;
    letter-spacing: 2px;
}
.school_left_information h4{
    color: #f18c8c;
    font-size: 14px;
    margin-top: 20px;
}
/*-----------------------热门指数背景---------------------------*/
.second  .school_left{
    background: url("../images/Characteristic_school_zx.png" ) no-repeat center/cover;
}
.third .school_left{
    background: url("../images/Characteristic_school_xx.png" ) no-repeat center/cover;
}
.fourth .school_left{
    background: url("../images/Characteristic_school_xx2.png" ) no-repeat center/cover;
}

/*---------------------学校信息-------------------------*/
.school_right {
    float: left;
    width: 494px;
    height: 320px;
    border-bottom: 1px solid #d2d2d2;
}
.school_right ul{
    margin-top: 40px;
    margin-left: 30px;
    width: 430px;
}
.school_right li{
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    width: 430px;
    overflow: hidden;
}
.school_right h3{
    font-size: 24px;
    color: #121314;
}
.school_right p{
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 10px;
    line-height: 20px;
}
.school_right a:hover p{
    color:#333333;
}
.school_right  li:last-child a{
    display: inline-block;
    font-size: 24px;
    color:#121314;
    background:#f18c8c;
    border-radius: 2px;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.school_right  li:last-child a:hover{
    color: white;
}


/*-----------------相关专业-热门排行-----------------------*/
.school_bottom{
    padding: 0 30px;
}
.school_bottom_titile{
    height: 70px;
    line-height: 70px;
    color: #121314;
    font-size: 24px;
    letter-spacing: 2px;
}
.school_bottom_titile h3{

}
.school_bottom_titile a{
    display: inline-block;
    float: right;
    color: #121314;
}
.school_bottom li{
    float: left;

}
.school_bottom li img{
    width: 350px;
    height: 200px;
    border-radius: 5px;
}
.school_bottom li:nth-of-type(2){
    margin-left: 40px;
}
.school_bottom li:nth-of-type(3){
    margin-left: 40px;
}
.school_bottom li p{
    font-size: 16px;
    color: #121314;
    text-align: center;
    margin-top: 10px;

}
/*-----------------推荐阅读-----------------*/
.reading{
    margin-top: 50px;
}
.reading h1{
    font-size: 30px;
    color: #121314;
    text-align: center;
}

.reading ul{
    float: left;
    margin-left: 45px;
    margin-top: 30px;

}
.reading ul li {
    line-height: 28px;
    width: 265px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.reading ul li a:hover{
    color: #940000;
}
.reading ul li a{
    font-size: 16px;
    color: #525252;
}
/*-----------快速登记按钮------------*/
.login_con{
    text-align: center;

}
.login_con img{
    margin-top: 50px;
}












