/*-------各专业分类------*/
.profess_list_left{
    float: left;
    width: 850px;
}
.short_list_right{
    float: right;
}
/*--------------热门标题-----------*/

.profess_list_left h1{
    color: #121314;
    font-size:16px;
    font-weight: bolder;
    line-height: 50px;
    height: 50px;
}
.hot_title {
    color: #940000;
}
.profess_list_left img{
    margin-right: 5px;
    margin-top: -10px;
    width: 43px;
    height: 42px;
}
.profess_list_left h1 a{
    font-size: 16px;
    color: #737373;
    font-weight: normal;
    float: right;
}
/*-------------分类--------------------*/
.profess_list01 {
    margin-bottom: 30px;
}
.profess_list_left li{
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}
.profess_list_left ul li a{
    display: inline-block;
    width: 150px;
    height: 50px;
    border:1px solid #d2d2d2;
    background: #eeeeee;
    color: #121314;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    line-height: 55px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.profess_list_left ul li p{
    line-height: 0;

}

.profess_list_left ul li a:hover{
    color: #f33333;
    border:1px solid #f33333;
}

.profess_list_left h1 a:hover{
    color:#000000;
    font-weight: bolder;
}
/*-----------推荐学校------*/
.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: 72px;
    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;
    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;
}