/* tem45-news */
.tem45-news .news-li{color:#333;margin:7px 0;}
.tem45-news .news-li a{color:inherit;}
.tem45-news .title{font-size:14px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tem45-news .images{width:100%;padding-top:75%;position:relative;overflow:hidden;}
.tem45-news .images img{width:100%;height:100%;position:absolute;top:0;left:0;-o-transition:all 0.35s ease-out 0s;-moz-transition:all 0.35s ease-out 0s;-ms-transition:all 0.35s ease-out 0s;-webkit-transition:all 0.35s ease-out 0s;transition:all 0.35s ease-out 0s;}
.tem45-news .news-li:hover img{opacity:0.9;transform:scale(1.2);}
.tem45-news .text{padding:20px 0;}
.tem45-news .time{font-size:12px;height:25px;line-height:25px;overflow:hidden;color:#999;font-family:"HELVETICANEUELTPRO-THEX",Arial;margin-top:10px;}
@media (max-width:768px){
    .tem45-news .container,
    .tem45-news.full-screen-spacing .text{padding-left: 3%!important;padding-right: 3%!important}
    .tem45-news.full-screen-spacing .container.full-screen{padding-left: 0!important;padding-right: 0!important}
}
@media (max-width:480px){
    .tem45-news .text{padding:10px 0;}
    .tem45-news .title{font-size:14px;width:100%;}
    .tem45-news .description{padding:5px 0 10px;width:100%;}
}
@media (max-width:360px){
    .tem45-news .column,
    .tem45-news .col-lg-6{width:100%;}
}
