/*内页导航*/
.sub_site{
    overflow: hidden;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 1px solid #e6e6e6;
}
.sub_site h3{
    font-size: 20px;
    line-height: 70px;
}
.sub_site h3 span{
    color: #999;
}
.sub_nav{flex-wrap: wrap;}
.sub_nav div{ position: relative; margin-right: 20px; }
.sub_nav a{
    position: relative;
    display: inline-block;
    padding: 15px 45px;
    text-align: center;
    border:1px solid #efefef;
    transition: all .8s;
}
.sub_active,.sub_nav a:hover{ 
    color: #fff;
    background: #0859b3;
}
/* .sub_nav div::after,.sub_nav div::before,.sub_nav a::after,.sub_nav a::before{
    position: absolute;
    content: "";
    display: block;
    transition: all .8s;
}
.sub_nav div::before{
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
}
.sub_nav div::after{
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0;
}
.sub_nav a::before{
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
}
.sub_nav a::after{
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
}
.sub_nav a:hover{ border: none; }
.sub_nav div:hover::after,.sub_nav a:hover::after{ height: 100%;border: 1px solid #0859b3;}
.sub_nav div:hover::before,.sub_nav a:hover::before{ width: 100%;border: 1px solid #0859b3;} */

/*单页*/
.page-title{text-align: center;}
.page-title h2{font-size: 25px;}
.page-text{ line-height: 40px;font-size: 16px;}
.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}

/*map*/
.mapwrap{padding: 1%;box-sizing: border-box;background: #FFF; border:solid 1px #CCC; }

/*新闻*/
.news_list li{ overflow: hidden; position: relative; }
.news_list_img{ overflow: hidden; width: 20%;}
.news_list_text{
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden; 
    box-sizing: border-box; 
    border-right: 1px solid #dadada;
    width: 64%; 
}
.news_list_text h2{
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
}
.news_list_text h2::after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #dadada;
}
.news_list_text div:nth-child(2){
    padding: 20px 0;
    color: #888;
}
.news_list_time{ color: #bbb; font-size: 13px; }
.news_list_button{
    position: absolute;
    top: 35%;
    right: 0;
    padding: 8px 25px;
    border-radius: 25px;
    color: #bbb;
    background: #eee; 
    transition: all 0.5s;
}
.news_list_button:hover{background: #0859b3; color: #fff; }

/*列表页*/
.sub_list li ,.sub_list_img{ overflow: hidden; position: relative; }
.sub_list h3{
    margin-top: 30px;
    color: #555;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sub_list_show{ 
    display: flex;
    align-items: center;
    justify-items: center;
    position: absolute;
    top: 400px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    transition: all 1.2s;
}
.sub_list_show .iconfont{
    overflow: hidden;
    margin: 0 auto;
    transition: all 1.2s;
    font-size: 40px;
    color: #fff;
}
/* .sub_list li:hover .iconfont{
    transform: rotate(360deg);
} */
.sub_list li:hover .sub_list_show{ top:0;}
.sub_list .col-xs-6, .sub_list .col-sm-6,.sub_list .col-md-4, .sub_list .col-lg-4{
    padding-left: 20px;
    padding-right: 20px;
} 

/*人才招聘列表*/
.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: 12%;}
.job tr:hover { background: #f5f7fa;}
.job tr td:nth-child(1){ width: 30%; }
.job-first{ 
    font-size: 18px!important;
    background: #f2f2f2;
    border-bottom: none!important;
}


/*分页*/
.fenye {width: 100%;height: auto;clear: both;}
.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) {
   
}
@media (max-width:998px) {
    .page-text img{ width: 100%;}
    .sub_nav div {margin-right: auto;width: 30%;}
    .sub_nav a {padding: 0; width: 100%; height: 40px; line-height: 40px;}
    .sub_list .col-xs-6, .sub_list .col-sm-6, .sub_list .col-md-4, .sub_list .col-lg-4 {
        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;
    }
    .news_list_button,.news_list_text div:nth-child(2){ display: none; }
    .news_list_img{ width: 35%; }
    .news_list_text{
        padding-left: 10px;
        padding-right: 0px;
        overflow: hidden;
        box-sizing: border-box;
        border-right: none;
        width: 65%;
    }
    .news_list_time{ margin-top: 10px; }
    .news_list_text h2 {font-size: 15px;}
}
