@charset "utf-8";
.banner{ position: relative; z-index: 0; overflow: hidden;max-height: 100vh;}
.bannerSwiper{ overflow: hidden; }
.banner .gp-container{ position: relative;}
.banner a{ position: relative;}
.banner a .gp-container,
.bannerSwiper > .gp-container{width: 95%;max-width: 1620px;}
.banner .gp-img-responsive{ padding-bottom: 100vh;}
.banner .gp-img-responsive::before{ content: '';display: block;width: 100%;height: 0;padding-bottom: 16.35%;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.3;position: absolute;left: 0;bottom: 0;z-index: 1;pointer-events: none;
}

.banner .title{ position: absolute; left: 0;bottom: 40px;z-index: 2;max-width: 80%;}
.banner .arrow{ display: none; background: rgba(0, 0, 0, 0.3); border: 2px solid rgba(255, 255, 255, 0.3);
    width: 80px; height: 80px; box-sizing: border-box; border-radius: 50%;position: absolute; top: 50%;z-index: 2; transition: all 0.35s ease;}
.banner .arrow:hover{ background: rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.7);}
.banner .arrow::before{ content: '';display: block;width: 18px;height: 36px;background: url(../images/arrow.png) no-repeat center/cover;
    position: absolute; left: 50%; top: 50%; transform: translate3d(-50%,-50%,0);}
.banner-pagination{ position: absolute; right: 0; bottom: 30px;z-index: 1;}
.banner-pagination .swiper-pagination-bullet{ width: 40px; height: 49px; margin: 0 5px; opacity: 0.66;
    background: url(../images/banner-dot.png) no-repeat center; background-size: 24px;transition: all 0.35s ease;}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity: 1;background-size: 100%;}
.banner-button-prev{ left: 50px; transform: translate3d(0,-50%,0);}
.banner-button-next{ right: 50px; transform: translate3d(0,-50%,0) rotateZ(180deg);}

/* 右侧悬浮栏 */
.side{ position: absolute; right: 60px; top: 60px;z-index: 88;transition: all 0.5s ease;}
.side.fixed{ position: fixed; top: 160px;}
.side.bottom{ top: auto; bottom: 20px;}
.side .itemList li{ padding: 10px; border-radius: 50%;position: relative;z-index: 1;}
.side .itemList li .img{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100px;
    display: none;
}
.side .itemList li:hover .img{ display: block;}
.side .itemList li::before,
.side .itemList li:last-child::after{ content: '';display: block;width: 5px; height: 5px;border-radius: 50%;background: #cfa972;
    position: absolute;left: 50%;top: 0;transform: translateY(-50%);}
.side .itemList li:last-child::after{ top: unset; bottom: 0;transform: translateY(50%);}
.side .itemList li .circle{ position: absolute; width: 50%;height: 100%;top: 0;z-index: -1; overflow: hidden;}
.side .itemList li:nth-of-type(odd) .circle{ left: 0;}
.side .itemList li:nth-of-type(even) .circle{ right: 0;}
.side .itemList li .circle::before{ content: ''; display: block;width: 200%; height: 100%;border-radius: 50%;
    border: 1px dashed #cfa972;box-sizing: border-box; position: absolute;top: 0;}
.side .itemList li:nth-of-type(odd) .circle::before{ left: 0;}
.side .itemList li:nth-of-type(even) .circle::before{ right: 0;}
.side .itemList a{ display: block; text-align: center; width: 75px; height: 75px; border-radius: 50%;position: relative;
    background-image: -moz-linear-gradient( 119deg, rgb(3,151,91) 0%, rgb(10,111,112) 100%);
    background-image: -webkit-linear-gradient( 119deg, rgb(3,151,91) 0%, rgb(10,111,112) 100%);
    background-image: -ms-linear-gradient( 119deg, rgb(3,151,91) 0%, rgb(10,111,112) 100%);}
.side .itemList a span{ display: inline-block;min-width: 60px;
    position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);z-index: 1;}
