﻿
.new-list ul.list-right li{display: flex;flex-wrap: wrap;}
.new-list ul.list-right li .img{width: 40%;}
.new-list ul.list-right li .info{width: 60%;padding-left: 20px;}
.new-list ul.list-right li .text{color: #fff;padding: 4px  0 10px;}
@media screen and (max-width:1024px) {
.newstype-page .container{max-width: 100%;}
.newstype-page .offset-sm-1{display: none;}
.newstype-page .col-sm-8{max-width: 100%;}
}
@media screen and (max-width:500px) {
.new-list ul.list-right li .img{width: 100%;}
.new-list ul.list-right li .info{width: 100%;padding-left: 0px;margin-top: 20px;}
}
