@charset "utf-8"; .ban {
    overflow: hidden;
}

.ban img {
    display: block;
    width: 100%;
}

.table-g1 {
    margin-top: 0.35rem;
    border-radius: 0.08rem;
    background-color: #fff;
    overflow: hidden;
}

.table-g1 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-g1 th, .table-g1 td {
    padding: 0.1rem;
    border: 1px solid rgba(184, 201, 225, .5);
}

.table-g1 th {
    height: 0.66rem;
    background-color: #0F479D;
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

.table-g1 th:first-child {
    border-radius: 0.08rem 0 0 0.08rem;
}

.table-g1 th:last-child {
    border-radius: 0 0.08rem 0.08rem 0;
}

.table-g1 td {
    height: 0.53rem;
    font-size: 0.18rem;
    color: #222222;
    line-height: 1.6;
    text-align: center;
}

.search-g1 {
    min-height: 0.44rem;
    position: relative;
}

.search-g1 input {
    outline: none;
    border: none;
}

.search-g1 .inp {
    padding: 0 0.6rem 0 0.22rem;
    display: block;
    width: 100%;
    height: 0.44rem;
    line-height: 0.42rem;
    border: 1px solid #818C9C;
    border-radius: 0.5rem;
    font-size: 0.15rem;
    color: #333333;
}

.search-g1 .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 0.5rem;
    background: #0F479D url(../images/icon-so3.png) center center no-repeat;
    -webkit-background-size: 0.2rem auto;
    background-size: 0.2rem auto;
}

.swiperImg-g1 {
    position: relative;
    overflow: hidden;
}

.swiperImg-g1 .swiper-slide {
    width: 6.7rem;
}

.swiperImg-g1 .swiArrow {
    position: absolute;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.17rem auto;
    background-size: 0.17rem auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.swiperImg-g1 .swiArrow.prev {
    left: 0;
    background-image: url(../images/icon-arrow14.png);
}

.swiperImg-g1 .swiArrow.next {
    right: 0;
    background-image: url(../images/icon-arrow15.png);
}

.swiperImg-g1 .con {
    display: block;
    height: 3.78rem;
    border-radius: 0.08rem;
    overflow: hidden;
}

.swiperImg-g1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 0.08rem;
    opacity: .4;
    z-index: 5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiperImg-g1 .pic {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiperImg-g1 .text {
    padding: 0.24rem 0.16rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.swiperImg-g1 .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3.08rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.9) 102%);
    border-radius: 0 0 0.08rem 0.08rem;
    z-index: -1;
}