.side .itemList .icon{ font-size: 0;}
.side .itemList .icon img{ transform: scale(1.02);}
.side .itemList .name{ color: #fff;line-height: 1;margin-top: 7px;}


.content{ position: relative; z-index: 1;}
.modeTil{line-height: 1;position: relative;}
.modeTil.flex{ justify-content: space-between; }
.modeTil a{ display: inline-block; color: #333; line-height: 1;}
.modeTil .title{ display: inline-block; padding-left:40px; padding-right:30px; flex-shrink: 0;
    background: url(../images/new-icon.png) no-repeat left center;}
.modeTil .more{display: inline-block;line-height: 30px;position: relative;transition: all 0.35s ease;vertical-align: bottom;/* flex: 1; */position: absolute;right: 0;top: 2px;}
.modeTil .more i{ display: inline-block;width: calc(100% - 60px);height: 1px;background: #e5e5e5;vertical-align: middle;}
.modeTil .more span{display: inline-block; min-width: 60px;text-align: right; position: relative;color: #999;font-size: 16px;}
.modeTil .more span::before{ content: '';display: block;width: 1px;height: 13px;background: #e5e5e5;
    position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

/* 右侧定位锚点导航 */
.rightNav{ position: fixed; top: 50%; left: calc(100% - 50px); transform: translate3d(0,-50%,0);
    width: 900px; height: 900px; border-radius: 50%; border: 1px solid #b8bdcc; z-index: 9;}
_::rightNav{ display: none !important;}
.rightNav li{ position: absolute; top: 0; left: 0;right: 0;bottom: 0; border-radius: 50%;transition: all 0.2s ease;}
.rightNav li:nth-of-type(1){ transform: rotateZ(20deg);}
.rightNav li:nth-of-type(2){ transform: rotateZ(0deg);}
.rightNav li:nth-of-type(3){ transform: rotateZ(-20deg);}
.rightNav .navItem{ position: absolute; left: 0px; top: 50%; transform: translate3d(-100%,-50%,0);z-index: 2;transition: all 0.2s ease;}
.rightNav a{position: relative; display: block; writing-mode: vertical-rl; -ms-writing-mode: bt-rl; color: #a6a6a6; padding: 12px;transition: all 0.2s ease;}
.rightNav a:hover,
.rightNav li.on a{ color: #ad8868;}
.rightNav li.cur-icon{ transition: all 0.35s ease;}
.rightNav li.cur-icon[data-cur='cur00']{ transform: rotateZ(20deg);}
.rightNav li.cur-icon[data-cur='cur01']{ transform: rotateZ(0deg);}
.rightNav li.cur-icon[data-cur='cur02']{ transform: rotateZ(-20deg);}
.rightNav .curIcon{ width: 40px; height: 20px; position: absolute; left: 0; top: 50%; transform: translate3d(-4px,-50%,0);z-index: 2;
    background: url(../images/cur-icon.png) no-repeat right center;background-size: auto 100%;}
.rightNav .curIcon::before{ content: ''; display: block; width: 8px; height: 8px;border-radius: 50%; background: #b38b6b;
    position: absolute; left: 0px; top: 50%; transform: translate3d(0%, -50%, 0);}

.row1{ padding: 60px 0 80px;background: #f2f7f5 url(../images/row1_bg.png) no-repeat center bottom;background-size: 100% auto;}
.news{ width: 65.28%; flex-shrink: 0;}
.news .img{ position: relative;}
.news .gp-img-responsive{ padding-bottom: 56.34%;}
.news .modeCon{ padding-top: 40px;}
.news .modeCon .left{ padding-left: 14px; box-sizing: border-box;width: 57.61%;}
.news .modeCon .title{ line-height: 30px; color: #333; padding-top: 14px;}
.news .modeCon .left > a{ display: block;padding-bottom: 24px;border-bottom: 1px solid #e5e5e5;}
.news .modeCon .left .date{ text-align: center; color: #fff; background: url(../images/new-date.png) no-repeat center;
    position: absolute; left: -14px;bottom: 20px;width: 70px;min-height: 85px;}
.news .modeCon .left .date .day{ margin-top: 16px; line-height: 1;}
.news .modeCon .left .date .year{ line-height: 1;margin-top: 6px;}
.news .left ul a{ display: block; padding-left: 20px; padding: 24px 0; padding-left: 20px;border-bottom: 1px solid #e5e5e5;position: relative;}
.news .left ul a::before{ content: '';display: block;width: 10px; height: 3px; background: #019c59;position: absolute;left: 0;top: 37px;}
.news .left ul a .title{ padding-top: 0; transition: all 0.35s ease;}
.news .left ul a:hover .title{ transform: translateX(8px);}

.news .right{ flex: 1; padding-left: 30px; margin-top: -6px;}
.news .right li{ margin-bottom: 24px;}
.news .right li:last-child{ margin-bottom: 0px;}
.news .right a{ display: block; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5;transition: all 0.35s ease;}
.news .right a:hover{ transform: translateX(8px);}
.news .right .title{ padding-top: 0;}
.news .right .date,.news .left ul a .date2{ line-height: 14px; margin-top: 9px; color: #004b43;padding-left: 25px;background: url(../images/date-icon.png) no-repeat left center;}

.row1 .listBox{ padding-left: 60px;width: 34.12%;}
.row1 .listBox .list{ margin-bottom: 15px;}
.row1 .listBox .list:last-child{ margin-bottom: 0px;}
.listBox .modeTil{ padding: 0 30px;}
.listBox .modeTil a{ color: #fff; line-height: 70px;}
.listBox .modeTil .title{ padding-left: 37px;padding-right: 20px;}
.listBox .modeTil .more span{ color: #fff;}
.listBox .modeTil .more i,
.listBox .modeTil .more span::before{ background: rgba(255, 255, 255, 0.2);}
.row1 .listBox ul{ background: #fff; padding: 25px 30px; display: none;width: 100% !important;}
.row1 .listBox .list:first-child ul{ display: block;}
.row1 .listBox ul li{ margin-bottom: 20px;}
.row1 .listBox ul li:last-child{ margin-bottom: 0px;}
.row1 .listBox ul .title{ line-height: 1;}
.row1 .listBox ul .date{ line-height: 1; margin-top: 15px; color: #999; padding-left: 26px;position: relative;transition: all 0.35s ease;}
.row1 .listBox ul .date::before{ content: '';display: block;width: 15px;height: 3px;
    background-image: -moz-linear-gradient( 0deg, rgb(1,158,88) 0%, rgb(11,105,114) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(1,158,88) 0%, rgb(11,105,114) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(1,158,88) 0%, rgb(11,105,114) 100%);
    position: absolute;left: 0;top: 50%;transform: translateY(-50%);
}
.row1 .listBox ul a:hover .date{ transform: translateX(8px);}

.notice .modeTil{ height: 70px; background: url(../images/notice-bg.png);}
.notice .modeTil .title{ background: url(../images/notice-icon.png) no-repeat left center;}
.keyan .modeTil{/* height: 70px; */background: url(../images/keyan223.jpg);}
.keyan .modeTil .title{ background: url(../images/keyan.png) no-repeat left center;}
.recruit .modeTil{ background: url(../images/recruit-bg.png);}
.recruit .modeTil .title{ background: url(../images/recruit-icon.png) no-repeat left center;}
.brochure .modeTil{ background: url(../images/brochure-bg.png);}
.brochure .modeTil .title{ background: url(../images/brochure-icon.png) no-repeat left center;}
.procurement .modeTil{ background: url(../images/procurement-bg.png);}
.procurement .modeTil .title{ background: url(../images/procurement-icon.png) no-repeat left center;}

.row2{ padding: 60px 0 80px; background: url(../images/row2_bg.png) no-repeat center/cover;}
.row2 .gp-container > .flex{ justify-content: space-between;}
.row2 .tab{ width: 60.56%;}
.row2 .titleList{ flex-shrink: 0;padding-right: 20px;}
.row2 .boxTitle{ line-height: 30px; position: relative;color: #666;}
.row2 .boxTitle:first-child{ margin-right: 40px;}
.row2 .boxTitle:first-child::before{ content: ''; display: block;width: 2px; height: 26px; background: #333;
    position: absolute;right: -20px;top: 50%;transform: translateY(-50%);}
.row2 .boxTitle.on{ font-size: 30px; padding-left: 40px;color: #333;}
.row2 .boxTitle:first-child.on{ background: url(../images/research-icon.png) no-repeat left bottom;}
.row2 .boxTitle:last-child.on{ background: url(../images/paper-icon.png) no-repeat left bottom;}
.row2 .moreBox{ flex: 1;}
.row2 .more_tab{ display: none; line-height: 30px;}
.row2 .more_tab i{ display: inline-block; width: calc(100% - 70px); height: 1px; background: #e5e5e5; vertical-align: middle;}
.row2 .more_tab span{ display: inline-block; min-width: 70px; text-align: right; position: relative; color: #999; font-size: 16px;}
.row2 .more_tab span::before{ content: ''; display: block; width: 1px; height: 13px; background: #e5e5e5;
    position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.row2 .boxList{ padding-top: 40px;}
.row2 .boxList .box{ display: none;}
.row2 .boxList .gp-img-responsive{ padding-bottom: 56.42%;}
.row2 .boxList ul{ margin-left: -10px; margin-right: -10px;}
.row2 .boxList a{ display: block;margin: 0 10px;position: relative;z-index: 1;}
.row2 .imgList a::before{ content: '';display: block;width: 100%;height: 0;padding-bottom: 19.05%;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.5;position: absolute;left: 0;bottom: 0;z-index: 1;}
.row2 .imgList .img{ position: relative;z-index: 0;}
.row2 .imgList .title{width: 100%; position: absolute; bottom: 20px;left: 0; color: #fff; padding: 0 20px;z-index: 1;}
.row2 .imgList .date{ position: absolute; left: 20px;top: 20px;border-radius: 15.5px;
    background-image: -moz-linear-gradient( 139deg, rgb(1,158,88) 0%, rgb(11,105,114) 100%);
    background-image: -webkit-linear-gradient( 139deg, rgb(1,158,88) 0%, rgb(11,105,114) 100%);
    background-image: -ms-linear-gradient( 139deg, rgb(1,158,88) 0%, rgb(11,105,114) 100%);
    width: 110px;height: 30px; line-height: 30px; text-align: center;color: #fff;}
.row2 .noImgList li{ margin-top: 20px;padding-bottom: 10px;}
.row2 .noImgList .date{ position: relative;z-index: 1;}
.row2 .noImgList .date::before{ content: '';display: block;width: 100%;height: 1px; background: #e5e5e5;
    position: absolute;bottom: 0;right: 0;z-index: -1;}
.row2 .noImgList .date span{position: relative;display: inline-block;background: #f2f7f5;color: #019e58; width: 120px;line-height: 35px;height: 35px;padding-left: 20px;}
.row2 .noImgList .title{ line-height: 58px; transition: all 0.35s ease;}
.row2 .noImgList a:hover .title{ transform: translateX(8px);}
.row2 .box:nth-of-type(2) li:nth-of-type(1){ margin-top: 0;}
.row2 .box:nth-of-type(2) a{ display: flex; display: -ms-flexbox;align-items: center;}
.row2 .box:nth-of-type(2) .date{ width: 80px; flex-shrink: 0; border-radius: 8px;color: #fff;
    text-align: center;padding: 8px 0;line-height: 1;
    background-image: -moz-linear-gradient( 119deg, rgb(3,151,91) 0%, rgb(10,111,112) 100%);
    background-image: -webkit-linear-gradient( 119deg, rgb(3,151,91) 0%, rgb(10,111,112) 100%);
    background-image: -ms-linear-gradient( 119deg, rgb(3,151,91) 0%, rgb(10,111,112) 100%);}
.row2 .box:nth-of-type(2) .year{ margin-top: 12px; position: relative;}
.row2 .box:nth-of-type(2) .year::before{ content: '';display: block;width: 80%;height: 1px;background: rgba(255, 255, 255, 0.5);
    position: absolute;left: 50%;top: -7px;transform: translateX(-50%);}
.row2 .box:nth-of-type(2) .title{ flex: 1; padding-left: 30px; line-height: 26px;}
.row2 .box:nth-of-type(2) .noImgList .date::before{ display: none;}

.row2 .report{ width: 35.21%;}
.firstReport{ padding-top: 40px; overflow: hidden;}
.firstReport a.flex{ flex-direction: column;}
.firstReport .img{ width: 100%;}
.firstReport .gp-img-responsive{ padding-bottom: 133.33%;}
.firstReport .infoBox{ flex: 1; padding-left: 0px; padding-top: 5px;}
.report .infoBox > *{ padding-left: 24px; color: #666; margin-bottom: 8px; line-height: 24px;}
.report a .title{ padding-left: 0; line-height: 24px; color: #333; margin-bottom: 10px;}
.report .time{ background: url(../images/time-icon.png) no-repeat left 10px;}
.report .addr{ background: url(../images/addr-icon.png) no-repeat left 10px;}
.report .unit{ background: url(../images/unit-icon.png) no-repeat left 10px;}
.secondReport{ margin-top: 30px; padding-left: 22px; border-left: 1px solid #e5e5e5; position: relative;}
.secondReport::before{ content: '';display: block;width: 3px;height: 18px;background: #cfa972;
    position: absolute;left: 0px;top: 0;}
.secondReport .title{ line-height: 1;margin-bottom: 20px;transition: all 0.35s ease;}
.secondReport a:hover .title{ transform: translateX(8px);}
.secondReport .time{ line-height: 1;background-position: left center;margin-bottom: 16px;}
.secondReport .addr{ line-height: 1;background-position: left center;margin-bottom: 16px;}

/* row3 */
.row3{ padding: 60px 0; background: url(../images/row3_bg.png) no-repeat center/cover;}
.row3 .modeTil .more i,
.row3 .modeTil .more span::before{ background: #fff;}
.schoolLife{ width: 30.49%;}
.schoolLife ul{ margin-top: 40px;}
.schoolLife .gp-img-responsive{ padding-bottom: 56.25%;}
.schoolLife .modeTil .title{ background: url(../images/schoollife-icon.png) no-repeat left center;}
.schoolLife li a{ display: block; line-height: 30px; border-top: 1px solid rgba(255, 255, 255, 0.77); padding-bottom: 14px; padding-top: 30px;}
.schoolLife li:nth-of-type(1) a{ border-top: none; padding-top: 0px;}
.schoolLife li:nth-last-child(1) a{ padding-bottom: 0;}
.schoolLife li:nth-of-type(1) .title{ padding-top: 14px;}
.schoolLife li:nth-of-type(1) .title::before{ top: 26px;}
.schoolLife li .title{ padding-left: 20px; position: relative; transition: all 0.35s ease;}
.schoolLife a:hover .title{ transform: translateX(8px);}
.schoolLife li .title::before{ content: '';display: block;width: 5px;height: 5px;background: #019e58;border-radius: 50%;
position: absolute;left: 0;top: 12px;}

.topic{ width: 65.28%;}
.topic .modeTil .title{ background: url(../images/topic-icon.png) no-repeat left center;}
.topic ul{ margin-top: 10px; margin-left: -15px; margin-right: -15px;}
.topic ul li{ padding-top: 30px;}
.topic ul a{ display: block; margin: 0 15px; position: relative;}
.topic ul li.video a::after{ content: '';display: block;width: 42px;height: 42px;background: url(../images/video_icon.png) no-repeat center/cover;
    position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);pointer-events: none;}
.topic ul a::before{ content: '';display: block;width: 100%;height: 0;padding-bottom: 9.6%;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    position: absolute;left: 0;bottom: 0;z-index: 1;opacity: 0.3;pointer-events: none;
}
.topic ul .gp-img-responsive{ padding-bottom: 53.35%;}
.topic ul .title{ position: absolute; bottom: 20px;left: 0;width: 100%;z-index: 1; color: #fff;padding: 0 30px;}

.row4{ padding: 60px 0 145px; position: relative; overflow: hidden;}
.row4::before{content: '';display: block;width: 100%;height: 0;padding-bottom: 21.09%;background: #f2f7f5 url(../images/row4_bg.png) no-repeat center bottom;
    position: absolute; left: 0;bottom: 0;width: 100%;z-index: 0;}
.row4 .modeTil{justify-content: center;overflow: hidden;}
.row4 .modeTil .title{ position: relative; background: url(../images/exhibition-icon.png) no-repeat left center;}
.row4 .modeTil .title::before,.row4 .modeTil .title::after{ content: '';display: block;width: 1000px;height: 1px;background: #e5e5e5;
    position: absolute;right: calc(100% + 30px);top: 50%;transform: translateY(-50%);z-index: 1;pointer-events: none;}
.row4 .modeTil .title::after{right: -1000px;}
.row4 .modeTil .more{max-width: 608px;padding-right: 40px;background: #fff;z-index: 20;}
.exhibition{ position: relative;z-index: 1;}
.exhibition::before{ content: '';display: block;background: #fff;position: absolute;left: -20px;right: -20px;bottom: -20px;top: 0;z-index: -1;}
.slideContainer{ overflow: hidden; margin-top: 30px;}
.slideContainer .gp-img-responsive{ padding-bottom: 29.58%;}
.slideContainer-pagination{ position: absolute; bottom: 20px; right: 50%;transform: translateX(50%); display: flex;align-items: center;z-index: 2;}
.slideContainer-pagination .swiper-pagination-bullet{ display: inline-block; width: 24px;height: 30px;
    background: url(../images/banner-dot.png) no-repeat center/cover; opacity: 0.66;margin: 0 10px;}
.slideContainer-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 40px;height: 49px;opacity: 1;}


/* 响应式样式 */
@media screen and (max-width:1800px){
    .side{ right: 40px;}
}

@media screen and (max-width:1700px){
    .side{ right: 10px;}
}

@media screen and (max-width:1600px){
    .banner a .gp-container,
    .bannerSwiper > .gp-container{ padding: 0 10px;}
    .news .right a{ padding-bottom: 18px;}
    .row1 .listBox ul{ padding: 20px 30px;}
    .row1 .listBox ul .date{ margin-top: 10px;}
    .row1, .row2{ padding: 60px 0;}
    .secondReport{ margin-top: 20px;}
    .report a .title{ margin-bottom: 20px;}
    .row4{ padding: 60px 0 100px;}
}

@media screen and (max-width:1480px) {
    .report .infoBox > *{ line-height: 26px;padding-left: 20px;background-position: left 6px;}
    .secondReport{ padding-left: 15px;}
}

@media screen and (max-width:1400px) {
    .side{ right: 0px;}
    .side .itemList li{ padding: 6px;}
    .side .itemList a{ width: 65px;height: 65px;}
    .side .itemList .name{ margin-top: 3px;}
    .row1 .listBox{ padding-left: 40px;}
    .schoolLife li a{ padding: 10px 0;}
    
}

@media screen and (max-width:1380px) {
    
}

@media screen and (max-width:1280px) {
    .banner .title{ font-size: 24px; bottom: 20px;}
    .banner-pagination{ bottom: 10px;}
    .banner-pagination .swiper-pagination-bullet{ width: 30px; height: 39px;}
    .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-size: 24px;
    }
    .flex{ flex-wrap: wrap;}
    .news, .row1 .listBox{ width: 100%;}
    .news{ margin-bottom: 30px;}
    .news .left ul a{ padding: 20px 0 20px 20px;}
    .news .right a{ padding-bottom: 22px;}
    .row1 .listBox{ padding-left: 0px; display: flex; flex-wrap: wrap;justify-content: space-between;}
    .row1 .listBox .list{ width: calc(50% - 15px);}
    /* .row1 .listBox ul{ display: block;} */
    .row1, .row2{ padding: 40px 0;}
    .row2 .tab, .row2 .report{ width: 100%;}
}

@media screen and (max-width:1240px) {
    .side{ display: none;}
    .banner .gp-img-responsive{ padding-bottom: 47.92%; position: relative;}
    .banner .gp-img-responsive img{ height: 100%; width: auto; max-width: unset; min-width: 100%; position: absolute; left: 50%; top: 0;transform: translate3d(-50%, 0, 0);}
    .row4 .modeTil .more{ max-width: unset;}
}

@media screen and (max-width:1180px) {
    
}

@media screen and (max-width:1100px) {
    .schoolLife li .title{ -webkit-line-clamp: 1;}
    .schoolLife li a{ padding: 20px 0;}
}
@media screen and (max-width:1024px) {
    
}

@media screen and (max-width:998px) {
    .banner .title{ font-size: 22px;}
    .banner .gp-container{ max-width: calc(100% - 40px);margin: 0 auto;} 
    .news .modeCon{ padding-top: 30px;}
    .news .modeCon .left{ width: 500px;}
    .news .right{ padding-left: 20px;}
    .news .right a{ padding-bottom: 13px;}
    .row1, .row2{ padding: 40px 0;}
    .row1 .listBox .list{ width: calc(50% - 10px); margin-bottom: 20px;}
    .row1 .listBox .list:nth-last-of-type(1){ margin-bottom: 0;}
    .row2 .boxList{ padding-top: 30px;}
    .row2 .tab{ margin-bottom: 20px;}
    .row2 .boxList li, .topic ul li{ width: 50%;}
    .row2 .box:nth-of-type(2) li{ width: 100%;}
    .schoolLife, .topic{ width: 100%;}
    .topic{ margin-top: 30px;}
    .schoolLife ul{ margin-top: 30px;}
    /* .schoolLife li .img{ max-width: 460px;margin: 0 auto;} */
    .row4 .modeTil .more{ max-width: 100%;padding-right: 0;}
    .row3{ padding: 40px 0;}
    .row4{ padding: 40px 0 60px;}
    .schoolLife li .title{ -webkit-line-clamp: 2;}
    .slideContainer-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 24px; height: 30px;}
}

@media screen and (max-width:768px) {
    .modeTil .title{ font-size: 26px;}
    .news .modeCon .left,
    .news .modeCon .right{ width: 100%;}
    .news .modeCon .right{ margin-top: 20px;}
    .news .right li{ margin-bottom: 20px;}
    .news .right a{ padding-bottom: 20px;}
    .row1 .listBox .list{ width: 100%;}
    /* .row1 .listBox .list:nth-of-type(3){ margin-bottom: 30px;} */
    .topic ul{ margin: 0 -10px;}
    .topic ul a{ margin: 0 10px;}
    .row2 .box:nth-of-type(2) li{ padding-bottom: 0; margin-top: 20px;}
    .row2 .box:nth-of-type(2) .title{ padding-left: 20px;}
}

@media screen and (max-width:640px) {
    .topic ul .title{ padding: 0 10px; bottom: 15px;}
}

@media screen and (max-width:540px) {
    /* .banner .gp-img-responsive{ padding-bottom: 0; height: 170px; position: relative;}
    .banner .gp-img-responsive img{ height: 100%; width: auto; max-width: unset; min-width: 100%; position: absolute; left: 50%; top: 0;transform: translate3d(-50%, 0, 0);}
    .banner .title{ left: 20px; bottom: 10px;}
    .banner-pagination{ bottom: 20px;} */
    .banner .title{ font-size: 18px;max-width: 70%;bottom: 15px;}
    .banner-pagination .swiper-pagination-bullet{ margin: 0 3px;width: 20px;height: 25px;}
    .row2 .boxList li{ width: 100%;}
    .row2 .imgList li{ margin-bottom: 20px;}
    .row2 .noImgList li{ margin-top: 0px;}
    .row2 .noImgList .title{ line-height: 40px;}
    .slideContainer-pagination{ bottom: 10px;}
    .slideContainer-pagination .swiper-pagination-bullet{ margin: 0 4px;}
    
}

@media screen and (max-width:479px) {
    .modeTil .title{ font-size: 24px; line-height: 30px; padding-left: 34px;}
    .row1, .row2,  .row3{ padding: 30px 0;}
    .row4{ padding: 30px 0 40px;}
    .row2 .boxTitle.on{ font-size: 24px;}
    .news .modeCon, .firstReport{ padding-top: 20px;}
    .slideContainer{ margin-top: 20px;}
    .news .modeCon .left .date{ background-size: cover;width: 55px;min-height: 73px;}
    .news .modeCon .left .date .day{ margin-top: 14px;}
    .news .modeCon .left .date .year{ margin-top: 4px;}
    .news .modeCon .title, .news .right .title{ line-height: 24px;}
    .news .modeCon .left > a{ padding-bottom: 15px;}
    .news .left ul a{ padding: 15px 0 15px 20px;}
    .news .right li{ margin-bottom: 15px;}
    .news .right a{ padding-bottom: 15px;}
    .firstReport .infoBox{ padding-left: 10px;}
}

@media screen and (max-width:414px) {
    .modeTil .title{ font-size: 22px; line-height: 26px; height: 26px; background-size: auto 100%;}
    .notice .modeTil{ padding: 0 15px; height: 55px;}
    .listBox .modeTil a{ line-height: 55px; height: 55px;}
    .row1 .listBox ul{ padding: 20px 15px;}
    .row2 .imgList .date{ left: 10px;}
    .row2 .imgList .title{ padding: 0 10px;}
    .row2 .box:nth-of-type(2) li{ margin-top: 15px;}
    .row2 .box:nth-of-type(2) .date{ width: 65px;}
    .row2 .box:nth-of-type(2) .title{ padding-left: 10px;}
    .firstReport > .flex{ flex-direction: column;}
    .firstReport .img{ width: 100%; max-width: 240px; margin: 0 auto;}
    .firstReport .infoBox{ width: 100%;}
    .report a .title{ line-height: 24px; margin-bottom: 10px;}
    .report .infoBox > *{ margin-bottom: 10px;}
    .topic ul li{ width: 100%;padding-top: 20px;}
    .slideContainer-pagination .swiper-pagination-bullet,
    .slideContainer-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 18px;height: 24px;}
    
}

@media screen and (max-width:370px) {
    .listBox .modeTil{
    flex-wrap: nowrap;
    padding: 0 20px;
}
    .listBox .modeTil .title{
    font-size: 20px;
    padding-right: 10px;
    padding-left: 30px;
}
    .modeTil .more span{
    font-size: 14px;
}
}