.col_tt {
    color: #811C21;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
}

.col_metas {
    position: relative;
}

.col_local {
    position: absolute;
    right: 0;
    top: 0.2rem;
    font-size: 0.15rem;
    color: #818181;
}
body.list_xxjj .mainbox01  .col_news_head .col_local a{
    color: inherit;
}
.nl,.nr {
    width: 47.9%;
}
.nr{display:flex;align-items:center;}
.news_list_xxjj .news {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}
.news_list_xxjj{padding-top:0.85rem}
.news_list_xxjj .news_imgs {
    padding-top: 50.06%;
}

.n_txt {
    font-size: 0.21rem;
}

.news_list_xxjj .news:nth-child(even){flex-direction:row-reverse}
.n_txt p {
    text-indent: 2em;
    line-height: 2.8;
}
@media screen and (max-width: 999px){
    .col_local{display:none;}
    .news_list_xxjj .news,.news_list_xxjj .news:nth-child(even) {
    display: flex;
    flex-direction:column-reverse;
}
    .nl,.nr {
    width: 100%;
}
    .n_txt {
    font-size: 20px;
}
    .news_list_xxjj .news{margin-bottom:0;}
}