@media (max-width:511px) {
	.title h2{font-size:15px;}
	.news-list li .news-title h2,.news-detail .detail-title h2{font-size:15px;}
	.news-list li .news-title .time span,.news-detail .more a,.news-detail .detail-title .t-time span{font-size:12px;}
	.news-detail .detail-content img{width: 100% !important;}
}
@media (min-width:512px) and (max-width: 767px) {
	.title h2{font-size:16px;}
	.news-list li .news-title h2,.news-detail .detail-title h2{font-size:16px;}
	.news-list li .news-title .time span,.news-detail .more a,.news-detail .detail-title .t-time span{font-size:13px;}
	.news-detail .detail-content img{width: 49.5% !important;}
}
@media (min-width:768px) and (max-width: 991px) {
	.title h2{font-size:18px;}
	.news-list li .news-title h2,.news-detail .detail-title h2{font-size:18px;}
	.news-list li .news-title .time span,.news-detail .more a,.news-detail .detail-title .t-time span{font-size:14px;}
	.news-detail .detail-content img{width: 33% !important;}
}
@media (min-width:992px) and (max-width: 1199px) {
	.title h2{font-size:20px;}
	.news-list li .news-title h2,.news-detail .detail-title h2{font-size:20px;}
	.news-list li .news-title .time span,.news-detail .more a,.news-detail .detail-title .t-time span{font-size:15px;}
}
@media (min-width:1200px) {
	.title h2{font-size: 0.24rem;}
	.news-list li .news-title h2,.news-detail .detail-title h2{font-size:0.24rem;}
	.news-list li .news-title .time span,.news-detail .more a,.news-detail .detail-title .t-time span{font-size:0.16rem;}
}

/*标题*/
.title-wrap{background:url(../image/title-bg.png) repeat;width: 100%;}
.title{font-size: 0;overflow: hidden;}
.title h2{line-height:3.8;color: #fff;float: left;width: 100%;text-align: left;}

/*新闻*/
.news{margin-bottom: 1.5rem;font-size:0;}
.news-list,.news-detail{width:100%;margin: 0 auto;}
.news-list li,.news-list li .newsimg{width: 100%;overflow: hidden;}
.news-list li{margin-top: 0.68rem;color: #666;}
.news-list li .newsimg img{width: 100%;height:40%;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.news-list li .newsimg:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.news-list li .news-title{width: 100%;overflow: hidden;}
.news-list li .news-title h2{width: 75%;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;padding:1em 0;}
.news-list li .news-title h2 a{color: #333;}
.news-list li .news-title h2:hover a{color: #d1000a;}
.news-list li .news-title .time,.news-list li .news-title h2{display: inline-block;vertical-align: middle;}
.news-list li .news-title .time{overflow: hidden;padding-top: 0.06rem;width:25%;}
.news-list li .news-title .time img,.news-list li .news-title .time span{float:right;}
.news-list li .news-title .time img{padding-top:0.05rem;}
.news-list li .news-title .time span{margin-left:1em;}
.news-list li .news-main{line-height:2.1;font-size: 14px;}

/*新闻详情*/
.news-detail{text-align: center;font-size:0;color:#666;}
.news-detail .detail-title{width:100%;padding: 0.6rem 0 0.24rem;border-bottom: 1px solid #e5e5e5;}
.news-detail .detail-title h3{color: #d1000a;margin-bottom: 1em;}
.news-detail .detail-title .t-time,.news-detail .detail-title .t-time img,.news-detail .detail-title .t-time span{display: inline-block;vertical-align: middle;}
.news-detail .detail-title .t-time span{margin-left:0.5em;}
.news-detail .detail-content{font-size: 14px;line-height: 2.2;padding-top: 0.2rem;border-bottom:1px solid #e5e5e5;width: 100%;margin: 0 auto;text-align: center;}
.news-detail .detail-content img{display: block;width: 100%;margin: 0 auto;height:auto;float: left;}
.news-detail .detail-content1 img{display: block;width: 100%;margin: 0.2rem auto;height:auto;}
.news-detail .detail-content p{margin: 0.2rem 0;clear: both}
.news-detail .more{width: 90%;margin: 0 auto;margin-bottom: 1.35rem;margin-top: 0.1rem;text-align: left;}
.news-detail .more a{display: block;line-height:2.2;color: #d1000a;width:80%;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}

