header{
    box-sizing: border-box;
    padding: 0 10px;
}
header .logo{
    width: 100%;
    height: auto;
}
header .layout > a{
    width: calc(100% - 80px);
    display: block;
}
/* header nav ul li .nav-list{
    display: none;
} */
nav{
    /* display: none; */
    width: 35px;
    height: 35px;
    background: url(../images_chw/icon/icon_nav.png) center center / 100% 100% no-repeat;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    z-index: 1000;
    display: none;
}
.mobile-nav{
    display: block !important;
}
nav ul{
    position: absolute;
    flex-flow: column;
    background: #fff;
    padding: 10px 10px;
    min-width: 120px;
    z-index: 100;
    right: -20px;
    top: 50px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    opacity: 0;
}
nav.active ul,nav:hover ul{
    opacity: 1;
}
header nav ul li{
    margin-left: 0;
    margin: 10px 0;
}
header nav ul li.active::before, header nav ul li:hover::before{
    width: 0;
}
header nav ul li > a{
    font-size: 16px;
    color: #1C222B;
}
header nav ul li .nav-list{
    position: static;
    height: auto;
    padding-top: 10px;
    transform: translateY(0);
    opacity: 1;
    background: none;
    display: none;
}
header nav ul li.on .nav-list{
    display: block;
}
header nav ul li .nav-list > a{
    background: none;
    box-shadow: none;
    font-size: 16px;
    justify-content: flex-start;
    padding-right: 0;
    position: relative;
    color: #1C222B;
}
header nav ul li .nav-list > a::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    left: 10px;
    top: 0;
    background: #A0ACBB;
}
header nav ul li .nav-list > a::after{
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    display: block;
    left: 10px;
    top: 20px;
    background: #A0ACBB;
}
header nav ul li .nav-list > a:last-child::before{
    height: 50%;
}
header .language{
    margin-left: 0;
}


.layout{
    width: 100%;
}
footer{

}
footer .about{
    flex-wrap: wrap;
}
footer .left{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 50px;
}
footer .left span{
    /* width: 100%; */
    /* text-align: center; */
}
footer .middle{
    margin-left: 0;
    flex-wrap: wrap;
}
footer .link-item{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0 !important;
    margin-bottom: 50px;
}
footer .link-item span , footer .link-item a{
    display: block;
    width: 100%;
    text-align: center;
}
footer .right{
    width: 100%;
    display: flex;
    justify-content: center;
}
footer .code{
    margin-left: 0;
}

