#d-container .inner{margin-top: -0.4rem;}
#d-container .col_news_head{padding-bottom: 1rem;}
.infobox{
    padding: 0;
    background: none;
    box-shadow: none;
}
.article .news_div ul li {
    list-style: initial !important;
}

.infobox .ml{
    float: left;
    width: 3.2rem;
    margin-top: -1.15rem;
}
.infobox .mr{
    float: right;
    width: 11.24rem;
}
#d-container .col_metas .col_path{
    float: right;
    width: 11.24rem;
    margin-top: 0;
}
.news_imgs{
    width: 2.33rem;
}
.news_images{
    position: relative;
    padding-top: 122.746781%;
    overflow: hidden;
    height: 0;
    background: #eee;
}
.wp_articlecontent ol.list-paddingleft-2 li {
    list-style: inherit !important;
}
.news_images img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news_box1{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.1rem;
    margin-top: 0.4rem;
flex-direction: column;
}
.news_box1 .news_title{
    font-size: 0.36rem;
    line-height: 0.4rem;
    font-family: '思源黑体CN';
    color: #222222;
}
.news_box1 .news_f1{
    font-size: 0.18rem;
    font-family: '思源黑体CN';
    color: #555555;
line-height: 0.28rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.news_box2{
    margin-top: 0.28rem;
}
.news_box2>div{
    padding-left: 0.43rem;
    font-size: 0.18rem;
    line-height: 0.34rem;
    font-family: '思源黑体CN';
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0.12rem;
}
.news_box2 .news_f2{
    background: url(../images/f2.png) no-repeat left top 0.05rem;
    background-size: 0.27rem 0.27rem;
}
.news_box2 .news_f3{
    background: url(../images/f3.png) no-repeat left top 0.05rem;
    background-size: 0.27rem 0.27rem;
}
.news_box2 .news_f4{
    background: url(../images/f4.png) no-repeat left top 0.05rem;
    background-size: 0.27rem 0.27rem;
}
.infobox li.news{margin-bottom: 0.56rem;}
.infobox li.news .tt{
    height: 0.73rem;
    background: #3268B6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.34rem;
}
.infobox li.news .tt .tit{
    font-size: 0.26rem;
    font-family: '思源黑体CN';
    font-weight: bold;
    color: #fff;
}
.infobox li.news .tt .btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.25rem;
    height: 0.25rem;
    cursor: pointer;
}
.infobox li.news .tt .btn span.xian1{
    width: 0.22rem;
    height: 1px;
    background: #fff;
}
.infobox li.news .tt .btn span.xian2{
    width: 0.22rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}
.infobox li.news .tt .btn.close span.xian2{
    transform: translate(-50%,-50%) rotate(90deg);
}
.infobox li.news .con{
    min-height: 2rem;
    background: #fff;
    padding: 0.32rem 0.34rem;
    border: #EAEAEA 1px solid;
}
#wp_paging_w3{display: none;}




@media screen and (max-width: 999px){
    .infobox{width:auto;padding:0;margin:0 10px;padding-top: 40px;}
    .infobox .ml{
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .infobox .ml .news_imgs{margin: 0 auto;}
    .infobox .mr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .news_box1 .news_f1 .fico {
        display: none;
    }
.news_box1{align-items: center;}
}
@media screen and (max-width:767px){}
@media screen and (max-width:640px){}
@media screen and (max-width:479px){
    .news_box1{
        display: flex;
    gap: 20px;
    margin-top: 0.4rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
}
@media screen and (max-width:325px){}