.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
}

.news_title{
	width: 100%;
	border-bottom: 1px solid #dedfe2;
	overflow: hidden;
}
.news_title ul{
	width: 1200px;
	margin: auto;
}
.news_title ul li{
	float: left;
	line-height: 70px;
	width: 138px;
	font-size: 18px;
	text-align: center;
	border-bottom: 2px solid #fff;
}
.news_title ul li a{
	font-size: 16px;
	color: #474747;
	font-weight: bold;
	display: block;
	line-height: 70px;
}
.news_title ul li.active{
	border-bottom: 2px solid #b00f15 !important;
}
.news_title ul li.active a{
	color: #b00f15;
}
.news_title ul li:hover{
	border-bottom: 2px solid #b00f15;
}
.news_title ul li:hover a{
	color: #b00f15;
}
.news_main{
	width: 1200px;
	margin: auto;
	margin-bottom: 30px;
}
.news_main .box{
	width: 1150px;
	padding: 50px 25px;
	background: #f9f9f9;	
	overflow: hidden;
}
.news_main .box .left{
	float: left;
	width: 466px;
	height: 260px;
	overflow: hidden;
}
.news_main .box .left img{
	width: 100%;
}
.news_main .box .right{
	float: right;
	width: 649px;
}
.news_main .box .right span.time{
	font-size: 28px;
	color:#b00f15;
	display: block;
	font-weight: bold;
	margin-bottom: 26px;
}
.news_main .box .right h6{
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
	overflow:hidden;
	height:23px;
}
.news_main .box .right p{
	font-size: 12px;
	line-height: 28px;
	color: #585858;
	margin-bottom: 31px;
	height: 80px;
	overflow:hidden;
}
.news_main .box .right .more{
	width: 100%;
	display: block;
	line-height: 44px;
	text-align: center;
	background: #ececec;
	color: #535353;
	font-size: 18px;
}
.news_main .box .right .more:hover{
	color: #b00f15;
}
.news_main ul{
	width: 1150px;
	padding: 25px;
}
.news_main ul li{
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #ececec;
}
.news_main ul li .left{
	width: 76px;
	height: 76px;
	padding: 8px;
	float: left;
	background: #ececec;
}
.news_main ul li .left span{
	display: block;
	font-size: 36px;
	color: #b00f15;
	font-weight: bold;
}
.news_main ul li .left i{
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.news_main ul li .right{
	width: 1020px;
	float: right;
}
.news_main ul li .right a{
	color: #000000;
}
.news_main ul li .right h6{
	font-size: 20px;
	margin-bottom: 18px;
}
.news_main ul li:hover h6{
	color: #b00f15;
}
.news_main ul li .right p{
	font-size: 12px;
	color: #585858;
	line-height: 28px;
}
