/* tem33-news */
.tem33-news.content-left .col-lg-4{padding-left:0;}
.tem33-news.content-right .col-lg-8{padding-left:0;}
.tem33-news .left{width:100%;overflow:hidden;}
.tem33-news .left .images{width:100%;height:400px;overflow:hidden;}
.tem33-news .left .images img{width:100%;transition:all 0.3s ease-out 0s;height:100%;}
.tem33-news .left:hover .images img{transform:scale(1.1);}
.tem33-news .left .text{width:100%;background-color:#F4F4F4;padding:60px 50px;height:400px;transition:all 0.3s ease-in 0s;}
.tem33-news .left .text:hover{background:#ededed;}
.tem33-news .left .text .title{font-size:16px;color:#222;line-height:25px;max-height:50px;overflow:hidden;margin-bottom:40px;}
.tem33-news .left .text .description{font-size:13px;color:#888;line-height:22px;margin-bottom:40px;max-height:88px;overflow:hidden;}
.tem33-news .left .text .date{font-size:12px;color:#555;font-family:"HELVETICANEUELTPRO-THEX",Arial;}
.tem33-news .left .text .more{width:100%;text-align:right;margin-top:15px;}
.tem33-news .left .text .more .icon{width:25px;height:25px;border:1px solid #333A4A;border-radius:50%;text-align:center;line-height:25px;color:#333A4A;font-size:18px;transition:all 0.3s ease-in 0s;display:inline-block;}
.tem33-news .left .text .more .icon:hover{background:#333A4A;color:#fff;}
.tem33-news .right{background:#F4F4F4;height:400px;overflow:hidden;}
.tem33-news .right .news-li{width:100%;padding:40px;border-bottom:1px solid #e4e4e4;position:relative;transition:all 0.3s ease-in 0s;}
.tem33-news .right .news-li:hover{background:#ededed;}
.tem33-news .right .news-li::before{content:"";position:absolute;background:#666;width:2px;height:2px;border-radius:20px;transition:all 0.3s ease-in 0s;left:25px;top:48px;}
.tem33-news .right .news-li:hover::before{height:8px;}
.tem33-news .right .news-li .title{font-size:14px;color:#333;line-height:25px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.tem33-news .right .news-li .description{font-size:12px;color:#999;margin-top:10px;line-height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
@media (max-width:991px){
    .tem33-news .container{padding-left: 3%!important;padding-right: 3%!important}
    .tem33-news.full-screen-spacing .container.full-screen{padding-left: 0%!important;padding-right: 0%!important}
    .tem33-news .col-lg-4{margin-top:15px;}
    .tem33-news.content-left .col-lg-4{padding-left:15px;}
    .tem33-news.content-right .col-lg-8{padding-left:15px;}
}
@media (max-width:768px){
    .tem33-news{padding:20px 0!important;}
    .tem33-news .left .text .title{line-height:25px!important;}
    .tem33-news .right .news-li .description{white-space:normal;}
}
@media (max-width:640px){
    .tem33-news .left .images{height:300px;}
    .tem33-news .left .text{height:300px;}
    .tem33-news .left .text .title{margin-bottom:20px;}
    .tem33-news .left .text .description{margin-bottom:10px;}
}
@media (max-width:480px){
    .tem33-news .col-lg-8,
    .tem33-news .col-lg-4{padding:0;}
    .tem33-news .left .col-lg-6{padding:0;width:100%;}
    .tem33-news .left .images{height:auto;}
    .tem33-news .left .text{height:auto;padding:15px 10px;}
    .tem33-news .left .text .title{margin-bottom:10px;}
    .tem33-news .left .text .more{margin-top:5px;}
    .tem33-news .left .text .title{font-size:15px;}
    .tem33-news .left .text .description{font-size:12px;line-height:20px;max-height:500px;}
    .tem33-news .right{height:auto;}
    .tem33-news .right .news-li{padding:20px;}
    .tem33-news .right .news-li::before{left:10px;top:28px;}
}
@media (max-width:320px){
    .tem33-news .left .text .more{text-align:left;display:none;}
}
