.swiper-container{
    height: 300px;
}

/*----------------招生信息left-----------------*/
.enrolment_list_left{
    float: left;
    width: 850px;
    padding-bottom: 50px;
    margin-top: 20px;
}
.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 p{
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 5px;
    padding-bottom: 10px;
    width: 838px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
}
.enrolment_list_left  li{
    border-bottom: 1px dashed #d2d2d2;
    margin-top: 20px;
/*    height: 80px;*/
}
.enrolment_list_left li:first-child{
    margin-top: 0;
}
.enrolment_list_left li:hover h1{
    color: #940000;
}

.pagnation{
    margin-top: 30px;
}
/*----------------招生信息right-----------------*/
.short_list_right {
    margin-top: 0;
}


/*-----------推荐学校------*/
.recommended_schools_img ul{
    margin-top: 20px;
}
.recommended_schools_img img{
    width: 92px;
    height: 75px;
}
.recommended_schools_img li{
    float: left;
    margin-left: 12px;
}
.recommended_schools_img p{
    font-size: 14px;
    text-align: center;
    color: #121314;
    margin: 10px 0;
    width: 92px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}

/*------------------快速登记--------------*/
.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:382px;
    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;
    margin-left: -45px;
}
.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;
}

.short_yl{
    margin-bottom: 50px;
}






