.col_news_list .wp_entry table.table1{margin-bottom:0.1rem;}
.ldbox h3 {
    display: inline-block;
    font-size: var(--bigSize);
    font-weight: bold;
    color: #fff;
    padding: 0.15rem 0.3rem 0.15rem 0.2rem;
    margin-bottom: 0.1rem;
    position: relative;
    background: #b0001a;
}
.ldbox h3:after{content:'';width: 0.4rem;height:100%;position:absolute;right: -0.4rem;top:0;background: url(img/col_title_bg.png) no-repeat right center/cover;}

.wp_editor_art_table td,.wp_editor_art_table td a{font-size:0.18rem;padding: 0.15rem 0.1rem;}
.wp_editor_art_table td a{    pointer-events: none;}
@media screen and (max-width:999px){
.wp_editor_art_table td, .wp_editor_art_table td a {
    font-size: 16px;
}
}
@media screen and (max-width:479px){
.wp_editor_art_table tr td:first-child{width:100px;}
.wp_editor_art_table td, .wp_editor_art_table td a {
    font-size: 14px;
}
}