@charset "utf-8";

/*2021.12.01*/

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt80 {
    padding-top: 60px;
}

.pt50 {
    padding-top: 50px;
}

.pt40 {
    padding-top: 40px;
}

.mt80 {
    margin-top: 70px;
}

.subPage>.gp-container {
    position: relative;
    min-height: 500px;
}

/* .subBanner {
    background-size: cover;
    position: relative;
    padding-bottom: 16%;
    height: 0;
    overflow: hidden;
    position: relative;
} */


/* .subBanner::before{content: '';width: 100%;height: 100%;background: url(../images/header_bg.png) repeat-x;position: absolute;left: 0;top: 0;z-index: 10;opacity: 0.5;} */


/* .subBanner::before {
    content: '';
    width: 100%;
    height: 70%;
    background: rgba(0, 83, 155, 0);
    background: -webkit-gradient(top, bottom, color-stop(0%, rgba(0, 83, 155, 0.5)), color-stop(100%, rgba(0, 83, 155, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 83, 155, 0.5) 0%, rgba(0, 83, 155, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 83, 155, 0.5) 0%, rgba(0, 83, 155, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-blend-mode: multiply;
} */

.subBanner img {
    background-blend-mode: multiply;
}


/* 图文列表 */

.MLS-list2 li {
    margin-bottom: 30px;
}

.MLS-list2 li.list-noimg .item-txt2 {
    margin-left: 0;
    height: auto;
}

.MLS-list2 li a {
    display: block;
    overflow: hidden;
}

.item-img2 {
    width: 230px;
    float: left;
}

.item-txt2 {
    margin-left: 230px;
    height: 130px;
    box-sizing: border-box;
    padding: 20px 24px;
    border: 1px solid #c6c6c6;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
}

.item-txt2 .p {
    position: relative;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    color: #666;
}

.MLS-list2 li:hover .item-txt2 {
    border: 1px solid #169998;
}

.MLS-list2 li:hover h3,
.MLS-list2 li:hover p{
    color: #169998;
}


/* 所领导 */

.item-img3 {
    overflow: hidden;
}

.MLS-list3 {
    width: 540px;
    margin: 0 auto;
    text-align: center;
}

.MLS-list33 {
    width: 100%;
}

.MLS-list3 li>a {
    display: block;
    position: relative;
    transition: transform 0.35s ease-out;
}

.MLS-list3 li {
    margin-bottom: 40px;
}

.MLS-list3 li a {
    margin: 0 50px;
}
.item-marw li a {
    margin: 0 44px;
}
.MLS-list3 .gp-img-responsive {
    padding-bottom: 133%;
}

.MLS-list3 li:hover h3,
.MLS-list3 li:hover p{
      color: #0b8b8e;
}
.MLS-list4 li a {
    margin: 0 6px 20px;
    display: block;
    position: relative;
    transition: transform 0.35s ease-out;
}

.item-txt4 p {
    line-height: 28px;
    height: 56px;
    text-align: center;
    margin-top: 10px;
}
.MLS-list4 li:hover p{
  color: #0b8b8e;
}
.subTitle2 {
    background: #0b8b8e;
    background-size: contain;
    min-width: 246px;
    position: relative;
    z-index: 900;
    box-sizing: border-box;
    padding: 10px;
}

.subTitle2 h2 {
    padding: 4px 0;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;
}

.subTitle2 strong {
    display: block;
    letter-spacing: 0.5px;
}



.CFAU-list7 li {
    margin-bottom: 50px;
    border: 1px solid #052b8c;
    padding: 30px;
    overflow: hidden;
    transition: all 0.35s ease-out;
    position: relative;
}

.item-img7 {
    width: 400px;
    float: left;
}

.item-img7 .gp-img-responsive {
    padding-bottom: 75%;
}

.item-txt7 {
    margin-left: 424px;
}

.item-txt7 h3 {
    margin-bottom: 15px;
    position: relative;
    max-height: 60px;
}

