/*-------筛选区--------*/
.filter_area li{
    float: left;
}
.filter_area ul{
    width: 1120px;
    float: left;
}
.filter_area a{
    color: #4a4a4a;
    font-size: 14px;
    display: inline-block;
    padding: 1px 15px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border:1px solid transparent;
    margin-left: 5px;
}
.filter_area a:hover{
    border:1px solid #940000;
    color: #940000;
}
/*---------课程分类---------*/


.course span{
    float: left;
    margin-top: 6px;
}
/*-------------省份筛选---------*/
.province{
    margin-top: 10px;
}
.province span{
    float: left;
    margin-top: 6px;
}

/*----------排行筛选-----------*/
.ranking {
    margin-top: 20px;
}
.ranking a{
    color: #4a4a4a;
    font-size: 14px;
    display: inline-block;
    padding: 1px 15px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border:1px solid #4a4a4a;
    margin-left: 10px;
}
.ranking li{
    margin-left: 20px;
}
/*-----------默认情况----------*/
.current a{
    border:1px solid #940000;!important;
    color: #940000;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
/*----------------广告---------------*/
.short_term_ad{
    margin-top: 40px;
}

/*--------------------学校排名------------------*/
.short_school_list{
    margin-top: 30px;
}
.short_list_left{
    width: 850px;
    float: left;
}
.short_infor_left{
    float: left;
}
.short_infor_left img{
    width: 173px;
    height: 150px;
    border-radius: 10px;
}
.short_list_left li{
    margin-top: 40px;
}
.short_infor_right{
    float: left;
    margin-left: 20px;
}
.short_infor_right p{
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 10px;
    width: 490px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.short_infor_right p img{
    padding-right: 6px;
}
.short_infor_right h2{
    font-weight: bold;
    color: #940000;
    font-size: 18px;
}

.short_infor_right span{
    display: inline-block;
    margin-top: 10px;
    padding: 4px 10px;
    background:#e5e5e5;
    border-radius:50px;
    font-size: 14px;
    color: #4a4a4a;
}
.short_infor_right a{
    font-size: 14px;
    color: #4a4a4a;
}
.short_infor_right span img{
    padding-right: 3px;
}
.short_authentication{
    float: right;
    line-height: 148px;
    margin-right: 40px;
}



/*-------------翻页-------------*/
.pagnation{
    margin: 50px 0;
}

select{
    margin-left: -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: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;
}






