h1.title{
    width: 100%;
    height: 34px;
    /* line-height: 40px; */
    text-align: left;
    color: #0e4ca1;
    font-size: 18px; 
    font-weight: 700;
    border-bottom: #accaec solid 1px;
    position: relative;
    overflow: hidden;
}

h1.title::after {
    content: attr(data-title);
    height: 2px;
    background: #1279be;
    position: absolute;
    left: 0;
    bottom: -1px;
    flex-shrink: 0;
    padding:0 6px;
}

h2.title{
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: left;
    color: #0e4ca1;
    font-size: 18px; 
    font-weight: 700;
    border-bottom: #8AB0D5 solid 1px;
    position: relative;
    overflow: hidden;
}
h1.title a { 
    color: #0e4ca1;
}
h2.title a { 
    color: #0e4ca1;
}


.list{
    width:100%;
    padding:5px 0;
}
.list li{
    width: 100%;
    line-height: 32px;
    text-align: left;
    color: #333;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.list li a{
    color: #333;
    padding-left: 10px;
    position: relative;
    display: inline-block;
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li a::after{
    content: "•";
    display: inline-block;
    color: #1379BF;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.list li a:hover{
    color: #0956A0;
}
.list li span{
    color: #999;
}
.list li img{
    display: none;
}
.list li.img{
    display: block;
    padding:10px 0;
    height: 93px;
}
.list li.img img{
    width: 125px;
    height: 93px;
    margin-right: 22px;
    float: left;
    display: block;
}
.list li.img a{
    width: calc(100% - 147px);
    height: 56px;
    line-height: 28px;
    padding:0;
    -webkit-line-clamp:2;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    white-space: normal;
}
.list li.img a::after{
    content: '';
}




/* 滚动公告 */
.gundong{
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin: 16px auto 36px;
    /* 不换行 */
    white-space: nowrap;
    -webkit-box-orient:vertical;
    position: relative;
}
.gundong::after{
    content: '';
    width: 23px;
    height: 45px;
    background: url(../images/msg.svg) no-repeat center center / 40px auto;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 99;
}
.gundong #moocBox{
    width: calc(100% - 23px);
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin-left:30px;
}
.gundong .con{
    height: 45px;
    white-space: nowrap;
    display: inline-block;
}
.gundong .con li{ 
    display: inline-block;
    white-space: nowrap;
    margin-right: 40px;
}
.gundong a{
    font-size: 14px;
    color: #0e4ca2;
    font-weight: 400;
    line-height: 1.8;
    
}


/* 第一部分 */
.main{
    display: flex;
    justify-content: space-between;
}
/* 轮播图 */
.main .lunbotu{
    width: 605px;
    height: 400px;
    position: relative;
    margin:0;
}
.main .lunbotu img{
    width: 100%;
    height: 400px;
    background: #ddd;
}
.main .lunbotu a p{
    width: calc(100% - 20px);
    height: 49px;
    line-height: 49px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    z-index: 999;
    padding: 0 10px;
}
.main .lunbotu .swiper-pagination{
    width:auto;
    right:10px;
    bottom:15px;
    left: auto;
    top: auto;
    z-index: 99999;
}
.main .lunbotu .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    margin: 0 5px;
}
.main .lunbotu .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}

/* 右侧 */
.main .right{
    width: 562px;
}

