body {
    background: url("../../img/tpl_blue/index/bg.png") no-repeat center/cover;
}

.kjg-container {
    padding-bottom: 1rem;
}

.first-news {
    display: flex;
    width: 100%;
}

.first-news .first-left {
    width: 7.96rem;
    height: 4.4rem;
    overflow: hidden;
}

.first-news .first-left .swiper-container {
    width: 100%;
    height: 100%;
}

.first-news .first-left .swiper-slide:hover .swiper-cover {
    transform: scale(1.1);
}

.first-news .first-left .swiper-slide .swiper-cover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}

.first-news .first-right {
    flex: 1;
    overflow: hidden;
    margin-left: 0.36rem;
    position: relative;
}

.first-news .first-left .swiper-button-next:after,
.first-news .first-left .swiper-button-prev:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    opacity: 0.7;
    transition: all .3s;
}

.first-news .first-left .swiper-button-next:hover::after,
.first-news .first-left .swiper-button-prev:hover::after {
    opacity: 1;
}

.first-news .first-left .swiper-button-prev {
    left: 0.2rem;
}

.first-news .first-left .swiper-button-next {
    right: 0.2rem;
}

.first-news .first-left .swiper-button-prev:after {
    background: url("../../img/tpl_blue/index/swiper-prev.png") no-repeat center/cover;
}

.first-news .first-left .swiper-button-next:after {
    background: url("../../img/tpl_blue/index/swiper-next.png") no-repeat center/cover;
}

.first-news .first-left .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.8);
    border: 0.01rem solid #ffffff;
    opacity: .8;
}

.first-news .first-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0, 119, 217, 0.8);
}

.first-news .first-right .top-news {
    width: 100%;
    height: 0.62rem;
    display: flex;


}

.first-news .first-right .top-news .news-column {
    width: 0.55rem;
    height: 100%;
    background: #e50000;
    font-weight: 700;
    color: #ffd755;
    font-size: 0.16rem;
    line-height: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.1rem;
    text-align: center;
}

.first-news .first-right .top-news .news-title {
    flex: 1;
    overflow: hidden;
    height: 0.62rem;
    background: #ffecec;
    border: 0.01rem solid;
    border-image-source: linear-gradient(90deg, #e50000 12.02%, #ffecec 100%);
    border-image-slice: 1;
    color: #333333;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
}

.first-news .first-right .top-news .news-title .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 0.16rem;
}

.first-news .first-right .center-news {
    padding: 0.29rem 0 0;
}

.first-news .first-right .center-news .news-item:first-child {
    font-weight: 700;
    color: #444444;
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-bottom: 0.26rem;
    -webkit-line-clamp: 2;
}

.first-news .first-right .center-news .news-item {
    line-height: 0.42rem;
    color: #666666;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.first-news .first-right .top-news:hover .news-title {
    color: #e50000;
}

.first-news .first-right .center-news .news-item:hover {
    color: #0278da;
}

.first-news .first-right .bottom-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.35rem;
    position: absolute;
    right: 0;
    bottom: 0;
}


.first-news .first-right .bottom-group .group-item {
    display: flex;
    align-items: center;
    height: 0.6rem;
    background: linear-gradient(90deg, #0077d9 0%, #8385e3 100%);
    padding: 0 0.14rem 0 0.16rem;
    flex: 1;
    overflow: hidden;

}

.first-news .first-right .bottom-group .group-item .group-text {
    color: #ffffff;
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.first-news .first-right .bottom-group .group-item:not(:last-child) {
    margin-right: 0.18rem;
}

.first-news .first-right .bottom-group .group-item::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url("../../img/tpl_blue/index/group1.png") no-repeat center/cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-right: 0.08rem;
}

.first-news .first-right .bottom-group .group-item:nth-child(1)::before {
    background: url("../../img/tpl_blue/index/group2.png") no-repeat center/cover;
}

.full-banner {
    height: 1.1rem;
    background: url("../../img/tpl_blue/index/layer.png") no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3rem auto 0;
    box-sizing: content-box;
}

.full-banner .banner-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 500;
    color: #ffffff;
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    padding: 0 0.48rem;
    text-align: center;
}

.large-swiper-box {
    width: 15.74rem;
    overflow: hidden;
    margin: 0.3rem auto 0;
}

.large-swiper-box .swiper-slide {
    width: 2.94rem !important;
}

.large-swiper-box .swiper-slide .slide-img {
    overflow: hidden;
    width: 100%;
    height: 1.78rem;
}

.large-swiper-box .swiper-slide:hover .slide-img .cover-img {
    transform: scale(1.1);
}

.large-swiper-box .swiper-slide:hover .slide-title {
    color: #297cdc;
}

