.index-banner {
    width: 100%;
    height: 25vw;
    background: url("../../img/tpl_red/index/banner.png") no-repeat center/cover;
}

/* 
.kjg-container {
    padding-bottom: 0.9rem;
} */

.first-news {
    display: flex;
    width: 100%;
}

.first-news .first-left {
    width: 7.96rem;
    height: 4.4rem;
    overflow: hidden;
    position: relative;
}

.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 {
    overflow: hidden;
}

.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;
}

.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_red/index/swiper-prev.png") no-repeat center/cover;
}

.first-news .first-left .swiper-button-next:after {
    background: url("../../img/tpl_red/index/swiper-next.png") no-repeat center/cover;
}

.first-news .first-left .swiper-pagination {
    z-index: 11;
    text-align: right;
    padding-right: 0.14rem;
}

.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;
    z-index: 11;
    opacity: 1;
    margin-left: 0 !important;
}

.first-news .first-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ac1f27;
}

.first-news .first-left .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0.18rem !important;
}

.first-left .slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.38rem;
    background: rgba(0, 0, 0, 0.6);
    line-height: 0.38rem;
    z-index: 10;
    display: flex;
    align-items: center;
}

.first-left .slide-text p {
    max-width: calc(100% - 1rem);
    color: #ffffff;
    font-size: 0.16rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
    padding: 0 0.12rem;
}

.first-left .slide-text p.active {
    display: block;
}

.first-right .block-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #dea5a5;
    padding-bottom: 0.16rem;
    position: relative;
}

.first-right .block-title {
    display: flex;
    align-items: center;
    background: url("../../img/tpl_red/index/title-djdt.png") no-repeat center/cover;
    width: 1.65rem;
    height: 0.31rem;
    position: relative;
}

.first-right .block-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -0.18rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #ac1f27;
}

.first-right .block-more {
    color: #ac1f27;
    font-size: 0.2rem;
}

.first-right .news-item {
    padding: 0.42rem 0 0.3rem 0;
    border-bottom: 0.01rem dotted #c7ced3;
    display: block;
}

.first-right .news-item .news-top {
    display: flex;
}

.first-right .news-item .news-date {
    text-align: center;
    line-height: 1;
}

.first-right .news-item .news-date div {
    color: #ac1f27;
    font-size: 0.36rem;
}

.first-right .news-item .news-date span {
    color: #ac1f27;
    font-size: 0.14rem;
    margin-top: 0.05rem;
    display: block;
}

.first-right .news-item .news-title {
    line-height: 0.28rem;
    font-weight: 700;
    color: #262626;
    font-size: 0.2rem;
    margin-left: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.first-right .news-item .news-desc {
    line-height: 0.24rem;
    color: #a2a2a2;
    font-size: 0.14rem;
    margin-top: 0.19rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.first-right .news-item:hover .news-title {
    color: #ac1f27;
}

.common-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #eeeeee;
    padding-bottom: 0.16rem;
    position: relative;
}

.common-header .common-title {
    display: flex;
    align-items: center;
    width: 1.60rem;
    height: 0.3rem;
    position: relative;
}

.common-header .common-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -0.18rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #ffffff;
}

.common-header .common-more {
    color: #ffffff;
    font-size: 0.2rem;
}

