h2 {
	line-height: 18px;
	min-height: 35px;
	font-size: 15px;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,.2);
	padding: 10px 40px 10px 20px;
	display: inline-block;
}
a.more {
	position: absolute;
	top: 0;
	right: 10px;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	dislay: block;
	background: url(../images/icon1.jpg) 50% 50% no-repeat;
}
#main_t {
	margin: 30px 0 30px;
}
#main_t .item {
	border: 1px solid #ededed;
	position: relative;
	vertical-align: top;
}
#main_t .item a {
	color: #444;
}
#main_t .item h3, #main_t .item h3 a {
	text-align: center;
	color: #3d4ecb;
	font-size: 18px;
}
#main_t .item h4, #main_t .item h4 a {
	text-align: center;
}
#main_t .item1 h2 {
	background: url(../images/bg_t1.png) right bottom no-repeat;
}
#main_t .item2 h2 {
	background: url(../images/bg_t2.png) right bottom no-repeat;
}
#main_t .item3 h2 {
	background: url(../images/bg_t3.png) right bottom no-repeat;
}
#main_t .item4 h2 {
	background: url(../images/bg_t4.png) right bottom no-repeat;
}
#main_t .item .desc {
	padding: 20px 30px;
	line-height: 1.5em;
	text-align: left;
}
#main_b {
	border: 1px solid #dfdfdf;
	padding: 0;
	position: relative;
}
#main_b h2 {
	background: url(../images/bg_t5.png) right bottom no-repeat;
}
#main_b ul {
	padding: 0;
	margin: 20px;
	list-style: none;
}
#main_b ul:after {
	content: "";
	display: block;
	clear: both;
}
#main_b ul li {
	float: left;
	margin: 0 1px 1px 0;
}
#main_b ul li a {
	transition: .3s;
}
#main_b ul li a:hover {
	opacity: .7;
}
.tbl_img {
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: .8em;
}
.tbl_img td, .tbl_img th {
	padding: 0px;
	border-right: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	vertical-align: top;
}
.tbl_img th {
	padding: 5px;
	background: #d3dbd7;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
}
.tbl_img th.green, .tbl_img th.green a {
	background: #1c5856;
	color: #fff !important;
}
