/* tem12-news-list*/
.tem12-news-list .news-li{color:#333;display:block;overflow:hidden;padding:20px 10px;border-bottom:1px solid rgba(121,121,121,0.1);}
.tem12-news-list .news-li:hover .news-img img{border-radius:10px;opacity:0.95;}
.tem12-news-list .news-li:hover .news-text{padding-left:5px;}
.tem12-news-list .news-img{width:100%;padding-right:5px;}
.tem12-news-list .news-img img{max-width:100%;transition:all 0.3s ease-in 0s;}
.tem12-news-list .news-text{margin:0;font-weight:normal;padding-bottom:0;transition:all 0.6s ease-in 0s;}
.tem12-news-list .news-text h3,
.tem12-news-list .news-text .h3{font-size:16px;padding-bottom:10px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tem12-news-list .news-text a{color:inherit;}
.tem12-news-list .news-time{opacity:0.5;font-size:24px;line-height:20px;margin:0 0 15px;text-align:right;font-family:"HELVETICANEUELTPRO-THEX","Arial";}
.tem12-news-list .description{opacity:0.8;line-height:24px !important;max-height:48px;overflow:hidden;}
@media screen and (max-width:991px) and (min-width:768px){
    .tem12-news-list > .row{margin:0 -10px;}
}
@media (max-width:990px){
    .tem12-news-list .news-li{margin-bottom:15px;}
}
@media (max-width:768px){
    .tem12-news-list .news-time{font-size:20px;}
}
@media (max-width:640px){
    .tem12-news-list .news-li{max-height:220px;}
}
@media (max-width:480px){
    .tem12-news-list .news-text{padding:10px 0;}
    .tem12-news-list .col-xs-3,
    .tem12-news-list .col-xs-7,
    .tem12-news-list .col-xs-2{width:100%;}
    .tem12-news-list .news-li{max-height:inherit;}
    .tem12-news-list .news-img{padding-top:0;position:static;}
    .tem12-news-list .news-img img{position:static;}
}
