﻿@charset "utf-8";
/*others box1 style in common.css*/
.box1 h2 {
	float: left;
	height: 151px;
	width: 203px;
	padding-left: 20px;
	margin-right: 6px;
}
.box1 h3 {
	padding: 6px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	width: 410px;
}
.box1 h3 span {
	color:#FF0000;
}
/*others box2 style in common.css*/
.box2 ul {
	margin-top: 0px;
	list-style-type: none;
	list-style-image: none;
}
.box2 li {
	margin-left: 12px;
	float: left;
	width: 120px;
	text-align: center;
} 
.box2 li a {
	color:#4074A5;
}
.box2 .liFirst {
	margin-left: 2px;
}
.box2 a span {
}
.box2 img {
	border: 1px solid #CCCCCC;
}
/*innerBox3*/
.innerBox3 ul {
	border-top: dashed #C0C0C0 1px;
	margin-left: 40px;
	background-image: url(../img/news-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 600px;
	list-style-position: inside;
	list-style-type: disc;
}
.innerBox3 li {
	line-height: 20px;
}
.innerBox3 li a span {
	float: right;
	margin-top: -18px;
	margin-right: 120px;
}
