.news-list-page-co2{width:100%;background:-webkit-gradient(linear,left top,left bottom,from(#f6fafe),to(#eef7fc));background:-webkit-linear-gradient(top,#f6fafe,#eef7fc);background:linear-gradient(180deg,#f6fafe,#eef7fc);min-height:800px;padding:50px 0 0 0}.news-list-page-co2 .news-list-page-co2-con{width:1300px;margin:0 auto;padding:0 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.news-list-page-co2 .news-list-page-co2-con .tabs-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:2px solid #e8e8e8;margin-bottom:30px;background:#fff;padding:0 40px;border-radius:8px 8px 0 0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.04);box-shadow:0 2px 8px rgba(0,0,0,.04)}.news-list-page-co2 .news-list-page-co2-con .tabs-header .tab-item{font-size:18px;color:#666;padding:16px 0;margin-right:50px;cursor:pointer;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;font-weight:500}.news-list-page-co2 .news-list-page-co2-con .tabs-header .tab-item:hover{color:#007aff}.news-list-page-co2 .news-list-page-co2-con .tabs-header .tab-item.active{color:#007aff;font-weight:700;font-size:20px}.news-list-page-co2 .news-list-page-co2-con .tabs-header .tab-item.active:after{content:"";position:absolute;bottom:-2px;left:0;width:30px;height:4px;background:-webkit-gradient(linear,left top,right top,from(#007aff),to(#00c6ff));background:-webkit-linear-gradient(left,#007aff,#00c6ff);background:linear-gradient(90deg,#007aff,#00c6ff);border-radius:2px;-webkit-animation:tabSlideIn .3s ease;animation:tabSlideIn .3s ease}.news-list-page-co2 .news-list-page-co2-con .tabs-header .tab-item.active:before{content:"";position:absolute;bottom:-2px;left:35px;width:60px;height:4px;background:-webkit-gradient(linear,left top,right top,from(#2dc4ff),to(#80d8ff));background:-webkit-linear-gradient(left,#2dc4ff,#80d8ff);background:linear-gradient(90deg,#2dc4ff,#80d8ff);border-radius:2px;-webkit-animation:tabSlideIn .3s ease .1s backwards;animation:tabSlideIn .3s ease .1s backwards}@-webkit-keyframes tabSlideIn{0%{-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}@keyframes tabSlideIn{0%{-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}to{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}}.news-list-page-co2 .news-list-page-co2-con .tab-content{background:#fff;border-radius:0 0 8px 8px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px rgba(0,0,0,.06)}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid{display:grid;grid-template-columns:repeat(3,360px);gap:40px 70px;padding:40px 40px 0}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card{cursor:pointer;position:relative;background:#fff;border-radius:10px;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-box-shadow:0 8px 24px rgba(0,122,255,.15);box-shadow:0 8px 24px rgba(0,122,255,.15);border-color:rgba(0,122,255,.3)}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card:hover .card-title{color:#007aff}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card .card-img-box{width:100%;height:200px;overflow:hidden;margin-bottom:15px;position:relative}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card .card-img-box:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.1)));background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.1));opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card .card-img-box:hover:after{opacity:1}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card .card-img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .5s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .5s cubic-bezier(.4,0,.2,1);transition:transform .5s cubic-bezier(.4,0,.2,1);transition:transform .5s cubic-bezier(.4,0,.2,1),-webkit-transform .5s cubic-bezier(.4,0,.2,1)}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card .card-img-box:hover img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card .card-title{font-size:16px;color:#222;font-weight:700;line-height:1.6;margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:51px;-webkit-transition:color .3s ease;transition:color .3s ease;padding:0 5px}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card .card-date{font-size:14px;color:#999;padding:0 5px 5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.news-list-page-co2 .news-list-page-co2-con .tab-content .news-grid .news-card .card-date:before{content:"🕒";margin-right:4px;font-size:12px}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list{padding:20px 40px}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:24px 20px;border-bottom:1px dashed #e8e8e8;border-radius:8px;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item:hover{background:-webkit-gradient(linear,left top,right top,from(rgba(0,122,255,.03)),to(rgba(0,198,255,.03)));background:-webkit-linear-gradient(left,rgba(0,122,255,.03),rgba(0,198,255,.03));background:linear-gradient(90deg,rgba(0,122,255,.03),rgba(0,198,255,.03));-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item:hover .notice-icon .circle-icon{background:#ff5a5a;-webkit-box-shadow:0 0 8px rgba(255,90,90,.4);box-shadow:0 0 8px rgba(255,90,90,.4)}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item:hover .notice-title{color:#007aff}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item:last-child{border-bottom:none}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-icon{margin-right:18px;padding-top:6px}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-icon .circle-icon{width:10px;height:10px;border-radius:50%;border:2px solid #ff5a5a;background:rgba(0,0,0,0);-webkit-transition:all .3s ease;transition:all .3s ease}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-content .notice-title-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-content .notice-title-row .notice-title{font-size:16px;color:#282829;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:800px;-webkit-transition:color .3s ease;transition:color .3s ease;font-weight:500}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-content .notice-title-row .sign-up-tag{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:10px;padding:2px 10px;font-size:12px;color:#fff;border-radius:4px;font-weight:500}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-content .notice-title-row .sign-up-tag.sign-status-1{background:-webkit-linear-gradient(315deg,#00c853,#00e676);background:linear-gradient(135deg,#00c853,#00e676);-webkit-box-shadow:0 2px 6px rgba(0,200,83,.3);box-shadow:0 2px 6px rgba(0,200,83,.3)}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-content .notice-title-row .sign-up-tag.sign-status-2{background:-webkit-linear-gradient(315deg,#9e9e9e,#bdbdbd);background:linear-gradient(135deg,#9e9e9e,#bdbdbd);-webkit-box-shadow:0 2px 6px hsla(0,0%,62%,.3);box-shadow:0 2px 6px hsla(0,0%,62%,.3)}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-content .notice-title-row .sign-up-tag.sign-status-0{background:-webkit-linear-gradient(315deg,#ff9800,#ffb74d);background:linear-gradient(135deg,#ff9800,#ffb74d);-webkit-box-shadow:0 2px 6px rgba(255,152,0,.3);box-shadow:0 2px 6px rgba(255,152,0,.3)}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-content .notice-date{font-size:14px;color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.news-list-page-co2 .news-list-page-co2-con .tab-content .notice-list .notice-item .notice-content .notice-date:before{content:"📅";margin-right:4px;font-size:12px}.news-list-page-co1{width:100%;background:url(../img/14.98e1841e.png) no-repeat;background-size:100% 100%;padding:40px 0;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.08);box-shadow:0 2px 12px rgba(0,0,0,.08)}.news-list-page-co1 .news-list-page-co1-con{width:1300px;margin:0 auto}.news-list-page-co1 .news-hero{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:400px}.news-list-page-co1 .news-hero .hero-left{width:50%;height:400px;position:relative;border-radius:12px;overflow:hidden;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.12);box-shadow:0 4px 16px rgba(0,0,0,.12)}.news-list-page-co1 .news-hero .hero-left .swiper-container,.news-list-page-co1 .news-hero .hero-left .swiper-container .swiper-slide{height:100%;width:100%}.news-list-page-co1 .news-hero .hero-left .swiper-container .swiper-slide .slide-img-box{width:100%;height:100%;overflow:hidden;cursor:pointer}.news-list-page-co1 .news-hero .hero-left .swiper-container .swiper-slide .slide-img-box .slide-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.news-list-page-co1 .news-hero .hero-left .swiper-container .swiper-slide .slide-img-box:hover .slide-img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.news-list-page-co1 .news-hero .hero-left .swiper-container .swiper-pagination-bullet{width:38px;height:4px;border-radius:2px;background:hsla(0,0%,100%,.6);opacity:1;margin:0 4px;-webkit-transition:all .3s ease;transition:all .3s ease}.news-list-page-co1 .news-hero .hero-left .swiper-container .swiper-pagination-bullet-active{background:#007aff;width:50px;-webkit-box-shadow:0 0 8px rgba(0,122,255,.5);box-shadow:0 0 8px rgba(0,122,255,.5)}.news-list-page-co1 .news-hero .hero-right{margin-left:20px;width:50%;background:-webkit-linear-gradient(315deg,#fff,#f8fbff);background:linear-gradient(135deg,#fff,#f8fbff);padding:50px 60px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;border-radius:12px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.08);box-shadow:0 4px 16px rgba(0,0,0,.08);-webkit-transition:all .3s ease;transition:all .3s ease;overflow:hidden;cursor:pointer}.news-list-page-co1 .news-hero .hero-right:hover{-webkit-box-shadow:0 8px 24px rgba(0,0,0,.12);box-shadow:0 8px 24px rgba(0,0,0,.12);-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.news-list-page-co1 .news-hero .hero-right .news-badge{background:-webkit-linear-gradient(315deg,#ff9d4d,#ff8a3d);background:linear-gradient(135deg,#ff9d4d,#ff8a3d);color:#fff;margin-bottom:20px;position:relative;font-weight:700;width:160px;height:39px;font-size:18px;text-align:center;line-height:39px;border-radius:6px;-webkit-box-shadow:0 2px 8px rgba(255,157,77,.3);box-shadow:0 2px 8px rgba(255,157,77,.3);-webkit-transition:all .3s ease;transition:all .3s ease}.news-list-page-co1 .news-hero .hero-right .news-badge:hover{-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(255,157,77,.4);box-shadow:0 4px 12px rgba(255,157,77,.4)}.news-list-page-co1 .news-hero .hero-right .news-title{line-height:1.5;margin-bottom:15px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-weight:700;font-size:20px;color:#222;-webkit-transition:color .3s ease;transition:color .3s ease}.news-list-page-co1 .news-hero .hero-right .news-title:hover{color:#007aff}.news-list-page-co1 .news-hero .hero-right .news-date{font-size:14px;color:#999;margin-bottom:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.news-list-page-co1 .news-hero .hero-right .news-date:before{content:"📅";margin-right:6px;font-size:14px}.news-list-page-co1 .news-hero .hero-right .news-desc{width:100%;font-size:14px;color:#666;text-align:justify;line-height:1.8;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;word-wrap:break-word}