.headlines_content_box{
   background: #f6f6f7;
}
/*背景图*/
.headlines_background{
    background-image: url(../../images/headlines/banner.png);
    width: 100%;
    height: 320px;
    zoom: 1;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.home_search_box{
    margin-top:10px;
}
/*水平导航条样式*/
.recommend_Tab_box{
    margin-top: 8px;
   margin-bottom: 15px;
}
.headlines_nav_box .layui-nav{
    height: 50px;
    background: white;
    border-radius: 6px;
    color: #333333;
    padding: 0;
}
.headlines_nav_box .layui-nav .layui-nav-item{
    line-height: 50px;
}
.headlines_nav_box .layui-nav  a {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}
.headlines_nav_box .layui-nav  a:hover {
    color: #febe10;
}
.headlines_nav_box .layui-nav  .layui-this a{
    color: #febe10 !important;
}
.headlines_nav_box .layui-nav .layui-this:after {
    height: 2px;
    background-color: #febe10;
}
.headlines_nav_box .layui-nav .layui-this:after {
    content: '';
    top: auto;
    bottom:16%;
    width: 22%;
    left: 38%;
}
.headlines_nav_box .layui-nav-bar{
    display: none;
}
/*数据展示盒子*/
.headlines_content_botom{
    margin-top: 16px;
}
.clear_both_content{
    clear: both;
}
/*左边内容*/
.information_left_content{
    width: 860px;
    float: left;
}
.headlines_ul{
    background: white;
    border-radius: 4px;
}
.headlines_li{
    padding: 14px 0;
    border: 2px solid white;
    border-bottom: solid 1px #f2f2f2;
    padding:8px 16px 12px 16px;
    /*border-radius: 4px;*/
}
.headlines_li:last-child {
    border: 2px solid white;
}
.headlines_li:hover{
    border: 2px solid rgba(254, 190, 16, 1);
}
.headlines_caption{
    width: 784px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.headlines_caption:hover{
    color:#febe10;
}
.headlines_matter{
    padding:6px 0 8px 0;
    font-size: 14px;
}
.headlines_matter .top_p_text{
    color: #ff1e1e;
    margin-right: 6px;
}
.headlines_matter .matter_text{
    width: 784px;
    color: #7b7b7b;
}
/*快聘群图片*/
.headlines_img_box{
    padding-bottom:8px;
}
.headlines_img_box div{
    width: 160px;
    height: 112px;
    margin-right: 12px;
}
.headlines_img_box div img{
    width: 160px;
    height:100%;
    object-fit: cover;
    border-radius: 4px;
}
/*快聘群数量展示*/
.headlines_num_box{
    color: #7b7b7b;
}
.headlines_num_box span{
    font-size: 14px;
    margin-left:4px;
    vertical-align: middle;
}
.headlines_right_num{
    margin-left: 10px;
}
.headlines_tips_form{
    font-size: 14px;
    margin-left:10px;
}
/*分页*/
.paging_page_box {
    margin-top: 12px;
    margin-bottom:10px;
}
/*右边内容*/
.information_right_content{
    width: 294px;
    /*max-height: 530px;*/
    float: right;
    margin-bottom: 12px;
}
/*上半部分内容*/
.job_hot_top_box {
    height: 62px;
    background: white;
}
.right_hot_img {
    width: 294px;
    margin-top: -12px;
}
.hot_top_content {
    padding: 6px 12px;
    line-height: 32px;
}
.hot_top_content span {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-left: 10px;
}
/*下面数据展示*/
.job_hot_bottom{
    margin-top: 4px;
    background: white;
}
.hot_bottom_ul {
    /*padding: 6px 12px;*/
}
.hot_bottom_li{
    border: 2px solid white;
    border-bottom: 1px solid #fafafa;
}
/*.hot_bottom_li:last-child {*/
    /*border: none;*/
/*}*/
.hot_bottom_li:hover{
    border: 2px solid rgba(254, 190, 16, 1);
}

.hot_bottom_li a {
    display: inline-block;
}
.content_left_box_hot{
    margin-left:12px;
}
.hot_bottom_list{
    margin: 12px 0;
    padding: 6px 12px;
}
.headlines_icon_text{
    color: #d5d5d5;
    font-size: 26px;
    font-weight: 600;
}
/*.headlines_icon_text:hover{*/
    /*color:#febe10;*/
/*}*/
.headlines_icon0{
    background-image: url(../../images/headlines/one.png);
    width: 28px;
    height:36px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    font-size: 0;
}
.headlines_icon1{
    background-image: url(../../images/headlines/two.png);
    width: 26px;
    height:34px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    font-size: 0;
}
.headlines_icon2{
    background-image: url(../../images/headlines/three.png);
    width: 28px;
    height:36px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    font-size: 0;
}
.headlines_caption_two{
    width: 236px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 4px;
}
.headlines_caption_two:hover{
    color:#febe10;
}
