/*内页标题*/
.subnav_title{
    background:url("/images/about_biao.jpg") no-repeat center center;
    text-align: center;
    font-size: 18px;
}
.subnav_title p{ font-size: 14px; color: #ccc; font-family: "宋体"; }
.sub_nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom:1px solid #e2e2e2 ;
}
.sub_nav li{ padding: 0 20px; }
.sub_nav li a{
    display: block;
    font-size: 18px;
    padding-bottom: 30px;
    position: relative;
    color: #292929;
}
.sub_nav li:hover a,.sub_nav_active{color: #7b860c!important;}
.sub_nav li:hover a::after, .sub_nav_active::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #7b860c;
}
.subnav_title h2{ font-size: 27px; }

/*单页c49658*/
.page-title{text-align: center;}
.page-title h2{font-size: 25px;}
.page-text{ line-height:30px; color: #686868;}
.page-time{ padding:15px 0; border-bottom: 1px dashed #999;}
.detail-button{display: flex;justify-content: space-between;}
.back{
    margin: 20px auto;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 5px;
}
.back:hover{background: #ccc}
.sub_site {font-size: 13px; padding-top:20px;padding-bottom:20px; border-bottom: 1px solid #e5e5e5;}
.sub_site a{ color: #999; }
.sub_site .iconfont{ padding-right: 10px; }

/*视频*/
.video{
    text-align: center;
}
.video iframe{
    width: 800px;
    min-height: 400px;
}	

/*map*/
.mapwrap{padding: 1%;box-sizing: border-box;background: #FFF; border:solid 1px #CCC; }

/*人才招聘列表*/
.job{
    margin: auto auto 40px auto;
    text-align: center;
}
.job table{ 
    padding: 0 2%;
    width: 100%;
}
.job tr{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebeef5;
    color: #606266;
    font-size: 15px;
}
.job tr a{ color: #606266; }
.job tr .iconfont{ margin-left: 10px; color: red;}
.job tr td{width: 50%;}
.job tr:hover { background: #f5f7fa;}
.job-first{ 
    font-size: 18px!important;
    background: #f2f2f2;
    border-bottom: none!important;
}

/*内页新闻列表*/
.sub-list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    border:1px solid #e5e5e5;
}
.sub-list li:hover .sub-list-img{
    transform: scale(1.02);
}
.sub-list li:hover .sub-list-text{
    margin-left: 55px;
}
.sub-list li:hover .sub-list-text a,
.sub-list li:hover .sub-list-icon .iconfont{
    color: #7b860c;
}
.sub-list-img{
    margin: 15px;
    overflow: hidden;
    width: 250px;
    height: 180px;
    transition:.8s;
    -webkit-transition:.8s;
}
.sub-list-img img{
    width: 100%;
    height: 100%;
}
.sub-list-text{
    margin: 15px 35px;
    width: 62%;
    transition:.8s;
    -webkit-transition:.8s;
}
.sub-list-text h3{
    overflow: hidden;
    margin-bottom:20px; 
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
}
.sub-list-text > a > p{
    margin: 20px auto;
    color: #929292;
    line-height: 25px;
}
.sub-list-text > a > span{
    color: #b8b8b8
}
.sub-list-icon{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    border-left: 1px solid #e5e5e5;
    transition:.8s;
    -webkit-transition:.8s;
}
.sub-list-icon .iconfont{
    font-size: 20px;
    color:#e5e5e5;
}

/*图集列表*/
.atlas .col-xs-6 ,.atlas .col-sm-6,.atlas .col-md-3,.atlas .col-lg-3{ padding-left: 10px; padding-right: 10px; }
.atlas{ min-height:400px }
.atlas li a{
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
    position: relative;
    border: 1px solid #d2d2d2;
}
.atlas_img{ position: relative; height: 300px;
    overflow: hidden;}
.atlas_show_bg{
    overflow: hidden;
    position: absolute;
    top: -400px;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(123, 134, 12, .8);
    transition: all 0.5s ;
}
.atlas_show_con{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #fff;
    text-align: center;
}
.atlas_show_con h3{margin-bottom:40px; }
.atlas_show_con .iconfont{font-size: 40px; }
.atlas li a:hover .atlas_show_bg{ top: 0;}
.atlas li a:hover h2::after{ display: block;}
.atlas li a:hover h2{ color:#7b860c; }
.atlas > li > a > h2{
    padding: 15px ;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    border-top:1px solid #d2d2d2;
    color: #292929;
}
.atlas > li > a > h2::after{
    content: " ";
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #7b860c;
}

/*分页*/
.fenye {width: 100%;height: auto;clear: both;margin-bottom: 40px}
.fenye ul{display:flex;justify-content: center;flex-wrap: wrap}
.fenye ul > li{display: block;box-sizing:border-box;margin-top: 5px;margin-bottom: 5px;}
.fenye ul > li >a{display:block;text-align: center;padding: 7px 14px;border: 1px solid #CCCCCC;box-sizing:border-box;margin-left: -1px;}
.fenye .jump{text-align: center;width: 4em;height: 36px;box-sizing: border-box;border: 1px solid #ccc; transition: all 0.3s ease-in-out 0s;}
.fenye .jump:focus{outline: #1f9a81 0px solid;border: 1px solid #1f9a81;}
.fenye ul > li >span{line-height: 40px;}
.fenye .page-active + li>a{border-left: 1px #1f9a81 solid;}
.fenye .page-active>a{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye .page-active>a:hover{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye ul > li >a:hover{background: rgba(233, 236, 239, 0.7);color:#009688;}
.fenye .page-disabled>a{cursor: not-allowed;border: 1px solid #eee;}
.fenye .page-disabled>a{
    color:#aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width:767px) and (min-width:320px) {
    .fenye .number,.fenye span,.jump-button,.jump{display: none!important}
}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
    .sub-list-text{ width: 70%; }
}
@media (max-width:998px) {
    .sub_nav_box{ overflow: scroll; }
    .sub_nav{ justify-content: start; width: 650px; }
    .sub_nav li{ padding: 0 12px; }
    .sub_nav li a {font-size: 16px;padding-bottom: 20px;}
    .sub-list-img,.sub-list-text{ width: 100%; margin: 10px;}
    .sub-list-icon{ display: none;}
    .sub-list li{ margin-bottom: 20px; }
    .atlas > li > a > h2{ padding: 8px; }
    .atlas li a{margin-bottom: 20px }
    .atlas .col-xs-6 ,.atlas .col-sm-6,.atlas .col-md-3,.atlas .col-lg-3{ padding-left: 5px; padding-right: 5px; }
    .mapwrap > div{ height: 200px!important;}
    /*人才招聘列表*/
    .job{
        padding: 0;
        margin: auto auto 20px auto;
        text-align: left;
    }
    .job tr{
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ccc;
    }
    .job tr td{width: 30%; padding-left: 10px;}
    .job tr td:nth-child(1){ width: 70%;}
    .job tr td:nth-child(2),
    .job tr td:nth-child(3),
    .job tr td:nth-child(4){
        display: none;
    }
    .job-first { 
        font-size: 18px;
        background: #f2f2f2;
        border-bottom: none!important;
    }
    .video iframe{
        width: 100%;
        min-height: 200px;
    }	
    .atlas_img{ height: 120px; }
    .page-text img{ width: 100% }
}
