@charset "utf-8";
/* CSS Document */
/*banner开始*/
.banner_erji{ 
	width:100%;
	min-width:1200px;
	height:200px;
	margin:0 auto;
	position:relative;
	background:url(../img/banner_erji.jpg) no-repeat center;
}
.content{ 
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.content .left{ 
	float:left;
}
.content .left ul{ 
	margin-top:60px;
	width:250px;
	background:#c71110;
	color:#fff;
	font-size:24px;
	padding:20px 0 20px 30px;
}

.content .left dl{ 
	width:280px;
	
}

.content .left dl dt{ 
	background:#dfdfdf;
	padding-left:30px;
	border-top:2px solid #fff;

}
.content .left dl dt a{ 
	line-height:60px;
	color:#2d3037;
}

.content .left dl dd{ 
	
	padding-left:30px;

	background:#f8f8f8; 
	
}

.content .left dl dd a{ 
	line-height:50px;
	color:#676767;
}

.content .left dl dd:hover a{  color:#c71110; }
.content .left dl dt:hover a{  color:#c71110; }

.content .right{ 
	float:right;
	width:860px;
	margin-top:60px;
}	


/*标题*/	
.right .title{
	
	width:860px;
	overflow:hidden;
	border-bottom:2px solid #666666;
}
.right .title dt{
	float:left;
	font-size:22px;
	line-height:38px;
}

.right .title dd{
	float:right;
	color:#8c9099;
	font-size:14px;
	line-height:38px;
}
.right .title dd a{
	color:#8c9099;
}
.right .title dd a:last-child{
	color:#2d3037;
}

/*列表*/

.right .i_content{
	padding-bottom:40px;
}
.right .i_content ul{
	padding:20px;
}
.right .i_content ul li{
	height:66px;
	border-bottom:1px dashed #a6aaad;
}
.right .i_content ul li a{
	display: inline-block;
	overflow:hidden;
	float:left;
	line-height:66px;
	font-size:16px;
	padding-left:30px;
	background:url(../img/news_icon.png) left center no-repeat;
}
.right .i_content ul li a:hover{ color:#c71110;}
.right .i_content ul li span{
	float:right;
	line-height:66px;
	font-size:16px;
	color:#999;
}

/*fanye*/
.right .i_content .fybox{
	max-width:1200px; 
	margin:60px auto;
	text-align:center;
}
.right .i_content .i_fanye{
	overflow:hidden;
	display:inline-block;	
}
.right .i_content .i_fanye .i_fanye1,.i_fanye .i_fanye2{
	float:left;
	overflow:hidden;
	margin-bottom:6px;
}
.right .i_content .i_fanye p,.i_fanye h6,.i_fanye h5,.i_fanye input{
	width:26px;
	border-radius:2px;
	line-height:26px;
	height:26px;
	background:#e6e6e6;
	float:left;
	margin:0 8px;
	text-align:center;
	font-size:14px;
	cursor:pointer;
}
.right .i_content .i_fanye .left_co{
	background:#e6e6e6 url(../img/left_arrow1.png) center no-repeat;
}
.right .i_content .i_fanye .right_co{
	background:#e6e6e6 url(../img/right_arrow1.png) center no-repeat;
}
.right .i_content .i_fanye h5{
	background:#fff;
	width:40px;
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin-right:4px;
	}
.right .i_content .i_fanye .input1{
	height:16px;
	margin:0px;
	margin-top:3px;
	background:#fff;
	border:1px solid #999;
	}
.right .i_content .i_fanye .input2{
	width:30px;
	font-size:12px;
	text-align:center;
}
.right .i_content .i_fanye .ye_current{
	background:#c71110;
	color:#fff;
	}
.right .i_content .i_fanye .left_co:active{
	background:#c71110 url(../img/left_arrow2.png) center no-repeat;;
}
.right .i_content .i_fanye .right_co:active{
	background:#c71110 url(../img/right_arrow2.png) center no-repeat;
}
.right .i_content .i_fanye .input2_co:active{
	color:#fff;
	background:#c71110;
}

.article{overflow:hidden;width:800px;margin:50px auto;font-size:16px;line-height:180%;text-align:left;}


/*翻页*/
.yema{width:100%;margin:20px auto;text-align:center;line-height:20px;}
.yema a{display:inline-block;height:28px;line-height:28px;color:#343434;border:1px solid #ebebeb;background:#f9f9f9;padding:0 10px;margin:0 4px;}
.yema a:hover{background:#ebebeb;}
.yema strong{}
.yema span{}
.yema a.jp-current{color:#fff;border:1px solid #a0a0a0;background:#a0a0a0;}
.yema a.jp-disabled{background:#ebebeb;}














