/* 首页页面响应式处理 */

@media screen and (max-width: 1650px){
    /* 科研进展 */
    .research_p_swiper{
        width: 700px;
    }

    .rp_swiper_photo{
        width: calc(100% - 700px);
    }

    /* 通知公告 */
    .notice_box{
        width: 30%;
    }

    /* 学术交流 */
    .academic_box{
        width: 70%;
    }
}

@media screen and (max-width: 1450px){
    /* 页面公共样式部分 */
    .same_title{
        margin-bottom: 25px;
    }

    .same_left p{
        font-size: 28px;
    }

    .same_left h3{
        font-size: 34px;
    }

    .same_more{
        width: 108px;
        height: 32px;
    }

    .same_more p{
        font-size: 14px;
    }

    .same_more img{
        width: 18px;
        height: 6px;
    }

    /* 新闻动态 */
    .container01, .container02, .container03, .container04, .container05, .container06{
        padding: 40px 0 50px;
    }
    /* 左侧轮播 */
    .news_up_swiper{
        width: 660px;
    }

    .news_up_cover{
        height: 416px;
    }

    .news_up_title{
        width: 482px;
        height: 58px;
        line-height: 58px;
    }

    .swiper_xwdt_pagination{
        bottom: 35px;
    }

    .swiper_xwdt_pagination .swiper-pagination-bullet{
        margin: 0 8px;
    }

    .swiper_xwdt_tool{
        bottom: -25px;
    }

    /* 右侧新闻列表 */
    .news_up_list{
        width: calc(100% - 660px);
    }

    .first_news{
        padding-bottom: 15px;
    }

    .news_up_bot{
        background-size: 14.8px auto;
        background-position: 70px 24px;
    }

    .news_up_row{
        padding: 18px 0;
    }

    .news_up_date{
        width: 70px;
    }

    .news_up_info{
        width: calc(100% - 70px);
        padding-left: 25px;
    }

    /* 科研进展 */

    /* 左侧文字轮播 */
    .research_p_swiper{
        width: calc(100% - 660px);
        height: 367px;
    }

    .research_p_page_num{
        width: 148px;
        height: 56px;
        line-height: 56px;
    }

    .research_p_page_num strong{
        font-size: 30px;
    }

    .research_p_btn{
        width: 60px;
        height: 60px;
    }

    .research_p_swiper .swiper-container{
        bottom: 10px;
        left: 10px;
    }

    .p_item_con{
        -webkit-line-clamp: 2;
    }

    .research_p_tool{
        right: -10px;
    }

    /* 右侧图片轮播 */
    .rp_swiper_photo{
        width: 660px;
        margin-top: -10px;
    }

    .rp_swiper_photo a{
        height: 387px;
    }

    /* 快速链接 */
    .container07{
        padding: 40px 0;
    }

    .link_item a{
        width: 108px;
    }

    .icon_box{
        height: 108px;
    }

    .icon_box img{
        width: 90px;
        height: 90px;
    }

    .link_item h3{
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
    }

     /* 仪器设备 */
    .yiqi_cover{
        height: 160px;
    }
}

