.school_close{
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.school_popup_form>p{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin: 20px 0;
}
.school_popup_form button{
    width: 400px;
    height: 56px;
    background: #EDEDED;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
}
.school_popup_form {
    padding: 14px 20px;
}.school_popup_form label select {
    color: #666;
}

.school_popup_form  label select,.school_popup_form  label input{
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: right;
    appearance: none;

    background: #fff;
    height: 100%;
    width: 70%;
    text-indent: 1em;
    outline: none;
}
.school_popup_form  label p span{
    color: #F15645;
    font-weight: bold;
    margin-right: .5vw;
}
.school_popup_form  label{
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}
.school_popup_mask{
    display:none;
    opacity: 0.34;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #000;
    left: 0;
    z-index: 10;
}
.school_popup{
    display: none;
    position: fixed;
    left: 50%;
    border-radius: 5px;
    top: 170px;
    width: 430px;
    background: url(/statics/theme/img/mobile/school_bg.png) #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 530px;
    margin-left: -215px;
    text-align: center;
    font-weight: bold;
    color: #B0400D;
    z-index: 20;
}
#school_popup_close{
    width: 6vw;
    height: 6vw;
    position: absolute;
    right: 33vw;
    cursor: pointer;
    bottom: -8vw;}
p.school_popup_desc {
    font-size: 3.5vw;
    margin-bottom: 5vw;
    margin-top: 1vw;
}
p.school_popup_tit {
    font-size: 6vw;
}
.school_popup_text{
    font-size: 3.4vw;
    color: #333333;
}
.school_popup_header>div{

    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    text-align: left;
    margin-left: 20px;
    color: #F15645;
    font-weight: bold;
    font-size: 22px;
    
}
.school_popup_header>div>p{
    margin-bottom: .6vw;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}
.school_popup_header{
    display: flex;
    padding: 28px 15px;
}
.school_popup_header img{

    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: inline;
}

