ul li{
	list-style: none;
}
/*顶部图片css*/
#yxhd_PngBox{
	width: 100%;
	min-width: 1200px;
	height: 470px;
	/* background: url(../../img/childpages/yxhd_ban.png)no-repeat center; */
	background-size: 100% 100%;
	cursor: pointer;
}
/*导航css开始*/
#yxhd_Dh{
	width: 1200px;
	margin: 0 auto;
	height: 52px;
	line-height: 52px;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #c83a50;
}
#yxhd_Dh a{
	cursor: pointer;	
	color: #000000;
	text-decoration: none;
}

/*内容css*/
#yxhd_con{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 30px;
}
.yxhd_box{
	width: 1160px;
	height: 208px;
	padding: 20px;
	margin-top: 30px;
	background: #FFFFFF;
	border-bottom: 1px solid #666666;
}
.yxhdc_png{
	width: 343px;
	height: 208px;
	float: left;
}
.yxhdc_png img{
	width: 100%; 
	height: 100%;
}
.yxhdc_ri{
	width: 721px;
	float: left;
	height: 163px;
	padding: 0px 32px 0px 64px;
}
.yxhdc_ri h3{
	font-size: 30px;
	width: 100%;
	overflow: hidden;
	word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
	height: 40px;
	color: #000000;
	font-weight: normal;
	font-family: "microsoft yahei";
}
.yxhdc_zy_p{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	margin-top: 30px;
}
.yxhdc_di{
	width: 721px;
	height: 45px;
	padding: 0px 32px 0px 64px;
	float: left;
}
.yxhdc_diLf{
	width: 300px;
	height: 45px;
	float: left;
	color: #666666;
}
.yxhdc_diLf p:first-child{
	background: url(../../img/childpages/yxhd_timeRed.png)no-repeat left;
	padding-left: 25px;
}
.yxhdc_diLf p:last-child{
	background: url(../../img/childpages/yxhd_ztRed.png)no-repeat left;
	padding-left: 25px;
	margin-top: 6px;
}
.yxhdc_diLf p span{
	color: #f13641;
}
.yxhdc_di_riJt{
	width: 155px;
	height: 37px;
	border: 1px solid #666666;
	float: right;
	text-align: center;
	line-height: 37px;
	color: #666666;
	cursor: pointer;
}
.yxhd_box:hover{
	background: #f13744;
	cursor: pointer;
}
.yxhd_box:hover .yxhdc_ri h3 {
	color: #FFFFFF;
}
.yxhd_box:hover .yxhdc_zy_p{
	color: #FFFFFF;
}
.yxhd_box:hover .yxhdc_diLf{
	color: #FFFFFF;
}
.yxhd_box:hover .yxhdc_di_riJt{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.yxhd_box:hover .yxhdc_diLf p span{
	color: #FFFFFF;
}
.yxhd_box:hover .yxhdc_diLf p:first-child{
	background: url(../../img/childpages/yxhd_time.png)no-repeat left;
}
.yxhd_box:hover .yxhdc_diLf p:last-child{
	background: url(../../img/childpages/yxhd_zt.png)no-repeat left;
}

/*分页按钮*/
.yxhdc_page{
	width: 300px;
	margin: 0 auto;
	height: 36px;
	margin-top: 30px;
	line-height: 36px;
}

.yxhdc_page a{
	display: inline-block;
	border: 1px solid #666666;
	float: left;
	margin-right: 10px;
	padding: 0px 12px;
	cursor: pointer;
}
.yxhdc_page a:first-child:hover,.yxhdc_page a:nth-child(2):hover{
	background: #f13744;
}

.yxhdc_di_riJt a{color: #666666}
.yxhd_box:hover .yxhdc_di_riJt a{color: #fff}