@charset "utf-8";
/* CSS Document */
body{padding-bottom:160px;}

.groups{padding:83px 0 3px; margin-bottom:15px; background:#fff; box-shadow:0 0 5px 0 rgba(0,0,0,0.3);}
.groups li{width:50%; border-right:1px solid #eee; text-align:center; font-size:1.4rem; color:#666; float:left; line-height:40px; padding:10px 0; position:relative;}
.groups li i{width:100%; height:3px; background:#fff; position:absolute; bottom:-3px; left:0; display:block;}
.groups .cut{color:#169bd5; font-weight:600;}
.groups .cut i{background:#169bd5;}
.groups li:last-child{border:none;}

.list{width:100%; margin:0 auto; display:none;}

.news{border:1px solid #eee; padding:20px; position:relative; margin-bottom:5px; background:#fff;}
.news img{width:100%;}
.news .info{line-height:30px;}
.news .info h3{font-weight:600; font-size:1.6rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin:15px 0;}
.news .info p{width:100%; height:60px; color:#666; overflow:hidden; font-size:1.4rem; margin-bottom:15px;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.news .info span{font-size:1.4rem;}
.news .review{display:inline-block; padding-left:30px; background:url(/public/static/image/h5/newsicon01.png) no-repeat 10px center;}
.news .view{display:inline-block; padding-left:30px; background:url(/public/static/image/h5/newsicon02.png) no-repeat 10px center;}
.catShow{display: none}
.groups .more{display: block;width: 100%;line-height: 60px;text-align: right;font-size: 1.6rem;color: #f17621;padding-right: 12%;float: right;margin-top: -58px;}