.ckyx button{
width: 94px;
text-align: center;
cursor: pointer;
height: 40px;
line-height: 40px;
background: #FFFFFF;
border-radius: 10px;
border: 1px solid #FFB0B1;
color: #F15645;}
.ckyx_btn1{
margin: 0px 6px;
}
.ckyx .ckyx_btn2{
margin-top: 18px;
border: none;
width: 200px;
height: 40px;
background: #F15645;
border-radius: 10px;
color: #fff;
}
.ckyx{
display: none;
position: absolute;
width: 100%;
height: 100%;
top: 0;
background-color: rgb(0 0 0 /.3);
left: 0;
z-index: 1;
align-items: center;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}

.school_list .single_school:hover .ckyx{display:flex;}




.none {
  display: none;
}
/* 面包屑 */
.maximum .middlecontent .center .crumbs{
    height: 46px;
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 10px;
}
.maximum .middlecontent .center .crumbs ul{
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 30px;
}
.maximum .middlecontent .center .crumbs ul a{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.maximum .middlecontent .center .crumbs ul li:last-child{
    color: #B34746;
    font-size: 14px;
    font-weight: 400;
}
/* 中间部分css */
.middlecontent{
    width: 100%;
    background-color: #F5F5F5;
}
.middlecontent .center{
    width: 1200px;
    margin: auto;
}
.middlecontent .center .recruit_img{
    display: flex;
    align-items: center;
    background-image: url(/statics/theme/img/content/bg_banner.jpg);
    width: 100%;
    height: 133px;
    background-repeat: repeat;
    background-size: cover;
}
.recruit_img p{
    font-size: 44px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-style: italic;
    color: #FFFFFF;
    text-shadow: 0px 9px 11px rgba(228,94,42,0.69);
    margin-left: 139px;
}
.recruit_img span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    text-shadow: 0px 9px 11px rgba(228,94,42,0.69);
    margin-left: 35px;
    margin-top: 16px;
}
.middlecontent .center .filtrate{
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    box-sizing:border-box;
    margin-top: 10px;
}
.middlecontent .center .filtrate form{
    display: flex;
}
.middlecontent .center .filtrate form .academy{
    width: 250px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px 0 0 4px;
    outline: none;
    padding-left: 18px;
}
.middlecontent .center .filtrate form .sousuo{
    width: 50px;
    height: 40px;
    background: #B34746;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.middlecontent .center .filtrate .option{
    margin-left: 12px;
    margin-top: 20px;
}
.middlecontent .center .filtrate .option li{
    display: flex;
    margin-bottom: 30px;
}
.middlecontent .center .filtrate .option li .option_left{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    flex: 0 0 auto;
    line-height: 31px;
}
.middlecontent .center .filtrate .option li .option_right{
    margin-left: 45px;
}
.middlecontent .center .filtrate .option li .option_right span{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-right: 25px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 0;
}
.middlecontent .center .filtrate .option li .option_right .selected{
    border-radius: 4px;
    padding: 3px 12px;
    color: #ff2e30;
    background: #ffece8;
}
/* 所有院校 */
.no_result {

    text-align: center;
    width: 100%;
    padding: 40px 0;
    font-size: 26px;
    color: #CACACA;
    background: #fff;
    margin-bottom: 18px;
    }

.middlecontent .center .school_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1200px;
    margin-top: 18px;
}
.school_list .single_school{
    width: 288px;
    background: #FFFFFF;
    padding: 0 16px 12px;
    box-sizing: border-box;
    margin: 0 16px 16px 0;
    height: 170px;
    position: relative;
}
.school_list .single_school:nth-child(4n){
    margin-right: 0;
}
.school_list .single_school .top{
    padding: 15px 12px 0;
    display: flex;
    align-items: center;
}
.school_list .single_school .top div:first-child img{
    width: 60px;
    height: 60px;
}
.school_list .single_school .top .name{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-left: 15px;
}
.school_list .single_school .top .name p{
    width: 157px;
    overflow: hidden;
    max-height: 60px;
    
}
.school_list .single_school .location{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E8E8E8;
}
.school_list .single_school .location span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.school_list .single_school .label{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.school_list .single_school .label li{
    padding: 2px 8px;
    background: #FFF7F1;
    border: 1px solid #FE943F;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #EB7B21;
    margin: 0 8px 6px 0;
}

/* 热门工具 */
.middlecontent .hot{
    width: 100%;
    background:#fff;
    box-sizing: border-box;
    padding: 30px 20px;
    background: #fff;
}
.index_mian_hotTools{
    width: 100%;
    height: 145px;
    background: url(../../img/content/bg_index_NinthBg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    
}
.index_mian_hotTools>p{
    width: 48px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 45px;
}
.index_mian_hotTools>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 155px;
    margin-top: 28px
}
.index_mian_hotTools>div>div{
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    width: 804px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_mian_hotTools_toolList{
    display: flex;
    align-items: center;
    width: 25%;
    margin: 10px 0;
}
.index_mian_hotTools_toolList>img{
    width: 34px;
    height: 34px;
}
.index_mian_hotTools_toolList>a{
    font-size: 18px;
    font-weight: 400;
    color: #B34746;
    margin-left: 11px;
}
.index_mian_hotTools_toolList>a:hover{
     font-size: 20px;
     transition: all .2s;
     text-decoration: underline;
}
.tool_marginLeft{
    margin-left: -15px;
}
/* 热门工具结束  */


/*分页器*/
.pages {
    text-align: center;
  }
.pages a,
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px 0;
}

.pagination>li {
    display: inline;
}

.pages a,
.pages span,
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    color: #535353;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
    width: 31px;
    line-height: 30px;
    text-align: center;
    margin: 0 4px;
    border-radius: 4px;
    font-size: 14px;
}
.pages {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.pages a {
    cursor: pointer;
}
.pages a.a1 {
    width: auto;
    padding: 0 6px;
}
.pages a:hover,
.pages span {
    z-index: 3;
    background: #FFF4F4;
    border: 1px solid #B34746;
    color: #B34746;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #0c68f1;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    cursor: default;
    background: #FFF4F4;
    border: 1px solid #B34746;
    color: #B34746;
}