/*-------header-----------*/
.ihb_bottom>div:nth-of-type(1)>img{
    width: 375px;
    height: 75px;
}

/*-------------导航-----------*/
.header-wrap {
    background: #ff6868;
    width: 100%
}
.navbar{
    padding-left: 0;
}
.navbar a{
    padding: 0 15px;
}
.currenty{
    border-bottom: 3px solid #fff;
}

/*---------------------*/
/*----------------招生信息left-----------------*/
.enrolment_list_left{
    float: left;
    width: 850px;
}
.enrolment_list_left h1{
    font-size: 16px;
    font-weight: bold;
    color: #121314;
    width: 630px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;


}
.enrolment_list_left>ul>li>a>p{
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 838px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
/*    height: 32px;*/
    line-height: 24px;
}
.enrolment_list_left>ul>li{
    border-bottom: 1px dashed #d2d2d2;
    margin-top: 30px;
   /* height: 80px;*/
}
.enrolment_list_left li:first-child{
    margin-top: 0;
}
.enrolment_list_left{
    margin-top: 20px;
}



/*--------------标题-----------*/
.usban_title h1{
    font-size: 16px;
    color: #121314;
    height: 40px;

    font-weight: normal;
}
.usban_title span{
    width: 6px;
    height:18px;
    background: #ff9c00;
    display: inline-block;
    margin-right: 10px;
}
/*--------------热门推荐学校------------*/
.introduction_school{
    margin-top: 50px;
    position: relative;
}
.introduction_school li{
    float: left;
    height:220px;
    text-align: center;
    margin: 0;
    padding-left: 39px;

}
.introduction_school li:first-child{
    padding-left: 0;
}
.school_qh {
    width: 730px;
    overflow: hidden;
    height: 220px;
    margin: 20px auto 20px;
}
.school_qh img{
    width: 217px;
    height: 189px;
}
.arrow_left img{
    position: absolute;
    left: 3%;
    bottom: 40%;
    cursor: pointer;
}
.arrow_right img{
    position: absolute;
    right: 3%;
    bottom: 40%;
    cursor: pointer;
}
.school_qh li p{
    text-align: center;
    color: #414141;
    font-size: 16px;
    margin-top: 10px;
}
.school_qh li a:hover p{
    color: #3d3d3d;
}
/*----------------招生信息right-----------------*/
.short_list_right {
    margin-top: -135px;
}
select{
    margin-left: -50px;
}
/*---------登记-------*/
form{
    height: 422px;
}
input[type="submit"]{
    margin-top: 5px;
}
.short_yl{
    margin-bottom: 50px;
}
/*------------------快速登记--------------*/
.short_register{
    margin-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.short_register h2{
    font-size:18px;
    font-weight: bold;
    color: #373637;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.short_register form{
    width:303px;
    height:422px;
    background:linear-gradient(0deg,rgba(251,181,158,1) 0%,rgba(255,235,209,1) 100%);
    border-radius:20px;
}
.short_register form label{
    font-size: 14px;
    color: #686868;
    left:10px;
    position: absolute;
    z-index: 99;
    line-height: 30px;
}
.short_register form li{
    text-align: center;
    width:260px;
    height:33px;
    background:rgba(255,255,255,1);
    position:relative;
    font-size: 12px;
    margin: 0 auto 12px;
}
.short_register form input{
    left: 50px;
    width:200px;
    height: 30px;
    position: absolute;
    border:0;
}
.short_register form li{
    position:relative;
}
.short_register select{
    left: 100px;
    width:200px;
    height: 30px;
    position: absolute;
    border:0;
    background: #ffffff;
}
.short_register select option{
    margin-left: 100px;
}
.short_register button{
    width:160px;
    height:41px;
    background:rgba(243,120,0,1);
    border-radius:5px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.pagnation{
    margin-top: 50px;
}