.swiperImg-g1 .tit {
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiperImg-g1 .swiper-slide-active {
}

.swiperImg-g1 .swiper-slide-active .con:before {
    opacity: 0;
}

.sNav-g1 {
    padding-bottom: 1.47rem;
    background-color: #fff;
    box-shadow: 0 0.03rem 0.16rem 0 rgba(18, 78, 162, 0.3);
    border-radius: 0.14rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.sNav-g1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.13rem;
    height: 1.74rem;
    background: url(../images/bg7.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.sNav-g1 .hd {
    padding: 0.15rem 0.2rem;
    min-height: 1rem;
    background-color: #0F479D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sNav-g1 .hd .title {
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height: 1.44;
}

.sNav-g1 .bd {
    padding: 0 0.25rem;
}

.sNav-g1 .bd ul {
}

.sNav-g1 .bd li {
    border-bottom: 1px solid rgba(206, 206, 206, .4);
}

.sNav-g1 .bd li:last-child {
    border: none;
}

.sNav-g1 .bd a {
    padding: 0.15rem 0;
    display: block;
    min-height: 0.65rem;
    font-size: 0.22rem;
    color: #222222;
    line-height: 1.6;
    text-align: center;
}

.sNav-g1 .bd a:before {
}

.sNav-g1 .bd ul ul {
    padding: 0.08rem 0;
    border-top: 1px solid rgba(206, 206, 206, .4);
    display: none;
}

.sNav-g1 .bd ul ul li {
    border: none;
}

.sNav-g1 .bd ul ul a {
    padding: 0;
    min-height: 0;
    color: #666666;
    line-height: 2.52;
    position: relative;
    font-size: 0.16rem;
}

.sNav-g1 .bd ul ul a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/icon-arrow2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(-0.1rem, -50%);
    -ms-transform: translate(-0.1rem, -50%);
    -o-transform: translate(-0.1rem, -50%);
    transform: translate(-0.1rem, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sNav-g1 .bd .active>a, .sNav-g1 .bd>ul>li>a:hover {
    color: #0F479D;
    font-weight: bold;
}

.sNav-g1 .bd .active ul {
    display: block;
}

.sNav-g1 .bd ul ul a:hover, .sNav-g1 .bd ul ul .on a {
    color: #0F479D;
    font-weight: bold;
}

.sNav-g1 .bd ul ul a:hover:before, .sNav-g1 .bd ul ul .on a:before {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
}

.tabs-g1 {
    margin: 0.44rem 0 0.23rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.tabs-g1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.tabs-g1 li {
    width: 16.66%;
}

.tabs-g1 .a1 {
    padding: 0 0.1rem 0.18rem;
    display: block;
    font-size: 0.2rem;
    color: #222222;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

.tabs-g1 .a1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.78rem;
    height: 0.08rem;
    background: url(../images/line10.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.tabs-g1 .on {
}

.tabs-g1 .on .a1 {
    color: #0F479D;
    font-weight: bold;
}

.tabs-g1 .on .a1:before {
    opacity: 1;
}

.tabs-g2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tabs-g2 ul {
    margin: 0 -0.013rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tabs-g2 li {
    padding: 0 0.013rem;
}

.tabs-g2 .a1 {
    padding: 0 0.05rem;
    display: block;
    min-width: 0.32rem;
    font-size: 0.15rem;
    color: #666666;
    text-align: center;
    line-height: 0.32rem;
    border-radius: 0.5rem;
}

.tabs-g2 .all {
    margin-right: 0.16rem;
}

.tabs-g2 .all .a1 {
    padding: 0 0.15rem;
    line-height: 0.24rem;
}

.tabs-g2 .on {
}

.tabs-g2 .on .a1 {
    background-color: #0F479D;
    color: #fff;
}

.lst-g7 {
    padding-top: 0.57rem;
    min-height: 2.42rem;
    background: linear-gradient(0deg, #DFE9F9 0%, rgba(223, 233, 249, 0) 100%);
    border-radius: 0.14rem;
}

.lst-g7 ul {
}

.lst-g7 li {
    padding: 0.4rem 0.15rem;
    width: 16.8%;
    position: relative;
    flex-shrink: 0;
}

.lst-g7 li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 0.5rem;
    background-color: #C3CDDC;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lst-g7 .num {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    color: #0F479D;
    line-height: 1.4;
    justify-content: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g7 .num span {
    font-family: 'CanelaWeb';
    margin: 0 0.03rem -0.08rem 0;
    font-size: 0.48rem;
    line-height: 1;
}

.lst-g7 .num em {
    margin-right: 0.02rem;
    font-size: 0.24rem;
    line-height: 1;
}

.lst-g7 .txt {
    font-size: 0.16rem;
    color: #222222;
    line-height: 1.5;
    text-align: center;
}

.lst-g7 li:nth-child(1) {
    width: 21.4%;
}

.lst-g7 li:nth-child(2) {
    width: 14.7%;
}

.lst-g7 li:nth-child(3) {
    width: 15.9%;
}

.lst-g7 li:nth-child(4) {
    width: 14.3%;
}

.lst-g7 li:nth-child(5) {
    width: 16.9%;
}

.lst-g7 li:last-child:before {
    display: none;
}

.lst-g8 {
    margin-top: 0.58rem;
    padding-bottom: 0.18rem;
    position: relative;
}

.lst-g8:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dotted #013C96;
}

.lst-g8:after {
    content: '';
    margin-left: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #013C96;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lst-g8 ul {
    width: 50%;
}

.lst-g8 li {
    margin-bottom: 1.14rem;
}

.lst-g8 li:last-child {
    margin-bottom: 0;
}

.lst-g8 .year {
    font-family: 'CanelaWeb';
    font-size: 0.46rem;
    color: #013C96;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
}

.lst-g8 .year span {
    margin-right: 0.12rem;
    padding: 0 0.43rem 0.08rem 0.48rem;
    display: block;
    position: relative;
}

.lst-g8 .year span:before {
    content: '';
    position: absolute;
    right: -0.15rem;
    bottom: 0.1rem;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background-color: #013C96;
}

.lst-g8 .year i {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted #013C96;
}

.lst-g8 .year i:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.04rem;
    height: 0.04rem;
    border: 1px solid #013C96;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.lst-g8 .year i:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0.12rem;
    height: 1px;
    border-top: 1px dotted #013C96;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 0 0;
}

.lst-g8 .desc {
    margin-top: 0.14rem;
    padding: 0 0.55rem 0 0.2rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 2;
}

.lst-g8 ul:nth-child(1) {
}

.lst-g8 ul:nth-child(1) li:nth-child(2) {
    margin-bottom: 2.1rem;
}

.lst-g8 ul:nth-child(2) {
    padding-top: 1.53rem;
}

.lst-g8 ul:nth-child(2) .year {
    justify-content: flex-start;
}

.lst-g8 ul:nth-child(2) .year span {
    margin: 0;
    margin-left: 0.12rem;
}

.lst-g8 ul:nth-child(2) .year span:before {
    left: -0.15rem;
    right: auto;
}

.lst-g8 ul:nth-child(2) .year i:before {
    right: 0;
    left: auto;
}

.lst-g8 ul:nth-child(2) .year i:after {
    left: auto;
    right: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 100% 0;
}

.lst-g8 ul:nth-child(2) .desc {
    padding: 0 0.2rem 0 0.6rem;
}

.lst-g9 {
    margin: 0.48rem -0.65rem -0.4rem;
}

.lst-g9 li {
    padding: 0 0.65rem;
    margin-bottom: 0.4rem;
    width: 50%;
    flex-shrink: 0;
}

.lst-g9 .con {
    padding: 0.42rem 0.38rem 0.36rem;
    display: block;
    height: 100%;
    min-height: 2.85rem;
    border: 1px solid #B8C9E1;
    border-radius: 0.08rem;
    background: url(../images/ls-bg5.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.lst-g9 .tit {
    margin-bottom: 0.15rem;
    padding-bottom: 0.16rem;
    font-size: 0.22rem;
    color: #013C96;
    font-weight: bold;
    line-height: 1.64;
    position: relative;
    border-bottom: 1px solid rgba(206, 206, 206, .4);
}

.lst-g9 .tit:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0.66rem;
    height: 3px;
    background-color: #5883BE;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g9 .desc {
    font-size: 0.18rem;
    color: #222222;
    line-height: 1.67;
}

.lst-g9 .info {
    margin-top: 0.18rem;
    font-size: 0.18rem;
    color: #222222;
    line-height: 1.67;
}

.lst-g9 .info p {
    display: flex;
    align-items: flex-start;
}

.lst-g9 .info img {
    margin: 0.06rem 0.08rem 0 0;
    display: block;
    width: 0.2rem;
    flex-shrink: 0;
}

.lst-g9 .con:hover {
}

.lst-g9 .con:hover .tit:before {
    width: 100%;
}

.lst-g10 {
    margin: 0.49rem -0.16rem -0.3rem;
}

.lst-g10 li {
    padding: 0 0.16rem;
    margin-bottom: 0.3rem;
    width: 33.33%;
    flex-shrink: 0;
}

.lst-g10 .con {
    padding: 0.1rem 0.3rem;
    height: 0.8rem;
    border: 1px solid #B8C9E1;
    border-radius: 0.08rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g10 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg6.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g10 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg7.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g10 .tit {
    font-size: 0.2rem;
    color: #222222;
    font-weight: normal;
    line-height: 1.2;
    max-height: 2.4em;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g10 .con:hover {
    background-color: #0F479D;
    border-color: #0F479D;
    box-shadow: 0 0.03rem 0.16rem rgba(18, 78, 162, .3);
}

.lst-g10 .con:hover:before {
    opacity: 0;
}

.lst-g10 .con:hover:after {
    opacity: 1;
}

.lst-g10 .con:hover .tit {
    color: #fff;
}

.lst-g11 {
    margin: 0.5rem 0 -0.5rem;
}

.lst-g11 li {
    margin-bottom: 0.5rem;
}

.lst-g11 .con {
    padding: 0.26rem;
    border: 1px solid rgba(184, 201, 225, .6);
    border-radius: 0.14rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: flex-start;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g11 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg8.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g11 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg9.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g11 .pic {
    margin-right: 0.43rem;
    width: 4.13rem;
    height: 2.58rem;
    border-radius: 0.1rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.lst-g11 .right {
    padding-top: 0.3rem;
    width: calc(100% - 4.56rem);
    max-width: 100%;
    flex-grow: 1;
}

.lst-g11 .date {
    font-family: 'CanelaWeb';
    color: #133984;
    line-height: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g11 .date span {
}

.lst-g11 .date .d1 {
    margin-right: 0.1rem;
    font-size: 0.36rem;
    position: relative;
}

.lst-g11 .date .d1:before {
    content: '';
    position: absolute;
    right: -0.1rem;
    bottom: 0.07rem;
    width: 0.11rem;
    height: 0.13rem;
    background: url(../images/line6.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.lst-g11 .date .d2 {
    padding-bottom: 0.06rem;
    font-size: 0.14rem;
}

.lst-g11 .tit {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.6;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g11 .desc {
    margin-top: 0.18rem;
    font-size: 0.16rem;
    color: #999999;
    line-height: 1.63;
    max-height: 3.26em;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g11 .more {
    margin-top: 0.26rem;
    width: 1.04rem;
    height: 0.32rem;
    line-height: 0.3rem;
    border: 1px solid #B4C0D1;
    border-radius: 0.5rem;
    background: url(../images/icon-arrow2.png) center center no-repeat;
    -webkit-background-size: 0.2rem auto;
    background-size: 0.2rem auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g11 .con:hover {
    background-color: #0F479D;
    border-color: #ffffff;
}

.lst-g11 .con:hover:before {
    opacity: 0;
}

.lst-g11 .con:hover:after {
    opacity: 1;
}

.lst-g11 .con:hover .date, .lst-g11 .con:hover .tit, .lst-g11 .con:hover .desc {
    color: #fff;
}

.lst-g11 .con:hover .date .d1:before {
    background-image: url(../images/line7.png);
}

.lst-g11 .con:hover .more {
    border-color: #DEA84D;
    background-color: #DEA84D;
    background-image: url(../images/icon-arrow4.png);
}

.lst-g12 {
    margin: 0.5rem 0 -0.3rem;
}

.lst-g12 li {
    margin-bottom: 0.3rem;
}

.lst-g12 .con {
    padding: 0.48rem 0.4rem 0.38rem;
    border: 1px solid #B8C9E1;
    border-radius: 0.14rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: flex-start;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g12 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg10.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g12 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg11.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g12 .date {
    font-family: 'CanelaWeb';
    margin-right: 0.1rem;
    width: 0.84rem;
    color: #133984;
    text-align: center;
    line-height: 1;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g12 .date span {
    display: block;
}

.lst-g12 .date .d1 {
    margin-bottom: 12px;
    font-size: 0.42rem;
    position: relative;
}

.lst-g12 .date .d1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.09rem;
    width: 0.18rem;
    height: 0.14rem;
    background: url(../images/line3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g12 .date .d2 {
    font-size: 0.14rem;
}

.lst-g12 .right {
    padding-top: 0.04rem;
    width: calc(100% - 0.94rem);
    max-width: 100%;
    flex-shrink: 0;
}

.lst-g12 .tit {
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.6;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g12 .desc {
    margin-top: 0.08rem;
    font-size: 0.16rem;
    color: #999999;
    line-height: 1.63;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g12 .desc p {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lst-g12 .more {
    margin-top: 0.22rem;
    width: 1.04rem;
    height: 0.32rem;
    line-height: 0.3rem;
    border: 1px solid #B4C0D1;
    border-radius: 0.5rem;
    background: url(../images/icon-arrow2.png) center center no-repeat;
    -webkit-background-size: 0.2rem auto;
    background-size: 0.2rem auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g12 .con:hover {
    background-color: #0F479D;
    border-color: #ffffff;
}

.lst-g12 .con:hover:before {
    opacity: 0;
}

.lst-g12 .con:hover:after {
    opacity: 1;
}

.lst-g12 .con:hover .date, .lst-g12 .con:hover .tit, .lst-g12 .con:hover .desc {
    color: #fff;
}

.lst-g12 .con:hover .date .d1:before {
    background-image: url(../images/line8.png);
}

.lst-g12 .con:hover .more {
    border-color: #DEA84D;
    background-color: #DEA84D;
    background-image: url(../images/icon-arrow4.png);
}

.lst-g13 {
    margin: 0.5rem -0.25rem -0.3rem;
}

.lst-g13 li {
    padding: 0 0.25rem;
    margin-bottom: 0.3rem;
    width: 50%;
    flex-shrink: 0;
}

.lst-g13 .con {
    padding: 0.46rem 0.4rem;
    height: 100%;
    min-height: 3rem;
    border: 1px solid rgba(184, 201, 225, .6);
    border-radius: 0.14rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    align-items: flex-start;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g13 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg12.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g13 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg13.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g13 .date {
    font-family: 'CanelaWeb';
    margin-right: 0.1rem;
    width: 0.84rem;
    color: #133984;
    text-align: center;
    line-height: 1;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g13 .date span {
    display: block;
}

.lst-g13 .date .d1 {
    margin-bottom: 0.12rem;
    font-size: 0.42rem;
    position: relative;
}

.lst-g13 .date .d1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.08rem;
    width: 0.18rem;
    height: 0.14rem;
    background: url(../images/line3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lst-g13 .date .d2 {
    font-size: 0.14rem;
}

.lst-g13 .right {
    padding-top: 0.04rem;
    width: calc(100% - 0.94rem);
    max-width: 100%;
    flex-grow: 1;
}

.lst-g13 .tit {
    font-size: 0.22rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.64;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g13 .desc {
    margin-top: 0.04rem;
    font-size: 0.16rem;
    color: #7D7E7F;
    line-height: 1.4;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g13 .desc p {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lst-g13 .info {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #7D7E7F;
    line-height: 1.6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g13 .info p {
    margin-bottom: 0.11rem;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lst-g13 .info p:last-child {
    margin-bottom: 0;
}

.lst-g13 .info i {
    margin: -0.03rem 0.1rem 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 0.2rem;
    height: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g13 .info .icon-user {
    background-image: url(../images/icon-user1.png);
}

.lst-g13 .info .icon-date {
    background-image: url(../images/icon-date1.png);
}

.lst-g13 .info .icon-pos {
    background-image: url(../images/icon-pos1.png);
}

.lst-g13 .con:hover {
    background-color: #0F479D;
    border-color: #ffffff;
}

.lst-g13 .con:hover:before {
    opacity: 0;
}

.lst-g13 .con:hover:after {
    opacity: 1;
}

.lst-g13 .con:hover .date, .lst-g13 .con:hover .tit, .lst-g13 .con:hover .desc, .lst-g13 .con:hover .info {
    color: #fff;
}

.lst-g13 .con:hover .date .d1:before {
    background-image: url(../images/line8.png);
}

.lst-g13 .con:hover .icon-user {
    background-image: url(../images/icon-user2.png);
}

.lst-g13 .con:hover .icon-date {
    background-image: url(../images/icon-date2.png);
}

.lst-g13 .con:hover .icon-pos {
    background-image: url(../images/icon-pos2.png);
}

.main-ny1 {
    background-color: #f1f4f9;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-ny1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.97rem;
    right: 0;
    height: 5.61rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/row-bg4.png);
    z-index: -1;
}

.main-ny1 .sec-bg1 {
    position: absolute;
    right: -0.54rem;
    top: 50%;
    width: 4.15rem;
    height: 2.17rem;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-ny1 .sec-bg1:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8.46rem;
    height: 8.46rem;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #DEE8FA 0%, rgba(221, 231, 250, 0) 100%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-ny1 .sec-bg1 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.main-ny1 .sec-bg2 {
    position: absolute;
    right: -0.06rem;
    top: 50%;
    width: 2.71rem;
    height: 4.38rem;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-ny1 .sec-bg2:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8.46rem;
    height: 8.46rem;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #DEE8FA 0%, rgba(221, 231, 250, 0) 100%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-ny1 .sec-bg2 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.main-ny1 .sec-bg3 {
    position: absolute;
    right: -0.82rem;
    top: 50%;
    width: 4.46rem;
    height: 3.27rem;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-ny1 .sec-bg3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8.44rem;
    height: 8.44rem;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #DEE8FA 0%, rgba(221, 231, 250, 0) 100%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-ny1 .sec-bg3 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.row-ny1 {
    padding: 0.63rem 0 3.29rem;
    overflow: hidden;
}

.row-ny1 .wp2 {
}

.row-ny1 .row-col, .row-ny1 .row-cor {
    flex-shrink: 0;
}

.row-ny1 .row-col {
    width: 2.5rem;
}

.row-ny1 .row-cor {
    width: 12.1rem;
}

.row-ny1 .rowR-hd {
    padding-bottom: 0.2rem;
    position: relative;
    justify-content: flex-start;
}

.row-ny1 .rowR-hd:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.17rem;
    height: 3px;
    background-color: #5883BE;
}

.row-ny1 .rowR-hd:after {
    content: '';
    position: absolute;
    left: 0.2rem;
    bottom: 1px;
    right: 0;
    height: 0.19rem;
    background: url(../images/line5.png) right bottom no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.row-ny1 .rowR-hd .col {
    flex-shrink: 0;
}

.row-ny1 .rowR-hd .cor {
    padding: 0.1rem 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.row-ny1 .rowR-hd .title {
    font-size: 0.3rem;
    color: #2C2C2C;
    font-weight: normal;
    line-height: 1.33;
}

.boxDes-g1 {
    margin-top: 0.41rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.78;
}

.boxDes-g1 img {
    display: block;
    max-width: 100%;
}

.boxDes-g1 .title {
    margin-bottom: 0.4rem;
    font-size: 0.3rem;
    color: #2C2C2C;
    font-weight: normal;
    line-height: 1.33;
    text-align: center;
}

.boxDes-g1 .fs-t1 {
    margin-bottom: 0.28rem;
    font-size: 0.22rem;
    color: #013C96;
    font-weight: bold;
}

.boxDes-g1 .its1 {
    overflow: hidden;
}

.boxDes-g1 .its1 .pic {
    margin-left: 0.5rem;
    padding: 0 0.1rem 0.1rem 0;
    float: right;
    width: 4.2rem;
    position: relative;
    z-index: 1;
}

.boxDes-g1 .its1 .pic:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.1rem;
    left: 0.1rem;
    bottom: 0;
    background-color: #D2DEF2;
    border-radius: 0.14rem;
    z-index: -1;
}

.boxDes-g1 .its1 .pic .inn {
    padding-top: 65.85%;
    position: relative;
    border-radius: 0.14rem;
    overflow: hidden;
}

.boxDes-g1 .its1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxDes-g1 .its1.v2 {
}

.boxDes-g1 .its1.v2 .pic {
    margin-left: 0.38rem;
    width: 4.78rem;
}

.boxDes-g1 .its1.v2 .pic .inn {
    padding-top: 59.85%;
}

.boxDes-g1 .lst-g7 {
    margin: 0.12rem 0 0.48rem;
}

.boxDt-g1 {
    margin-top: 0.42rem;
}

.boxDt-g1 .hd {
    padding: 0.34rem 0.3rem 0.3rem;
    background-color: #fff;
    border-radius: 0.08rem;
    position: relative;
}

.boxDt-g1 .hd .title {
    font-size: 0.26rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.54;
    text-align: center;
}

.boxDt-g1 .hd .info {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #888888;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.boxDt-g1 .hd .info span {
    margin: 0 0.1rem;
    display: block;
}

.boxDt-g1 .hd .info img {
    display: inline-block;
    vertical-align: middle;
    width: 0.24rem;
    flex-shrink: 0;
}

.boxDt-g1 .hd .share-g1 {
    position: absolute;
    right: 0;
    bottom: 0.3rem;
    z-index: 10;
}

.boxDt-g1 .content {
    padding: 0.55rem 0;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.89;
    overflow-x: auto;
}

.boxDt-g1 .content img {
    max-width: 100%;
}

.boxDt-g1 .dtPag {
    padding-top: 0.34rem;
    border-top: 1px solid #E1E1E1;
    position: relative;
}

.boxDt-g1 .dtPag:before {
    content: '';
    position: absolute;
    left: 0;
    top: -0.04rem;
    width: 0.94rem;
    height: 0.04rem;
    background: url(../images/line9.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.boxDt-g1 .dtPag .item {
    font-size: 0.18rem;
    color: #0F479D;
    height: 0.38rem;
    line-height: 0.38rem;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.boxDt-g1 .dtPag a {
    color: #222222;
}

.boxDt-g1 .dtPag .item:hover a {
    color: #0F479D;
    font-weight: bold;
}

.filter-g1 {
    margin-bottom: 0.35rem;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.filter-g1 .col {
    padding-top: 0.06rem;
}

.filter-g1 .cor {
    margin-left: 0.1rem;
    width: 2.1rem;
    flex-shrink: 0;
}

@media (max-width: 1680px) {
}

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
    .table-g1 {
        margin-top: 0.25rem;
    }

    .table-g1 th, .table-g1 td {
        padding: 0.05rem;
    }

    .table-g1 th {
        font-size: 0.18rem;
        height: 0.52rem;
    }

    .table-g1 td {
        font-size: 0.15rem;
        height: 0.4rem;
    }

    .swiperImg-g1 .swiper-slide {
        width: 100%;
    }

    .swiperImg-g1 .con {
        height: auto;
        padding-top: 56.42%;
        position: relative;
    }

    .swiperImg-g1 .pic {
        position: absolute;
        left: 0;
        top: 0;
    }

    .swiperImg-g1 .text {
        padding: 0.15rem;
    }

    .sNav-g1 {
        padding: 0;
    }

    .sNav-g1:before {
        display: none;
    }

    .sNav-g1 .hd {
        min-height: 0.8rem;
        padding-right: 0.5rem;
        position: relative;
        justify-content: flex-start;
    }

    .sNav-g1 .hd:before {
        content: '';
        position: absolute;
        right: 0.2rem;
        top: 50%;
        width: 0.2rem;
        height: 0.2rem;
        background: url(../images/icon-arrow13.png) center center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .sNav-g1 .hd .title {
        font-size: 0.28rem;
    }

    .sNav-g1 .hd.active {
    }

    .sNav-g1 .hd.active:before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .sNav-g1 .bd {
        padding: 0.1rem 0.2rem;
        display: none;
    }

    .sNav-g1 .bd a {
        padding: 0.1rem 0;
        font-size: 0.2rem;
        min-height: 0.54rem;
    }

    .tabs-g1 {
        margin: 0.25rem 0 0.15rem;
        white-space: nowrap;
        overflow-x: auto;
    }

    .tabs-g1 ul {
        display: block;
        font-size: 0;
    }

    .tabs-g1 li {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .tabs-g2 .a1 {
        font-size: 0.16rem;
        min-width: 0.36rem;
        line-height: 0.36rem;
    }

    .tabs-g2 .all {
        margin-right: 0.05rem;
    }

    .tabs-g2 .all .a1 {
        line-height: 0.32rem;
    }

    .lst-g7 {
        padding: 0.1rem 0;
        min-height: 0;
    }

    .lst-g7 li {
        padding: 0.12rem 0.1rem;
        width: 33.33% !important;
    }

    .lst-g7 .num {
        font-size: 0.1rem;
    }

    .lst-g7 .num span {
        font-size: 0.3rem;
    }

    .lst-g7 .num em {
        font-size: 0.1rem;
    }

    .lst-g8 {
        margin-top: 0.25rem;
    }

    .lst-g8 li {
        margin-bottom: 0.6rem !important;
    }

    .lst-g8 .year {
        font-size: 0.28rem;
    }

    .lst-g8 .year span {
        padding: 0 0.08rem 0.02rem !important;
    }

    .lst-g8 .desc {
        padding: 0 0.2rem !important;
        line-height: 1.6;
    }

    .lst-g9 {
        margin-top: 0.25rem;
    }

    .lst-g9 li {
        margin-bottom: 0.25rem;
        width: 100%;
    }

    .lst-g9 .con {
        padding: 0.25rem;
        min-height: 0;
    }

    .lst-g9 .tit {
        padding-bottom: 0.1rem;
        margin-bottom: 0.1rem;
    }

    .lst-g9 .info {
        margin-top: 0.12rem;
    }

    .lst-g10 {
        margin-top: 0.25rem;
        margin-bottom: -0.15rem;
    }

    .lst-g10 li {
        margin-bottom: 0.15rem;
        width: 100%;
    }

    .lst-g10 .con {
        padding: 0.1rem 0.2rem;
        height: 0.74rem;
    }

    .lst-g11 {
        margin-top: 0.25rem;
        margin-bottom: -0.2rem;
        min-height: 500px;
    }

    .lst-g11 li {
        margin-bottom: 0.2rem;
    }

    .lst-g11 .con {
        padding: 0.1rem;
    }

    .lst-g11 .pic {
        margin-right: 0.25rem;
        width: 1.5rem;
        height: 1.75rem;
    }

    .lst-g11 .right {
        padding: 0.1rem 0;
        width: calc(100% - 1.75rem);
    }

    .lst-g11 .date .d1 {
        font-size: 0.28rem;
    }

    .lst-g11 .date .d2 {
        font-size: 0.12rem;
    }

    .lst-g11 .tit {
        margin-top: 0;
    }

    .lst-g11 .desc {
        margin-top: 0.08rem;
    }

    .lst-g11 .more {
        margin-top: 0.1rem;
        width: 0.8rem;
        height: 0.26rem;
    }

    .lst-g12 {
        margin-top: 0.25rem;
        margin-bottom: -0.15rem;
    }

    .lst-g12 li {
        margin-bottom: 0.15rem;
    }

    .lst-g12 .con {
        padding: 0.2rem 0.15rem;
    }

    .lst-g12 .date {
        width: 0.7rem;
    }

    .lst-g12 .date .d1 {
        font-size: 0.32rem;
    }

    .lst-g12 .date .d2 {
        font-size: 0.12rem;
    }

    .lst-g12 .right {
        padding: 0;
        width: calc(100% - 0.8rem);
    }

    .lst-g12 .desc {
        margin-top: 0.04rem;
    }

    .lst-g12 .more {
        margin-top: 0.1rem;
        width: 0.8rem;
        height: 0.26rem;
    }

    .lst-g13 {
        margin-top: 0.25rem;
        margin-bottom: -0.15rem;
    }

    .lst-g13 li {
        margin-bottom: 0.15rem;
        width: 100%;
    }

    .lst-g13 .con {
        padding: 0.2rem 0.15rem;
        min-height: 0;
    }

    .lst-g13 .date .d1 {
        font-size: 0.32rem;
    }

    .lst-g13 .date .d2 {
        font-size: 0.12rem;
    }

    .lst-g13 .right {
        padding: 0;
    }

    .lst-g13 .info {
        margin-top: 0.1rem;
    }

    .lst-g13 .info p {
        margin-bottom: 0.04rem;
    }

    .row-ny1 {
        padding: 0.4rem 0;
    }

    .row-ny1 .row-col, .row-ny1 .row-cor {
        width: 100%;
    }

    .row-ny1 .row-col {
        margin-bottom: 0.25rem;
    }

    .row-ny1 .rowR-hd {
        padding-bottom: 0.1rem;
        display: block;
    }

    .row-ny1 .rowR-hd:after {
        height: 0.14rem;
    }

    .row-ny1 .rowR-hd .title {
        font-size: 0.28rem;
    }

    .boxDes-g1 {
        margin-top: 0.25rem;
    }

    .boxDes-g1 .lst-g7 {
        margin: 0.12rem 0;
    }

    .boxDes-g1 .fs-t1 {
        margin-bottom: 0.1rem;
    }

    .boxDes-g1 .title {
        margin-bottom: 0.2rem;
        font-size: 0.24rem;
    }

    .boxDes-g1 .its1 .pic {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 0.2rem;
    }

    .boxDes-g1 .its1.v2 .pic {
        margin: 0;
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .boxDt-g1 {
        margin-top: 0.25rem;
    }

    .boxDt-g1 .hd {
        padding: 0.2rem 0.15rem;
    }

    .boxDt-g1 .hd .title {
        font-size: 0.24rem;
    }

    .boxDt-g1 .hd .info {
        margin-top: 0.1rem;
    }

    .boxDt-g1 .hd .share-g1 {
        margin-top: 0.1rem;
        position: static;
        text-align: center;
    }

    .boxDt-g1 .content {
        padding: 0.2rem 0;
    }

    .boxDt-g1 .dtPag {
        padding-top: 0.25rem;
    }

    .filter-g1 {
        margin-bottom: 0.25rem;
        display: block;
    }

    .filter-g1 .col {
        padding: 0;
        margin-bottom: 0.1rem;
    }

    .filter-g1 .cor {
        margin: 0;
        width: 100%;
    }
}


/*2025-09-15*/
.inner_s1>ul {
    display: flex;
    flex-wrap: wrap;
}

.inner_s1>ul li {
    width: 30.15%;
    margin: .5rem 0 0 4.775%;
    position: relative;
}

.inner_s1>ul li:nth-child(-n+3) {
    margin-top: 0;
}

.inner_s1>ul li:nth-child(3n+1) {
    margin-left: 0;
}

.inner_s1>ul li a {
    display: block;
}

.inner_s1>ul li .pic {
    padding-top: 2.4rem;
}

.inner_s1>ul li h3 {
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inner_s1>ul li .txt {
    padding: .2rem .2rem .1rem;
    border-bottom: .02rem solid #0F479D;
}

.inner_s1>ul li:hover h3 {
    color: #0F479D;
    font-weight: bold;
}

.inner_s1 {
    margin-top: .3rem;
}

@media (max-width: 1025px) {
    .inner_s1>ul li .pic {
        padding-top: 63.16%;
    }

    .inner_s1>ul li .txt {
        padding: .15rem;
    }

    .inner_s1>ul li {
        width: 32%;
        margin: 0;
    }

    .inner_s1>ul {
        gap: .26rem 2%;
    }
}

@media (max-width: 769px) {
    .inner_s1>ul li {
        width: 49%;
    }
}