.large-swiper-box .swiper-slide .slide-img .cover-img {
    transition: all .3s;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.large-swiper-box .swiper-slide .slide-title {
    width: 100%;
    height: 0.58rem;
    background: #ffffff;
    border: 0.01rem solid #eeeeee;
    line-height: 0.58rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    font-size: 0.16rem;
    text-align: center;
    padding: 0 0.24rem;
}

.group-news {
    display: flex;
    margin-top: 0.3rem;
}

.group-news .group-item {
    flex: 1;
    overflow: hidden;
    background: #ffffff;
    border: 0.01rem solid #eeeeee;
    height: 2.66rem;
}

.group-news .group-item:not(:last-child) {
    margin-right: 0.5rem;
}

.group-news .group-item .group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    position: relative;
    height: 0.53rem;
}

.group-news .group-item .group-header::before {
    content: "";
    display: inline-block;
    width: calc(100% - 0.2rem);
    height: 0.01rem;
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.group-news .group-item .group-header .group-title {
    font-weight: 700;
    color: #297cdc;
    font-size: 0.24rem;
    font-family: Source Han Serif CN;
}

.group-news .group-item .group-header .group-more {
    color: #999999;
    font-size: 0.16rem;
}

.group-news .group-item .group-header .group-more:hover {
    color: #297cdc;
}

.group-news .style-1 .news-list {
    padding: 0.16rem 0.16rem 0 0.2rem;
}

.group-news .style-1 .news-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    font-size: 0.14rem;
}

.group-news .style-1 .news-item:not(:last-child) {
    margin-bottom: 0.16rem;
}

.group-news .style-1 .news-item .news-title {
    width: calc(100% - 0.6rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.group-news .style-1 .news-item:hover .news-title,
.group-news .style-1 .news-item:hover .news-date,
.group-news .style-2 .news-item:hover .news-title {
    color: #297cdc;
}

.group-news .style-2 .news-list {
    padding: 0.15rem 0.2rem 0;
}

.group-news .style-2 .news-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 0.14rem;
}

.group-news .style-2 .news-date {
    text-align: center;
    width: 0.6rem;
    height: 0.5rem;
    background: linear-gradient(90deg, #277cdc 0%, #7d84e3 100%);
    color: #ffffff;
    line-height: 1;
    padding-top: 0.06rem;
}

.group-news .style-2 .news-date div {
    font-size: 0.2rem;
}

.group-news .style-2 .news-date span {
    display: inline-block;
    font-family: Noto Sans SC;
    font-size: 0.12rem;
    padding-top: 0.04rem;
}

.group-news .news-item:not(:last-child) {
    margin-bottom: 0.16rem;
}

.group-news .style-2 .news-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0.02rem 0 0 0.16rem;
    color: #333333;
    font-size: 0.16rem;
}

.special-activity {
    margin-top: 0.3rem;
}

.special-activity .special-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.26rem 0 0.2rem;
    position: relative;
    height: 0.51rem;
}

.special-activity .special-header .special-current {
    display: flex;
    align-items: center;
}