.item-txt7 .p {
    position: relative;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    color: #666;
    margin-bottom: 20px;
    padding-top: 20px;
}

.item-txt7 .p::before {
    content: '';
    width: 50%;
    max-width: 282px;
    height: 1px;
    background-color: #fe9e15;
    position: absolute;
    left: 0;
    top: 0;
}





/*侧边栏*/

.wrap_subLeft {
    width: 246px;
    float: left;
    box-shadow: 0 0 10px rgba(22, 153, 152, 0.1);
}

.gp-subLeft {
    z-index: 100;
    position: relative;
}

.gp-subLeft>li {
    position: relative;
}

.gp-subLeft>li:last-child::after {
    display: none;
}

.gp-subLeft>li>a {
    display: block;
    transition: all 0.35s ease-in-out;
    position: relative;
    font-size: 15px;
    position: relative;
    color: #333;
    line-height: 28px;
    text-align: left;
    padding:10px;
    margin: 0 10px;
    border-bottom: 1px dashed #929292;
    z-index: 10;
}

.gp-subLeft>li>a span {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    vertical-align: middle;
    line-height: 1.5;
    word-wrap: break-word;
}


/* .gp-subLeft>li>a span::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #ffd183;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.4s ease-out;
} */

.gp-subLeft>li>a i {
    font-size: 1.4rem;
    color: #c3c3c3;
    margin-left: 5px
}

.gp-subLeft>li>a.active {
    color: #169998;
    border-color: #169998;
}

.gp-subLeft>li>a:hover span {
    color: #169998;
}

.gp-subLeft>li:hover {
    background: rgba(22, 153, 152, 0.25);
}

.gp-subLeft>li>a:hover {
    color: #169998;
}

.gp-subLeft>li.on .gp-second-nav {
    display: block;
    top: 72px;
}

.gp-subLeft>li.on.hover {
    background-color: #6416a6;
}

.gp-subLeft>li.on.hover>a {
    color: #5E9C8C;
}

.gp-subLeft>li.on.hover>a i {
    color: #5E9C8C;
}

.gp-subLeft>li:last-child a {
    border-bottom: 0;
}

.gp-subLeft .gp-toggles {
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 0;
    line-height: 1.4;
    position: absolute;
    right: 10px;
    top: 5px;
}

.gp-second-nav {
    display: none;
    width: 100%;
    position: relative;
    padding: 8px 0 10px;
}

.gp-second-nav::before {
    content: '';
    width: 84px;
    height: 100%;
    position: absolute;
    left: -84px;
    background-color: #F9F9F9;
    z-index: 0;
    top: 0;
}

.gp-second-nav dd {
    position: relative;
    z-index: 5;
}

.gp-second-nav dd a {
    display: block;
    padding: 8px 0;
    transition: all 0.35s ease-in-out;
    position: relative;
    font-size: 1.4rem;
    color: #333;
}

.gp-second-nav dd a:hover,
.gp-second-nav dd a.active {
    color: #ba2528;
}


/*三级*/

.gp-subLeft2 {
    float: right;
    width: 200px;
    padding-bottom: 80px;
    text-align: center;
}

.gp-subLeft2 li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.gp-subLeft2 li a {
    display: block;
    padding: 24px 15px;
    line-height: 1.5;
    position: relative;
    z-index: 10;
}

.gp-subLeft2 li::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: #ba2528;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-out;
    z-index: 0;
}

.gp-subLeft2 li.active::before {
    width: 100%;
}

.gp-subLeft2 li.active a {
    color: #fff;
}

.gp-subLeft2 li:hover:before {
    width: 100%;
}

.gp-subLeft2 li:hover a {
    color: #fff;
}


/*侧边栏移动端 */

.gp-m-subNav {
    display: none;
    position: relative;
    z-index: 800;
}

.gp-m-inner-header {
    width: auto;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    background: #169998;
}

.gp-m-inner-header>span {
    height: 40px;
    padding-left: 15px;
    font-size: 18px;
    color: #fff;
}

