/* 顶部banner */
.index-banner {
    width: 100%;
    height: 6rem;
}

.indexBanner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.indexBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBanner .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.04rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
}

/* 内容区域 */
.index-wrap {
    margin: 0 auto;
}

.index-news-box-wrap {
    margin: 0.8rem auto;
}

.index-news-title {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
   /*  font-weight: bold;   */
    color: #660066;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-news-title p {
    position: relative;
    width: 0.5rem;
    height: 0.02rem;
    background: #660066;
    margin: 0 .2rem;
}

.index-news-title p::after {
    content: '';
    width: 0.5rem;
    height: 0.04rem;
    background: #660066;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-news-title p:last-of-type::after {
    right: 0;
    left: auto;
}

.index-news {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.index-news-banner {
    width: 6.8rem;
    height: 4.9rem;
    position: relative;
    flex-shrink: 0;
}

.newsBanner {
    width: 100%;
    height: 100%;
    position: relative;
}

.newsBanner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsBanner .swiper-slide p {
    width: 100%;
    height: 0.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1.5rem 0 0.15rem;
    background: rgba(0, 0, 0, .6);
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.6rem;
}

.newsBanner .swiper-pagination {
    width: auto;
    height: 0.6rem;
    bottom: 0 !important;
    right: 0.1rem;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsBanner .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    background: #999;
    opacity: 1;
}

.newsBanner .swiper-pagination-bullet-active {
    background: #fff;
}

.index-news-list {
    flex: 1;
    margin-left: .4rem;
}

.index-news-item {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
    margin-bottom: .2rem;
    display: flex;
}

.index-news-item:last-of-type {
    margin-bottom: 0;
}

.index-news-img {
    width: 2.4rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.index-news-img img {
    width: 2.4rem;
    height: 1.5rem;
    object-fit: cover;
}

.index-news-des {
    padding: .16rem .2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}



.index-news-text {
    width: 100%;
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.26rem;
    
}

.index-news-p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    line-height: 0.2rem;
    margin-top: .1rem;
}

.index-news-botom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-news-time {
    font-size: 0.16rem;
    font-family: Bahnschrift-Bold, Bahnschrift;
    font-weight: bold;
    color: #AAAAAA;
}

.index-news-more {
    font-size: 0.14rem;
    font-family: Arial-Italic, Arial;
    font-weight: normal;
    color: #666666;
    font-style: italic;
}

.index-news-item:hover .index-news-text {
    color: #B6241F;
}


.index-dongtai-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0.8rem auto;
}

.index-dongtai {
    width: 8rem;
}

.index-dongtai:last-of-type {
    width:6.5rem;
}

/* 公共列表 */
.index-list-wrap {
    width: 100%;
}

.index-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #663366;
}

.index-list-title {
    display: flex;
    align-items: center;
}

.index-list-title img {
    width: 0.32rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
}

.index-list-title p {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    /*  font-weight: bold;  */
    color: #663366;
}

.index-list-more {
    font-size: 0.2rem;
    font-family: Arial-Italic, Arial;
    font-weight: normal;
    color: #000;
    font-style: italic;
    flex-shrink: 0;
}

.index-newtitle-more {
    font-size: 0.2rem;
    font-family: Arial-Italic, Arial;
    font-weight: normal;
    color: #000;
    font-style: italic;
    flex-shrink: 0;
float: right;
}


.index-list {}

.index-item {
    display: flex;
    align-items: center;
    margin: 0.2rem 0;
}

.index-item-icon {
    width: 0.06rem;
    height: 0.06rem;
    background: #999999;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.index-item-p {
    flex: 1;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
}

.index-item-time {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    flex-shrink: 0;
    margin-left: 0.1rem;
}

.index-item:hover .index-item-p {
    color: #B6241F;
}

/*  */
.index-work-wrap {
    width: 100%;
    background: url(../image/index/bg.png) no-repeat;
    background-size: cover;
    padding: .8rem 0;
    margin: .8rem 0;
}

.index-work-box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.index-work-left {
    width: 8rem;
    background: #fff;
    border: 0.01rem solid #E3E3E3;
    padding: 0 .2rem;
    padding-top: .3rem;
}

.index-work-list {
    padding: .1rem;
}

.index-work-item {
    display: flex;
    align-items: center;
    padding: .12rem 0;
    border-bottom: 0.01rem solid #DCDCDC;
}

.index-work-item1 {
    display: flex;
    align-items: center;
    padding: .12rem 0;
    border-bottom: 0.01rem solid #DCDCDC;
}

