@charset "utf-8";
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
ul {
	list-style:none;
}
ol {
	list-style-position:inside;
}
a {
	text-decoration:none;
	color:#4c4c4c
}
a:hover {
	color:#40A32D;
}
p {color:#4c4c4c;
	line-height:25px;
}
/* 定位*/
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.pr {
	position:relative;
}
.pa {
	position:absolute;
}
.pot10 {
	top:10px;
}
.por10 {
	right:10px;
}
.por20 {
	right:20px;
}
/* 边距*/
.m10 {
	margin:10px;
}
.mt10 {
	margin-top:10px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.ml10 {
	margin-left:10px;
}
.pr10 {
	padding-right:10px;
}
.pr20 {
	padding-right:20px;
}
.pr30 {
	padding-right:30px;
}
html {
	color:#4c4c4c;
	font-size:13px;
	font-family:verdana, arial, tahoma;
	height:100%;
}
.new {
	margin:9px 0;
	vertical-align:middle;
}
.more_01 {
	color:#0179e8
}
.title_h3 {
	border-bottom:1px solid #C9E1CB;
	clear: both;
	display: block;
	height: 25px;
	margin-bottom: 15px;
	position: relative;
}
.title_h4 {
	font-size:13px;
}
.title_h3 h3 {
	border-bottom: 2px solid #54a954;
	background:url(../images/ico_t2.gif) no-repeat 5px center;
	float: left;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	position: absolute;
	width: 170px;
}