.gp-m-subNav .gp-m-inner-header-icon-click {}

.gp-m-subNav .gp-m-inner-header-icon {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffd183;
    margin-top: 10px;
    line-height: 40px;
}

.gp-m-subNav .gp-m-inner-header-icon .iconfont {
    color: #fff;
    font-size: 30px;
}

.gp-subNavm {
    width: 100%;
    overflow: hidden;
    display: none;
    background-color: #fff;
}

.gp-subNavm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #003c7f;
}

.gp-subNavm h2 a {
    padding-left: 13px;
    font-size: 2rem;
    display: block;
    color: #fff;
}

.gp-subNavm ul {}

.gp-subNavm li {
    position: relative;
}

.gp-subNavm li>a {
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding: 13px 15px;
    color: #333;
}

.gp-subNavm li.sub_has span {
    margin-left: 10px;
}

.gp-subNavm li.on a {
    color: #169998;
    display: block;
    width: 100%;
}

.gp-m-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 40px;
    text-align: center;
}


/* .gp-subNavm li.active .gp-m-toggle{transform: rotate(90deg);} */

.gp-subNavm dl {
    display: none;
    background-color: #fff;
}

.gp-subNavm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 12px 0px 12px 30px;
    border-bottom: 1px dotted #e6e6e6;
}

