.main-page {
    position: relative;

}
.main-container{
    max-width: 1200px;
    margin: 0 auto;
}
.content-title-bg{
    background-color: #DFEDFF;
    box-shadow: 0px 4px 10px 0px #01549933;
}
.content-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-title li{ 
    height: 70px;
    line-height: 70px;
}
.content-title li a{
    display: block;
    width: 168px;
    text-align: center;
    font-size: 28px;
    color: #0892FF;
    font-weight: 500;
    
}
.content-title li.active a{
    color: #ffffff;
    font-weight: 700;
    background-color: #0892FF;
}
.news{
    height: 652px;
    padding-top: 100px;
    background: url(../images/news-bg.png) no-repeat center center;
    background-size: cover;
}
.title-icon{
    height: 86px;
}

.img-center{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    position: relative;
}

.news-conImg{
    width: 550px;
    height: 366px;
    
}
/* 左侧模糊条 */
.img-center::before {
    content: '';
    position: absolute;
    left: calc(50% - 275px - 10px); 
    top: 0;
    width: 20px;
    height: 366px;
    background: rgba(1, 78, 126, 0.2);
    border-radius: 50%;
    filter: blur(5px);
}

/* 右侧模糊条 */
.img-center::after {
    content: '';
    position: absolute;
    left: calc(50% + 275px - 10px);
    top: 0;
    width: 20px;
    height: 366px;
    background: rgba(1, 78, 126, 0.2);
    border-radius: 50%;
    filter: blur(5px);
}

