.HOME_banner{
	width:100%;
	background: url(../img/home_bannerbg.png) no-repeat center;
	background-size: 100% 100%;
}

.HOME_banner .HOME_banner_content{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.HOME_banner .HOME_banner_content img{
	padding-top: 80px;
}
.HOME_banner .HOME_banner_content .HOME_banner_btn{
	padding:5px 10px;
	border: solid 1px #D71D1E;
	color: #D71D1E;
	text-align: center;
	position: absolute;
	border-radius: 3px;
	left: 280px;
	bottom: 100px;
}

.HOME_banner .HOME_banner_content .HOME_banner_btn:hover{
	color: white;
	background:#D71D1E;
}

.Home_main_content{
	width: 1200px;
	margin:0 auto 80px auto;
	overflow: hidden;
}

.Home_main_left{
	width: 800px;
}


.Home_mainLeft_head{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 2px #D71D1E;
	margin-top: 30px;
}

.Home_mainLeft_head span{
	font-size: 20px;
	color: #333;
}


.Home_mainList dl{
	overflow: hidden;
	border-bottom:1px dashed #DBDBDB;
	padding: 10px;
}

.Home_mainList dl dt{
	float: left;
	width: 140px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}

.Home_mainList dl dt p{
	padding: 10px 0;
	font-weight: 500;
	color: #999;
}

.Home_mainList dl dt .Home_mainhead_date{
	font-size: 36px;
}
.Home_mainList dl dd{
	float: right;
	width: 640px;
	font-size: 14px;
	line-height: 24px;
}

.Home_mainList dl dd p{
	font-size: 16px;
	color: #666;
}

.Home_mainList dl dd span{
	font-size: 14px;
	color: #999;
}
.Home_mainList dd p:hover{
	color: #D81D1F;
}

.Home_main_right{
	width: 400px;
	height: 400px;
}

.Home_righthead{
	font-size: 18px;
	color: #333333;
	margin-top: 30px;
	margin-left: 40px;
	border-bottom: solid 1px #DCDCDC;
	line-height: 40px;
	width: 360px;
}
.Home_righthead a{font-size: 14px;}

.Home_search{
	margin-left: 40px;
	width: 360px;
	position: relative;
	margin-top: 30px;
}

.Home_searchlogo{
	width: 28px;
	height: 28px;
	border: none;
	vertical-align:middle;
	position: absolute;
	left: 2px;
	top: 2px;
	cursor: pointer;
	background: url(../img/search.png) no-repeat center center;
}

.Home_searchContent{
	padding: 7px 0px 7px 30px;
	width: 360px;
	color: #DCDCDC;
}

.Home_searchBtn{
	padding: 6.4px 20px;
	border: none;
	background: #D71D20;
	color: white;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: -0.2px;
	cursor: pointer;
}

.Home_flowpath{
	width: 360px;
	margin-left: 40px;
	margin-top: 15px;
}

.Home_flowpath li{line-height: 30px;color:#666;font-size: 14px;}
.Home_flowpath li span{
	cursor: pointer;
}
.Home_flowpath li span:hover{
	color: #D81D1F;
}
.Home_flowpath li em{
	vertical-align: middle;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #B4BAC6;
	margin-right: 20px;}
.HOME_totalproblem a{
	font-size: 14px;
}

.HOME_problemList{
	width: 360px;
	margin-left: 40px;
	margin-top: 30px;
}
.HOME_problemList dl dd{
	margin-bottom: 10px;
}
.HOME_problemList dl dt em:hover{
	color: #D81D1F;
}
.HOME_problemList dl dt span{
	color: #fff;
	font-size: 14px;
	background: #D81D1F;
	width: 27px;
	height: 20px;
	border-radius: 5px;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	position: relative;
}
.HOME_problemList dl dt span:after{
	content: '';
	position: absolute;
	border-left: 8px solid #D81D1F;
	border-top: transparent 8px solid;
	border-right: transparent 8px solid;
	border-bottom: transparent 8px solid;
	top: 2px;
	right: -12px;
}
.HOME_problemList dl dt em{
	color: #333;
	font-size: 14px;
	margin-left: 15px;
	font-weight: 500;
}
.HOME_problemList dl dd{
	padding-left: 41px;
	line-height: 25px;
	color: #999;
	font-size: 12px;
}


.HOME_problemList p{
	padding: 5px 0;
}

.HOME_problemList p a{
	font-size: 14px;
	color: #999999;
	padding-left: 10px;
}

.HOME_problemList p span{
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	color: white;
	background: #999999;
	border-radius:50%;
}

.HOME_problemList p .first{
	background: #E70012;
}

.HOME_problemList p .second{
	background: #E96100;
}

.HOME_problemList p .thirdly{
	background: #F39801;
}
.nav_bar ul li:first-child{background:#fff4df;color:#D81D1F; }
.Home_mainList dd p{cursor: pointer;}
.Home_mainLeft_head a{font-size: 14px;}