.index-work-item:last-of-type {
    border-color: transparent;
}

.index-work-date {
    padding: 0 .1rem 0 .2rem;
    border-right: 0.01rem solid #BFBFBF;
    flex-shrink: 0;
    color: #999999;
    text-align: center;
}

.index-work-day {
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
}

.index-work-year {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    margin-top: .1rem;
}

.index-work-des {
    flex: 1;
    padding-left: .2rem;
}

.index-work-text {
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.index-work-p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    line-height: 0.22rem;
    margin-top: .1rem;
}

.index-work-item:hover {
    border-color: #B6241F;
}
.index-work-item1:hover {
    border-color: #B6241F;
}

.index-work-item:hover .index-work-date {
    color: #B6241F;
}

.index-work-item1:hover .index-work-date {
    color: #B6241F;
}

.index-work-item:hover .index-work-text {
    color: #B6241F;
}

.index-work-item1:hover .index-work-text {
    color: #B6241F;
}

.index-work-right {
    width: 6.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-work-new {
    width: 100%;
    background: #FFFFFF;
    border: 0.01rem solid #E3E3E3;
    padding: .2rem;
    padding-top: .3rem;
    margin-bottom: .3rem;
}

.index-work-new .index-list {
    padding: .1rem;
}

.index-work-new .index-list .index-item:last-of-type {
    margin-bottom: 0;
}

.index-work-download {
    width: 100%;
    background: #FFFFFF;
    /* border: 0.01rem solid #E3E3E3 */;
    padding:.2rem;
}

.index-work-download-img {
    width: 100%;
   /* height: 1.3rem; */
    position: relative;
    margin-top: .1rem;
}

.index-work-download-img img {
    width: 100%;
  
    object-fit: cover;
}

.index-work-download-img p {
    font-size: 0.44rem;
    font-family: Source Han Serif SC-Heavy, Source Han Serif SC;
    font-weight: 800;
    color: #CC0101;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*  */
.index-plat-wrap {
    margin: .8rem auto;
}

.index-plat-swiper {
    margin-top: .3rem;
}

.platSwiper {
    width: 100%;
    overflow: hidden;
}

.index-plat-item {
    width: 100%;
    height: 1.2rem;
    position: relative;
}
.index-plat-item1 {
    width: 100%;
    height: 1.5rem;
    position: relative;
}

.index-plat-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-plat-item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-plat-item p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 0.3rem;
    font-family: Source Han Serif SC-Heavy, Source Han Serif SC;
    font-weight: 800;
    color: #FFEB3B;
    text-align: center;
}

.index-plat-item1 p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 0.5rem;
    font-family: Source Han Serif SC-Heavy, Source Han Serif SC;
    font-weight: 800;
    color:  #B6241F;
    text-align: center;
}

.index-link-item {
    width: 100%;
    height: .8rem;
}

.index-link-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 1024px) {
    .index-wrap {
        padding: 0 .3rem;
    }

    .index-news,
    .index-work-box,
    .index-dongtai-wrap {
        flex-direction: column;
    }

    .index-news-banner {
        width: 100%;
    }

    .newsBanner .swiper-slide p {
        font-size: .24rem;
    }

    .index-news-list {
        margin: 0;
        margin-top: .4rem;
    }

    .index-news-text {
        font-size: .24rem;
        line-height: .34rem;
        -webkit-line-clamp: 2 !important;
    }

    .index-news-time,
    .index-news-more {
        font-size: .24rem;
    }

    .index-news-item {
        margin-bottom: .3rem;
    }

    .index-work-wrap {
        background: none;
        padding: 0;
    }

    .index-work-left {
        width: 100%;
    }

    .index-work-right {
        width: 100%;
    }

    .index-work-text {
        font-size: .26rem;
    }

    .index-work-p {
        font-size: .24rem;
        line-height: .34rem;
    }

    .index-work-year {
        font-size: .24rem;
    }

    .index-work-right {
        margin-top: .3rem;
    }

    .index-list-more {
        font-size: .24rem;
    }

    .index-item-p,
    .index-item-time {
        font-size: .24rem;
    }

    .index-item-icon {
        width: 0.1rem;
        height: 0.1rem;
    }

    .index-work-download-img {
        height: 1.4rem;
    }

    .index-dongtai,
    .index-dongtai:last-of-type {
        width: 100%;
    }

    .index-dongtai:last-of-type {
        margin-top: .3rem;
    }

    .index-link-item {
        height: 1.2rem;
    }
}