﻿
.news{padding-top: .5rem;}
.news-content{width: 6rem; margin: 0 auto;}

.news-list{ width: 5.82rem; padding-bottom: .22rem;}
.news-con p{text-indent: 2em;}
.list-li{width: 5.52rem; border-radius: .2rem; padding: .2rem .2rem .2rem .2rem;  background: #fff; height: 1.21rem; padding-top: .2rem;}
.news-t p{display: block; font-size: .24rem; width: 5.52rem; color: #0d0d0d;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.list-time p{font-size: .18rem; line-height: .48rem; color: #676767;}
.list-con p{font-size: .18rem; 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;}

.btnn{padding-bottom: .3rem;}
.btn{width: 2.4rem; height: .5rem; color: #fff; font-size: .24rem; border-radius: .3rem; line-height: .5rem; text-align: center; margin: auto; background: #183883;}