.box_head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.box_head .box_head_left{
    font-size: 20px;
    font-weight: bold;
    color: #A9302A;
    white-space:nowrap;
}
.box_head .box_head_right{
    font-size: 14px;
    color: #999999;
}
.col_news .news{
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 3fr;
    column-gap: 20px;
    align-items: center;
    font-size: 18px;
    color: #666666;
    height: 60px;
    margin-bottom: 4px;
    padding-left:19px;
    box-sizing: border-box;
    background-color: #fff;
}
.col_news .news .f3{
    padding-left: 20px;
    background: url(/_upload/tpl/0b/df/3039/template3039/images/dianhua.png) no-repeat left center;
}
.col_news .news .f3 span{
    margin-right: 10px;
}
.col_news .news .f5{
    padding-left: 20px;
    background: url(/_upload/tpl/0b/df/3039/template3039/images/youjian.png) no-repeat left center;
}
.wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name{
    font-size:18px;
    font-weight:bold;
    color:#A9302A;
    padding-left:15px;
    border-left:4px solid #A9302A;
    display:block;
    height:16px;
    line-height:17px;
}
.wp_subcolumn_list .wp_sublist .sublist_title{
    border:none;
}
.morelink{
    display:none !important;
}
.tpsx11 img{
    width:100%;
    height:auto;
}
@media screen and (max-width:1220px){
    .col_news .news{
        grid-template-columns:1fr 1fr;
        margin-bottom:20px;
    }
}
@media screen and (max-width:999px){
    .col_news .news{
        grid-template-columns:1fr 1fr 3fr 3fr;
        margin-bottom:4px;
    }
}
@media screen and (max-width:850px){
    .col_news .news{
        grid-template-columns:1fr 1fr;
        margin-bottom:20px;
    }
}
@media screen and (max-width:620px){
    .col_news .news{
        grid-template-columns:1fr;
        row-gap:8px;
        height:auto;
    }
}