.news-lists ul li a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.news-lists ul li a .news-date {
    padding-right: 20px;

}
.news-lists>.row>div:nth-child(2){
    overflow: hidden;
}
.news-lists ul li a .news-date .year {
    text-align: right;
    font-size: 44px;
    color: #999;
    line-height: 1em;
}

.news-lists ul li {
    padding: 10px 4px 10px 0px;
    border-bottom: 1px solid #dcdcdc;
}

.news_list li:first-child{
    border-top: 0;
}
.news-lists ul li:last-child {
    border-bottom: 0;
}

.news-lists ul li a .news-date .day {
    white-space: nowrap;
    font-size: 20px;
    color: #999;
}

.news-lists ul li a .news-txt {
    padding-left: 20px;
    border-left: 1px solid #dcdcdc;
}

.news-lists ul li:hover a .news-date .year,
.news-lists ul li:hover a .news-date .day {
    color: #208740;
}

.news-lists ul li a .news-txt .news-tit {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-lists .row {

}

.news-lists ul li a .news-txt p {
    color: #666;
    line-height: 25px;
}

.news-lists .news-img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.news-lists .f-r{ float: right!important;}
.news-lists .f-r a{display:block;}
.news-lists .f-r .rect-718{padding-bottom:74%;}
.news-lists .f-r .info{background:rgba(62,62,62,0.35); position: absolute;
    bottom: 0%; left: 15px; right: 0;
    width:95%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;}
.news-lists .f-r .info .tit{font-size:18px;  padding-left: 40px; color:#fff;}

.news-lists .news-img .img-box{
    width: 100%;

}
.news-lists .news-img img {
    width: 100%;
    height: 100%;
}

.news-lists .news-img-t {
    position: absolute;
    bottom: 0%;
    width: 100%;
    z-index: 2;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    padding-left: 40px;
    font-size: 18px;
}

.news-lists .pc{
    display: block;
}
.news-lists .mob{
    display: none;
}