.yjtd .tips{
    font-size: 0.18rem;
    color: #000;
    line-height: 0.4rem;
    text-align: center;
}
.post1 .wp_subcolumn_list,
.post1{margin-bottom: 0.4rem;}
.post1 .wp_subcolumn_list .wp_sublist .sublist_title,
.post1 .tt{
    display: block;
    height: auto;
    line-height: auto;
    border-bottom: none;
    margin-bottom: 0;
}
.post1 .sublist_title::after,
.post1 .tt::after{
    content: '';
    width: 0.6rem;
    height: 0.04rem;
    background: #10429B;
    display: block;
    position: relative;
    z-index: 1;
}
.post1 .wp_subcolumn_list .wp_sublist .sublist_title a.morelink{
    display: none;
}
.post1 .subcolumn-name,
.post1 .tit{
    font-size: 0.3rem;
    line-height: 0.43rem;
    color: #000;
    padding-bottom: 0.12rem;
}
.post1 .news_list{
    margin-top: -0.04rem;
    background: #F8FBFF;
    box-sizing: border-box;
    padding: 0.4rem 1rem;
    border-top: #E2EDFF 0.02rem solid;
}
.post1 li.news{width: 25%;margin: 0;float: left;}
.post1 .news_div{
    min-height: auto;
    background: none;
    width: 0.82rem;
    margin: 0 auto;
}
.post1 .news_title{
    margin: 0;
    font-size: 0.27rem;
    line-height: 0.53rem;
    color: #10429B;
    text-align: justify;
    transition: all 0.6s ease;
}
.post1 .news_title::after {
  content: "";
  display: inline-block;
  width: 100%; /* 强制换行，使单行文本也能两端对齐 */
}
.post1 a.news_link:hover .news_title{opacity: 0.6;}


/* =======文章页======= */

#d-container .col_metas .col_title{display: none;}
#d-container .col_news_head{border-bottom: none;padding-bottom: 0;}
#d-container .article .top{padding-bottom: 0.24rem;border-bottom: #10429B 1px solid;}
#d-container .article .bottom{margin-top: 0.49rem;}
#d-container .news_imgs{
    float: left;
    width: 1.9rem;
}
#d-container .news_images{
    position: relative;
    padding-top: 137.37%;
    overflow: hidden;
    height: 0;
    background: #eee;
}
#d-container .news_images img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
#d-container .news_con{
    float: right;
    width: calc(100% - 2.3rem);
}
#d-container .news_title{
    font-size: 0.4rem;
    line-height: 0.45rem;
    color: #000;
    margin-top: 0.12rem;
}
#d-container .news_text{margin-top: 0.49rem;}
#d-container .news_extra{
    font-size: 0.2rem;
    line-height: 0.46rem;
    color: #000;
    opacity: 0.6;
}
#d-container .extit{
    float: left;
    width: 1.02rem;
}
#d-container .excon{
    float: left;
    width: calc(100% - 1.02rem);
}
#d-container .tit{
    font-size: 0.32rem;
    line-height: 0.46rem;
    padding-left: 0.18rem;
    font-weight: bold;
    color: #000;
    border-left: #10429B 0.08rem solid;
    margin-bottom: 0.3rem;
}
#d-container .con{
    font-size: 0.24rem!important;
    color: #000!important;
    font-family: '思源黑体CN'!important;
    line-height: 0.4rem!important;
}










/* =================== 响应式 ==================== */




@media screen and (max-width:999px){

}
@media screen and (max-width:767px){
    .post1 .news_list{padding: 0.4rem;}
}
@media screen and (max-width:479px){
    .post1 li.news{width: 50%;}
}











