@charset "utf-8";
/**
 * Created by sunJia on 2025/10/30.
 * @Description: Index Style.
 */

.banner{position: relative;}
.banner::before{ content: '';display: block;width: 100%;height: 0;padding-bottom: 10.41%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;left: 0;bottom: 0;z-index: 2;
}
.banner a{display:block;position:relative;}
.banner .gp-img{padding-bottom: 58.6%;padding-bottom: 100vh; position: relative;background-repeat: no-repeat;background-size: cover;}
.banner .gp-img::before{content: '';display: none;opacity: 1;height: 100%;position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;
	background: rgba(32, 36, 45, 0.25);pointer-events: none;
}
.banner .gp-img video,.banner .gp-img img{width:100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.banner .gp-img video{width:100%;height: auto;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.wrapbanner{overflow: hidden;position: relative;box-sizing: border-box;z-index: 2;flex: 1; min-width: 0;
    flex-direction: row-reverse;align-items: flex-start;}

.banner .swiper-pagination{font-size: 0;text-align: right;left: auto;right: 5.21vw;bottom: 0%;width: auto;}
.banner .swiper-pagination .swiper-pagination-bullet{width: auto;height: auto;opacity: 1;margin: 0rem 0.2rem;padding-bottom: 0.45rem;color: #fff;
	border-radius: 0; background: transparent; position: relative;transition: all 0.3s ease-in-out;vertical-align: bottom;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet::before{
    content: '';display: block;width: 1px;height: 0.3rem;
    background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background-image: -webkit-linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background-image: -moz-linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background-image: -ms-linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0%);transition: all 0.3s ease-in-out;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ font-size: 0.24rem; padding-bottom: 0.5rem;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{ height: 0.4rem;}

/* fixedSide */
.fixedSide{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    /* overflow: hidden; */
}
.fixedSideCon{}
.item10th{
    width: 1.4rem;
    font-size: 0;
}
.fixedSide .itemMao{
    margin: .1rem auto 0;
    position: relative;
    background: #94070A;
    border-radius: .3rem 0px .3rem .3rem;
    max-width: 1.2rem;
    box-sizing: border-box;
}
.fixedSide .itemMao ul{
    line-height: 1.28;
    padding: 0.14rem 0.24rem 0.24rem;
    display: none;
}
.item10th,
.currents .fixedSide .itemMao{
    animation: sideIn 0.5s ease-in-out 0s 1 normal forwards;
}
@keyframes sideIn {
    from{ transform: translateX(100%); opacity: 0;}
    to{ transform: translateX(0); opacity: 1;}
}
@keyframes sideOut {
    from{ transform: translateX(0); opacity: 1;}
    to{ transform: translateX(100%); opacity: 0;}
}
@keyframes sideOut2 {
    from{ transform: translateX(0);}
    to{ transform: translateX(100%);}
}
.currents .fixedSide .itemMao ul{
    display: block;
}
.fixedSide .gpTop{
    font-size: 0;
    text-align: center;
    width: auto;
    height: auto;
}
.fixedSide .gpTop img{
    width: 0.4rem;
}
.fixedSide .itemMao a{
    position: relative;
    display: block;
    color: #fff;
    padding: 0.1rem 0;
}
.fixedSide .itemMao a::before{
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #FFE5AE;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
/* .fixedSide .itemMao .on a::before, */
.fixedSide .itemMao li:hover a::before{
    width: 100%;
}
.fixedSide .itemMao .close{
    position: absolute;
    bottom: .8rem;
    right: 100%;
    background: #94070A url(../images/side_close.png) no-repeat center/100% auto;
    width: 0.2rem;
    height: 0.4rem;
    border-radius: .1rem 0 0 .1rem;
    cursor: pointer;
    transition: bottom 0.3s ease-in-out;
    display: none;
}
/* .closed .item10th{ display: none;}
.currents .closed .itemMao ul{display: none;} */
/* .currents .closed .itemMao{ max-width: 0;} */
.closed .item10th,
.currents .closed .itemMao ul{ animation: sideOut2 0.5s ease-in-out normal forwards;}
.currents .closed .itemMao{ animation: sideOut2 0.5s ease-in-out normal forwards;}
.currents .itemMao .close{ display: block;}
.closed .itemMao .close{bottom: 50%;transform: rotateY(180deg); border-radius: 0 0.1rem 0.1rem 0;}
.closed .itemMao .close{ display: none; }
.currents .closed .itemMao .close{ display: block;}

.modeTil{ position: relative;}
.modeTil.gp-flex{ align-items: center;}
.modeTil .title{ display: inline-block; color: #333; line-height: 0.46rem;}
.modeMore{ color: #94070A; width: 1.02rem; height: 0.4rem; justify-content: center; align-items: center;
    border: 1px solid rgba(148, 7, 10, 0.1);}
.modeMore i{ font-size: 0; margin-left: 0.1rem;}
.modeMore:hover{ transition: all 0.3s ease-in-out; border-color: rgba(148, 7, 10, 0.6);}
.modeMore:hover i{ transition: all 0.3s ease-in-out; transform: rotateZ(90deg);}
.modeTil.white .modeMore:hover{ border-color: rgba(255,255,255,0.3);}
.modeTil.white .title{ color: #fff;}
.modeTil.white .modeMore{ background: #FFE5AE;}
.modeTil.white .modeMore span{ color: #94070A;}

.row01{
    position: relative;
    padding: 0.8rem 0;
    background: url(../images/row1-bg.png) no-repeat center/cover;
    overflow: hidden;
}
.mode01 .modeMore{
    position: absolute;
    top: 0.03rem;
    right: 0;
}
.mode01 .modeCon{
    margin-top: 0.3rem;
}
.mode01 .left{
    width: 53.33%;
}
.mode01 .right{
    width: 44.66%;
}
.mode01 .gp-img-responsive{
    padding-bottom: 66.625%;
}
.mode01 .left .info{
    background: #fff;
    padding: 0.27rem 0.3rem;
}
.mode01 .left .date{ 
    flex-shrink: 0;
    color: #94070A;
    line-height: 1.25;
    width: 0.84rem;
    padding: 0.16rem 0;
    background: #F6F6F6;
    margin-right: 0.3rem;
}
.mode01 .left .month{
    margin-top: 0.1rem;
}
.mode01 .left .title{
    flex: 1;
    min-width: 0;
    line-height: 1.67;
}
.mode01 .left .source{
    line-height: 1.25;
    color: #999999;
    margin-top: 0.12rem;
}
.mode01 .left a:hover .info{
    background: #94070A;
}
.mode01 .left a:hover .title{
    color: #fff;
}
.mode01 .left a:hover .date{
    color: #FFE5AE;
    background: rgba(0, 0, 0, 0.1);
}
.mode01 .left a:hover .source{
    color: rgba(255,255,255,0.6);
}
.mode01 .right li{
    margin-bottom: 0.2rem;
}
.mode01 .right li:last-child{ margin-bottom: 0;}
.mode01 .right a{
    transition: transform 0.3s ease-in-out;
}
.mode01 .right a:hover{
    transform: translateX(0.05rem);
}
.mode01 .right .img{
    width: 47.76%;
}
.mode01 .right .info{
    flex: 1;
    margin-left: -0.2rem;
    padding: 0.2rem 0.2rem 0.3rem;
    background: #fff;
}
.mode01 .right .title{
    line-height: 1.67;
    height: 3.34em;
    margin-bottom: 0.2rem;
}
.mode01 .right .date{
    color: #BDA4A4;
}
.mode01 .right .date i{
    margin-right: 0.04rem;
}
.mode01 .right .source{
    color: #999999;
    line-height: 1.25;
}
i.icon{ display: inline-block; font-size: 0; vertical-align: bottom;}
.mode01 .right a:hover .info{
    background: #94070A;
}
.mode01 .right a:hover .title{
    color: #fff;
}
.mode01 .right a:hover .date{
    color: #FFE5AE;
}
.mode01 .right a:hover path{
    fill: #FFE5AE;
}
.mode01 .right a:hover path:nth-of-type(2){
    fill: #94070A;
}
.mode01 .right a:hover .source{
    color: rgba(255,255,255,0.6);
}

/* row02 */
.row02{
    position: relative;
    padding: 0.8rem 0;
}
.mode02 .modeCon{
    margin-top: 0.1rem;
}
.mode02 ul{
    margin: 0 -0.15rem;
}
.mode02 li{
    margin-top: 0.3rem;
}
.mode02 li a{
    margin: 0 0.15rem;
    padding: 0.2rem;
    background: #F6F6F6;
    transition: transform 0.3s ease-in-out;
}
.mode02 .date{
    color: #94070A;
    line-height: 1.25;
    width: 0.84rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
    padding: 0.15rem 0;
    border: 1px solid rgba(148, 7, 10, 0.2);
}
.mode02 .info{
    flex: 1;
    min-width: 0;
}
.mode02 .date .month{ 
    margin-top: 0.1rem;
}
.mode02 li .title{
    line-height: 1.67;
}
.mode02 .summary{
    line-height: 1.625;
    margin-top: 0.1rem;
}
.mode02 .modeCon a:hover{
    background: #94070A;
    transform: translateY(-0.05rem);
}
.mode02 a:hover .date{
    color: #FFE5AE;
    border-color: rgba(255, 229, 174, 0.2);
}
.mode02 a:hover .title{
    color: #fff;
}
.mode02 a:hover .summary{
    color: rgba(255,255,255,0.6);
}

/* row3 */
.row03{
    position: relative;
    background: url(../images/row03-bg.png) center top/100% auto, url(../images/row03-bg2.png) center bottom/100% auto;
    overflow: hidden;
    padding: 0 0 0.8rem;
}
.row03::before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 42.76%;
    background: url(../images/mode03-bg.png) no-repeat center top/100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.mode03{
    position: relative;
    padding: 0.8rem 0 0;
    z-index: 1;
}
.mode03 .modeCon{ 
    margin-top: 0.4rem;
}
.mode03 ul{
    margin: 0 -0.16rem;
}
.mode03 li a{
    display: block;
    margin: 0 0.16rem;
    transition: transform 0.3s ease-in-out;
}
.mode03 li a:hover{ 
    transform: translateY(-0.05rem);
}
.mode03 .info{
    padding: 0.2rem;
    background: #fff;
}
.mode03 li .title{
    line-height: 1.67;
    height: 3.34em;
    transition: all 0s ease-in-out;
}
.mode03 .date{
    color: #BDA4A4;
    line-height: 1.25;
    margin-top: 0.2rem;
}
.mode03 .date i{
    margin-right: 0.1rem;
}
.mode03 a:hover .info{
    background: #94070A;
}
.mode03 a:hover .title{
    color: #fff;
}
.mode03 a:hover .date{
    color: #FFE5AE;
}
.mode03 a:hover .date path{
    fill: #FFE5AE;
}
.mode03 a:hover .date path:nth-of-type(2) {
    fill: #94070A;
}

.mode4-5{
    position: relative;
    z-index: 3;
    margin-top: 0.5rem;
    padding: 0.5rem 0.5rem 0.3rem;
    background: #fff;
}
.mode4-5 > div{
    width: 48.21%;
}
.mode4-5 .modeCon{
    margin-top: 0.3rem;
}
.mode4-5 .modeCon i{
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 0.1rem;
}
.mode04{ }
.mode04 li a{
    display: block;
    line-height: 1.28;
    padding: 0.19rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mode04 li.on a,
.mode04 li:last-child a{ 
    border-bottom: none;
}
.mode04 li.on a{
    background: #94070A;
    padding: 0.3rem;
}
.mode04 .time{
    display: none;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    background: #FFE5AE;
    width: auto;
    min-width: auto;
    padding: 0 0.3rem;
    color: #94070A;

    background: transparent;
    color: #fff;
    line-height: inherit;
    padding: 0;
    margin-top: .16rem;
}
.mode04 li .title{ 
    line-height: 1.67;
    height: 3.34em;
    margin-top: 0rem;
}
.mode04 li.on .title{
    color: #fff;
    color: #FFE5AE;
    font-weight: bold;
}
.mode04 .peo{
    margin-top: 0.16rem;
    color: #fff;
    display: none;
}
.mode04 .addr{
    margin-top: 0.16rem;
    color: #fff;
    display: none;
}
.mode04 li.on .time{ display: inline-block;}
.mode04 li.on .peo,
.mode04 li.on .addr{ display: block;}
.mode04 li.on .title{
    /* margin-top: 0.1rem; */
}
.mode05{}
.mode05 li{
    margin-bottom: 0.2rem;
}
/* .mode05 li:last-child{ margin-bottom: 0; } */
.mode05 li a{
    padding: 0.26rem 0.2rem;
    background: #F6F6F6;
}
.mode05 .date{
    flex-shrink: 0;
    min-width: 0.56rem;
    line-height: 1.25;
    padding-right: 0.2rem;
    margin-right: 0.2rem;
    border-right: 1px solid rgba(0,0,0,0.1);
    color: #94070A;
}
.mode05 .day{}
.mode05 .month{
    word-wrap: normal;
    margin-top: 0.1rem;
}
.mode05 .title{
    flex: 1;
    min-width: 0;
}
.mode05 .title span{
    display: block;
}
.mode05 li a:hover{ background: #94070A;}
.mode05 li a:hover .date{ color: #FFE5AE; border-color: rgba(255,255,255,0.2);}
.mode05 li a:hover .title{ color: #fff;}

/* row04 */
.row04{
    padding: 0.8rem 0;
    background: url(../images/row04-bg.png) no-repeat center/cover;
}
.mode06 .modeCon{ 
    margin-top: 0.4rem;
}
.mode06 ul{
    margin: 0 -0.16rem;
}
.mode06 li a{
    display: block;
    margin: 0 0.16rem;
    transition: transform 0.3s ease-in-out;
}
.mode06 li a:hover{ 
    transform: translateY(-0.05rem);
}
.mode06 .info{
    padding: 0.2rem;
    background: #fff;
}
.mode06 li .title{
    line-height: 1.67;
    height: 3.34em;
    transition: all 0s ease-in-out;
}
.mode06 .date{
    color: #BDA4A4;
    line-height: 1.25;
    margin-top: 0.2rem;
}
.mode06 .date i{
    margin-right: 0.1rem;
}
.mode06 li a:hover .info{
    background: #94070A;
}
.mode06 li a:hover .title{
    color: #fff;
}
.mode06 li a:hover .date{
    color: #FFE5AE;
}
.mode06 li a:hover .date path{
    fill: #FFE5AE;
}
.mode06 li a:hover .date path:nth-of-type(2) {
    fill: #94070A;
}

/* row05 */
.row05{
    padding: 0.8rem 0 2.23rem;
    background: url(../images/row05-bg.png) no-repeat center bottom/100% auto;
    overflow: hidden;
}
.mode07{
    width: 70.46%;
}
.mode07 .modeCon{ 
    margin-top: 0.4rem;
}
.mode07 .left{
    width: 66.22%;
}
.mode07 .modeCon li{
    margin-bottom: 0.3rem;
}
.mode07 .modeCon li:last-child{
    margin-bottom: 0;
}
.mode07 .modeCon a{
    position: relative;
    z-index: 1;
}
.mode07 .modeCon a::before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 14.28%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.mode07 .modeCon .right .gp-img-responsive::before{
    width: 0.6rem;
    height: 0.6rem;
}
.mode07 .modeCon .gp-img-responsive{
    position: relative;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.mode07 .modeCon a:hover .gp-img-responsive{
    background-size: cover;
}
.mode07 .modeCon .gp-img-responsive::before{
    content: '';
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) url(../images/video-icon.png) no-repeat center/100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mode07 .modeCon .title{
    width: 100%;
    line-height: 1.25;
    padding: 0 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    z-index: 2;
    color: #fff;
}
.mode07 .right{
    width: 30.94%;
}
.mode08{
    width: 26.2%;
    position: relative;
}
.mode08 .modeTil.white{
    position: absolute;
    z-index: 2;
    left: 0.5rem;
    top: 0.5rem;
    height: calc(100% - 1rem);
    writing-mode: vertical-lr;
    -ms-writing-mode: lr-tb;
    padding-right: 0.45rem;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.mode08 .gp-img-responsive{
    padding-bottom: 139.94%;
    background-size: 100%;
    transition: all 0.5s ease-in-out;
}
.mode08 .gp-img-responsive:hover{
    background-size: 110%;
}
.mode08 .white .modeMore{
    flex-direction: row;
    width: 0.4rem;
    height: 0.9rem;
    background: transparent;
    border-color: rgba(255,255,255,0.3);
}
.mode08 .modeMore i{
    margin-left: 0rem;
    margin-top: 0.1rem;
}
.mode08 .modeTil.white .modeMore span{
    color: #fff;
}





/* Responsive style */
@media screen and (max-width:1800px){
    .fixedSide .itemMao{
        margin: 0.1rem 0 0 auto;
    }
    .item10th{
        width: 1.3rem;
    }
    .fixedSide .itemMao{
        max-width: 1.1rem;
    }
    .fixedSide .itemMao ul{
        padding: 0.1rem 0.18rem 0.2rem;
        font-size: 0.16rem;
    }
    .fixedSide .itemMao a{
        padding: 0.08rem 0;
    }
}

@media screen and (max-width:1700px){
    .item10th{
        width: 1.1rem;
    }
    .fixedSide .itemMao{
        max-width: 1rem;
    }
}

@media screen and (max-width:1600px){
    .mode07 .modeCon li{
        margin-bottom: .28rem;
    }
    .mode08{
        width: 26.5%;
    }
}

@media screen and (max-width:1580px){
    .item10th{
        width: 0.95rem;
    }
    .fixedSide .itemMao{
        border-radius: .2rem 0 .2rem .2rem;
        max-width: 0.85rem;
    }
    .fixedSide .itemMao ul{
        padding: 0.1rem 0.1rem 0.15rem;
    }
}

@media screen and (max-width:996px){
    .wrapbanner{ flex-direction: column;}
    .banner{ width: 100%;}
    .banner .gp-img{ padding-bottom: 47.4%;}
    .banner::before, .banner::after{ display: none;}
    .banner .swiper-pagination .swiper-pagination-bullet{ margin: 0 0.1rem;}
    .row01{
        padding: 0.6rem 0;
    }
    .mode01 .modeCon{
        flex-direction: column;
    }
    .mode01 .left{
        width: 100%;
    }
    .mode01 .right{
        width: 100%;
        margin-top: 0.2rem;
    }
    .mode01 .right ul{
        display: flex;
        display: -ms-flexbox;
        margin: 0 -0.08rem;
    }
    .mode01 .right li{
        width: 33.33%;
    }
    .mode01 .right a{
        flex-direction: column;
        margin: 0 0.08rem;
    }
    .mode01 .right .img{
        width: 100%;
    }
    .mode01 .right .info{
        flex: unset;
        width: 100%;
        margin-left: 0;
    }
    .mode01 .left .info{
        padding: 0.2rem 0.3rem;
    }
    .row02{
        padding: 0.6rem 0;
    }
    .mode03{
        padding: 0.6rem 0 0;
    }
    .mode03 .modeCon{
        margin-top: 0.2rem;
    }
    .mode03 li{
        margin-top: 0.2rem;
    }
    .mode4-5{
        flex-direction: column;
    }
    .mode4-5 > div{
        width: 100%;
    }
    .mode05{
        margin-top: 0.2rem;
    }
    .row04{
        padding: 0.6rem 0;
    }
    .mode06 .modeCon{
        margin-top: 0.2rem;
    }
    .mode06 li{
        margin-top: 0.2rem;
    }
    .row05{
        padding: 0.6rem 0 1rem;
    }
    /* .row05 .gp-container > .gp-flex{
        flex-direction: column;
    }
    .mode07{
        width: 100%;
    }
    .mode08{
        width: 100%;
        max-width: 5rem;
        margin: 0.2rem auto 0;
    } */
    .mode07{
        width: 53.6%;
    }
    .mode07 .modeCon{
        flex-direction: column;
        margin-top: 3.5vw;
    }
    .mode07 .left{
        width: 100%;
    }
    .mode07 .right{
        width: 100%;
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        margin-top: 0.1rem;
    }
    .mode07 .modeCon .right li{
        width: calc(50% - 0.1rem);
    }
    .mode08{
        width: 44%;
    }
    .mode08 .modeTil.white{
        top: 47%;
        transform: translateY(-50%);
        left: 0.3rem;
    }
    .fixedSide{ display: none !important;}
    .mode04 li .title{ height: auto;}

}

@media screen and (max-width:768px){
    .row05 .gp-container > .gp-flex{
        align-items: flex-end;
    }
    .mode07 .modeCon{
        margin-top: 2vw;
    }
    .mode07 .modeCon .right li{
        margin-bottom: 0;
        width: calc(50% - 0.05rem);
    }
    .mode07 .modeCon .title{
        padding: 0 0.1rem;
        bottom: 0.1rem;
    }
}

@media screen and (max-width:680px){
    .mode01 .right ul{
        flex-direction: column;
    }
    .mode01 .right li{
        width: 100%;
    }
}

@media screen and (max-width:491px){
    .banner .swiper-pagination .swiper-pagination-bullet{
        padding-bottom: 0.25rem;
    }
    .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        padding-bottom: 0.25rem;
        font-size: 0.2rem;
    }
    .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet::before{
        height: calc(100% - 0.25rem);
    }
    .row01{
        padding: 0.35rem 0;
    }
    .modeTil.gp-textCenter{ text-align: left;}
    .modeTil .title{
        line-height: 1.25;
    }
    .mode01 .modeCon{
        margin-top: 0.2rem;
    }
    .mode01 .left .info{
        padding: 0.15rem;
        align-items: center;
    }
    .mode01 .left .date{
        width: 0.65rem;
        padding: 0.1rem 0;
        margin-right: 0.15rem;
    }
    .mode01 .left .source{
        margin-top: 0.05rem;
    }
    .mode01 .right a{
        flex-direction: column;
    }
    .mode01 .right .img,
    .mode01 .right .info{
        width: 100%;
        margin-left: 0;
    }
    .row02{
        padding: 0.35rem 0;
    }
    .mode02 .modeCon{
        margin-top: 0;
    }
    .mode02 li{
        margin-top: 0.2rem;
    }
    .mode02 li a{
        padding: 0.15rem;
        align-items: center;
    }
    .mode02 .date{
        width: 0.65rem;
        padding: 0.1rem 0;
        margin-right: 0.15rem;
    }
    .mode02 .summary{
        margin-top: 0.05rem;
    }
    .mode02 .date .month{
        margin-top: 0.05rem;
    }
    .mode03{
        padding: 0.3rem 0;
    }
    .mode03 .modeCon{
        margin-top: 0;
    }
    .mode03 li{
        width: 100%;
    }
    .mode03 li .title{
        height: auto;
    }
    .mode4-5{
        margin-top: 0;
        padding: 0.2rem 0.15rem;
    }
    .mode05 li:last-child{
        margin-bottom: 0;
    }
    .row03{
        padding: 0 0 0.35rem;
    }
    .row04{
        padding: 0.35rem 0;
    }
    .mode04 li.on a{
        padding: 0.2rem 0.15rem;
    }
    .mode04 .time{
        padding: 0 0.15rem;
        line-height: 0.3rem;

        padding: 0;
        line-height: inherit;
        margin-top: .06rem;
    }
    .mode4-5 .modeCon i{
        margin-right: 0.05rem;
    }
    .mode05 li a{
        padding: 0.15rem 0.1rem;
    }
    .mode04 .peo,
    .mode04 .addr{
        margin-top: 0.05rem;
    }
    .mode04 li a{
        padding: 0.12rem 0;
    }
    .mode05 .date{
        margin-right: 0.1rem;
        padding-right: 0.1rem;
    }
    .mode4-5 .modeCon{
        margin-top: 0.2rem;
    }
    .mode06 .modeCon{
        margin-top: 0;
    }
    .mode06 li{
        width: 100%;
    }
    .modeMore{
        width: 0.8rem;
        height: 0.3rem;
    }
    .mode06 li .title{
        height: auto;
    }
    .row05{
        padding: 0.35rem 0 1.2rem;
    }
    .row05 .gp-container > .gp-flex{
        flex-direction: column;
    }
    .mode07{
        width: 100%;
    }
    .mode07 .modeCon{
        margin-top: 0rem;
    }
    .mode07 .modeCon{
        flex-direction: column;
    }
    .mode07 .left,
    .mode07 .right{
        width: 100%;
    }
    .mode07 .modeCon .right{
        flex-direction: column;
        margin-top: 0;
    }
    .mode07 .modeCon .right li{
        width: 100%;
    }
    .mode07 .modeCon li{
        margin-bottom: 0;
        margin-top: 0.2rem;
    }
    .mode07 .modeCon .title{
        padding: 0 0.1rem;
    }
    .mode08{
        max-width: 100%;
        width: 100%;
        margin-top: 0.2rem;
    }
}

@media screen and (max-width:414px){
    .banner .swiper-pagination{
        bottom: 0.1rem;
    }
    .banner .swiper-pagination .swiper-pagination-bullet{
        padding-bottom: 0rem;
        margin: 0 0.05rem;
    }
    .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        padding-bottom: 0rem;
        font-size: 0.18rem;
    }
    .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet::before{
        display: none;
    }
    .banner .gp-img{
        padding-bottom: 2rem;
    }
    .row05{
        padding: 0.3rem 0 0.8rem;
    }
}

@media screen and (max-width:370px){
    
}
