.warp{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	font-size: 16px;
	overflow-x: hidden;
	background: url(../img/BuWang/bj.png) no-repeat center;
	background-position-y: 300px;
	background-size: 100%;
}
.banner{
	width: 100%;
	height: 300px;
	background: url(../img/BuWang/banner.png) no-repeat center;
	background-size: 100% 300px;
}
.nav{
	font-size: 20px;
	width: 100%;
	height: 50px;
	background-color: #aa0400;
}
.nav_wrap{
	box-sizing: border-box;
	width: 1020px;
	height: 50px;
	margin: 0 auto;
}
.nav_list{
	float: left;
	width: 107px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 10px;
	transition:background-color .2s;
	-ms-transition:background-color .2s;
}
.nav_list a{
	box-sizing: border-box;
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}
.nav_list_active{
	background-color: #ff7f00;
}
.nav_list:hover{
	background-color: #ff7f00;
}
.main{
	box-sizing: border-box;
	width: 1020px;
	margin: 0 auto;
	padding: 10px;
	background-color: rgba(255,255,255,.8);
}
.title{
	position: relative;
	height: 37px;
	border-bottom: 2px solid #dedede;
}
.title span{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 22px;
	color: #b80200;
	padding-left: 15px;
	border-bottom: 4px solid #b80200;
	background: url(../img/BuWang/title.png) no-repeat left;
}
.title span i{
	color: #FF7F00;
}
.title a{
	position: absolute;
	right: 0;
        top:0;
	z-index: 2;
	color: #666666;
	line-height: 35px;
        font-size: 16px;
}
.news_img{
	float: left;
	width: 49%;
	height: 300px;
	position: relative;
}
.news_img img{
	width: 100%;
	height: 100%;
}
.news_TopRight{
	float: right;
	box-sizing: border-box;
	width: 50%;
	height: 300px;
	padding-top: 10px;
	padding-left: 10px;
}
.news_title{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #000000;
	text-align: center;
}
.news_content{
	width: 100%;
	height: 60px;
	padding: 5px 0;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666666;
	line-height: 20px;
	text-indent: 32px;
	border-bottom: 1px dashed #c6c6c6;
}
.news_ul{
	min-height: 200px;
}
.news_li{
	position: relative;
	color: #333;
}
.news_li a span{
	float: left;
	display: block;
	width: 360px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_li i{
	float: right;
	display: block;
	width: 90px;
}
.news_TopRight_li{
	padding-left: 17px;
	line-height: 37px;
}
.news_TopRight_li:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 9px;
	height: 19px;
	background-color: #b80200;
}
.news_conter,.news_bottom,.news_conter_two{
	margin-top: 15px;
	width: 100%;
}
.news_ConterLeft,.news_BottomLeft{
	float: left;
	width: 49%;
	box-sizing: border-box;
}
.news_ConterRight,.news_BottomRight{
	float: right;
	width: 49%;
}
.news_ConterRight_ul .news_li,.news_ConterLeft_ul .news_li{
	line-height: 40px;
	padding-left: 15px;
}
.news_ConterRight_ul .news_li:before,
.news_ConterLeft_ul .news_li:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #ff7f00;
}
.news_conter_two .news_ConterLeft_ul .news_li:before,
.news_conter_two .news_ConterRight_ul .news_li:before
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #b80200;
}
.news_BottomLeft_ul .news_li,.news_BottomRight_ul .news_li{
	line-height: 40px;
	padding-left: 15px;
}
.news_BottomLeft_ul .news_li:before,.news_BottomRight_ul .news_li:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #ff7f00;
}
.footer{
	width: 100%;
	height: 187px;
	background-color: #b20300;
}
.footer_content{
	box-sizing: border-box;
	position: relative;
	width: 1020px;
	height: 100%;
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 35px;
}
.footer_img{
	position: absolute;
	left: 100px;
	top: 50px;
	width: 85px;
	height: 85px;
}