/* 通用 */
.banner .layout{
    box-sizing: border-box;
    padding: 0 10px;
}
.module .title{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.module .title h3{
    font-size: 28px;
}
.path{
    box-sizing: border-box;
    padding-left: 10px;
}
.page-title h3{
    box-sizing: border-box;
    padding-left: 10px;
}
.page-title h3.normal{

}
.laymenu{
    flex-flow: column;
}
.laymenu .menu.long{
    width: 80%;
}
.laymenu .menu.long ul::before{
    width: calc(80% + 20px);
}
.laymenu .menu ul::before{
    width: calc(80% + 20px);
}
.laymenu .menu{
    /* display: none; */
    margin: 0 auto 50px auto;
    width: 80%;
}
.laymenu .content{
    width: 100%;
}


/* 首页 */
.page-index main{
    background-color: rgb(250, 249, 249);
}
.page-index .banner{
    height: 180px;
}
.page-index .news{
    flex-wrap: wrap;
}
.page-index .activity{
    height: 420px;
}
.page-index .activity ul{
    position: relative;
    align-items: flex-end;
}
.page-index .activity ul li{
    width: 20%;
}
.page-index .activity ul li.active{
    height: 300px;
}
.activity ul li a{
    width: 100%;
}
.page-index .activity ul li h3{
    width: 100%;
}
.page-index .activity ul li img{
    position: absolute;
    top: 300px;
    left: 0;
}
.page-index .activity ul li.active img{
    width: 100%;
    height: 150px;
}
.page-index .news > .left{
    width: 100%;
    margin-bottom: 20px;
}
.page-index .news > .middle{
    width: 100%;
}
.page-index .news > .middle .list{
    width: 100%;
    margin-bottom: 20px;
}
.page-index .news > .middle .list > a{
    margin-bottom: 14px;
}
.page-index .news > .right .list{
    width: 100%;
}
.page-index .news > .right .list a{
    width: 100%;
}
.page-index .result{
    height: auto;
}
.page-index .result ul{
    flex-wrap: wrap;
    justify-content: center;
}
.page-index .result ul li {
    margin-bottom: 30px;
}
.page-index .result ul li + li{
    margin-left: 0;
}
.page-index .scholar ul{
    justify-content: center;
}
.page-index .news > .middle .list > a{
    width: 100%;
}
.page-index .news > .right{
    width: 100%;
    margin-top: 70px;
}
.page-index .viewpoints .viewpoints-imgs{
    flex-flow: column;
}
.page-index .viewpoints .viewpoints-imgs li{
    width: 100%;
    margin-bottom: 10px;
}
.page-index .viewpoints-article{
    flex-flow: column;
}
.page-index .viewpoints-article li{
    width: 100%;
}

/* 研院简介 */
.page-introduce .introduce-text{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.page-introduce .introduce-title{
    margin-right: 0;
    margin-left: 20px;
}
.page-introduce .introduce-text h3{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.page-introduce .introduce-text p{
    box-sizing: border-box;
    padding: 0 10px;
}
.page-introduce .introduce-text.short{
    width: 100%;
}
.page-introduce .introduce-text .house{
    display: none;
}
.page-introduce .introduce-text + .line{
    margin-top: 0;
}
.page-introduce .introduce-team-item{
    width: 100%;
}
.page-introduce .introduce-team-item:nth-child(1){order: 0;}
.page-introduce .introduce-team-item:nth-child(2){order: 1;}
.page-introduce .introduce-team-item:nth-child(3){order: 2;}
.page-introduce .introduce-team-item:nth-child(4){order: 3;}
.page-introduce .introduce-team-item:nth-child(5){order: 4;}
.page-introduce .introduce-team-item:nth-child(6){display: none;}
/* .page-introduce .introduce-team-item:nth-child(5){
    display: none;
} */

/* 组织架构 */
.page-introduceFramework .framework-network{
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 260px;
}
.page-introduceFramework .framework-item{
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    margin: 10px 0;
}
.page-introduceFramework .framework-line{
    display: none;
}
.page-introduceFramework .framework-item:nth-child(1)::before{
    display: none;
}
.page-introduceFramework .framework-item:nth-child(1)::after{
    display: none;
}
.page-introduceFramework .framework-item:nth-child(1){
    width: 100%;
}
.page-introduceFramework .framework-team ul{
    flex-wrap: wrap;
    width: 100%;
}
.page-introduceFramework .framework-team ul li{
    width: 100%;
    flex: 0 0 auto;
}
.page-introduceFramework .framework-team ul li a{
    white-space: nowrap;
}
.page-introduceFramework .framework-team span,.page-introduceFramework .text h4{
    padding: 20px 0;
    text-align: center;
}
.page-introduceFramework .text ul{
    flex-wrap: wrap;
}
.page-introduceFramework .text ul li{
    height: auto;
}
.page-introduceFramework .text ul li p{
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-flow: column;
    text-align: center;
    line-height: 40px;
    padding-bottom: 20px;
}
.page-introduceFramework .text ul li p span{
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    line-height: 72px;
}

/* 高等学者 */
.page-introduceScholar .page-title .right{
    position: static;
}
.page-introduceScholar .scholar-list ul{
    justify-content: center;
}

/* 研究项目 */
.page-resultStrategy .page-title .right{
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    transform: none;
    box-sizing: border-box;
    padding: 0 10px;
}
.page-resultStrategy .page-title .right p{
    width: 100%;
}
.research-list ul li{
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

/* 新闻 */
.page-news .news-list ul li{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.page-news .news-list ul li a img{
    width: 150px;
    height: 120px;
}

/* 联系我们 */
.page-cooperateContact .page-title > p{
    box-sizing: border-box;
    padding: 0 10px;
}
.page-cooperateContact .page-title .right{
    position: static;
    transform: none;
    margin-top: 20px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 5px;
}
.page-cooperateContact .page-title .right > img{
    margin-right: 0;
}
.page-cooperateContact .page-title .right ul{
    /* width: calc(100% - 170px); */
}
.page-cooperateContact .page-title .right ul li{
    width: 100%;
}

.work-introducion{
    box-sizing: border-box;
    padding: 0 10px;
}

/* 青年学者访问计划 */
.visit .contact-item .contact-2{
    display: flex;
    align-items: center;
}
.visit .contact-item .contact-2 p{
    word-break: break-all;
    line-height: 24px;
}
.visit .visit-head .page-title-cloud{
    padding-top: 60px;
}
.visit.en .work-2-1{
    width: 150px;
}
.visit .work-2{
    width: 100%;
}
.visit .work-2 span{
    word-break: break-all;
    white-space: normal;
}
.visit .tip{
    box-sizing: border-box;
    padding: 0 10px;
}
.visit .page-title-cloud h4{
    text-align: center;
}
.visit-item{
    box-sizing: border-box;
    padding: 0 10px;
}

/* 主要学者详情 */
.scholar-info{
    flex-flow: column;
}
.scholar-info .info-img{
    margin: 0 auto;
}
.scholar-info .info-text{
    display: flex;
    flex-flow: column;
    /* align-items: center; */
    box-sizing: border-box;
    padding: 0 10px;
}
.scholar-info .info-text h4{
    text-align: center;
}
.scholar-info .info-text p{
    box-sizing: border-box;
    padding: 0 10px;
}
.info-detail{
    box-sizing: border-box;
    padding: 0 10px;
}

/* 文章详情 */
.news article .img img{
    width: 100%;
}
.news article p img{
    width: 100%;
}
.news article{
    box-sizing: border-box;
    padding: 0 10px;
}

/* 岗位详情 */
.page-title-cloud h3{
    text-align: center;
}


/* 大战略 */
.strategy-list ul li a i{
    flex: 0 0 auto;
}

.laymenu .long + .content{
    width: 100%;
}

.en.page-resultStrategy .page-title{
    height: auto;
}