.zcwj-block {
    margin-top: 0.54rem;
    padding: 0.38rem 0 0.4rem;
    background: linear-gradient(180deg, #b5282e 0.24%, #c85e5e 62.07%, #f18585 104.52%);
}

.zcwj-block .common-header .common-title {
    background: url("../../img/tpl_red/index/title-zcwj.png") no-repeat center/cover;
}

.zcwj-block .block-content {
    position: relative;
    padding: 0.48rem 0.45rem 0 0.48rem;
    background: #ffffff;
    margin-top: 0.26rem;
    height: 2.9rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.zcwj-block .block-content::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.01rem;
    height: 2.1rem;
    background: #dddddd;
}

.zcwj-block .block-content .news-item {
    display: flex;
    width: 50%;
    margin-bottom: 0.35rem;
}

.zcwj-block .block-content .news-date {
    width: 0.69rem;
    height: 0.24rem;
    background: #ac1f27;
    text-align: center;
    line-height: 0.24rem;
    color: #ffffff;
    font-size: 0.16rem;
    flex-shrink: 0;
}

.zcwj-block .block-content .news-title {
    line-height: 0.22rem;
    color: #262626;
    font-size: 0.18rem;
    margin-left: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zcwj-block .block-content .news-item:nth-child(1),
.zcwj-block .block-content .news-item:nth-child(2),
.zcwj-block .block-content .news-item:nth-child(3) {
    padding-right: 0.35rem;
}

.zcwj-block .block-content .news-item:nth-child(3),
.zcwj-block .block-content .news-item:nth-child(6) {
    margin-bottom: 0;
}

.zcwj-block .block-content .news-item:nth-child(4),
.zcwj-block .block-content .news-item:nth-child(5),
.zcwj-block .block-content .news-item:nth-child(6) {
    padding-left: 0.35rem;
}

.zcwj-block .block-content .news-item:hover .news-title {
    color: #ac1f27;
}

.dyfc-content {
    padding-top: 0.54rem;
    background-image: url("../../img/tpl_red/index/bg.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 0.9rem;
}

.dyfc-block .common-title {
    background: url("../../img/tpl_red/index/title-dyfc.png") no-repeat center/cover;
}

.dyfc-block .common-header {
    border-bottom: 0.01rem solid #dea5a5;
}

.dyfc-block .common-header .common-title::before {
    background: #ac1f27;
}

.dyfc-block .common-header .common-more {
    color: #ac1f27;
}

.dyfc-block .block-content {
    padding-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dyfc-block .block-item {
    width: 2.76rem;
    display: block;
    flex-shrink: 0;
}

.dyfc-block .block-item:nth-child(2n) {
    margin-top: 0.4rem;
}

.dyfc-block .flex-visible {
    width: 2.76rem;
    overflow: visible;
    display: inline-block;
    flex-shrink: 0;
}

.dyfc-block .thumb-image {
    width: 100%;
    height: 3.73rem;
    overflow: hidden;
}

.dyfc-block .cover-img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dyfc-block .thumb-image:hover .cover-img {
    transform: scale(1.1);
}

.dyfc-block .title {
    width: 100%;
    height: 0.42rem;
    line-height: 0.42rem;
    background: #ffffff;
    border: 0.01rem solid #dddddd;
    font-weight: 700;
    color: #333333;
    font-size: 0.16rem;
    padding: 0 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dyfc-block .block-item:hover .title {
    color: #ac1f27;
}

.dyfc-block .bottom-link {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
}

.dyfc-block .bottom-link .swiper.dyfc {
    width: 100%;
    height: 1.39rem;
    overflow: hidden;
}

.dyfc-block .bottom-link .link-item {
    overflow: hidden;
    flex-shrink: 0;
    display: block;
}

.dyfc-block .bottom-link .flex-visible {
    overflow: visible;
    display: inline-block;
    margin-right: 0.62rem;
    flex-shrink: 0;
    flex: 0 0 2.78rem;
}

.dyfc-block .bottom-link .link-item:hover .cover-img {
    transform: scale(1.1);
}

@media screen and (max-width:800px) {

    .kjg-container .first-news {
        display: block;
    }

    .kjg-container .first-news .first-left {
        width: 100%;
        height: 4.2rem;
    }

    .kjg-container .first-left .slide-text {
        height: 0.7rem;
    }

    .first-left .slide-text p {
        font-size: 0.28rem;
        max-width: calc(100% - 1.5rem);
        padding: 0 0.24rem;
    }

    .first-news .first-left .swiper-pagination-bullet {
        width: 0.15rem;
        height: 0.15rem;
    }

    .first-news .first-left .swiper-pagination-bullet:not(:last-child) {
        margin-right: 0.15rem !important;
    }

    .first-news .first-right {
        margin: 0.4rem auto 0;
        padding: 0 0.28rem;
    }

    .common-header {
        padding: 0 0 0.16rem;
        border-bottom: 0.02rem solid #eeeeee;
        margin: 0 0.28rem;
    }

    .common-header .common-title::before {
        height: 0.06rem;
        bottom: -0.2rem;
    }

    .first-right .news-item .news-date div {
        font-size: 0.48rem;
    }

    .first-right .news-item .news-date span {
        font-size: 0.28rem;
    }

    .first-right .news-item .news-title {
        font-size: 0.28rem;
        line-height: 1.4;
    }

    .first-right .news-item .news-desc {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .first-right .block-title,
    .common-header .common-title {
        width: 2.5rem;
        height: 0.46rem;
    }

    .first-right .block-more,
    .common-header .common-more {
        font-size: 0.28rem;
    }

    .zcwj-block .block-content {
        margin: 0.26rem 0.28rem 0;
        padding: 0.32rem 0.24rem;
    }

    .zcwj-block .block-content .news-date {
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 0.24rem;
        width: 0.9rem;
    }

    .zcwj-block .block-content::before {
        display: none;
    }

    .zcwj-block .block-content .news-item {
        width: 100%;
        padding-left: 0 !important;
        margin-bottom: 0.28rem !important;
    }

    .zcwj-block .block-content {
        height: auto;
    }

    .zcwj-block .block-content .news-title {
        font-size: 0.28rem;
        line-height: 0.36rem;
    }

    .zcwj-block .block-content .news-item:not(:last-child) {
        border-bottom: 0.02rem solid #ededed;
        padding-bottom: 0.28rem;
    }

    .dyfc-block .block-content {
        padding: 0.4rem 0.28rem 0;
        flex-wrap: wrap;
    }

    .dyfc-block .block-item {
        width: 49%;
        margin-right: 0;
        margin-top: 0 !important;
        margin: 0 0 0.16rem 0 !important;
    }

    .dyfc-block .thumb-image {
        height: auto;
    }

    .dyfc-block .thumb-image .cover-img {
        padding-top: calc(100% * 373 / 276);
    }

    .dyfc-block .title {
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.24rem;
    }

    .dyfc-block .bottom-link {
        padding: 0 0.24rem;
        flex-wrap: wrap;
    }

    .dyfc-block .bottom-link .link-item {
        width: 49%;
        height: auto;
        margin: 0 0 0.16rem 0;
    }

    .dyfc-block .cover-img {
        width: 100%;
        padding-top: calc(100% * 139/278);
    }

    .dyfc-block .bottom-link {
        margin-top: 0.3rem;
    }

    .dyfc-block .bottom-link .swiper.dyfc {
        height: unset !important;
    }

    .first-news .first-left .swiper-button-next:after,
    .first-news .first-left .swiper-button-prev:after {
        width: 0.6rem;
        height: 0.6rem;
    }

    .index-banner {
        height: 4.22rem;
    }
}