﻿.newsTop{background: #ffffff;padding: 1rem 0 .5rem;margin-bottom: 1rem;}
.newsTop li{width: 25%;box-sizing:border-box;float: left;height: 2rem;line-height: 2rem;font-size: 1.2rem;text-align: center;border-right: 1px solid #DBDBDB;margin-bottom: .5rem;}
/* .newsTop li:nth-child(4n){border-right: 0;} */
.newsTop li.on span {
    border-bottom: 2px solid #006ED6;
    padding-bottom: .2rem;
}
.list{background-color: #f1f1f1;}
.list ul{padding: 1rem;background-color: #fff;}
.list li{border-bottom: 1px solid #dcdcdc;padding-bottom: 1rem;padding-top: 1rem;}
.list li:nth-last-child(1){border-bottom: 0;}
.list .list_l{width: 7rem;height: 5.3rem;float: left;display: block;/* background-size: cover;background-position: center center;background-repeat: no-repeat;position: relative;overflow: hidden; */} 
.list .list_l img{border-radius: 0.5rem;width: 7rem;height: 5.3rem;}
.list .list_r{padding-left: 8rem;height: 5.3rem;}
.list .list_r .text{font-size: 1.2rem;height: 3.2rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 1.6rem;}
.list .list_r >div.clearfix{height: 2rem; width: 100%; float: left;}
.list .list_r h4{color: #000;font-size: 1.3rem;height: 2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 
.news_show{background: #fff;padding: 1rem;}
.news_show .info{margin-top: 1rem;padding: 1rem 0;border:1px dotted #dfdfdf;border-width: 1px 0;}
.news_show .info .i1{color: #666; margin-right: .5rem;}
.news_show .info .i2{color: #666;}
.news_show .info .i3{float: right;position: relative;padding-left: 2rem;color: #666;}
.news_show .info .i3 i{background: url(../images/hot.png) no-repeat 0 0/cover;display: inline-block;width: 1.5rem;height: 1.5rem;position: absolute;left: .5rem;top: -.1rem;}
.news_show .text{margin-top: 1rem;font-size: 1.2rem;}
.news_show .text img{width: 100%!important;height: auto!important;display: block!important;margin: 5px auto;}
 