*{
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;    
}
.m1440{
    width:1440px;
    margin:0 auto;
    display:table;
}
.one{
    width:100%;
    background: #E1F5EE;
    /* height:446px; */
}
.dongtai{
    padding:30px 30px;
}
.one_left{
    float: left;
}
.one_left img{
    width:792px;
    height:446px;
}

.one_right{
    float: right;
    display: table;
}
/* 工作动态内容 */

.news{
    float: right;
    position: relative;
    width: 624px;
    height: 3.5rem;
    line-height: 3.5rem;
}
 .newtitle ul li {
    float: left;
    height:53px;
    text-align: center;
    cursor: pointer;
    margin-right:12px;
    width: 197px;
    background:url(djbj.png) no-repeat;
}
.newtitle li div{
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 53px; /* 109.091% */
}

.newtitle li.on div{
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 #208852;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px; /* 109.091% */
}
.newtitle{
    display: table;
}
.newslist ul li{
    height:50px;
    display: flex;
    padding: 12px 0;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
    border-bottom: 1px dashed #B4CCC3;
    position: relative;
}
.newslist ul li:hover a{
    color: #3E9C7E !important;
    cursor: pointer;
    font-weight: bold;
}
.newslist ul li:nth-child(6){
    border:none;
}
.newslist ul li a{
    overflow: hidden;
    color: #333;
    text-align: justify;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    text-indent:20px;
}
.newslist ul li::before {
    position: absolute;
    content: "";
    width: .75rem;
    height: .75rem;
    background: url(jiao.png) no-repeat;
    left: 0rem;
    top: 50%;
    transform: translate(0, -50%);
}


.tuijian{
    width: 100%;
    display: table;
}
.tuijian span{
    background:url(bj.png) no-repeat;
    width: 189px;
    height: 53px;
    background-size:100% 100%;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 #208852;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px; /* 109.091% */
    display: block;
    float: left;
}
.tuijian .more{
    width: 60px;
    height: 20px;
    float: right;
    border-radius: 4px;
    border: 1px solid #0D704E;
    color: #0D704E;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 4px;
    margin-top: 13px;
    text-indent:10px;
}
.tuijian .more svg{
    float: right;
    margin-top: 3px;
}
/* 各种库 */
/* 智库建设 */
.zkjs{
    margin-top:30px;
    margin-bottom:60px;
    display: table;
}
.zhiku{
    width:140px;
    display: flex;
    height: 140px;
    padding: 0 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.16) 100%), url(zkbj.png) lightgray 50% / cover no-repeat;
    backdrop-filter: blur(6px);
    float: left;
}
.zkjs_list a{
    display: table;
    margin-right:20px;
    float: left;
}
.zkjs_list a:nth-child(7){
    margin-right:0;
}
.zhiku .tbj{
    width: 44px;
    height: 44px;
    /* padding: 20px 0; */
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 8px;
    background: linear-gradient(159deg, #33B887 13.29%, #63E084 85.99%);
}
.zhiku .tbj svg{
    margin: 10px auto;
    display: block;
}
.zhiku  span{
    color: #333;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.zhiku .ckgd{
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 78px;
    background: #0D704E;
}
.zhiku .ckgd a{
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.zhiku:hover svg{
    transform-style: preserve-3d;
    transition: transform 1s;
    transform: rotateY(360deg);
}

/* 观点 */
.guandian{
    float: left;
    width:708px;
    height:auto;
}
.guandian ul{
    margin-top:24px;
}
.guandian ul li{
    float: left;
    margin-right:24px;
    margin-bottom:24px;
}
.guandian ul li:nth-child(2n){
    margin-right:0;
}
/* 报告 */
.baogao{
    float: right;
    width:708px;
    height:auto;
}
.massage{
    margin-top:24px;
    margin-bottom:24px;
}
.massage img{
    float: left;
    width: 182px;
    height: 135.121px;
    margin-right:20px;
}
.massage a span{
    color: #333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom:20px;
    display: block;
}
.massage a p{
    overflow: hidden;
    color: #666;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    height: 80px; 
}
.baogao_list .one_right,.baogao_list .news{
    width:100%;
}
.baogao_list .newslist ul li{
    height:40px;
}
.baogao_list .newslist ul li:nth-child(4){
    border:none;
}
.sjbg{
    margin-top:30px;
}
.sjbg .tuijian{
    margin-bottom:24px;
}