
/* sub about style */
.sub-about-style{
	width: 700px;
}
.sub-about-style li{
	margin-top: 8px;
	line-height: 22px;
	padding-left: 2px;
	color: #333;
}
.sub-about-style li.sub-about-title{
	font-size: 12px;
	font-weight: bolder;
	background: #f7f7f7;
	border: 1px solid #eee;
	color: #003366;
}
/* end about style */

/* a1_content style */
li.a1-title{
	font-weight: bolder;
}
ul.a1-content{
	width: 60%;
	margin-left: 60px;
	list-style-type: circle;
}
ul.a1-content li{
	color: #666;
}
/* end a1 */

/* sub about img */
.sub-about-img-style{
	padding: 0;
}
.sub-about-img-style li.img-title{
	line-height: 30px;
	font-size: 12px;
	font-weight: bolder;
	color: #003366;
}
ul.sub-about-img{
	width: 100%;
	height: 170px;
}
ul.sub-about-img li{
	width: 50%;
	float: left;
}
ul.sub-about-img li.img-box{
}
ul.sub-about-img li.img-box img{
	margin: 0 0 0 40px;
	padding: 0;
	border: 0;
}
/* end sub img */