/* 碳达峰 碳中和 */
.tzh_title{
    font-size: 16px;
    color: #6db4e8;
    font-weight: 400;
    text-align: center;
    letter-spacing: 20px;
    text-indent: 20px; 
    text-align: center;
    position: relative;
    margin: 35px auto 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tzh_title::after{ 
    content: '';
    width: 360px;
    height: 3px;
    background-image: linear-gradient(to left, rgba(105, 193, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    top: 38%;
    transform: translateY(-60%);
 ;
    flex-shrink: 0;
}
.tzh_title::before{
    content: '';
    width: 360px;
    height: 3px;
    background-image: linear-gradient(to right, rgba(105, 193, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    right: 0;
    top: 38%;
    transform: translateY(-60%) ;
    flex-shrink: 0;
}
.tzh_title h1{
    font-size: 42px;
    color: #0956A0;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 34px;
    text-indent: 35px; 
}


.tdftzh{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tdftzh .left{
    width: 788px;
    display: flex;
    flex-direction: row;
}
.tdftzh .left .item{
    width: 100%;
    margin-bottom: 18px;
    border:1px rgba(214, 223, 245, 1) solid;
    display: flex;
    justify-content: space-between;
}

.tabs{
    width: calc(171px - 14px);
    height: calc(507px - 70px);
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:35px 15px;
    background: rgba(63, 138, 243, 1);
}
.tabs a{
    display: block;
    padding:6px 10px;
    color: #fff;
    border: 1px solid transparent;
}
.tabs a:hover{
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
}
.tabs a.active{
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
}

.tab-content{
    width: calc(100% - 161px);
    padding:25px 25px;
    border:1px solid rgba(214, 223, 245, 1);
    border-left: none;
}
.tab-content ul{
    width: 100%;
    display: none;
    
}
.tab-content ul.active{
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-content ul li{
    width: 45.5%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.tab-content ul li:nth-child(7), .tab-content ul li:nth-child(8){
    border-bottom: none;
}
.tab-content ul li a{
    font-size:15px;
    color: #333;
    line-height: 23px;
}
.tab-content ul li a:hover{
    color: #0956A0;
}
.tab-content ul li span{
    font-size: 15px;
    color: #999;
    line-height: 1.5;
    margin-top: 5px;
}

.tdftzh .right{
    width: 390px;
    display: flex;
    flex-direction: column;
}
.tdftzh .right .item{
    background: rgba(243, 249, 255, 1);
    padding: 12px;
}
.tdftzh .right .item:nth-child(2){
    margin-top: 18px;
}


.index_banner{
    height: 117px;
}
.index_banner img{
    width: 100%;
    height: 100%;
}

.p3{
    background: rgba(244, 249, 255, 1);
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 50px 0;
}
.p3 .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p3 .inner>div{
    width: 367px;
    display: flex;
    flex-direction: column;
}


/* 媒体查询 */
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 768px) { 
    
    .toutiao{
        padding: 10px 0 10px;
    }
    .toutiao a{
        font-size: 0.7rem;
    }
    .main{
        flex-direction: column;
    }
    
    .main .lunbotu {
        width: 100%;
        height: 288px;
    }
    .main .lunbotu img {
        height: 288px;
    }
    .main .right {
        width: 100%;
        padding-top: 20px;
    }

    

    .tzh_title{
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: 0px;
        text-indent: 0px;
        font-size: 0.8rem;
    }
    .tzh_title::before{
        width: 130px;
    }
    .tzh_title::after{
        width: 130px;
    }
    .tzh_title h1{
        font-size: 0.8rem;
        letter-spacing: 0px;
        text-indent: 0px;
    }

    .tdftzh{
        flex-direction: column;
    }

    .tdftzh .left {
        width: 100%;
        flex-direction: column;
    }

    .tabs {
        width: calc(100% - 19px);
        height: auto;
        padding:9.5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        font-size:0.5rem;
    }
    .tabs a{
        padding: 6px 6px;
        display: inline-table;
        white-space: nowrap;
    }
    .tabs a br{
        display: none;
    }
    .tab-content{
        width: calc(100% - 30px);
        padding: 15px 15px;
    }
    .tab-content ul.active{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tab-content ul li{
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .tab-content ul li:nth-child(3){
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .tab-content ul li a{
        font-size:0.45rem;
    }

    .tdftzh .right {
        width: 100%;
    }

    .p3 .inner{
        flex-direction: column;
    }
    .p3 .inner>div {
        width: 100%;
    }

    .list li.img {
        height: auto;
    }
    .list li.img img {
        margin-right: 14px;
        float: left;
    }
    
}