@media screen and (max-width: 1279px){
    /* 新闻动态 */
    .xwdt_box{
        flex-wrap: wrap;
    }

    .news_up_swiper{
        margin: 0 auto;
    }

    .news_up_list{
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }

    /* 科研进展 */
    /* 左侧文字轮播 */
    .research_p_swiper{
        width: 100%;
    }

    /* 右侧图片轮播 */
    .rp_swiper_photo{
        display: none;
    }

    .mix_box{
        flex-wrap: wrap;
    }
    /* 通知公告 */
    .notice_box{
        width: 100%;
    }

    /* 学术交流 */
    .academic_box{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    /* 仪器设备 */
    .yiqi_item{
        margin-right: 24px;
    }

    .yiqi_cover{
        height: 180px;
    }
}


@media screen and (max-width: 998px){
    /* 页面公共样式部分 */
    .same_title{
        margin-bottom: 20px;
    }

    .same_left p{
        font-size: 17px;
    }

    .same_left h3{
        font-size: 20px;
        margin-top: -10px;
    }
    
    .same_more{
        width: 75px;
        height: 24px;
    }

    .same_more p{
        font-size: 12px;
    }

    .same_more img{
        width: 12px;
        height: 4px;
        margin-left: 2px;
    }

    /* 新闻动态 */
    /* 左侧轮播 */
    .news_up_swiper{
        width: 480px;
    }

    .news_up_cover{
        height: 316px;
    }

    .news_up_title{
        width: 402px;
        height: 37px;
        line-height: 37px;
        font-size: 16px;
        margin-top: -10px;
        padding: 0 20px 0 10px;
    }

    .swiper_xwdt_pagination{
        bottom: 45px;
        right: 50%;
        transform: translateX(50%);
    }

    .swiper_xwdt_tool{
        bottom: -5px;
    }

    .swiper_xwdt_btn img{
        width: 35px;
        height: 35px;
    }

    .swiper_xwdt_pagination .swiper-pagination-bullet{
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }

    /* 右侧新闻列表 */
    .news_up_list{
        margin-top: 30px;
    }

    .f_news_l{
        width: 60px;
        height: 60px;
    }

    .f_news_l h3{
        font-size: 16px;
    }

    .f_news_l p{
        font-size: 12px;
        margin-top: 3px;
    }

    .f_news_r{
        width: calc(100% - 60px);
        padding-left: 8px;
    }

    .f_news_r h3{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .f_news_r p{
        font-size: 14px;
        line-height: 22px;
    }

    .news_up_row{
        padding: 10px 0;
    }

    .news_up_bot{
        background-size: 9px auto;
        background-position: 40px 15px;
    }

    .news_up_date{
        width: 40px;
    }

    .news_up_date p{
        font-size: 12px;
    }

    .news_up_info{
        width: calc(100% - 40px);
        padding-left: 10px;
    }

    .news_up_info h3{
        font-size: 14px;
    }

    .news_up_row:hover .news_up_info img{
        width: 23px;
    }

    .news_up_info img{
        height: 7px;
    }

    /* 科研进展 */
    /* 左侧文字轮播 */
    .research_p_swiper{
        height: auto;
    }

    .research_p_swiper .swiper-container{
        left: 8px;
        bottom: 8px;
    }

    .research_p_item{
        padding: 20px 20px 50px;
    }

    .research_p_item h3{
        font-size: 16px;
        line-height: 28px;
        -webkit-line-clamp: 2;
    }

    .p_item_date img{
        width: 12px;
        height: 12px;
        margin-right: 3px;
    }

    .p_item_date{
        font-size: 12px;
        margin: 15px 0 20px;
    }

    .p_item_con{
        font-size: 14px;
        line-height: 28px;
        -webkit-line-clamp: 3;
    }

    .p_item_more{
        display: none;
    }

    .research_p_page_num{
        width: 104px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }

    .research_p_page_num strong{
        font-size: 23px;
    }

    .research_p_btn{
        width: 35px;
        height: 40px;
    }

    .research_p_btn img{
        width: 30px;
        height: 30px;
    }

    /* 通知公告 */
    .notice_box{
        
    }

    /* 学术交流 */
    .academic_wrap{
        flex-wrap: wrap;
    }

    /* 通知公告 */
    .not_icon{
        width: 35px;
    }

    .notice_item{

        padding: 18px 0;
    }

    .not_icon img{
        width: 27px;
        height: 27px;
    }

    .not_info{
        width: calc(100% - 35px);
    }

    .not_info h3{
        font-size: 16px;
    }

    .not_info p{
        font-size: 12px;
    }
    
    .not_info img{
        width: 12px;
        height: 12px;
        margin-right: 3px;
    }

    /* 文字列表 */
    .academic_words_list{
        width: 100%;
        padding-right: 0;
    }

    .academic_words_item{
        padding: 17px 0;
    }

    .w_item_date{
        width: 53px;
        height: 49px;
    }

    .w_item_date h3{
        font-size: 16px;
    }

    .w_item_date p{
        font-size: 12px;
        margin-top: 0px;
    }

    .w_item_info{
        width: calc(100% - 53px);
        padding-left: 10px;
    }

    .w_item_info h3{
        font-size: 16px;
    }

    .w_item_info p{
        font-size: 14px;
        margin-top: 8px;
    }

    /* 学术交流轮播 */
    .academic_swiper{
        margin: 30px auto 0;
    }

    .academic_swiper_title{
        width: calc(100% - 80px);
        font-size: 16px;
        line-height: 40px;
        padding-left: 12px;
    }

    .academic_swiper_title::before{
        width: 3px;
        height: 17px;
    }

    .swiper_academic_pagination{
        bottom: 10px;
    }

    .swiper_academic_pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }

    /* 科研团队 */
    .talents_slide{
        padding-top: 50px;
    }

    .team_item{
        width: 100px !important;
        padding: 0 24px;
    }
    
    .teacher_avatar{
        height: 133px;
    }

    .blue_block{
        width: 12px;
        height: 2px;
    }

    .team_name{
        font-size: 16px;
        line-height: 20px;
        margin: 0px 0 30px;
    }

    .team_name img{
        width: 20px;
        height: 20px;
    }

    .team_desc{
        font-size: 14px;
        line-height: 28px;
        height: calc(28px * 4);
    }

    /* 仪器设备 */
    .instrument_swiper{
        width: 100%;
    }

    .yiqi_name{
        font-size: 16px;
        line-height: 38px;
    }

     .yiqi_item{
        width: 206px;
    }

    .yiqi_cover{
        height: 140px;
    }

    .instrument_swiper_btn{
        width: 21px;
        height: 40px;
    }

    .instrument_swiper_btn img{
        width: 21px;
        height: 21px;
    }

    .instrument_swiper_prev{
        left: 0;
    }

    .instrument_swiper_next{
        right: 0;
    }

    /* 实验室安全、人才培养 */
    .sys_wrap{
        flex-wrap: wrap;
    }

    .sys_box:first-child{
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sys_box{
        width: 100%;
    }

    .sys_box .same_title{
        margin-bottom: 10px;
    }

    .same_words_item{
        padding: 15px 0;
    }

    .same_words_item h3{
        font-size: 16px;
    }

    .same_words_item p{
        font-size: 14px;
    }

    /* 快速链接 */
    .container07{
        padding: 25px 0;
    }

    .link_item a{
        width: 79px;
    }

    .icon_box{
        height: 79px;
    }

    .icon_box img{
        width: 65px;
        height: 65px;
    }

    .link_item h3{
        font-size: 16px;
        line-height: 30px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px){
    /* 仪器设备 */
    .yiqi_item{
        width:  176px;
        margin-right: 14px;
    }

    .yiqi_cover{
        height: 126px;
    }

    /* 快速链接 */
    .fast_link{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .link_item a{
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 540px){
    /* 新闻动态 */
    .container01, .container02, .container03, .container04, .container05, .container06{
        padding: 22px 0 30px;
    }
    /* 左侧轮播 */
    .news_up_swiper{
        width: 351px;
    }

    .news_up_cover{
        height: 211px;
    }

    .news_up_title{
        width: 311px;
    }

    .swiper_xwdt_btn img{
        width: 26px;
        height: 30px;
    }
    /* 右侧新闻列表 */
    .news_up_list{
        margin-top: 20px;
    }

    /* 学术交流轮播 */
    .academic_swiper{
        width: 100%;
        max-width: 351px;
        margin: 20px auto 0;
    }

    .academic_cover{
        width: 100%;
        height: auto;
        background: #ffffff;
    }

    .academic_cover img{
        display: block;
        width: 242px;
        height: 210px;
        margin: 0 auto;
    }

    /* 仪器设备 */
    .yiqi_item{
        width:  146px;
    }

    .yiqi_cover{
        height: 106px;
    }

    /* 实验室安全、人才培养 */
    .same_words_item p{
        display: none;
    }

    .same_words_item h3{
        width: 100%;
    }

}