html,body{
    overflow-x: hidden;
    background: #f9f9f9;
    font-family: PingFang-SC-Heavy, PingFang-SC;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #999999;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#999999;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#999999;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#999999;}
.container{
    overflow: hidden;
    padding-bottom: 20px;
}
.top_banner{
    display: block;
    margin: 0 auto 40px;
    width: 1920px;
    height: 380px;
}
.container>.clist,.container .cur_posts,.container .hot_posts{
    float: left;
}
.container>.clist{
    width: 180px;
    margin-right: 16px;
    overflow: hidden;
    background: #fff;
}
.container .cur_posts{
    width: 711px;
    margin-right: 16px;
    background: #fff;
}
.container .hot_posts{
    width: 277px;
    padding: 29px 16px;
    box-sizing: border-box;
    background: #fff;
}
.container>.clist li{
    width: 180px;
    height: 36px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #222222;
    line-height: 36px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}
.container>.clist li.cur{
    background: #DC183C;
    color: #fff;
}
.container .cur_posts{
    padding: 0 20px;
    box-sizing: border-box;
}
.container .big_title>h3,.hot_posts>h3{
    width: 100px;
    height: 25px;
    font-size: 18px;
    font-weight: 800;
    color: #222222;
    line-height: 25px;
    float: left;
}
.container .cur_posts .big_title{
    overflow: hidden;
    height: 53px;
    border-bottom: 1px solid #ECECEC;
    padding-top: 30px;
}
.container .cur_posts .input_box{
    float: right;
    position: relative;
    margin-top: -10px;
}
.cur_posts .input_box input{
    border: 0;
    width: 300px;
    height: 44px;
    background: #F2F2F2;
    border-radius: 25px;
    padding: 0 50px 0 25px;
    color: #222222;
    font-size: 14px;
    box-sizing: border-box;
}
.cur_posts .input_box .s_btn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.cur_posts .clist li{
    margin-top: 32px;
}
.cur_posts .clist li h3,.hot_posts li h3{
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 8px;
}
.cur_posts .clist li h3:hover a,.hot_posts li h3:hover a{
    color: #DC183C;
}
.cur_posts .clist{
    overflow: hidden;
    min-height: 350px;
    padding-bottom: 23px;
}
.cur_posts .clist li h3 a,.hot_posts li h3 a{
    color: #222222;
}
.cur_posts .clist p span{
    padding-left: 17px;
    margin-right: 15px;
    font-size: 14px;
}
.cur_posts .clist p span:nth-child(1),.hot_posts p span:nth-child(1){
    background: url(/images/hrrecruit/firm_name_icon.png) no-repeat left center;
    background-size:14px 14px ;
}
.cur_posts .clist p span:nth-child(2),.hot_posts p span:nth-child(2){
    background: url(/images/hrrecruit/firm_add_icon.png) no-repeat left center;
    background-size:14px 14px ;
}
.cur_posts .clist p span:nth-child(3),.hot_posts p span:nth-child(3){
    background: url(/images/hrrecruit/firm_date_icon.png) no-repeat left center;
    background-size:14px 14px ;
}
.hot_posts>h3{
    width: 100%;
    margin-bottom: 30px;
    float: none;
}
.hot_posts .clist li{
    padding-top: 16px;
    border-top: 1px solid #ECECEC;
    margin-bottom: 16px;
}
.hot_posts p span{
    display: block;
    margin-bottom: 8px;
    padding-left: 17px;
    font-size: 14px;
}
.hot_posts li h3{
    margin-bottom: 8px;
    min-height: 22px;
    height: auto;
}
.no_data{
    width: 160px;
    text-align: center;
    margin: 163px auto 0;
    display: none;
    min-height: 350px;
}
.no_data img{
    width: 62px;
    height: 62px;
}
.no_data p{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #BDBDBD;
    line-height: 20px;
    margin-top: 22px;
}
.pageBox{
    width: 100%;
}
.pageBox .gopage{
    display: block;
    margin: 0 auto;
}
.page span{
    margin-right: 15px;
}