.special-activity .special-header .special-current div {
    width: 0.09rem;
    height: 0.15rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.special-activity {
    height: 1.9rem;
    background: #ffffff;
    border: 0.01rem solid;
    border-color: #eeeeee;
}

.special-activity .special-header::before {
    content: "";
    display: inline-block;
    width: calc(100% - 0.2rem);
    height: 0.01rem;
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.special-activity .special-header .special-title {
    font-weight: 700;
    color: #297cdc;
    font-size: 0.24rem;
}

.special-activity .special-content {
    padding: 0.2rem 0.2rem 0;
}

.special-activity .special-header .special-current .current-prev {
    background: url("../../img/tpl_blue/index/current-prev.png") no-repeat center/cover;
    margin-right: 0.2rem;
}

.special-activity .special-header .special-current .current-next {
    background: url("../../img/tpl_blue/index/current-prev.png") no-repeat center/cover;
    transform: rotateZ(180deg);
}

.special-activity .special-header .special-current .current-prev:not(.swiper-button-disabled) {
    background: url("../../img/tpl_blue/index/current-next.png") no-repeat center/cover;
    transform: rotateZ(180deg);
}

.special-activity .special-header .special-current .current-next:not(.swiper-button-disabled) {
    background: url("../../img/tpl_blue/index/current-next.png") no-repeat center/cover;
    transform: rotateZ(0deg);
}

.special-activity .special-header .special-current .group-more {
    color: #999999;
    font-size: 0.16rem;
}

.special-activity .swiper-slide {
    max-width: 2.36rem;
    min-width: 2.36rem;
    height: 1rem;
    overflow: hidden;
}

.special-activity .swiper-slide .cover-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}

.special-activity .swiper-slide:hover .cover-img {
    transform: scale(1.1);
}

@media screen and (max-width:800px) {
    .full-banner {
        padding: 0 0.5rem;
        margin: 0.3rem 0.28rem 0;
    }

    .kjg-container .first-news {
        display: block;
    }

    .first-news .first-left .swiper-button-next:after,
    .first-news .first-left .swiper-button-prev:after {
        width: 0.6rem;
        height: 0.6rem;
    }

    .kjg-container .first-news .first-left {
        width: 100%;
        height: 4.2rem;
    }

    .first-news .first-right {
        padding: 0 0.28rem;
        margin: 0.32rem 0 0 0;
    }

    .first-news .first-left .swiper-pagination-bullet {
        width: 0.15rem;
        height: 0.15rem;
    }

    .first-news .first-right .top-news {
        height: 1rem;
    }

    .first-news .first-right .top-news .news-title {
        height: 100%;
    }

    .first-news .first-right .top-news .news-column {
        width: 1rem;
        font-size: 0.32rem;
        line-height: 0.35rem;
        text-align: center;
    }

    .first-news .first-right .top-news .news-title {
        font-size: 0.32rem;
        white-space: wrap;
        line-height: 0.42rem;
        align-content: center;
    }

    .first-news .first-right .top-news .news-title:hover {
        color: #333333;
    }

    .first-news .first-right .center-news .news-item:first-child {
        font-size: 0.36rem;
        line-height: 0.5rem;
    }

    .first-news .first-right .center-news .news-item {
        font-size: 0.32rem;
        line-height: 0.65rem;
    }

    .first-news .first-right .bottom-group .group-item::before {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.16rem;
    }

    .first-news .first-right .bottom-group .group-item .group-text {
        font-size: 0.28rem;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .first-news .first-right .bottom-group {
        display: block;
        position: initial;
    }

    .first-news .first-right .bottom-group .group-item {
        margin-right: 0 !important;
        height: 0.8rem;
    }

    .first-news .first-right .bottom-group .group-item:not(:last-child) {
        margin-bottom: 0.1rem;
    }

    .full-banner .banner-text {
        font-size: 0.3rem;
    }

    .full-banner {
        height: 1.35rem;
    }

    .large-swiper-box {
        width: 100%;
    }

    .large-swiper-box .swiper-slide {
        width: 47.5% !important;
    }

    .large-swiper-box .swiper-slide .slide-title {
        font-size: 0.28rem;
        height: 0.7rem;
        line-height: 0.7rem;
    }

    .group-news {
        display: block;
        padding: 0 0.28rem;
    }

    .group-news .group-item {
        margin-right: 0 !important;
    }

    .group-news .group-item:not(:last-child) {
        margin-bottom: 0.2rem;
    }

    .group-news .group-item .group-header {
        height: 0.7rem;
    }

    .group-news .group-item .group-header .group-title {
        font-size: 0.3rem;
    }

    .group-news .group-item .group-header .group-more,
    .special-activity .special-header .special-current .group-more {
        font-size: 0.24rem;
    }

    .group-news .style-1 .news-item {
        font-size: 0.28rem;
        line-height: 0.45rem;
    }

    .group-news .group-item {
        height: auto;
        padding-bottom: 0.2rem;
    }

    .group-news .style-1 .news-item .news-title {
        width: calc(100% - 1rem);
    }

    .group-news .style-1 .news-item .news-date {
        white-space: nowrap;
    }

    .group-news .style-1 .news-list {
        padding: 0.2rem 0.28rem 0;
    }

    .group-news .style-2 .news-date {
        width: 1.1rem;
        height: 0.7rem;
    }

    .group-news .style-2 .news-date div {
        font-size: 0.28rem;
    }

    .group-news .style-2 .news-date span {
        font-size: 0.24rem;
    }

    .group-news .style-2 .news-title {
        font-size: 0.28rem;
        margin-top: -0.1rem;
    }

    .group-news .style-2 .news-item {
        align-items: center;
        margin: 0.4rem 0;
    }

    .group-news .news-item:first-child {
        margin-top: 0.2rem;
    }

    .group-news .news-item:last-child {
        margin-bottom: 0.2rem;
    }

    .special-activity {
        padding: 0 0.28rem;
        background: transparent;
        border: none;
        height: auto;
    }

    .special-activity .special-activity-inner {
        background: #ffffff;
        border: 0.01rem solid;
        border-color: #eeeeee;
    }


    .special-activity .special-header {
        height: auto;
        padding: 0 0.2rem;
        height: 0.7rem;
    }

    .special-activity .special-header .special-title {
        font-size: 0.3rem;
    }

    .special-activity .special-header .special-current div {
        width: 0.14rem;
        height: 0.2rem;
    }

    .special-activity .swiper-slide {
        height: 1.5rem;
        max-width: unset;
        min-width: unset;
    }

    .special-activity .special-content {
        padding: 0.2rem;
    }

    .kjg-container {
        padding-top: 0.86rem;
    }

    .group-news .group-item .group-header .group-more:hover {
        color: #999999;
    }
}