/*************************************
* 文件名称：layout_aboutus.css
* 作   者：QQ:280474722 E-mail:zcli@vip.qq.com
/*************************************/

#nav1 ul .nav_abo a{
	border-bottom:2px solid #FB191E;
}
 
 
/*中间内容*/
#content{
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	background:#F0F0F0;
	padding-top:20px;
}
#content_left{
	float:left;
	width:190px;
}
#content_left .title_h3{
	width:100%;
	height:50px;
	line-height:50px;
	text-indent:10px;
	padding-bottom:16px;
	background:url(../images/a_h3_bg.jpg) no-repeat left bottom;
	color:#fff;
	font-size:20px;
}
#content_left .content_left_top{
	float:left;
	width:100%;
	background:url(../images/a_left_bg.jpg) no-repeat center bottom;
	background-color:#fff;	
	padding-bottom:10px;
	margin-bottom:20px;
}

#content_left_prolist{
	width:160px;
	float:left;
	padding:10px 15px;
	background:url(../images/left_bg_conter.jpg) repeat-y left top;
}
#content_left_prolist ul{
	width:100%;
}
#content_left_prolist li{
	width:100%;
	float:left;
	margin-bottom:10px;
}
#content_left_prolist li a{
	width:100%;
	float:left;
	height:26px;
	line-height:24px;
	display:block;
	color:#333;
	font-size:14px;
	padding:5px 0px;
	border:1px solid #333;
	-webkit-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;
	text-align:left;
	text-indent:10px;
}

#content_left_prolist li a:hover{
	color:#fff;
	background:#3B207B;
	text-indent:10px;
	border:1px solid #3B207B;
}


#content_right{
	float:right;
	width:994px;
	background:#fff;
}
#content_right .title_h3{
	width:100%;
	height:80px;
	line-height:80px;
	font-size:30px;
	color:#333;
	background:url(../images/a_h3_line.jpg) no-repeat left bottom;
	margin-top:-20px;
	margin-bottom:30px;
}

#content_right .content_aboutus{
	padding:10px;
	width:958px;
	margin:0 auto;
	color:#666;
	font-size:14px;
	padding-top:20px;
	line-height:200%;
	padding-left:18px;
	padding-right:18px;
	padding-bottom:20px;
	float:left;
	min-height:412px;
}
#content_right .content_aboutus p{
	line-height:200%;
	font-size:14px;
	text-indent:20px;
}
#content_right .content_aboutus_bottom{
	float:left;
	width:100%;
	height:9px;
	background:url(../images/a_right_bg_bottom.jpg) no-repeat left bottom;
}

#content_right .boxlist{
	float:left;
	width:100%;
}
#content_right .boxlist li{
	float:left;
	width:100%;
	height:auto;
	line-height:18px;
	border-bottom:dotted 1px #E1E1E1;
	padding-bottom:12px;
	padding-top:12px;
}
#content_right .boxlist h1{
	width:100%;
	height:20px;
	line-height:20px;
	color:#CCCCCC;
}
#content_right .boxlist li .title{
	font-size:12px;
}

#content_right .boxlist li h3 a{
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding-left:10px;
	background:url(../images/ico.jpg) no-repeat left 50%;
}
#content_right .boxlist li h3 a:hover{
	color:#8EBC1B;
}

#content_right .boxlist li p{
	color:#999;
}