*{margin:0;padding:0;list-style:none;font-family: Microsoft-Yahei}
img{border:0}
a,a:link,a:visited,a:hover,a:active{text-decoration:none;color: #000;}
a.CurrChnlCls:link,a:link, a:visited, a:hover, a:active,.detail-info a:link {
    text-decoration: none;
}
input{outline:0;border:0}

.com-ellipsis {
   display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.multi-line2-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* 限制显示的行数，比如3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;        /* 处理长单词或 URL 换行 */
}
.multi-line3-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;        /* 限制显示的行数，比如3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;        /* 处理长单词或 URL 换行 */
}
.com-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #fff;
}

/* 公共头部底部 */
.logoimg img{height: 120px;}
.top-inner{width: 1400px;margin: 0 auto;position: relative;}
.pagelogo{display: flex;align-items: center;padding: 15px 0;}
.pagelogo .logotit{margin-left: 20px;}
.pagelogo .logotit h2{font-weight: 600;font-size: 28px;color: #01313C;line-height: 40px;margin-bottom: 10px;}
.pagelogo .logotit h3{font-weight: bold;font-size: 20px;color: #27939F;line-height: 24px;}
.topright{position: absolute;right: 0;top: 10px;font-size: 14px;color: #999;}
.topright a{font-weight: 400;font-size: 14px;color: #999;display: inline-block;margin: 0 15px;}
.topright a:hover{color: #1076BE;}
.topright a.enbtn,.topright a.searchclose,.topright a.searchshow{margin: 0 5px;}
.topright a.enbtn span,.topright a.searchclose span,.topright a.searchshow span{background: #007681;width: 32px;height: 32px;border-radius: 50%;color: #fff;text-align: center;line-height: 32px;display: inline-block;}
.topright .search-div{text-align: right;margin: 5px 0;position: relative;}
.topright .search-div input{border: 1px solid #999;border-radius: 15px;line-height: 30px;padding: 0 10px;background-color: #ddd;}
.topright .search-div>a{position: absolute;right: 0;top: 6px;}
.topright a.searchclose,.topright .search-div{display: none;}
.pagenav{background-color: #fff;}
.pagenav .nav-inner{width: 1400px;margin: 0 auto;}
.pagenav .nav-inner ul{display: flex;justify-content: space-between;height: 53px;margin-bottom: 0;}
.pagenav .nav-inner ul li{line-height: 53px; position: relative;white-space: nowrap;padding: 0 30px;}
.pagenav .nav-inner ul li.navnow,.pagenav .nav-inner ul li.navhover{background-color: #007681;}
.pagenav .nav-inner ul li a{color: #007681;font-size: 20px;font-weight: 700;}

.pagenav .nav-inner ul li a:link{text-decoration: none;}
.pagenav .nav-inner ul li.navnow a,.pagenav .nav-inner ul li.navhover a{color: #fff;}
.pagenav .nav-inner ul.drop-down{
    display: none;
    position: absolute;
    height: auto;
    background: linear-gradient(to bottom, #007681, #00954B);
    left: 0;
    top: 53px;
    z-index: 10;
    min-width: 141px;
}
.pagenav .nav-inner ul.drop-down li{
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    transition: all 0.2s ease;
}
.pagenav .nav-inner ul.drop-down li:hover{
    transform: scale3d(1.05, 1.05, 1.05);
    background-color: #007681;
}
.pagenav .nav-inner ul.drop-down li a{
    font-size: 18px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.pagenav .nav-inner ul.drop-down li a:link{
    text-decoration: none;
}
.pagenav .nav-inner ul.drop-down li:last-child{
    margin-bottom: 20px;
}
.pagenav .nav-inner ul li:hover ul.drop-down{
    display: block;
}

.pagenav .nav-jt{display: none;}
.sy-inner{width: 1400px;margin: 0 auto;}
footer{
    /* background-color: #0D97CB; */
    background-color: #007681;
    background-image: url(bottom-logo.png);
    background-repeat: no-repeat;
    background-position: 79% -8%;
    background-size: 291px 291px;
}
.sitema{vertical-align: bottom;}
.bottom-inner{width: 1400px;margin: 0 auto;display: flex;padding: 50px 0;}
.bottom-inner .bot-logo{margin-right: 100px;}
.bottom-inner .bot-logo .caslogo{margin-right: 30px;}
.bottom-inner .bot-info p,.bottom-inner .bot-info p a{font-size: 14px;color: #FFF;line-height: 30px;}
.bottom-inner .bot-info p a:hover{color: #1076BE;}
.pchide {
        display: none;
    }
@media (max-width: 767px) {
	.pchide {
        display: block;
    }
	.pagenav{
		display: none;
	}
	.nav02 .container{ padding: 0; }
	.pad_nav {
        height: 50px;
    }
	.pad_nav ul{ margin-bottom: 10px; }
    .pad_nav li {
        width: auto;
        padding: 14px 0px;
        touch-action: none;
        box-sizing: border-box;
        position: relative;
    }

    .pad_nav li.cur {
        
    }

    .pad_nav li.cur:after{
	    content: '';
	    pointer-events: auto;
	    display: inline-block;
	    width: 38px;
    height: 4px;
    background: #007681;
	      position: absolute;
	      bottom: 0;
	      left: 50%;
    margin-left: -19px;

	  }

    .pad_nav li a {
        color: #0A3B8D;
        font-size: 18px;
        font-weight: 700;
        padding: 0 15px;
    }
	.pad_nav .pad_nav_mask {
    width: 30px;
    height: 50px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background: url(icon06_2022gz.png) no-repeat center #007681;
    background-size: 45%;}
    
    
}
/* 新物种表格 */
.xwz,.bgty{
    overflow-x: auto;
}
.xwz table,.bgty table{
    border-collapse: collapse;
    min-width: 700px;
}
.xwz thead{
    background: #058a97;
    height: 60px;
    color: #ffffffe6;
}
.xwz td,.xwz th{
    border: 1px solid #333;
    padding: 10px;
    box-sizing: border-box;
}
.xwz td{
    font-size: 14px;
}
.xwz td:first-child,.xwz th:first-child{
    width: 60px;
    text-align: center;
}
.xwz td:nth-child(4),.xwz th:nth-child(4){
    width: 90px;
    text-align: center;
}
.xwz td:nth-child(5),.xwz th:nth-child(5){
    width: 130px;
}
.bgty thead{
    background: #058a97;
    height: 60px;
    color: #ffffffe6;
}
.bgty td,.bgty th{
    border: 1px solid #333;
    padding: 10px;
    box-sizing: border-box;
}
.bgty td{
    font-size: 14px;
}



.ej-cont.cgry{
    width: 100%;
}
.ej-cont.cgry .staff-list ul{
    row-gap: 35px;
    column-gap: 5%;
}
.ej-cont.cgry .staff-list ul li{
    width: 30%;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.staff-list ul li .staff-img{
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.ej-cont.cgry .staff-list ul li .staff-img img{
    object-fit: cover;
}
.ej-cont.cgry .staff-list.zz ul li .staff-img img{
    object-fit: contain;
}
.ej-cont.cgry .staff-list ul li p{
    font-size: 16px;
    color: #FF943B;
    padding: 0 20px;
    box-sizing: border-box;
}
.ej-cont.cgry .staff-list ul li h3{
    color: #007681;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.detail-cont .detail-text.xwz p{
    text-indent: 0;
}

.detail-cont .detail-text img{max-width: 100%;max-height: 100vh;}
/* 首页样式start */
.sy-news{
    background: url(sybanner-bgi-02.png) no-repeat 0 0;background-size: cover;
    /* background-color: #EBF1F2; */
}
.sy-news .synews-inner{width: 1400px;margin: 0 auto;padding: 70px 0 65px 0;display: flex;justify-content: space-between;}
.sy-news .news-img{width: 100%;box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);max-height: 700px;}
.sy-news .news-img img{width: 100%;height: 100%;}
/* 新闻动态 */
.slideBox{width:100%; height:100%; overflow:hidden; position:relative;}
.slideBox .hd{overflow:hidden; position:absolute; right:0; bottom:0; z-index:1;width: 250px;height: 75px;display: flex; align-items: center; justify-content: flex-end;}
.slideBox .hd ul{overflow:hidden; zoom:1; float:left;}
.slideBox .hd ul li{float:left; margin-left:10px; width:14px; height:14px;cursor:pointer;border-radius: 50%;border: 2px solid #FFF;box-sizing: border-box;}
.slideBox .hd ul li.on{background:#fff;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{zoom:1; vertical-align:middle;position: relative;}
.slideBox .bd li h3{position: absolute;bottom: 20px;left: 20px;}
.slideBox .bd li h3 a{color: #fff;font-weight: normal;font-size: 20px;color: #FFF;}
.slideBox .bd li h3:hover a{color: #1076BE;}
.slideBox .bd img{width:100%; height:100%; display:block;transition: all 0.5s;object-fit: cover;}
.slideBox .bd img:hover{transform: scale(1.05);}
.bottom-yy{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 75px;
    width: 100%;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
.pagination-line{
    height: 35px;
    width: 1px;
    background-color: #fff;
    margin: 0 11px;
}
a.banner-more{
    color: #fff;
    position: relative;
    margin-right: 50px;
    cursor: pointer;
    display: block;
}
.banner-more:hover{color: #1076BE;}
.banner-more::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 11px solid #fff;
    border-bottom: 5px solid transparent;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-more:hover::after{
    border-left: 11px solid #1076BE;
}
.index-banner-swiper .swiper-pagination{
    position: static !important;
}
.index-banner-swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-left: 10px;
    box-sizing: border-box;
    opacity: 1;
    background-color: transparent;
}
.index-banner-swiper .swiper-pagination-bullet-active{
    background-color: #fff;
}



.sy-news .news-list{width: 562px;color: #fff;}
.sy-news .news-list .news-info{border-bottom: 1px dashed #3C852A;}
.sy-news .news-list h2{font-weight: 800;font-size: 34px;color: #FFF;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.sy-news .news-list h2 span a{font-size: 14px;color: #FFF;display: block;font-weight: normal;}
.sy-news .news-list h3 a{font-weight: 600;font-size: 20px;color: #FFF;line-height: 32px;}
.sy-news .news-list p{font-weight: 400;font-size: 14px;color: #FFF;line-height: 24px;margin: 10px 0 20px 0;}
.sy-news .news-list ul{margin-top: 15px;}
.sy-news .news-list ul li{display: flex;justify-content: space-between;align-items: center;line-height: 28px;margin-bottom: 25px;margin-right: 10px;}
.sy-news .news-list ul li span{font-weight: 400;font-size: 14px;color: #FFF;min-width: 72px;}
.sy-news .news-list ul li h3 a{font-weight: 600;font-size: 18px;color: #FFF;}
.sy-news .news-list h2 span a:hover,.sy-news .news-list h3 a:hover{color: #1076BE;}
/* 科研进展 通知公告 人才招聘 */
.research-progress .sy-inner{display: flex;justify-content: space-between;margin-top: 45px;margin-bottom: 60px;}
.research-progress .research-div{width: 100%;}
.item-conainer{
    width: 100%;
    /* background: url(sypaper-bgi.png) no-repeat 0 0;background-size: cover; */
    background-color: #EBF1F2;
}
.notice-talent{
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    padding: 62px 0;
    box-sizing: border-box;
}
.public-tit{display: flex;justify-content: space-between;background: url(tit-bgi.png) no-repeat 0 0;align-items: center;}
.public-tit.rc{
    background: none;
}
.public-tit.rc h2.title-active{position: relative;}
.public-tit.rc h2.title-active::after{
    /* background: url(tit-bgi.png) no-repeat 0 0; */
    content: '';
    width: 39px;
    height: 2px;
    background-color: #007681;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.public-tit.rc > div{
    display: flex;
}
/* #444400 */
.public-tit h2{
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;padding: 15px 0;
    background: linear-gradient(45deg, #F0BF2B, #C88722, #E6A31D, #F0BF2B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 3px rgba(255, 223, 0, 0.2);
}
.public-tit h2 a{
    background: linear-gradient(45deg, #F0BF2B, #C88722, #E6A31D, #F0BF2B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 3px rgba(255, 223, 0, 0.2);
}
.public-tit.rc h2{cursor: pointer;}
.public-tit.rc h2:first-child{margin-right: 15px;}
.public-tit.rc a{display: none;}
.public-tit.rc a.more-active{display: block;}
.public-tit span{font-weight: 400;font-size: 12px;color: #000;}
.research-progress .research-cont .research-one{
    display: grid;
    width: 100%;
    height: 435px;
    grid-template-columns: 49% 23% 23%;
    justify-content: space-between;
}
.research-one-left{
    position: relative;
    width: 100%;
    height: 100%;
}
.research-one-left-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87px;
    border-left: 3px solid #007681;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    font-weight: bold;
    background-color: #fff;
    padding: 13px 15px 13px 24px;
    box-sizing: border-box;
}
.research-one-left-title > a{
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #007681;
}
.research-one-left-title > a:hover{
    color: #1076BE;
}
.research-one-left-title span,.research-text-wrap span{
    font-weight: 400;
    font-size: 16px;
    color: #84C6CC;
    font-weight: bold;
}
.research-progress .research-one .research-img{width: 100%;height: 384px;overflow: hidden;}
.research-progress .research-img img{width: 100%;height: 100%;transition: all 0.5s;object-fit: contain;}
.research-progress .research-one-left .research-img img{object-fit: cover;}
.research-progress .research-img img:hover{transform: scale(1.05);}
.research-progress .research-info{position: relative; width: 100%; height: 100%;box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);border-bottom: 3px solid #007681;}
.research-progress .research-one .research-info .research-img{height: 184px;}
.research-list .research-info .research-img{height: 184px;}
.research-text-wrap{
    padding: 20px 24px;
    box-sizing: border-box;
}
.research-text-wrap > a{
    display: block;
    margin-bottom: 18px;
}
.research-progress .research-info h3{font-size: 18px;color: #007681;line-height: 30px;;}
.research-progress .research-info p{
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    margin-bottom: 32px;
}
.research-progress .research-list{
    display: grid;
    width: 100%;
    grid-template-columns: 23% 23% 23% 23%;
    justify-content: space-between;
    height: auto;
    position: relative;
    margin-top: 47px;
}
.research-progress .research-list li{
    height: 100%;
    background: #EBF1F2;
    padding: 15px 15px 15px 24px;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}
.research-progress .research-list li::before{
    content: "";
    display: block;
    width: 3px;
    height: 63%;
    background: #007681;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.research-progress .research-list a{
    box-sizing: border-box;
    color: #444;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.research-progress .research-list li span{color: #84C6CC;font-weight: 400;}
.notice-talent .talent-cont{border: 1px solid #D8D8D8;padding: 20px;padding-bottom: 0;height: 279px;}
/* .notice-talent .talent-cont.rc ul{
    display: none;
}
.notice-talent .talent-cont ul.list-active{display: block;} */
.notice-talent .notice-cont.tzgg2{
    height: 301px;
    box-sizing: border-box;
}
.notice-talent .notice-cont.tzgg2 ul{
    display: none;
}
.notice-talent .notice-cont.tzgg2 ul.list-active{display: block;}
.notice-cont.tzgg ul li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.notice-cont.tzgg{
    position: relative;
    border: 1px solid #D8D8D8;
    padding: 18px 20px 0 20px;
}
.tzgg-line{
    position: absolute;
    left: 110px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #B2D5D8;
}
.talent-cont.rc ul li{
    background: url(list-hbgi.png) no-repeat 0 0;
    padding-top: 5px;
    margin-bottom: 15px;
}
.notice-talent ul li h4{font-weight: 400;font-size: 18px;color: #444;line-height: 30px;}
.notice-time{
    color: #007681;
    font-size: 16px;
    min-width: 60px;
    height: 78px;
    border-bottom: 1px solid #B2D5D8;
    line-height: 16px;
    margin-right: 56px;
}
.notice-cont.tzgg ul li a{
    height: 78px;
    display: block;
    border-bottom:  1px solid #B2D5D8;
    flex: 1;
}
.notice-cont.tzgg ul li:nth-child(3) a{
    border: none;
}
.notice-talent ul li:last-child .notice-time{
    border: none;
}
.notice-time span:last-child{
    font-size: 30px;
    line-height: 30px;
}
.notice-talent ul li span{font-weight: 400;display: block;}
.talent-cont.rc ul li span{color: #8D8D8D; font-size: 14px;}
/* .notice-talent .sy-talent{margin-top: 30px;} */
.public-tit span:hover,.research-progress .research-info h3:hover,.research-progress .research-list li h3 a:hover,.notice-talent ul li h4:hover{color: #1076BE;}
/* 学术交流 */
.academic-exchange{
    /* background: url(syacademic-bgi-02.png) no-repeat 0 0; */
    background-size: cover;
    padding: 70px 0 70px 0;
    background-color: #EBF1F2;
}
.academic-cont{margin-top: 50px;border-top: 1px solid #D8D8D8;padding-top: 25px;}
.academic-cont ul{display: flex;justify-content: center;gap: 0 25px;}
.academic-cont ul li{width: 445px;display: flex;align-items: center;position: relative;}
.academic-cont ul li::after{width: 15px;height: 15px;background: #27939F;display: inline-block;content: "";border-radius: 50%;position: absolute;left: 31px;top: -33px;}
.academic-cont ul li .academic-date{width: 76px;height: 76px;border-radius: 50%;overflow: hidden;margin-right: 35px;}
.academic-cont ul li .academic-date::after{content: "";display: inline-block;width: 1px;height: 60px;background-color: #27939F;position: absolute;left: 38px;top: -20px;}
.academic-cont ul li .academic-date h3{background-color: #27939F;text-align: center;color: #fff;height: 40px;line-height: 50px;}
.academic-cont ul li .academic-date h4{background-color: #01313C;text-align: center;color: #fff;height: 36px;line-height: 28px;}
.academic-cont ul li .academic-info h2{font-size: 18px;color: #333;line-height: 30px;margin-bottom: 15px;}
.academic-cont ul li .academic-info p{font-weight: 400;font-size: 15px;color: #4E4E4E;line-height: 21px;margin: 10px 0;display: flex;align-items: center;}
.academic-cont ul li .academic-info p img{display: inline-block;margin-right: 5px;}
.academic-cont ul li .academic-info h2:hover{color: #1076BE;}

/* 物种 */
.academic-exchange .sy-inner{
    display: flex;
    position: relative;
}
.academic-exchange .academic-cont{
    width: 1400px;
    margin: auto;
    position: relative;
}
.academic-exchange .public-tit{
    background: none;
    display: block;
}
.academic-exchange .public-tit span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.academic-exchange .public-tit.active span{
    display: block;
}
.academic-exchange .public-tit h2{
    margin-right: 15px;
    cursor: pointer;
}
.academic-exchange .public-tit.active{
    background: url(tit-bgi.png) no-repeat 0 0;
}
.academic-cont ul.index-channer-list{
    padding: 20px;
    display: none;
    width: 100%;
    padding: 20px 0;
}
.academic-cont ul.index-channer-list.active {
    display: block;
}
.tupian-item.rel{
    position: relative;
}
.tupian-item .img-boxs{
    border-radius: 3px;
    overflow: hidden;
    height: 250px;
    position: relative;
    display: block;
}
.academic-exchange .tupian-item .img-boxs{
    min-height: 376px;
    width: 238px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    border-bottom: 3px solid #007681;
    margin:auto;
}
.tupian-item a.db img {
    height: 265px;
    object-fit: cover;
    width: 100%;
}
.index-zz-swiper .tupian-item a.db img{
    object-fit: contain;
}
.tupian-item a.db .title {
    min-height: 50px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #007681;
    line-height: 24px;
    padding: 18px 20px;
    box-sizing: border-box;
    
}
.tupian-item a.db .title p,.tupian-item a.db .title span,.tupian-item a.db .title em{
    color: #007681 !important;
}
/* 近期发表论文 */

.publish-paper{padding: 50px 0 70px 0;}
.publish-paper .paper-cont{}
.publish-paper .paper-cont li{
    display: block;margin-bottom: 10px;
    background: url(list-libgi.png) no-repeat 0 15px;
    box-sizing: border-box;
    padding-left: 15px;
}
.publish-paper .paper-cont li h3{font-weight: 400;font-size: 18px;color: #333333;line-height: 30px;}
.publish-paper .paper-cont li h3:hover{color: #1076BE;}
.publish-paper .paper-cont li p{font-size: 14px;color: #999;line-height: 22px;}
/* 友情链接 */
.friendship-link{padding: 50px 0 60px 0;}
.friendship-link .sylink-cont{display: flex;justify-content: space-between;}
.friendship-link .sylink-cont li{width: 23%;height: 100px;overflow: hidden;box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);}
.friendship-link .sylink-cont li img{width: 100%;height: 100%;transition: all 0.5s;object-fit: contain;transform: scale(1.05);}
.friendship-link .sylink-cont li:last-child img{transform: scale(1);}
.friendship-link .sylink-cont li img:hover{transform: scale(1.05);}

/* 获奖细览 */
.hj-item{
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #444;
}
.zz .hj-item{
    grid-template-columns: 113px 1fr;
}
.hj-item div:first-child{
    font-weight: 700;
}
.hj-tit{
    margin: 20px 0;
}
.xwz .hj-item > div:first-child{
    width: 119px;
}
.lw-switch-tabs{
    display: flex;
    gap: 20px;
    align-items: center;
}
.lw-switch-tabs div{
    font-size: 18px;
    padding: 10px 20px;
    color: #007681;
    cursor: pointer;
    margin-bottom: 30px;
    line-height: 18px;
    height: 18px;
    border: 1px solid #007681;
    transition: all 0.3s;
}
.lw-switch-tabs div a{
    color: #007681;
}
.lw-switch-tabs div.active{
    background: #007681;
    color: #fff;
    border: 2px solid #007681;
}
.lw-switch-tabs div.active a{
    color: #fff;
}
.pzsd td:last-child,.xpzq td:nth-child(6),.hjry td:nth-child(3),.ry-zz td:nth-child(3){
    word-break: keep-all;
}
/* 实验室领导 */
.ld-number-one{
    margin: auto;
    width: 140px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.ld-number-one img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.ld-xm-zc a{
    color: #007681;
}
.ld-xm-zc:hover{
    filter: brightness(1.2);
}
.ld-number-two{
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: space-around;
}
@media screen and (max-width:767px){
    .top-inner,.bottom-inner{width: 90%;}
    .logoimg img{width: 100%;height: auto;}
    .bottom-inner{display: block;}
    .sy-inner{width: 95%;margin: 0 auto;}
    .topright{position: static;text-align: right;padding-top: 5px;}
    .pagelogo{padding: 10px 0;}
    .pagelogo .logoimg{width: 100%;margin: 0 auto;}
    .pagelogo .logoimg img{width: 100%;}
    .pagelogo .logotit{width: 70%;margin-left: 10px;}
    .pagelogo .logotit h2{font-size: 20px;}
    .pagenav .nav-inner{width: 100%;position: relative;}
    .pagenav .nav-inner ul{display: block;overflow: hidden;white-space: nowrap;overflow-x: auto;position: relative;height: 50px;}
    .pagenav .nav-inner ul::-webkit-scrollbar{display: none;}
    .pagenav .nav-inner ul li{display: inline-block;margin: 0 20px;line-height: 50px;}
    .pagenav .nav-inner ul li a{font-size: 18px;}
    .pagenav .nav-inner ul li.navnow, .pagenav .nav-inner ul li.navhover{border: none;}
    .pagenav .nav-jt{display: block;position: absolute;right: 0;bottom: 0;color: #fff;height: 100%;line-height: 50px;background-color: #007681;padding: 0 2px;}
    .sy-news{background-size: cover;}
    .sy-news .synews-inner{width: 100%;display: block;padding: 10px 0;}
    .sy-news .news-img,.sy-news .news-list,.research-progress .research-div,.notice-talent{width: 90%;margin: auto;}
    .notice-talent{
        grid-template-columns: 100%;
        gap: 30px;
    }
    .academic-cont ul{display: block;}
    .sy-news .news-img{height: auto;}
    .slideBox .hd,.slideBox .bd li h3{bottom: 15px;}
    .slideBox .bd li h3 a{font-size: 18px;}
    .sy-news .news-list{width: 95%;margin: 10px auto;}
    .sy-news .news-list h2{font-size: 25px;}
    .sy-news .news-list h3 a{font-size: 18px;}
    .sy-news .news-list ul li{display: block;margin-bottom: 15px;}
    .sy-news .news-list ul li h3 a{line-height: 25px;}
    .research-progress .sy-inner{width: 95%;display: block;margin: 20px auto;}
    .public-tit h2{font-size: 25px;}
    .research-progress .research-cont .research-one{
        grid-template-columns: 100%;
        height: auto;
        gap: 30px;
    }
    .research-progress .research-one .research-info .research-img{height: 256px;}
    .research-progress .research-img img{
        object-fit: cover;
    }
    .research-progress .research-list{
        grid-template-columns: 100%;
        height: auto;
        gap: 30px;
        margin-top: 30px;
    }
    .research-progress .research-one .research-img,.research-progress .research-info{width: 100%;height: auto;}
    .research-progress .research-info p{margin: 5px 0;}
    .research-progress .research-list li{display: block;margin-bottom: 10px;}
    .research-progress .research-list li h3 a{line-height: 25px;}
    .academic-exchange{padding: 20px 0;}
    .academic-cont{width: 95%;margin: 0 auto;border: none;}
    .academic-cont ul li{width: 100%;margin-bottom: 15px;}
    .academic-cont ul li::after,.academic-cont ul li .academic-date::after{display: none;}
    .academic-cont ul li .academic-date{margin-right: 15px;}
    .academic-cont ul li .academic-info h2{margin-bottom: 5px;line-height: 25px;}
    .academic-cont ul li .academic-info p{margin: 5px 0;}
    .publish-paper{padding: 20px 0;}
    .publish-paper .paper-cont{display: block;}
    .publish-paper .paper-cont li{width: 100%;margin-bottom: 20px;background-size: auto;padding-left: 20px;}
    .friendship-link{padding: 20px 0;}
    .friendship-link .sylink-cont{display: block;}
    .friendship-link .sylink-cont li{width: 100%;margin-bottom: 30px;height: auto;}
    .bottom-inner .bot-logo{margin: 0;text-align: center;}
    .bottom-inner .bot-info{margin-top: 10px;text-align: center;}
    .ej-cont.cgry .staff-list ul li{
        width: 48%;
    }
    .ej-cont.cgry .staff-list ul{
        column-gap: 4%;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .top-inner,.bottom-inner{width: 90%;}
    .bottom-inner{display: block;}
    .sy-inner{width: 95%;margin: 0 auto;}
    .topright{position: static;text-align: right;padding-top: 5px;}
    .pagelogo .logotit h2{font-size: 25px;}
    .pagenav .nav-inner{width: 100%;position: relative;}
    .pagenav .nav-inner ul{display: block;overflow: hidden;white-space: nowrap;overflow-x: auto;position: relative;height: 50px;}
    .pagenav .nav-inner ul::-webkit-scrollbar{display: none;}
    .pagenav .nav-inner ul li{display: inline-block;margin: 0 20px;line-height: 50px;}
    .pagenav .nav-inner ul li a{font-size: 18px;}
    .pagenav .nav-inner ul li.navnow, .pagenav .nav-inner ul li.navhover{border: none;}
    .pagenav .nav-jt{display: block;position: absolute;right: 0;bottom: 0;color: #fff;height: 100%;line-height: 50px;background-color: #007681;padding: 0 2px;}
    .sy-news{background-size: cover;}
    .sy-news .synews-inner{width: 100%;display: block;padding: 10px 0;}
    .sy-news .news-img,.sy-news .news-list,.research-progress .research-div,.notice-talent{width: 90%;margin: auto;}
    .sy-news .news-img{height: auto;}
    .slideBox .hd,.slideBox .bd li h3{bottom: 15px;}
    .slideBox .bd li h3 a{font-size: 18px;}
    .sy-news .news-list{width: 95%;margin: 10px auto;}
    .sy-news .news-list h2{font-size: 25px;}
    .sy-news .news-list h3 a{font-size: 18px;}
    .sy-news .news-list ul li{display: block;margin-bottom: 15px;}
    .sy-news .news-list ul li h3 a{line-height: 25px;}
    .research-progress .sy-inner{width: 95%;display: block;margin: 20px auto;}
    .public-tit h2{font-size: 25px;}
    .research-progress .research-cont .research-one{grid-template-columns: 100%;height: auto;gap: 30px;}
    .research-progress .research-one .research-info .research-img{height: 500px;}
    .research-progress .research-one .research-img,.research-progress .research-info{width: 100%;height: auto;}
    .research-progress .research-info p{margin: 5px 0;}
    .research-progress .research-list{
        grid-template-columns: 100%;
        height: auto;
        gap: 30px;
        margin-top: 30px;
    }
    .research-progress .research-list li{display: block;margin-bottom: 10px;}
    .research-progress .research-list li h3 a{line-height: 25px;}
    .academic-exchange{padding: 20px 0;}
    .academic-cont{width: 95%;margin: 0 auto;}
    .academic-cont ul{flex-wrap: wrap;}
    .academic-cont ul li{width: 30%;margin-bottom: 10px;display: block;}
    .academic-cont ul li::after{left: 47.5%;}
    .academic-cont ul li .academic-date::after{left: 50%;}
    .academic-cont ul li .academic-date{margin: 0 auto;}
    .academic-cont ul li .academic-info h2{margin-bottom: 5px;line-height: 25px;}
    .academic-cont ul li .academic-info p{margin: 5px 0;}
    .publish-paper{padding: 20px 0;}
    .publish-paper .paper-cont{display: block;}
    .publish-paper .paper-cont li{width: 100%;margin-bottom: 20px;background-size: auto;padding-left: 20px;}
    .friendship-link{padding: 20px 0;}
    .friendship-link .sylink-cont{flex-wrap: wrap;}
    .friendship-link .sylink-cont li{width: 48%;margin-bottom: 15px;height: auto;}
    .bottom-inner .bot-logo{margin: 0;text-align: center;}
    .bottom-inner .bot-info{margin-top: 10px;text-align: center;}
}

@media (min-width:1025px) and (max-width: 1560px) {
    .top-inner,.bottom-inner{width: 90%;margin: 0 auto;}
    .sy-inner{width: 90%;margin: 0 auto;}
    .pagenav .nav-inner{width: 90%;margin: 0 auto;}
    .sy-news .news-img,.sy-news .news-list,.research-progress .research-div,.notice-talent{width: 90%;margin: 0 auto;}
    .sy-news .synews-inner{display: flex;width: 90%;}
    .sy-news .news-img{width: 100%;}
    .sy-news .news-list{width: 37%;}
    .research-progress .research-div{width: 100%;}
    .academic-cont ul li{width: 28%;}
    .research-progress .research-one .research-img{margin-right: 20px;}
    .academic-exchange .academic-cont{width: 90%;}
    
}
/* 首页样式end */



/* 二三级页面样式start */
.ej-main{background: url(maincont-bgi.png) no-repeat 0 0;background-size: cover;}
.ej-maininner{width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;}
.ej-route{font-weight: 500;font-size: 14px;color: #444444;line-height: 20px;padding: 37px 0 26px 0;width: 1400px;margin: 0 auto;}
.ej-route a{font-weight: 500;font-size: 14px;color: #444444;line-height: 20px;margin: 0 5px;}
.ej-route a.now-route{color: #007681;}
.ej-nav{width: 327px;
    /* background:linear-gradient(to bottom, #007681, #00954B); */
    padding-bottom: 70px;
}
.ej-nav ul{
    padding-bottom: 30px;
    background:linear-gradient(to bottom, #038c99, #068f4b);
}
.ej-nav h2{line-height: 94px;background: url(ejnav-bgi.png) no-repeat 0 0;font-weight: 800;font-size: 25px;color: #FFFFFF;box-sizing: border-box;padding-left: 25px;background-size: cover;}
.ej-nav li{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0 15px 25px;
    /* background: url(ejnav-libgi.png) no-repeat 0 23px; */
    border-bottom: 1px solid #D8D8D8;
    align-items: center;
    position: relative;
}
.ej-nav li::before{
    content: '';
    width: 6px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ej-nav li img{width: 16px;height: 16px;filter: brightness(2);}
.ej-nav li {font-size: 18px;color: #fff;}
.ej-nav li.nowli {font-weight: 800;color: #fff;}
.ej-nav li:hover {font-weight: 800;color: #fff;}
.ej-nav .show,.ej-nav .hide{display: none;}
.ej-cont{width: 1042px;background-color: #fff;}
.ej-cont .ej-tit{font-weight: 800;font-size: 25px;color: #444;border-left: 6px solid #007680;padding: 25px 0 25px 40px;}
.ej-cont .ej-content{width: 90%;margin: 10px auto;padding-bottom: 80px;}
.ej-cont .ej-intro p{font-size: 18px;color: #444;line-height: 34px;margin: 5px 0 10px 0;}
.ej-cont .ej-intro table p{

}
.ej-cont figure{text-align: center;margin: 25px 0;}
.ej-cont figure figcaption{color: #444;font-size: 18px;}
.ej-cont figure img{max-width: 90%;}
.nonav-cont{width: 1400px;margin: 0 auto;}
.nonav-cont .nonav-tit{width: 93%;margin: 30px auto;font-weight: 800;font-size: 25px;color: #444;line-height: 34px;border-left: 10px solid #007680;padding-left: 13px;box-sizing: border-box;}
.nonav-cont .ej-content{width: 93%;}

/* 人员列表 */
.staff-list ul{display: flex;flex-wrap: wrap;gap: 35px;}
.staff-list ul li{width: 17%;text-align: center;}
.staff-list ul li .staff-img{width: 100%;height: 222px;}
.staff-list ul li .staff-img img{width: 100%;height: 100%;object-fit: cover;}
.staff-list ul li .staff-info h3{font-size: 18px;color: #444;margin-top: 10px;}
.staff-list ul li .staff-info h3:hover{color: #1076BE;}
.staff-list ul li .staff-info p{font-size: 16px;color: #444;}
/* 人员详情 */
.staff-detail .staff-card{display: flex;justify-content: space-between;}
.staff-detail .staff-card .staffcard-img{width: 158px;height: 222px;}
.staff-detail .staff-card .staffcard-img img{width: 100%;height: 100%;object-fit: cover;}
.staff-detail .staff-card .staffcard-info{width: 755px;}
.staff-detail .staffcard-info h3{font-size: 20px;color: #444;margin: 5px 0;}
.staff-detail .staffcard-info h4{font-size: 16px;color: #007681;margin: 10px 0;}
.staff-detail .staffcard-info h3 p{margin-left: 15px;}
.staff-detail .staffcard-info h3 p,.staff-detail .staffcard-info h4 p{display: inline;font-size: 16px;color: #444;line-height: 22px;font-weight: normal;}
.staff-detail .staff-intro{margin: 30px 0;}
.staff-detail .staff-intro .staffintro-tit,.hj-tit{line-height: 46px;background: linear-gradient( 270deg, #007681 0%, #007681 100%) no-repeat 0 0;background-size: 10px;background-color: #e5f3ee;padding-left: 30px;font-weight: 800;font-size: 18px;color: #444;}
.staff-detail .staff-intro .staffintro-text{font-size: 16px;color: #444;line-height: 32px;margin-top: 13px;text-align: justify;}
/* 多栏目文字列表 */
.staff-detail.gzhd .staff-intro .staffintro-tit{
    display: flex;
    justify-content: space-between;
}
.staff-detail.gzhd .staff-intro .staffintro-tit a{
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    cursor: pointer;
}
.staff-detail.gzhd .staff-intro .staffintro-tit a:hover{
    color: #007681;
}
.staff-detail .staff-intro .tit-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 18px;
    color: #444444;
    line-height: 26px;
    font-weight: 400;
    margin: 20px auto;
    text-align: justify;
}
.staff-detail .staff-intro .tit-wrap span{
    min-width: 94px;
}
.tit-wrap a:hover{
    color: #007681;
}
/* 图文列表 */
.nonav-cont .imgtext-list{padding-bottom: 100px;}
.imgtext-list ul li{display: flex;padding: 10px 0;border-bottom: 1px solid #D8D8D8;justify-content: space-between;}
.imgtext-list ul li .list-info{width: 990px;}
.imgtext-list ul li .list-info h3{font-size: 18px;color: #444;margin-top: 20px;}
.imgtext-list ul li .list-info h3:hover{color: #1076BE;}
.imgtext-list ul li .list-info span{font-size: 14px;color: #444;display: inline-block;margin: 5px 0;}
.imgtext-list ul li .list-info p{font-size: 15px;color: #444;line-height: 26px;margin-bottom: 20px;}
.imgtext-list ul li .list-img{width: 280px;height: 157px;}
.imgtext-list ul li .list-img img{width: 100%;height: 100%;object-fit: cover;}
/* 文本列表 */
.text-list ul{border-bottom: 1px solid #D8D8D8;padding-bottom: 25px;}
.text-list ul li{display: flex;justify-content: space-between;margin-bottom: 25px;gap: 200px;}
.text-list ul li h3{font-size: 18px;color: #444444;line-height: 26px;font-weight: 400;}
.text-list ul li h3:hover{color: #1076BE;}
.text-list ul li span{font-size: 18px;color: #444444;line-height: 26px;font-weight: 400;display: inline-block;min-width: 120px;text-align: right;}
.list-pagination{text-align: right;margin-top: 30px;}
.list-pagination a{display: inline-block;line-height: 38px;text-align: center;border-radius: 5px;border: 1px solid #D8D8D8;padding: 0 15px;margin: 0 2px;}
.list-pagination span{padding: 0 15px;margin: 0 2px;}
.text-list button{display: none;}
.text-list button,.imgtext-list button,.staff-list button,.ej-content button{display: none;}

/* 文本详情 */
.detail-cont .detail-tit{border-bottom: 1px solid #D8D8D8;padding: 25px 0;}
.detail-cont .detail-tit h2{font-size: 25px;color: #444;line-height: 34px;text-align: center;margin-bottom: 35px;}
.detail-cont .detail-tit .detail-info{display: flex;justify-content: space-around;}
.detail-cont .detail-tit .detail-info p{font-size: 16px;color: #444;margin: 0 25px;}
.detail-cont .detail-tit .detail-info p span{margin: 0 25px;}
.detail-cont .detail-tit .detail-info p a{font-size: 16px;color: #444;margin-right: 10px;}
.detail-cont .detail-text{margin-top: 20px;padding-bottom: 25px;}
.detail-cont .detail-text p{font-size: 18px;color: #444;line-height: 34px;margin-bottom: 10px;}
.detail-cont figure{margin: 50px 0;}
.detail-cont figure figcaption{font-size: 16px;}
.article-switch{border-top: 1px solid #D8D8D8;}
.article-switch a{display: block;margin: 20px 0;}
.article-switch a:hover{color: #1076BE;}
.article-switch a b{margin-left: 18px;}
.attachment{border-top: 1px solid #D8D8D8;padding: 20px 0;}
.attachment h3{display: flex;}
.attachment h3 img{margin-right: 10px;}
.attachment a{display: block;font-size: 16px;color: #444444;line-height: 34px;margin: 12px 0 12px 32px;}
.attachment a:hover{color: #1076BE;}
.nonav-cont .detail-cont{padding-bottom: 20px;}
.detail-cont .detail-text .trs_editor_view p img{
    max-width: 80%;
}
.trs_editor_view .ue_table{
    overflow-x: auto;
}
/* 学术列表 */
.nonav-cont .academic-list ul{border: none;}
.nonav-cont .academic-list li{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #D8D8D8;padding: 20px 0;margin: 0;}
.academic-list li .academiclist-time{width: 76px;height: 76px;border-radius: 50%;overflow: hidden;}
.academic-list li .academiclist-time h3{background-color: #27939F;height: 40px;line-height: 48px;text-align: center;color: #fff;width: 100%;}
.academic-list li .academiclist-time h3:hover{color: #fff;}
.academic-list li .academiclist-time h4{background-color: #01313C;height: 36px;line-height: 30px;text-align: center;color: #fff;width: 100%;}
.academic-list li .academiclist-tit{width: 75%;}
.academic-list li .academiclist-tit h3{font-size: 18px;color: #333333;line-height: 30px;margin-bottom: 10px;}
.academic-list li .academiclist-tit p{font-size: 15px;color: #4E4E4E;line-height: 21px;}
.academic-list li .academiclist-place{width: 12%;}
.academic-list li .academiclist-place span{font-size: 15px;color: #4E4E4E;line-height: 21px;display: block;margin: 8px 0;}
/* 研究团队 */
h1, .h1, h2, .h2, h3, .h3{
    margin-top: 0;
    margin-bottom: 0;
}
.main-content{
    background: #fff;
    margin-bottom: 50px;
    width: 100%;
}
.yjtd-head .yjtd-top {
    width: 100%;
    display: flex;
}
.yjtd-head .yjtd-name {
    width: 40%;
    font-weight: 800;
    font-size: 24px;
    color: #444444;
    line-height: 34px;
    padding: 20px 40px 0px 50px;
    border-top: 6px solid #007681;
    margin: 0;
}
.yjtd-head .yjtd-name span {
    color: #007681;
}
.yjtd-home{
    margin-top: 35px;
    padding: 0 50px 50px 50px;
}
.yjtd-home .yjtd-prod {
    display: flex;
    align-items: flex-start;
}
.yjtd-home .yjtd-prod img{
    width: 500px;
    object-fit: contain;
}
.yjtd-home .prod-box{
    flex: 1;
    margin-left: 30px;
}
.yjtd-head .yjtd-channel{
    margin-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}
.yjtd-home .yjtd-channel{
    margin-top: 0;
}
.yjtd-head .yjtd-channel span {
    font-weight: 800;
    font-size: 22px;
    color: #007681;
    background: url(icon3.png) left center no-repeat;
    padding-left: 45px;
    background-size: contain;
}
.yjtd-home .prod-box .prod {
    font-weight: 500;
    font-size: 18px;
    color: #444444;
    padding-top: 20px;
    line-height: 34px;
}
.yjtd-home .yjtd-item {
    margin-top: 50px;
}
.img-boxs {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.img-boxs:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.yjtd-home .yjtd-item a {
    display: block;
    position: relative;
}
.yjtd-home .yjtd-item a{
    transition: all ease 0.3s;
}
.img-boxs:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.img-boxs img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: none;
    outline: 0;
    vertical-align: middle;
}
.yjtd-home .yjtd-item .tit {
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.yjtd-home .yjtd-news {
    margin-top: 50px;
}
.wenzi-item {
    padding-bottom: 50px;
}
.yjtd-home .yjtd-news .wenzi-item {
    padding-top: 20px;
}
.wenzi-item li {
    transition: all ease 0.3s;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.yjtd-home .yjtd-news .wenzi-item li {
    padding-left: 15px;
    position: relative;
}
.wenzi-item li a {
    font-size: 18px;
    color: #444444;
    padding: 10px 20px;
    padding-left: 0;
    position: relative;
    text-decoration:none;
}
.wenzi-item li a:hover {
    color: #007681;
}
.wenzi-item li .data-s {
    color: #444;
    font-size: 18px;
    display: block;
    width: 120px;
    text-align: right;
    margin-left: auto;
}
.yjtd-home .yjtd-news .wenzi-item li:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #444;
    left: 0;
    top: 23px;
    position: absolute;
}
/* 研究团队列表 */
.ej-cont .channel-title {
    font-size: 25px;
    color: #444444;
    line-height: 34px;
    text-align: left;
    padding: 30px 50px;
    border-left: 6px solid #007681;
    font-weight: bold;
}
.tuwen-item{
    padding: 0 50px;
}
.yjtd-box{
    padding-bottom: 50px;
}
.yjtd-box .yjtd-list {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #D8D8D8;
    text-decoration: none;
    transition: all ease 0.3s;
}
.yjtd-box .yjtd-list:hover{
    transform: translateY(5px);
    color: #007681;
}
.yjtd-box .yjtd-list img {
    width: 60px;
    max-width: 100%;
    margin-right: 15px;
    height: auto;
    border: none;
}
.yjtd-box .yjtd-list .yjtd-tit{
    flex: 1;
    background: url(icon1.png) center right no-repeat;
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 1500px) {
    .pagenav .nav-inner ul li{
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .yjtd-head .yjtd-top {
        display: block;
    }
    .yjtd-head .yjtd-name {
        width: 100%;
        padding: 20px 15px 0px 50px;
    }
    .yjtd-home .yjtd-prod {
        display: block;
    }
    .yjtd-home .yjtd-prod img{
        width: 100%;
    }
    .yjtd-home .prod-box {
        margin-left: 0;
        margin-top: 20px;
    }
    .yjtd-home .yjtd-item a{
        margin-bottom: 20px;
    }
    .yjtd-box .yjtd-list .yjtd-tit {
        background: none;
    }
}

@media screen and (max-width:767px){
    .ej-main{margin: 10px 0;}
    .ej-route{width: 100%;padding: 10px;box-sizing: border-box;}
    .ej-maininner{width: 100%;display: block;}
    .ej-nav{width: 100%;height: max-content;}
    .ej-nav,.ej-cont{width: 100%;padding-bottom: 0;position: relative;}
    .ej-nav h2{background-size: cover;line-height: 70px;}
    .ej-nav ul{position: absolute;width: max-content;border-radius: 0 0 0 5px;right: 0;display: none;z-index: 10;background-color: rgba(0, 118, 128, 0.8);}
    .ej-nav .show,.ej-nav .hide{display: block;position: absolute;background-color: rgba(0, 118, 128, 0.8);color: #fff;width: 20px;height: 50px;line-height: 46px;text-align: center;border-radius: 3px 0 0 3px;z-index: 10;}
    .ej-nav .show{display: block;right: 0;}
    .ej-nav .hide{display: block;left: -20px;}
    .ej-nav li{display: block;background: none;border: none;padding: 10px 15px;box-sizing: initial;width: 100%;color: #fff;font-size: 16px;}
    .ej-nav li.nowli{background-color: #DDF1FF;}
    .ej-nav li img{display: none;}
    .ej-cont .ej-tit{padding: 10px 0 10px 20px;}
    .ej-cont .ej-content{padding-bottom: 30px;}
    .ej-cont .ej-intro p{font-size: 16px;text-align: justify;line-height: 28px;}
    .ej-cont figure figcaption{font-size: 16px;}
    .nonav-cont{width: 100%;padding: 10px 0;}
    /* 人员列表 */
    .staff-list ul{justify-content: space-between;gap: 20px 0;}
    .staff-list ul li{width: 45%;}
    .staff-list ul li .staff-info h3{margin-top: 5px;}
    /* 人员详情 */
    .staff-detail .staff-card{display: block;}
    .staff-detail .staff-card .staffcard-img{margin: 0 auto;}
    .staff-detail .staff-card .staffcard-info{width: 100%;}
    /* 图文列表 */
    .nonav-cont .nonav-tit{margin: 0 auto;}
    .imgtext-list ul li{display: block;margin-bottom: 30px;}
    .imgtext-list ul li .list-info,.imgtext-list ul li .list-img{width: 100%;height: auto;}
    .imgtext-list ul li .list-info h3{margin: 0;}
    .imgtext-list ul li .list-info p{margin-bottom: 5px;}
    /* 文本列表 */
    .text-list ul{margin: 20px 0;}
    .list-pagination{display: none;}
    .text-list button,.imgtext-list button,.staff-list button,.ej-content button{width: 60%;height: 40px;line-height: 40px;color: #3a56b6;border: 1px solid #3a56b6;background: none;font-size: 16px;border-radius: 4px;margin: 30px auto 0 auto;display: block;}
    .text-list ul li{display: block;margin-bottom: 15px;}
    .text-list ul li h3,.text-list ul li span{font-size: 16px;}
    /* 文本详情 */
    .detail-cont .detail-tit{padding: 15px 0;}
    .detail-cont .detail-tit h2{font-size: 22px;margin-bottom: 15px;}
    .detail-cont .detail-tit .detail-info{display: block;}
    .detail-cont .detail-tit .detail-info p{margin: 0 5px;font-size: 15px;}
    .detail-cont .detail-tit .detail-info p span{margin: 0;margin-right: 15px;font-size: 15px;}
    .detail-cont .detail-text p{font-size: 16px;}
    .detail-cont figure{margin: 20px 0;}
    .nonav-cont .detail-cont{padding: 0;}
    .article-switch a{margin: 20px auto;width: 95%;}
    .attachment a{margin: 5px 0 5px 32px;}
    /* 学术列表 */
    .nonav-cont .academic-list li{display: block;overflow: hidden;}
    .academic-list li .academiclist-time{margin: 0 auto;float: left;margin-top: 20px;}
    .academic-list li .academiclist-tit,.academic-list li .academiclist-place{width: 75%;float: right;}
    /* 多栏目文字列表 */
    .staff-detail .staff-intro .tit-wrap{
        flex-wrap: wrap;
    }
    .staff-detail .staff-intro .tit-wrap span{
        margin-left: auto;
    }
    
    .academic-exchange .academic-cont{width: 95%;}

}


@media (min-width:768px) and (max-width: 1024px) {
    .ej-main{margin: 10px 0;}
    .ej-route{width: 100%;padding: 10px;box-sizing: border-box;}
    .ej-maininner{width: 100%;display: block;}
    .ej-nav{width: 100%;height: max-content;}
    .ej-nav,.ej-cont{width: 100%;padding-bottom: 0;position: relative;}
    .ej-nav h2{background-size: cover;line-height: 70px;}
    .ej-nav ul{position: absolute;width: max-content;border-radius: 0 0 0 5px;right: 0;display: none;z-index: 10;background-color: rgba(0, 118, 128, 0.8);}
    .ej-nav .show,.ej-nav .hide{display: block;position: absolute;background-color: rgba(0, 118, 128, 0.8);color: #fff;width: 20px;height: 50px;line-height: 46px;text-align: center;border-radius: 3px 0 0 3px;z-index: 10;}
    .ej-nav .show{display: block;right: 0;}
    .ej-nav .hide{display: block;left: -20px;}
    .ej-nav li{display: block;background: none;border: none;padding: 10px 15px;box-sizing: initial;width: 100%;color: #fff;font-size: 16px;}
    .ej-nav li.nowli{background-color: #DDF1FF;}
    .ej-nav li img{display: none;}
    .ej-cont .ej-tit{padding: 10px 0 10px 20px;}
    .ej-cont .ej-content{padding-bottom: 30px;}
    .ej-cont .ej-intro p{font-size: 16px;text-align: justify;line-height: 28px;}
    .ej-cont figure figcaption{font-size: 16px;}
    .nonav-cont{width: 100%;padding: 10px 0;}
    /* 人员列表 */
    .staff-list ul{gap: 20px 2.5%;}
    .staff-list ul li{width: 18%;}
    .staff-list ul li .staff-info h3{margin: 0;}
    .staff-list ul li .staff-img{height: auto;}
    .cgry .staff-list ul li .staff-img{height: 222px;}
    /* 人员详情 */
    .staff-detail .staff-card .staffcard-img{width: 22%;height: auto;}
    .staff-detail .staff-card .staffcard-info{width: 75%;}
    /* 图文列表 */
    .nonav-cont .nonav-tit{margin: 0 auto;}
    .imgtext-list ul li .list-info{width: 68%;}
    .imgtext-list ul li .list-img{width: 30%;}
    .imgtext-list ul li .list-info h3{margin: 0;}
    .imgtext-list ul li .list-info p{margin-bottom: 5px;}
    /* 文本列表 */
    .text-list ul{margin: 20px 0;}
    .list-pagination{display: none;}
    .text-list button,.imgtext-list button,.staff-list button,.ej-content button{width: 60%;height: 40px;line-height: 40px;color: #3a56b6;border: 1px solid #3a56b6;background: none;font-size: 16px;border-radius: 4px;margin: 30px auto 0 auto;display: block;}
    .text-list ul li{display: block;margin-bottom: 15px;}
    /* 学术交流 */
    .academic-list li .academiclist-tit{width: 65%;}
    .academic-list li .academiclist-place{width: 20%;}
    .academic-exchange .academic-cont{width: 95%;}


}


@media (min-width:1025px) and (max-width: 1560px) {
    .ej-route,.ej-maininner{width: 90%;}
    .ej-nav{width: 23%;}
    .ej-cont{width: 75%;}
    .nonav-cont{width: 100%;}
    .staff-list ul{gap: 30px 3.5%;}
    .staff-list ul li .staff-img{height: auto;}
    .cgry .staff-list ul li .staff-img{height: 222px;}
    .staff-detail .staff-card .staffcard-img{width: 20%;height: auto;}
    .staff-detail .staff-card .staffcard-info{width: 77%;}
    .imgtext-list ul li .list-info{width: 75%;}
    .imgtext-list ul li .list-img{width: 22%;}
}
@media (max-width:500px) {
    .ej-cont.cgry .staff-list ul li{
        width: 100%;
    }
}