.news-tit{
    width: 277px;
    height: 51px;
    line-height: 51px;
    border-radius: 4px;
    background: #DFEDFF;
    font-size: 24px;
    text-align: center;
}
.news-tit span{
    /* font-family: 'Source Han Sans CN'; */
    font-weight: normal;
    /* 文字渐变效果 */
    /* background: linear-gradient(135deg, #0242BA 0%, #0892FF 100%);
    -webkit-background-clip: text;
    color: transparent; 
    display: flex; 
    align-items: center;
    justify-content: center;
    padding: 0 15px; */

    background-image: linear-gradient(100deg, rgba(2, 66, 186, 1), rgba(7, 122, 253, 1), rgba(8, 146, 255, 1));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.news-con{
    margin-top: 16px;
    text-indent: 2em;
    width: 100%;
    box-sizing: border-box;
    /* width: auto; */
    height: 190px;
    overflow: hidden;
    display: -webkit-box; 
    -webkit-line-clamp: 8; /* 显示的行数 */
    -webkit-box-orient: vertical;/* 垂直排列 */
    line-height: 1.5; 
    font-size: 16px;
    font-weight: 400;
}
.news-con a{
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

/* 会议要闻 */
.huiyi-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    margin-top: 50px;
}
.huiyi-left{
    width: 325px;
    height: 310px;
    padding: 20px 24px;
    background: #F2F8FF;
}




/* 会议报告 */
.report{
    height: 1644px;
    padding-top: 50px;
    background: url(../images/report-bg.png) no-repeat center center;
    background-size: cover;
}

.report-item{
    height: 406px;
    margin-top: 80px;
    background: url(../images/report-item-l.png) no-repeat center center;

    position: relative;
    
}
.report-left{
    position: absolute;
    left: 25px;
    bottom: 17px;
    z-index: 2;
}
.box-title{
    width: 186px;
    height: 55px;
    line-height: 55px;
    background: linear-gradient(to right, rgba(8, 146, 255, 0), rgba(8, 146, 255, 1));
    position: absolute;
    right: 0px;
    top: 42px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    padding-right: 16px;
}

.report-right{
    width: 738px;
    height: 394px;
    background: #fff;
    position: absolute;
    right: 24px;
    bottom: 22px;
}
.report-right ul{
    position: absolute;
    top: 60px;
    right: 24px;
    width: 514px;
    /* height: 274px; */
}
.report-right ul li{
    height: 60px;
    line-height: 60px;
    border-bottom: 2px dashed #F2F2F2;
    width: 514px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.point-icon{
    margin-right: 8px;
}
.report-right ul li a{
    color: #333;
    font-size: 18px;

}


.report-item-two{
    background: url(../images/report-item-r.png) no-repeat center center;
}
.report-right-two{
    position: absolute;
    left: 24px;
    bottom: 22px;
}
.report-right-two ul{
    position: absolute;
    top: 60px;
    left: 24px;
    width: 514px;
}
.report-left-two{
    position: absolute;
    right: 25px;
    bottom: 17px;
    z-index: 2;
}
.box-title-two{
    width: 186px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    left: 0px;
    top: 42px;
    background: linear-gradient(to right, rgba(8, 146, 255, 1), rgba(8, 146, 255, 0));
    position: absolute;
    right: 40px;
    top: 42px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-left: 16px;
}


/* 交流落实 */
.interflow{
    height: 755px;
    padding-top: 50px;
}
.interflow-content{
    padding-top: 80px;
}

.box-interflow{
    display: flex;
    justify-content: center;
}
.interflow-content .tab {
    width: 276px;
    height: 51px;
    line-height: 51px;
    background: #DFEDFF;
    color: #0892FF;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}
.interflow-content .tab-active {
    background: #0892FF;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.interflow-content .tab-active::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0892FF;
    position: relative;
    top: 20px;
    left: -54px;
}
.interflow-content .box-swiper {
    width: 100%;
    height: 492px;
    position: relative;
    margin-top: 30px;
}


.box-all .left {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
}
.box-all .right {
    width: 100%;
    height: 400px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}
.box-all .box-swiper-sub {
    position: relative;
    width: 100%;
    height: 100%;
}
.box-all .box-swiper ul {
    height: 400px;
}


.box-all .arrow-left {
    width: 42px;
    height: 41px;
    position: absolute;
    left: -72px;
    cursor: pointer;
    background: url(../images/left-arrow.png) no-repeat center center;
    background-size: 100% 100%;
    top: 180px;
}
.box-all .arrow-right {
    width: 42px;
    height: 41px;
    position: absolute;
    right: -72px;
    cursor: pointer;
    background: url(../images/right-arrow.png) no-repeat center center;
    background-size: 100% 100%;
    top: 180px;
}


.interflow-content .swiper-button-disabled {
    opacity: 0.5;
}
.interflow-content .left li {
    width: 285px;
    float: left;
    margin: 0 20px 20px 0;
}
.interflow-content .left li a{
    display: block;
    position: relative;
}
.interflow-content .left li:nth-child(4n) {
    margin-right: 0;
}
.interflow-content .left li img {
    display: block;
    width: 100%;
    height: 190px;
}
.interflow-content .left li .title {
    color: #fff;
    position: absolute;
    left: -16px;
    bottom: 8px;
    height: 46px;
    margin-left: 16px;
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
    width: 210px;
    padding-left: 16px;
    background: linear-gradient(to right, rgba(8, 146, 255, 1), rgba(8, 146, 255, 0));

}
.interflow-content .right li {
    float: left;
    width: 582px;
    height: 72px;
    line-height: 72px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    background: url(../images/gcls_bg.png) no-repeat center center;
    margin-right: 36px;
    margin-bottom: 20px;
    padding: 0px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.interflow-content .right li:nth-child(2n) {
    margin-right: 0;
}
.interflow-content .right li a {
    display: block;
    height: 72px;
    line-height: 72px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.interflow-content .more {
    width: 90px;
    height: 30px;
    border: 1px solid #0892FF;
    border-radius: 20px;
    color: #0892FF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 2px auto;
}
.interflow-content .more a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #0892FF;
}






/* 直击现场 */
.scene {
    height: 645px;
    padding-top: 50px;
    background: url(../images/scene-bg.png) no-repeat center center;
    background-size: cover;
}

.scene .swiper-container {
    height: 373px;
    width: 1200px;
    margin-top: 80px;
    overflow: hidden !important;
    position: relative;

}

.scene .swiper-container .swiper-wrapper .swiper-slide {
    width: 560px;
    height: 373px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.scene .swiper-container .swiper-wrapper .swiper-slide a {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.scene .swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.scene .swiper-container .swiper-wrapper .swiper-slide-prev,
.scene .swiper-container .swiper-wrapper .swiper-slide-next {
    width: 460px;
    height: 307px;
    border-radius: 10px;
    overflow: hidden;
    /* margin-top: 32px; */
    position: relative;
}

.scene .swiper-container .swiper-wrapper .swiper-slide {
    width: 560px;
    height: 373px;
    overflow: hidden;
}

.scene .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transform: scale(1);
}

.scene .swiper-slide-active img {
    transform: scale(1) !important;
}

.scene .swiper-container .swiper-wrapper .swiper-slide-prev img {
    width: 460px !important;
    height: 307px !important;
    margin-top: 33.5px;
    float: right;
}

.scene .swiper-container .swiper-wrapper .swiper-slide-next img {
    width: 460px !important;
    height: 307px !important;
    margin-top: 33.5px;
}

.scene .swiper-container .swiper-wrapper .swiper-slide-prev::after {
    content: "";
    position: absolute;
    top: 33.5px;
    right: 0;
    width: 460px;
    height: 307px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 2;
}

.scene .swiper-container .swiper-wrapper .swiper-slide-next::after {
    content: "";
    position: absolute;
    top: 33.5px;
    left: 0;
    width: 460px;
    height: 307px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 2;
}

.scene .swiper-container .zjxc-leftArrow {
    position: absolute;
    left: 238px;
    top: 150px;
    width: 42px;
    height: 80px;
    z-index: 100;
    cursor: pointer;
}

.scene .swiper-container .zjxc-rightArrow {
    position: absolute;
    right: 238px;
    top: 150px;
    width: 42px;
    height: 80px;
    z-index: 100;
    cursor: pointer;
}









/* 典型榜样 */
.example{
    height: 682px;
    padding-top: 50px;
}
.example-content{
    margin: 80px 0 50px 0 ;
}
.example-content ul{
    display: flex;
    flex-wrap: wrap;

}
.example-content ul li{
    width: 378px;
    height: 158px;
    margin-right: 32px;
    margin-bottom: 50px;
    background: url(../images/medal.png) no-repeat center center;
}
.example-content ul li a{
    display: flex;
    width: 379px;
    height: 158px;
    justify-content: flex-start;
    align-items: center;
}
.example-content ul li:nth-child(3n){
    margin-right: 0px;
}
.example-left-tit{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: 186px;
    text-align: center;
    padding: 0px 22px;
    margin-top: 72px;
}
.example-right-tit{
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-left: 14px;
    width: 146px;
    height: 34px;
    line-height: 34px;
    background: linear-gradient(90deg, #0892FF 0%, rgba(8, 146, 255, 0) 100%);
    margin-bottom: 10px;
}
.example-right p{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding-left: 14px;
    height: 23px;
    line-height: 23px;
    
}





/* 媒体报道 */
.media{
    height: 545px;
    padding-top: 50px;

    background: url(../images/media-bg.png) no-repeat center center;
}
.media-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}
.media-list li{ 
    width: 588px;
    height: 228px;
    border: 2px solid #DFEDFF;
    border-radius: 0 0 12px 12px;
    padding: 16px 24px 0 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
    position: relative;
}
.media-list li::before{
    content: '';
    position: absolute;
    top: -3px; 
    left: -3px;
    right: -3px; 
    height: 8px; 
    background: #0892FF;
    z-index: 1;
}
.media-list li .date{ 
    color: #000;
    height: 40px;
    line-height: 40px;
}
.date .day{
    font-weight: 900;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
}
.date .year{
    font-weight: 500;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    padding-left: 6px;
}
.media-list li .media-tit{
    height: 26px;
    line-height: 26px;
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
}
.media-list li .media-tit a{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media-list li .media-item{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    width: 100%;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media-list li .media-item a{
    font-size: 16px;
    font-weight: 400;
    color: #333;
}






/* 底部 */
.footer{
    height: 207px;
    padding-top: 42px;
    background: #0892FF;
    text-align: center;
    color: #fff;
}
.logo{
    width: 363px;
    height: 48px;
}
.footer p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}


@media (max-width: 768px) {
    main {
        height: 254vw;
    }
    .footer {
        margin-top: 6.25vw;
        height: 180px;
        padding-top: 25px;
    }
    .footer .logo {
        width: 300px;
        height: 40px;
    }
    .footer p {
        font-size: 14px;
        line-height: 22px;
    }
}