.gp-subNavm li dl dd a {
    font-size: 14px;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.gp-subNavm li dl dd a:hover {
    color: #6416a6
}

.subRight {
    margin-left: 300px;
    position: relative;
}

.pageCount {
    border: 1px solid #e6e6e6;
    padding: 0 5px 0 10px;
}

.divSelect {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 63px;
    height: 28px;
    border: 1px solid #d7dfdc;
}

.select_mask {
    width: 100%;
    height: 28px;
    display: block;
    background-color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.divSelect cite {
    height: 28px;
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    font-style: normal;
    background: url(../images/page.png) no-repeat right 10px center;
    background-size: 10px auto;
    line-height: 28px;
    padding-right: 12px;
}

.linkList02 {
    position: absolute;
    left: 0;
    bottom: 28px;
    z-index: 5000;
    background-color: #fff;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.35);
}

.linkList02 li {
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}

.linkList02 li:hover {
    background-color: #f1f1f1;
}

.linkList02 li a {
    display: block;
}

.divSelect.active .select_mask {
    background-color: #f5f5f5;
    opacity: 1;
}

.gp-m-page {
    overflow: hidden;
    display: none;
    padding: 20px 20px 0;
    text-align: center;
}

.gp-m-page a {
    display: inline-block;
    padding: 10px 12px;
    min-width: 80px;
    box-sizing: border-box;
    color: #999;
    text-align: center;
    border: 1px solid #D7DFDC;
    margin: 0 10px;
}

.gp-m-page a:hover {
    color: #000;
}


/*文章页*/

.pageArticle h2 {
    text-align: center;
    padding: 20px 0;
}

.gp-article img {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1rem;
}

.pageArticle {
    position: relative;
}

.pageArticleTitle {
    overflow: hidden;
    padding: 20px 0 10px;
    margin-right: 100px;
}

.pageArticleTitle h3 {
    line-height: 1.4;
    font-weight: normal;
}

.articleAuthor {
    padding: 10px 0;
    margin-bottom: 20px;
    line-height: 1.5;
}

.articleAuthor span,
.articleAuthor i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #666;
    margin: 0 10px 0 0;
}

.articleAuthor i {
    font-style: normal;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    color: #666;
}

.articleAuthor i:hover {
    color: #fe9e15;
}

.articleDate {
    position: absolute;
    width: 73px;
    height: 76px;
    border-top: 5px solid #052b8c;
    border-right: 5px solid #052b8c;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.articleDate strong {
    font-size: 50px;
    font-family: 'bahnschrift';
    line-height: 1;
    color: #052b8c;
    display: block;
    font-weight: normal;
}

.articleDate span {
    display: block;
    color: #666;
    font-size: 17px;
    font-family: 'bahnschrift';
}

.wrapArticle {
    position: relative;
    margin: 60px auto 0;
}

.articleBottom {
    overflow: hidden;
}

.gp-article {
    position: relative;
    line-height: 32px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #333;
    text-align: justify;
    word-break: break-word;
}


.gp-article p {
    margin-bottom: 1rem;
    font-size: 16px!important;
}
.gp-article p span{
    /* font-size: 16px!important; */
}


.gp-article p:last-child {
    margin-bottom: 0;
}

.Annex {
    padding: 20px 0;
    background-color: #fff;
    margin-bottom: 30px;
}

.Annex>strong {
    padding: 15px 0;
    display: block;
    color: #666;
}

.annexList {
    overflow: hidden;
    padding: 0;
}

.annexList li {
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.annexList li:last-child {
    border-bottom: none;
}

.annexList li a {
    color: #666;
}

/* .MLS-article {
    width: calc(100% - 400px);
    float: left;
    margin: 0 0 0 60px;
} */

.article_author {
    text-align: center;
    margin: 0 0 0px;
    font-size: 0px;
    width: 100%;
    color: #929292;
    padding: 10px 0;
}

.article_author span {
    font-size: 15px;
    line-height: 26px;
    padding: 0 15px;
    color: #929292;
}

.article_control {
    padding: 0 0 0px;
    line-height: 20px;
    position: relative;
}

.article_control .size {
    font-size: 0;
}

.article_control .size span {
    color: #37988f;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}

.article_control .size a {
    font-size: 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: center no-repeat;
    width: 48px;
    cursor: pointer;
    color: #666;
    text-align: center;
}

.article_control .size a::before {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background: #b8e6d9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* 登记表格 */
.tableArticle{
    position: relative;
}
.dataTables_length{
    float: left;
}
.tabTop01{

    margin: 14px 0;
}
label,input{
    font-size: 13px; 
}
#lin {
    float: right;
    font-size: 13px;
    margin-top: 20px;
}
#lin .search{display: flex;justify-content: space-between;align-items: center;}
#lin .search>input{border: 1px solid rgba(181,181,181,1);width: calc(100% / 9);height: 30px;line-height: 30px;padding: 5px;box-sizing: border-box;}
#lin .search>input.btn{
    width: 40px;
    background: #9C639C;
    color: #fff;
    padding: 0;
    border: 1px solid #9C639C;
}
#lin .searchipn01{
    height: 24px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
#lin .notxt::placeholder{color: #444;}
#tableBoxs tr:nth-child(2n){background: #f9f9f9;}


.odd{
    background: #f9f9f9;
}
.even{
    background: #fff;
}

.tabbles-ins thead > tr > th,
.tabbles-ins tbody > tr > th,
.tabbles-ins thead > tr > td,
.tabbles-ins tbody > tr > td{
  font-size: 13px;
  padding: 8px 0; 
  line-height: 1.428571429;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #ddd;
}
.tabbles-ins tbody,.tabbles-ins thead > tr,.tabbles-ins table {
    border: none;
}
.tabbles-ins tbody > tr > th{
  min-width: 26px;
} 
.tabbles-ins tbody > tr > th:nth-child(1){
  min-width: 40px;
} 
.tabbles-ins tbody > tr > th:nth-child(2){
  min-width: 255px;
} 
.tabbles-ins tbody > tr > th:nth-child(3){
  min-width: 99px;
} 
.tabbles-ins tbody > tr > th:nth-child(4){
  min-width: 100px;
} 
.tabbles-ins tbody > tr > th:nth-child(5){
  min-width: 45px;
} 
.tabbles-ins tbody > tr > th:nth-child(6){
  min-width: 160px;
} 
.tabbles-ins tbody > tr > th:nth-child(7){
  min-width: 200px;
}
.tabbles-ins tbody > tr > th:nth-child(8){
  min-width: 150px;
}
.tabbles-ins tbody > tr > th:nth-child(9){
  min-width: 150px;
}
/* 登记表格 */


/* 分享 */

.sub031 {
    position: relative;
}

.sub031 .lf_n {
    width: 0;
    float: left;
}

.sub031 .lf_n .share_box {
    margin-left: 15px;
}

.share_box {
    line-height: 7px;
    text-align: center;
    color: rgb(1, 88, 156);
    font-size: 0px;
    z-index: 100;
    margin: 67px 0 0 38px;
    clear: both;
    position: relative;
}

.share_box .share_title {
    display: block;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
}

.share_box .share_title::before {
    content: '';
    display: block;
    border-top: 1px dashed #e5e5e5;
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
}

.share_box .share_title span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    color: #ccc;
}

.share_box .share_btn,
.share_box .share_btn.share_more::after {
    line-height: 20px;
    margin: 0px auto 10px;
    position: relative;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: block;
    border-radius: 50%;
}

.share_box .share_btn i {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 2;
    color: #fff;
}

.share_box .share_btn.share_wechat {
    background: #7dd43c;
}

.share_box .share_btn.share_sina {
    background: #ff5e4d;
}

.share_box .share_btn.share_qzone {
    background: #fece00;
}

.share_box .share_btn.share_more::after {
    content: "";
    background: #a3bfd9;
    position: absolute;
    border: 0px;
    left: 0px;
    margin: 0px;
}

.share_box .share_btn.share_twitter {
    background: #6babe8;
}

.share_box .share_btn.share_facebook {
    background: #415a94;
}

.share_box .share_btn.share_linkedin {
    background: #3d84c2;
}

.share_box .share_btn .alert_box {
    position: absolute;
    top: 100%;
    left: 0%;
    padding: 6px;
    display: none;
    z-index: 2;
    padding: 1px;
    z-index: 10;
}

.share_box canvas {
    display: block;
    margin: 0 auto;
}

.share_box .share_btn .alert_box.on {
    display: block;
}

.share_box .share_more .share_btn {
    margin: 10px 0 0;
    border: 0px;
    /* border-radius: 0px; */
}

.share_box .share_btn:hover .alert_box {
    display: block;
}

.share_box .share_btn.share_wechat .alert_box {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    width: 210px;
    bottom: auto;
}

.share_box .share_btn.share_wechat .alert_box.on {
    display: block;
}

.share_box .share_btn.share_wechat .close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: right;
    font-size: 16px;
    color: #333;
}

