@charset "utf-8";
/* CSS Document */
.ej_banner img{
    width: 100%;
}
.more{
    font-size: 20px;
}
ul>a {
    display: block;
}
.more .icn {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(guobo202509_jt_01.png) no-repeat center center;
    background:cover;
    margin-top: -3rem;
    margin-left: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.more:hover .icn {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section {
    margin: 100px auto;
    width: 1380px;
}
.section_sec {
    margin: 50px auto;
    width: 1380px;
}
.section>.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.section>.title .title_txt {
    font-size: 46px;
    color: #333;
}
.academic_frontiers_content_mobile {
    display: none;
}
.academic_frontiers_content_mobile dl {
    margin-right: 15px;
}
.academic_frontiers_content_mobile dt img {
    width: 451px;
    height: 254px;
}
.academic_frontiers_content_mobile dd p {
    width: calc(100% - 85px - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lb_js1 dd {
    text-align: center;
}
.academic_frontiers_content .list {
    font-size: 20px;
    width: 49%;
}
.academic_frontiers_content .list ul li {
    padding: 3.4% 0;
    font-size: 20px;
    /* line-height: 2.4; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}
.academic_frontiers_content .list ul li:last-child {
    margin-bottom: 0;
}
.academic_frontiers_content .list p {
    width: calc(100% - 104px - 10px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.academic_frontiers_content .list span {
    color: #707070;
    float: right;
    font-size: 16px;
}
.academic_frontiers_content .img {
    width: 48%;
    overflow: hidden;
    height: 100%;
}
.academic_frontiers_content .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0 1px;
}
.academic_frontiers_content .img img:hover {
    -webkit-transform: scale(1.05);
    transform:  scale(1.05);
}
.academic_frontiers_content .swiper-slide-active img {
    -webkit-transform: scale(1.01);
    transform:  scale(1.01);
}
.academic_committee {
    padding: 0;
    width: 100%;
}
.academic_committee_bg {
    width: 100%;
    height: 330px;
    padding: 100px 0;
    background: url('./guobo2025_weiyuanhui_bg.jpg')
}
.academic_committee_content {
    width: 100%;
    height: 100%;
    max-width: 1380px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    line-height: 2.7;
}
.academic_committee_content_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.academic_committee_content img {
    width: 65px;
    height: 48px;
    margin-right: 37px;
    display: inline-block;
    vertical-align: middle;
}
.academic_committee_content p {
    font-size: 46px;
    display: inline-block;
    vertical-align: middle;
}
.experts_scholars dl dd {
    font-size: 24px;
    margin-top: 13px;
}
.experts_scholars dl dd p:last-child{
    font-size: 18px;
    margin-top: 6px;
}
/*展播图轮播*/
.img_wfull_lb{
    overflow: hidden;
    margin-top: .2rem;
}
.img_wfull_lb img{
    width: 100%;
    opacity: 1;
}
.img_wfull_lb .pic{
}

.img_wfull_lb dl dt img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.img_wfull_lb dl dt img:hover{
    -webkit-transform: scale(1.1);
    transform:  scale(1.1);
}
.img_wfull_lb .swiper-container{
    width: 1380px;
}
.img_wfull_lb dl dt {
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow: hidden;
}

/*通用轮播内容下方翻页箭头 开始*/
.lubo_jt{
    width: 100%;
    text-align: center;
    margin-top: .3rem;
}
.lubo_jt .prev,
.lubo_jt .next{
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: top;
    transition: all .5s;
    margin: 0 .1rem;
}
.lubo_jt .prev{
    background: rgba(0, 0, 0, .1) url(guobo202509_jt_prev_h.png) center center no-repeat;
    background-size: .12rem;
}
.lubo_jt .next{
    background: rgba(0, 0, 0, .1) url(guobo202509_jt_next_h.png) center center no-repeat;
    background-size: .12rem;
}
/* .lubo_jt .prev:hover{
    background-color: rgba(255, 255, 255, 1);
}
.lubo_jt .next:hover{
    background-color: rgba(255, 255, 255, 1);
} */
/*通用轮播内容下方翻页箭头 结束*/
.research_output {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #efefef;
    width: 100%;
}
.research_output .research_output_wrap {
    width: 1380px;
    margin: auto;
}
.research_output_wrap>.title {
    font-size: 46px;
    margin-bottom: 51px;
}
.research_output_block {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 18px);
    margin-bottom: 30px;
    background: #fff;
    padding: 52px 45px;
}
.block1, .block3 {
    margin-right: 30px;
}
.block5 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}
.research_output_block dl a {
    /* Flex 兼容写法 */
    display: -ms-flexbox;   /* IE10 */
    display: flex;          /* 标准 */

    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -ms-flex-pack: justify;  /* IE10 等价于 justify-content: space-between */
    justify-content: space-between;

    -ms-flex-align: center;  /* IE10 等价于 align-items: center */
    align-items: center;

    font-size: 0;
    transition: .5s;
}
.research_output_block dl dt{
    transition: .5s;
}
.research_output_block dl:hover dd{
    color: #7d1e1e;
}
.research_output_block dl:hover dt{
    transform: translateY(-10px);
    transition: .5s;
}
.research_output_block dl dd {
    font-size: 20px;
    color: #333;
    width: auto;
    margin-right: 60px;
}
.research_output_block dl dd p {
    line-height: 29px;
    margin-bottom: 5px;
}
.research_output_block dl dd p.book_name {
    margin-bottom: 30px;
}
.research_output_block dl dt img {
    width: 197px;
    height: 282px;
    transition: .5s;
    object-fit: cover;
}

.research_output_block ul li {
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.research_output_block ul li p{
    width: calc(100% - 104px - 61px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.research_output_block ul li span {
    width: 104px;
    text-overflow: ellipsis;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
}
.research_output_main .research_output_block_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 59px;
}
.research_output_main .research_output_block_header p {
    font-size: 32px;
}
.research_output_main .research_output_block_header a {
    font-size: 20px;
}
.research_projects {
    margin-bottom: 100px;
}
.research_projects_list {
    font-size: 0;
}
.research_projects .common_project {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 15px);
    min-height: 300px;
    background-size: 100% 100%;
    padding: 38px 40px 52px;
    color: #fff;
}
.project1 {
    background: url('./guobo2025_xiangmu_bg1.jpg');
    margin-right: 30px;
}
.project2 {
    background: url('./guobo2025_xiangmu_bg2.jpg');
}
.common_project .common_project_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common_project .common_project_header {
    margin-bottom: 45px;
}
.common_project .common_project_header .title {
    font-size: 32px;
    margin-bottom: 0;
}
.common_project .common_project_header a {
    font-size: 20px;
}
.common_project ul {
    font-size: 20px;
}
.common_project ul li {
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common_project ul li p {
    width: calc(100% - 103px - 70px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.academic_exchange .academic_exchange_main {
    font-size: 0;
}

.academic_exchange .academic_exchange_main .academic_exchange_block {
    display: inline-block;
    width: calc(50% - 15px);
    vertical-align: middle;
    background: #efefef;
    color: #333;
}
.academic_exchange .academic_exchange_main .academic_exchange_block.block1 {
    margin-right: 30px;
}
.academic_exchange .academic_exchange_main .academic_exchange_block .pic {
    overflow: hidden;
}
.academic_exchange .academic_exchange_main .academic_exchange_block .pic img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.academic_exchange .academic_exchange_main .academic_exchange_block .pic img:hover {
    -webkit-transform: scale(1.1);
    transform:  scale(1.1);
}
.academic_exchange .academic_exchange_main .academic_exchange_block .content {
    padding: 48px 45px;
}
.academic_exchange_block .title {
    font-size: 32px;
    margin-bottom: 27px;
}
.academic_exchange_block .sub_title {
    font-size: 20px;
    margin-bottom: 18px;
}
.academic_exchange_block .time {
    font-size: 18px;
    margin-bottom: 30px;
}
.academic_exchange_block .link {
    font-size: 20px;
}

.academic_journals>.title {
    margin-bottom: 192px;
}
.academic_journals_list {
    font-size: 0;
    display: flex;
}
.academic_journals_item {
    width: 50%;
    height: auto;
    padding: 40px 30px;
    /* position: relative; */
    /* display: inline-block;
    vertical-align: middle; */
    transition: .5s;
}
.academic_journals_item a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.academic_journals_item:hover .academic_journals_block_r {
    transform: translateY(-10px);
    transition: .5s;
}
.academic_journals_item:hover .more .icn {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.academic_journals_item .title {
    font-size: 32px;
    margin-bottom: 29px;
}
.academic_journals_item .sub_title {
    font-size: 16px;
    line-height: 26px;
    /* width: 256px; */
    margin-bottom: 10px;
}
.academic_journals_item_l {
    background: #d4d4d4;
    color: #333;
}
.academic_journals_item_r {
    background: #667083;
    color: #fff;
}

.academic_journals_block_l {
    flex: 1;
    margin-right: 50px;
}
.academic_journals_list .academic_journals_block_r {
    margin-top: -200px;
    transition: .5s;
    width: 45%;
}
.academic_journals_list .academic_journals_block_r img {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.research_institutions .research_institutions_list {
    font-size: 0;
}
.research_institutions_item_wrap {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: calc(25% - 12px);
    height: 210px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.research_institutions .research_institutions_list .research_institutions_item {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: 100% 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.research_institutions .research_institutions_list .research_institutions_item:hover{
    /* -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform:  scale(1.1)  translate(-50%, -50%); */
    -webkit-transform: scale(1.1) ;
    transform:  scale(1.1)  ;
}
.research_institutions_item_labe {
    width: 10em;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
}
.research_institutions_item.bg1 {
    background: url('./guobo2025_jigou_bg1.jpg') no-repeat;
}
.research_institutions_item.bg2 {
    background: url('./guobo2025_jigou_bg2.jpg') no-repeat;
}
.research_institutions_item.bg3 {
    background: url('./guobo2025_jigou_bg4.jpg') no-repeat;
}
.research_institutions_item.bg4 {
    background: url('./guobo2025_jigou_bg5.jpg') no-repeat;
}
.research_institutions_item.bg5 {
    background: url('./guobo2025_jigou_bg5.jpg') no-repeat;
}
.research_institutions_item.bg6 {
    background: url('./guobo2025_jigou_bg6.jpg') no-repeat;
}
.research_institutions_item.bg7 {
    background: url('./guobo2025_jigou_bg6.jpg') no-repeat;
}
.research_institutions_item.bg8 {
    background: url('./guobo2025_jigou_bg6.jpg') no-repeat;
}
.research_institutions .research_institutions_list .wrap4,
.research_institutions .research_institutions_list .wrap8 {
    width: 24%;
    margin-right: 0;
}
.swiper-top .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 5px;
}
.swiper-top .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}
.swiper-top .swiper-pagination-bullet-active {
    color:#000;
    background: #ccc;
}
.swiper-top .swiper-slide {
    height: 100%;
}
/* 研究成果 */

.translateY10 .sdiv{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.translateY10:hover .sdiv{
    transform: translateY(-10px);
}
.yj_cg_layout{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.yj_cg_layout .cg{
    width: 18.2%;
    padding-top: 23.56%;
    position: relative;
}
.yj_cg_layout .cg1{
    background: #97714C;
}
.yj_cg_layout .cg2{
    background: #586B65;
}
.yj_cg_layout .cg3{
    background: #85897A;
}
.yj_cg_layout .cg4{
    background: #B2794C;
}
.yj_cg_layout .cg5{
    background: #4A535A;
}
.yj_cg_layout .cg .as{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.yj_cg_layout .cg .cgjc{
    text-align: center;
    color: #ffffff;
    width: 100%;
}
.yj_cg_layout .cg .cgjc .imgs{
    display: block;
    margin: 0 auto;
    width: 25.84%;
}
.yj_cg_layout .cg .tit{
    font-size: 24px;
    line-height: 1.2;
    display: block;
    margin-top: 28px;
}

/* 科研平台 */
.yj_pt_layout{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.yj_pt_layout .cg{
    width: 24.2%;
    padding-top: 19.56%;
    position: relative;
}
.yj_pt_layout .cg1{
    background: #848879;
}
.yj_pt_layout .cg2{
    background: #576A64;
}
.yj_pt_layout .cg3{
    background: #919196;
}
.yj_pt_layout .cg4{
    background: #B0784C;
}
.yj_pt_layout .cg .as{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.yj_pt_layout .cg .cgjc{
    text-align: center;
    color: #ffffff;
    width: 100%;
}
.yj_pt_layout .cg .cgjc .imgs{
    display: block;
    margin: 0 auto;
    width: 25.84%;
}
.yj_pt_layout .cg .tit{
    font-size: 24px;
    line-height: 1.2;
    display: block;
    margin-top: 28px;
}

/* 小型分辨率电脑 (>= 1025px) */
@media (max-width: 1400px) {
    .section>.title .title_txt {
        font-size: 38px;
    }
    .img_wfull_lb .swiper-container {
        width: 100%;
    }
    .experts_scholars dl dd {
        font-size: 20px;
    }
    .experts_scholars dl dd p:last-child {
        font-size: 16px;
    }
    .more,
    .more a,
    .section>.title .more,
    .common_project .common_project_header a,
    .common_project ul li,
    .research_output_block ul li,
    .academic_frontiers_content .list ul li,
    .academic_exchange_block .sub_title,
    .academic_exchange_block .time,
    .academic_exchange_block .link,
    .academic_exchange_block .link .more,
    .research_output_main .research_output_block_header .more，
    .research_output_main .research_output_block_header a,
    .research_output_main .research_output_block_header a {
        font-size: 16px;
    }
    .research_output_block dl dd {
        width: 540px;
    }
    .research_output .title {
        margin-bottom: 31px;
        font-size: 38px;
        padding-top: 91px;
    }
    .academic_committee_content p {
        font-size: 38px;
    }
    .common_project ul li {
        line-height: 1.6;
        margin-top: 19px;
    }
    .common_project ul li p {
        width: calc(100% - 103px - 40px);
    }
    .common_project ul a:first-child li {
        margin-top: 0;
    }
    .academic_committee_bg {
        padding: 100px 50px;
    }
    .research_output .research_output_wrap {
        width: auto;
    }
    .research_output_main .research_output_block_header {
        margin-bottom: 43px;
    }
    .academic_exchange_block .title,
    .academic_journals_item .title,
    .research_institutions_item_labe,
    .common_project .common_project_header .title,
    .research_output_main .research_output_block_header p {
        font-size: 26px;
        left: 25px;
    }
    .research_output_block ul li {
        line-height: 1.6;
        margin-top: 19px;
    }

    .research_output_block ul:first-child a li {
        margin-top: 0;
    }
    .research_output_block ul li p {
        width: calc(100% - 104px - 40px);
    }
    .research_output_block dl dd p {
        margin-bottom: 0;
        line-height: 1.72;
    }
    .section {
        width: 100%;
        padding: 0 50px;
        margin: 80px auto;
    }
    .academic_committee {
        width: 100%;
        padding: 0;
    }
    .academic_exchange_block .title {
        margin-bottom: 10px;
    }
    .academic_exchange_block .sub_title {
        margin-bottom: 3px;
    }
    .academic_exchange_block .time {
        margin-bottom: 11px;
    }
    .research_output {
        padding-bottom: 100px;
    }
    .research_output_block dl dt img {
        width: 100%;
        height: auto;
    }
    .academic_journals>.title {
        margin-bottom: 145px;
    }
    .academic_frontiers_content .list ul li {
        /* line-height: 1.6; */
        font-size: 16px;
        /* padding: 3.4% 0; */
    }
    .academic_frontiers_content .list span {
        font-size: 14px;
    }

    /*研究成果*/
    .yj_cg_layout .cg .tit{
        font-size: 20px;
        margin-top: 22px;
    }

    /*科研平台*/
    .yj_pt_layout .cg .tit{
        font-size: 20px;
        margin-top: 22px;
    }

    .research_institutions_item_wrap {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        width: calc(25% - 12px);
        height: 170px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

/* 平板 (768px ~ 1024px) */
@media (max-width: 1024px){
    .section {
        margin: 50px auto;
        padding: 0 30px;
    }
    .section>.title {
        margin-bottom: 36px;
    }
    .img_wfull_lb .swiper-container {
        width: 100%;
    }
    .experts_scholars dl dd {
        font-size: 20px;
    }
    .academic_committee {
        width: 100%;
        padding: 0;
    }
    .academic_frontiers_content {
        /* display: none; */
    }
    .academic_frontiers_content_mobile {
        display: block;
    }
    .academic_frontiers_content_mobile dd {
        display: flex;
        font-size: 16px;
        justify-content: space-around;
        align-items: center;
    }
    .academic_frontiers_content_mobile dl {
        margin-right: 0;
    }
    .academic_frontiers_content_mobile dl dt img {
        width: 100%;
        height: 252px;
    }
    .research_output_block dl dd p.book_name {
        font-size: 18px;
    }
    .research_output_block dl dd {
        font-size: 16px;
    }
    .lb_js1 dl dt img {
        /* width: 169px;
        height: 234px; */
        max-width: 100%;
        height: 100%;
    }
    .research_output {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 0;
    }
    .academic_committee_bg {
        padding: 100px 60px;
    }
    .research_projects .common_project {
        margin-bottom: 30px;
        width: 100%;
    }
    .research_projects .common_project:last-child {
        margin-bottom: 0;
    }
    .research_output_block {
        width: 100%;
    }
    .research_institutions_item_labe {
        font-size: 24px;
    }
    .research_output .title {
        padding-top: 0;
    }
    .academic_journals_item {
        width: 100%;
        margin-top: 180px;
    }
    .academic_journals_item:last-child {
        margin-top: 250px;
    }
    .research_institutions .research_institutions_list .research_institutions_item_wrap {
        width: calc(50% - 15px);
        margin-right: 15px;
        height: 180px;
    }

    .research_institutions .research_institutions_list .wrap2,
    .research_institutions .research_institutions_list .wrap4,
    .research_institutions .research_institutions_list .wrap6,
    .research_institutions .research_institutions_list .wrap8 {
        width: 50%;
        margin-right: 0;
    }
    .academic_exchange .academic_exchange_main .academic_exchange_block .pic img {
        height: 251px;
    }
    .academic_exchange .academic_exchange_main .academic_exchange_block .content {
        padding: 20px;
    }
    .academic_journals_list {
        display: inherit;
    }
    .section>.title .title_txt {
        font-size: 30px;
    }
    .academic_frontiers_content .list ul li {
        /* line-height: 1.6; */
        font-size: 14px;
        /* padding: 3.4% 0; */
    }
    .lubo_jt .prev, .lubo_jt .next {
        content: '';
        display: inline-block;
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        cursor: pointer;
        vertical-align: top;
        transition: all .5s;
        margin: 0 .1rem;
    }
    .lubo_jt .prev {
        background: rgba(0, 0, 0, .1) url(guobo202509_jt_prev_h.png) center center no-repeat;
        background-size: .08rem;
    }
    .lubo_jt .next {
        background: rgba(0, 0, 0, .1) url(guobo202509_jt_next_h.png) center center no-repeat;
        background-size: 0.08rem;
    }
    .swiper-top .swiper-pagination {
        padding-right: 20px;
        padding-bottom: 5px;
    }
    .swiper-top .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .academic_exchange_block .title, .academic_journals_item .title, .research_institutions_item_labe, .common_project .common_project_header .title, .research_output_main .research_output_block_header p {
        font-size: 26px;
    }

}

/* 手机 (宽度 <= 768px) */
@media (max-width: 768px) {
    .section {
        padding: 0 0.3rem;
        margin: 0.8rem auto;
    }
    .section>.title {
        margin-bottom: 0.4rem;
        font-size: 0.56rem;
    }
    .img_wfull_lb .swiper-container {
        width: 100%;
    }
    .experts_scholars dl dd {
        font-size: 0.36rem;
    }
    .section>.title .title_txt {
        font-size: 0.56rem;
    }
    .section>.title .more {
        font-size: 0.32rem;
    }
    .common_project .common_project_header a {
        font-size: 0.32rem;
    }
    .common_project:last-child {
        margin-bottom: 0;
    }
    .academic_committee {
        margin: 0;
        padding: 0;
    }
    .academic_frontiers_content_mobile dl {
        margin-right: 0;
    }
    .academic_frontiers_content_mobile dd {
        font-size: 0.32rem;
        line-height: 1.6;
        display: inherit;
    }
    .experts_scholars dl dd p:last-child {
        font-size: 0.28rem;
    }
    .academic_frontiers_content_mobile dd p {
        width: 100%;
    }
    .academic_frontiers_content_mobile dd span {
        color: #707070;
    }
    .academic_committee_content img {
        width: 0.8rem;
        margin-right: 0.3rem;
        height: auto;
    }
    .research_output_block dl dt img {
        width: 40%;
    }
    .academic_committee_content p {
        font-size: 0.56rem;
    }
    .academic_committee_bg {
        padding: 0.8rem 0.3rem;
        height: auto;
    }
    .research_projects {
        margin-top: 0;
        padding: 0.8rem 0.3rem;
    }
    .academic_journals_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .common_project .common_project_header {
        margin-bottom: 0.3rem;
    }
    .common_project .common_project_header .title {
        font-size: 0.44rem;
        margin-bottom: 0;
    }
    .research_projects {
        margin-bottom: 0;
    }
    .research_projects .common_project {
        padding: 0.3rem;
        margin-top: 30px;
        width: 100%;
        height: auto;
    }
    .research_projects .common_project:first-child {
        margin-top: 0;
    }
    .common_project ul li {
        font-size: 0.32rem;
        margin-top: 0.2rem;
        display: inherit;
    }
    .common_project ul li:first-child {
        margin-top: 0;
    }
    .common_project ul li p {
        width: 100%;
        margin: 0 0 0.1rem;
        white-space: normal;
        line-height: 1.6;
    }
    .academic_exchange .academic_exchange_main .academic_exchange_block .pic img {
        height: auto;
    }
    .research_output {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        margin: 0 auto;
    }
    .research_output .title {
        margin-bottom: 0.6rem;
        font-size: 0.56rem;
        padding: 0;
    }
    .academic_frontiers_content {
        /* display: none; */
    }
    .academic_frontiers_content_mobile {
        display: block;
    }
    .academic_frontiers_content .list  {
        width: 100%;
        margin: 0 0 0.1rem;
        white-space: normal;
        line-height: 1.6;
        font-size: 0.32rem;
        margin-top: .2rem;
    }
    .academic_frontiers_content .list ul li {
        padding: 2% 0;
    }
    .academic_frontiers_content .list p {
        font-size: 0.32rem;
        width:100%;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: visible;
        float: none;
    }
    .academic_frontiers_content .list span {
        font-size: 0.32rem;
        float: none;
    }
    .academic_frontiers_content .img {
        width: 100%;
    }
    .academic_frontiers_content_mobile dl dt img {
        width: 100%;
        height: 3.8rem;
    }
    .research_output_main .research_output_block_header {
        margin-bottom: 0.3rem;
    }
    .research_output_block dl {
        margin-top: 0.3rem;
    }
    .research_output_main .research_output_block_header p {
        font-size: 0.44rem;
    }
    .research_output_main .research_output_block_header a {
        font-size: 0.32rem;
    }

    .research_output_block ul li p {
        font-size: 0.32rem;
        width: 100%;
        margin: 0 0 0.1rem;
        white-space: normal;
    }
    .research_output_block ul li span {
        display: block;
        text-align: left;
        font-size: 0.32rem;
        color: #707070;
        width: 100%;
    }
    .research_institutions .research_institutions_list .research_institutions_item_wrap {
        width: 47.5%;
        height: 1.8rem;
        margin: 0;
        margin-top: 0.3rem;
    }
    .research_institutions .research_institutions_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .research_output_block {
        padding: 0.4rem;
        width: 100%;
    }
    .research_output_block dl a {
        text-align: left;
        display: inherit;
    }
    .academic_exchange .academic_exchange_main .academic_exchange_block {
        width: 100%;
        margin-top: 0.6rem;
        margin-right: 0;
    }
    .academic_journals_item a {
        width: 100%;
        height: auto;
        padding: 0;
        /* margin-top: 30px; */
        display: inherit;
    }
    .academic_journals_item:first-child {
        margin-top: 0;
        padding: .4rem;
        width: 47.5%;
    }
    .academic_journals_item:last-child {
        margin-top: 0;
        padding: .4rem;
        width: 47.5%;
    }
    .academic_journals_block_l {
        margin-right: 0;
    }
    .academic_journals_list .academic_journals_block_r {
        position: static;
        text-align: center;
        margin: 0 auto 0.4rem auto;
        width: 70%;
    }
    .academic_exchange .academic_exchange_main .academic_exchange_block .content {
        padding: 0.3rem 0.4rem;
        line-height: 1.6;
    }
    .academic_exchange .academic_exchange_main .academic_exchange_block .content .title {
        font-size: 0.44rem;
        margin-bottom: 0.1rem;
    }
    .academic_exchange .academic_exchange_main .academic_exchange_block .content .sub_title {
        margin-bottom: 0.1rem;
    }
    .academic_exchange_block .time {
        margin-bottom: 0.1rem;
        color: #707070;
    }
    .academic_exchange_block .sub_title,
    .academic_exchange_block .time,
    .academic_exchange_block .link,
    .academic_exchange_block .link .more,
    .academic_exchange_block .link .more a {
        font-size: 0.32rem;
    }
    .academic_journals_item .title {
        font-size: 0.4rem;
        margin-bottom: 0;
        height: 1.2rem;
    }
    .academic_journals_item .sub_title {
        font-size: 0.32rem;
        width: 100%;
        line-height: 1.625;
        display: none;
    }
    .academic_exchange .academic_exchange_main .academic_exchange_block.block1 {
        margin-right: 0;
    }
    .research_output_block dl dt {
        margin-bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .research_output_block ul li {
        display: inherit;
        margin-top: 0.3rem;
    }
    .research_output_block ul:first-child a li {
        margin-top: 0;
    }
    .research_output_block dl dd {
        text-align: left;
        width: 100%;
        font-size: 0.32rem;
    }
    .research_institutions_item_labe {
        font-size: 0.36rem;
        left: .22rem;
        width: 8em;
    }

    .swiper-top .swiper-pagination {
        text-align: right;
        padding-right: .2rem;
        padding-bottom: .1rem;
    }
    .swiper-top .swiper-pagination-bullet {
        width: .4rem;
        height: .4rem;
        text-align: center;
        line-height: .4rem;
        font-size: .26rem;
        color:#fff;
        opacity: 1;
        background: rgba(0,0,0,0.2);
    }
    .swiper-top .swiper-pagination-bullet-active {
        color: #000;
        background: #ccc;
    }
    .lubo_jt .prev {
        background: rgba(0, 0, 0, .1) url(guobo202509_jt_prev_h.png) center center no-repeat;
        background-size: .18rem;
    }
    .lubo_jt .next {
        background: rgba(0, 0, 0, .1) url(guobo202509_jt_next_h.png) center center no-repeat;
        background-size: 0.18rem;
    }
    .lubo_jt .prev, .lubo_jt .next {
        content: '';
        display: inline-block;
        width: .8rem;
        height: .8rem;
        border-radius: 50%;
        cursor: pointer;
        vertical-align: top;
        transition: all .5s;
        margin: 0 .1rem;
    }

    /*研究成果*/
    .yj_cg_layout{
        display: flex;
        flex-wrap: wrap;
    }

    .yj_cg_layout .cg{
        width: 47.5%;
        padding-top: 40%;
        margin-bottom: 0.3rem;
    }
    .yj_cg_layout .cg .tit{
        font-size: 0.36rem;
        margin-top: .3rem;
    }
    .yj_cg_layout .cg .cgjc .imgs{
        width: 1rem;
    }

    /*科研平台*/
    .yj_pt_layout{
        display: flex;
        flex-wrap: wrap;
    }

    .yj_pt_layout .cg{
        width: 47.5%;
        padding-top: 40%;
        margin-bottom: 0.3rem;
    }
    .yj_pt_layout .cg .tit{
        font-size: 0.36rem;
        margin-top: .3rem;
        padding: 0 .4rem;
    }
    .yj_pt_layout .cg .cgjc .imgs{
        width: 1rem;
    }
}
