.grid-news [class^="col-lg-"], .grid-news [class^="col-md-"], .grid-news [class^="col-sm-"], .grid-news [class^="col-xs-"]{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.grid-news .row{
    margin-right: -10px !important;
    margin-left: -10px !important;
}
.news-item {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: justify;
}

.news-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    transition: all 200ms;
    height: 55px;
    overflow: hidden;
    padding-right: 10px;
    padding-top: 11px;
    text-align: center;
    text-transform: uppercase;
}

.news-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: bold;
}

.news-desc {
    position: relative;
    text-align: justify;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-image {
    clear: both;
    overflow: hidden;
    border-radius: 2px;
}

.news-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.news-desc {

}
aside.right_content .titile_h {
    background: #929599;
    height: 32px;
}
aside.right_content .titile_h span {
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
}
aside.right_content {
    clear: both;
    padding-top: 5px;
}
aside.right_content .content_v {
    clear: both;
    padding-bottom: 5px;
    padding-top: 5px;
}
aside.right_content .content_v .images {
    overflow: hidden;
}
aside.right_content .content_v .images span {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 0 2px 0 0;
    color: #ffffff;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 28px;
    bottom: 0;
    left: 15px;
}
aside.right_content .content_v .images img {
    height: 65px;
    object-fit: cover;
}
aside.right_content .content_v .detail {
    font-size: 13px;
    line-height: 1.3;
}
.InContentA ul, .InContentA ol, .InContentA li{
    list-style-position: inside;
}
@media (min-width: 1200px) {
    aside.right_content .filter .content_v .images{
        padding-right: 0;
    }
}