.share_box .share_btn.share_wechat .close::before {
    content: 'x';
}

.share_box .share_btn.share_wechat .title {
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    margin: 0 0 10px;
    color: #333;
}

.share_box .share_btn.share_wechat .bottom {
    color: #666;
    line-height: 22px;
    text-align: left;
    font-size: 12px;
    margin: 10px 0 0;
}
.MLS-article li:hover a{
    color:#0b8b8e;
}

/* 实验室列表页 */

.MLS-list05 li {
    border: 1px solid #c6c6c6;
    margin-bottom: 20px;
}

.MLS-list05 .list05-tit {
    font-weight: normal;
    background-color: #e3f3f3;
    padding: 16px 30px;
}
.MLS-limore span{
    float: right;
    font-size: 15px;
    color: #169998;
}
.MLS-list05 li p {
    position: relative;
    color: #656565;
    padding-left: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}

.MLS-list05 li p::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #169998;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 9;
}
.MLS-list05 li p:hover{
     color: #169998;
}
.list05-p {
    padding: 10px 30px;
}

.weChatBox {
    width: 260px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}

.bdshare-button-style0-32 {
    display: inline-block;
    vertical-align: middle;
}

.nextArticle {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

.nextArticle span {
    float: left;
    width: 70px;
    color: #999;
}

.nextArticle a {
    display: block;
    margin-left: 70px;
    line-height: 1.5;
    color: #999;
}

.nextArticle a:hover {
    color: #169998;
}


/* 地图 */

.map-ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #333;
}

