/*------------------------------------------------------------------------------新闻列表页------------------------------------------------------------------------------*/
.list{background-color: #f1f1f1;}
.list ul{background-color: #fff;border-bottom: 1px solid #e1dfdf;}
.list li{position: relative; height: 3.5rem; line-height: 3.5rem; background-color: #fff; border-bottom: 1px solid #e1dfdf; padding: 0 1rem; font-size: 1.2rem;}
.list li:nth-last-child(1){border-bottom: 0;}
.list li > a{display: block;}
.list li > a:after {content: ''; display: inline-block; width: .5rem; height: .5rem; border-right: 1px solid #666; border-bottom: 1px solid #666; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); margin-left: 0.1rem; position: absolute; right: 1rem; top: 50%; margin-top: -.25rem;}
/*------------------------------------------------------------------------------新闻展示页------------------------------------------------------------------------------*/
.news_show{background: #fff;padding: 1rem;}
.news_show .info{margin-top: 1rem;}
.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/ico/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{max-width: 100%;height: auto!important;}