@charset "utf-8";

.news-center-details-title{
    width: 100%;
    height: 348px;
    line-height: 348px;
    text-align: center;
    opacity: 1;
    background-image: url(../imgs/news-center-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.news-center-details-title h2{
    font-size: 66px;
    font-weight: 500;
    line-height: 348px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.navigation-box{
    width: 1364px;
    margin: 50px auto;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.48px;
    color: rgba(190, 190, 190, 1);
}

/* 内容部分开始 */

.news-center-details-content{
    width: 1364px;
    margin: 0 auto;
}
.news-center-details-content h3{
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(16, 186, 196, 1);
    text-align: center;
}
.content-subject{
    margin-top: 50px;
    margin-bottom: 50px;
}
.information-sources{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.information-sources div,
.information-sources div a{
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.48px;
    color: rgba(190, 190, 190, 1);
}

/* 内容部分结束 */

/* 小标题开始 */

.subheading{
    display: flex;
    align-items: center;
}
.subheading span{
    width: 6px;
    height: 28px;
    background-color: rgba(16, 186, 196, 1);
    transform: translateY(3px);
    margin-right: 15px;
}
.subheading h4{
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.68px;
    color: rgba(16, 186, 196, 1);
}

/* 小标题结束 */

/* 更多资讯开始 */

.more-platforms{
    width: 1480px;
    margin: 50px auto 200px;
}

.innovation-activities{

    width: 1480px;
    height: 250px;
    display: flex;
    align-items: center;
}
.activity-swiper,
.platform-swiper{
    width: 1364px;
    height: 250px;
    margin: 0 10px;
}
.activity-swiper .swiper-wrapper .swiper-slide,
.platform-swiper .swiper-wrapper .swiper-slide{
    padding: 0 8px;
    
}
.activity-swiper .swiper-wrapper .swiper-slide .swiper-slide-item,
.platform-swiper .swiper-wrapper .swiper-slide .swiper-slide-item{
    border-radius: 10px;
    background: rgba(204, 204, 204, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.activity-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img,
.platform-swiper .swiper-wrapper .swiper-slide .swiper-slide-item img{
    vertical-align: top;
    height: 100%;
    border-radius: 10px;
}
.activity-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .swiper-slide-item-content,
.platform-swiper .swiper-wrapper .swiper-slide .swiper-slide-item .swiper-slide-item-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 77px;
    /* border-radius: 0px 0px 10px 10px !important; */
    background: rgba(16, 167, 176, 0.37);
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-slide-item-content .swiper-slide-item-content-tit{
    font-size: 20px;
    font-weight: 500;
    line-height: 26.52px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.swiper-slide-item-content .swiper-slide-item-content-p{
    min-width: 54px;
    max-width: 54px;
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    padding-top: 48px;
    margin-left: 26px;
}
.swiper-button-next-box,
.swiper-button-prev-box{
    width: 44px;
    height: 44px;
    background-color: rgba(220, 220, 220, 1);
    cursor: pointer;
}
.swiper-button-next-box{
    -webkit-mask: url(../svg/swiper-button-next.svg) no-repeat center;
    mask: url(../svg/swiper-button-next.svg) no-repeat center;
}
.swiper-button-prev-box{
    -webkit-mask: url(../svg/swiper-button-prev.svg) no-repeat center;
    mask: url(../svg/swiper-button-prev.svg) no-repeat center;
}

/* 更多资讯结束 */