.map-ul a.map-colors {
    border-radius: 15px;
    background-color: #169998;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    margin-left: 0;
}

.map-ul a {
    position: relative;
    display: inline-block;
    margin-left: 26px;
    padding-left: 20px;
    line-height: 28px;
}

.map-ul a .iconfont {
    position: absolute;
    top: 0px;
    left: 0;
}

.map-ul a:hover {
    color: #169998;
}

.map-ul a.map-colors:hover {
    color: #fff;
}

.listTitle2 {
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}

.listTitle2 span {
    display: inline-block;
    position: relative;
}

.listTitle2 i {
    display: inline-block;
    padding: 6px 28px;
    font-style: normal;
    font-weight: bold;
    color: #169998;
}

.listTitle2 i::before,
.listTitle2 i::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fe9e15;
    position: absolute;
    top: 0;
}

.listTitle2 i::before {
    left: 0;
    transform: skew(-14deg);
}

.listTitle2 i::after {
    right: 0;
    transform: skew(-14deg);
}

.listTitle2 span::before,
.listTitle2 span::after {
    content: '';
    width: 500px;
    position: absolute;
    top: 50%;
    display: block;
    height: 1px;
    background-color: #fe9e15;
}

.listTitle2 span::before {
    left: -500px;
}

.listTitle2 span::after {
    right: -500px;
}

.CFAU-list13 {
    margin-top: 20px;
    position: relative;
}

.gird {
    position: relative;
    overflow: hidden;
}

.item-txt13 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    color: #fff;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    transition: transform 0.35s ease-out;
    background-color: rgba(5, 43, 140, 0.65);
    text-align: center;
    box-sizing: border-box;
}

.gird:hover .item-txt13 {
    transform: none;
}

.lineGrey span::before,
.lineGrey span::after,
.lineGrey i::before,
.lineGrey i::after {
    background-color: #dcdcdc;
}

.art2 {
    padding: 25px 0 0;
}

.genArticle {
    padding: 40px 0 70px;
}

.historyCon {
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.historyCon::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 0;
}

.historyList li {
    width: 50%;
    float: left;
    margin-bottom: 120px;
    position: relative;
    transition: transform 0.35s ease-out;
    box-sizing: border-box;
}

.historyList li .p {
    background-color: #f2f2f7;
    padding: 20px 24px;
    position: relative;
    line-height: 1.8;
}

.historyList li .p::before {
    content: '';
    width: 0;
    height: 0;
}

.historyList li:nth-child(2n+1) .p::before {
    border-top: 7px solid transparent;
    border-left: 14px solid #f2f2f7;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -14px;
    top: 0;
}

.icon1 {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #052b8c;
    border: 3px solid #cdd5e8;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    color: #fff;
    font-size: 18px;
    transform: translate(-50%, 0);
    z-index: 888;
}

.historyList li .historyDate {
    text-align: right;
    display: block;
    color: #fe9e15;
    overflow: hidden;
    margin-top: 10px;
}

.historyDate span {
    position: relative;
}

.historyDate span::before {
    content: '';
    width: 500px;
    height: 1px;
    background-color: #fe9e15;
    position: absolute;
    left: -510px;
    top: 50%;
}

.historyList li:nth-child(2n) {
    float: right;
    padding-left: 30px;
}

.historyList li:nth-child(2n+1) {
    padding-right: 30px;
}

.historyList li:nth-child(2) {
    margin-top: 90px;
}

.historyList li:nth-child(1) {
    margin-top: 20px;
}

.historyList li:nth-child(2n) .p::before {
    border-top: 7px solid transparent;
    border-right: 14px solid #f2f2f7;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: -14px;
    top: 0;
}

.h_img {
    border: 20px solid #fff;
    line-height: 1;
    margin: -70px 30px 0;
    position: relative;
}

.h_img img {
    width: 100%;
}

.historyList li.hasImg .p {
    padding-bottom: 80px;
}

