.news{padding-top: .5rem;}
.news-content{width: 5.28rem; background: #fff; border-radius: .2rem; padding: 0 .3rem 0 .3rem; margin: 0 auto;}
.news-content * {
   font-size: .16rem;
}
.news .title{border-bottom:1px dashed #ccc;width: 5.28rem; padding-top: .2rem; padding-bottom: .2rem;}
.news .title .news-title{font-size: .36rem; color: #183883;}
.news .time{font-size: .18rem; color: #bbbbbb; padding-top: .1rem;}
.news-con p{font-size: .24rem; color: #5e5e5e; padding-top: .1rem; line-height: .44rem;}
.news-con img{display: block; margin: 0 auto; width: 5.32rem;}
.news-span{width: 5.3rem;}
.news-span img{width: 5.3rem;}
.news-list{ width: 5.32rem; padding-bottom: .22rem; padding-top: .25rem;}
.news-con p{text-indent: 2em;}
.list-li{width: 4.92rem; border-radius: .2rem; padding: .2rem .2rem .2rem .2rem;  background: #efefef; height: 1.21rem; padding-top: .2rem;}
.news-t p{display: block; font-size: .24rem; width: 5.02rem; color: #0d0d0d;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.list-time p{font-size: .16rem; line-height: .48rem; color: #676767;}
.list-con p{font-size: .16rem; color: #737373; display: -webkit-box; /*盒子模型微弹性伸缩模型*/
    text-indent: 2em;
    word-wrap:break-word; /*链接字母强制换行*/
    -webkit-box-orient: vertical; /*伸缩盒子的子元素垂直排列*/
    text-overflow: ellipsis;  /*文本溢出时,显示省略号 IE, WebKit (Safari, Chrome), Firefox 7, Opera 11*/
    overflow: hidden; /*内容超出,隐藏元素 */
    -webkit-line-clamp: 2;}

.list{padding-bottom: .2rem;}
.time span {
   font-size: .18rem;
}