/* layout */
.newsCont{ width: 100%; padding: 0.6rem 0; background-color:#f2f2f2;}

/* 新闻列表 */
.listNews { margin-bottom:0.3rem; background-color:#ffffff; box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);}
.listNews .listX1,.listNews .listX2,.listNews .listX4,.listNews .listX6{float:left;}
.listNews .listX1{ width: 8%;}
.listNews .listX2{ width: 17%;}
.listNews .listX4{ width: 25%;}
.listNews .listX6{ width: 75%;}
.listNews .listX1{ text-align: center;}
.listNews .media-img img{}
.listNews .newsTime{ padding: 0.2rem 0.5rem; text-align: center; border-right:1px solid #eee;}
.listNews .newsTime .text-large{ font-size:0.48rem; line-height:1.6em;}
.listNews .newsTle { margin: 0.25rem 0.5rem 0 0.5rem;}
.listNews .newsTle h3 a{display:block;font-size:0.24rem; color:#333; margin-bottom:0.2rem;}
.listNews .newsTle p{font-size:0.16rem; color:#888;}
.listNews .newsBtn{ display: inline-block; width:0.7rem; height: 0.6rem; line-height:0.6rem; margin-top: 0.35rem; font-size:0.24rem; border:1px solid #ebebeb;}
.listNews:hover .newsBtn{background:rgba(24,120,56,1.00);color:#fff;border:1px solid rgba(24,120,56,1.00)}
.listNews:hover h3 a{color:rgba(24,120,56,1.00)}

.listNews.newsThumb .newsTime{ margin:0.45rem 0 0 0;}
.listNews.newsThumb .newsTle{ margin-top:0.55rem;}
.listNews.newsThumb .listX6{ width: 50%;}
.listNews.newsThumb .newsBtn{ margin-top: 0.75rem;}

.newsContent{ width:100%; background-color: #f2f2f2;}
.newsView{ padding: 0.8rem; background-color: #ffffff;}
.newsTitle{ border-bottom:1px solid #eeeeee; padding-bottom: 0.2rem; margin-bottom: 0.4rem; text-align: center;}
.newsTitle h1{ font-size:0.32rem; margin-bottom: 0.2rem;}
.newsTitle span{ font-size:0.14rem; color: #888888; padding: 0 0.2rem;}
.newsContBox{ margin-bottom:0.4rem;}
.newsContBox img{ max-width:100% !important;}
.newsOther{ border-top:1px solid #eeeeee; padding: 0.4rem 0;}

.newsOtherList{ font-size:0.16rem;}
.newsOtherList .blank{ height:0.2rem;}