.historyList li::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 3px solid #cdd5e8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    background-color: #052b8c;
}

.historyList li:nth-child(2n+1)::before {
    right: -10px;
}

.historyList li:nth-child(2n)::before {
    left: -10px;
}

#standard {
    display: none;
}

#small {
    margin-right: 0;
}






@media screen and (max-width:1380px) {

.tabbles-ins tbody > tr > th:nth-child(1){
  min-width: 30px;
} 
.tabbles-ins tbody > tr > th:nth-child(2){
  min-width: 150px;
} 

.tabbles-ins tbody > tr > th:nth-child(4){
  min-width: 90px;
} 
.tabbles-ins tbody > tr > th:nth-child(5){
  min-width: 40px;
} 
.tabbles-ins tbody > tr > th:nth-child(6){
  min-width: 140px;
} 
.tabbles-ins tbody > tr > th:nth-child(7){
  min-width:180px;
}
.tabbles-ins tbody > tr > th:nth-child(8){
  min-width: 110px;
}
.tabbles-ins tbody > tr > th:nth-child(9){
  min-width: 140px;
}
    
}


@media screen and (max-width:1386px) {
    .map-ul a {
        margin-left: 16px;
    }
    .MLSfooter dl a {
        font-size: 14px;
    }
}


@media screen and (max-width:1180px) {

.tabbles-ins tbody > tr > th:nth-child(1){
  min-width: 30px;
} 
.tabbles-ins tbody > tr > th:nth-child(2){
  min-width: 140px;
} 

.tabbles-ins tbody > tr > th:nth-child(4){
  min-width: 90px;
} 
.tabbles-ins tbody > tr > th:nth-child(5){
  min-width: 40px;
} 
.tabbles-ins tbody > tr > th:nth-child(6){
  min-width: 140px;
} 
.tabbles-ins tbody > tr > th:nth-child(7){
  min-width:160px;
}
.tabbles-ins tbody > tr > th:nth-child(8){
  min-width: 100px;
}
.tabbles-ins tbody > tr > th:nth-child(9){
  min-width: 140px;
}
    
}
/* @media screen and (min-width:1920px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1480px) {
    .pt80 {
        padding-top: 50px;
    }
    .mt80 {
        margin-top: 50px;
    }
    .CFAU-list16 li>a {
        margin: 0 30px;
    }
    .CFAU-list16 {
        margin: 0 -30px;
    }
}

@media screen and (max-width:1500px) {
    .subRight {
        margin-left: 305px;
    }
    .gp-subLeft>li>a {
        font-size: 16px;
    }
    .CFAU-list14 li>a {
        margin: 0 20px;
    }
    .CFAU-list14 {
        margin: 0 -20px;
    }
    .item-img14 {
        width: 140px;
    }
    .item-txt14 {
        margin-left: 150px;
    }
    .item-txt14 h3 {
        height: 45px;
        line-height: 45px;
    }
    .item-txt14 .p {
        height: 133px;
        padding: 15px;
    }
    .item-txt14 .p::before {
        border-bottom: 132px solid #f2f2fa;
    }
    .CFAU-list14 li>a:hover .item-txt14 .p::before {
        border-bottom: 132px solid #052b8c;
    }
    .item-txt14 h3 strong {
        font-size: 18px;
    }
    .CFAU-list15 span {
        font-size: 16px;
    }
}

@media screen and (max-width:1386px) {
    .item-img7 {
        width: 300px;
    }
    .item-txt7 {
        margin-left: 324px;
    }
    .CFAU-list7 li {
        margin-bottom: 35px;
    }
    .subTitle2::before {
        border-bottom: 100px solid rgba(5, 43, 140, 0.9);
    }
    .item-txt17 .p {
        line-height: 26px;
        height: 104px;
        margin-bottom: 20px;
    }
    .talent {
        margin-bottom: 40px;
    }
    .CFAU-list18 li>a {
        margin: 0 10px;
    }
    .CFAU-list18 {
        margin: 0 -10px;
    }
} */