﻿.banner {
	width:1000px;
	padding:3px 0 7px 0;
	background:#fff;
}
.banner object {
	display:block;
	margin:auto;
}
#boxs {
	width:1000px;
	height:170px;
	margin:auto;
	padding:12px 0 0;
}
.box {
	display:inline;
	float:left;
	margin:0;
	width:317px;
	height:170px;
	background:url(../images/bg_boxi.jpg) no-repeat 0 100%;
}
.box h4 {
	height:35px;
	line-height:35px;
	font-size:18px;
	color:#f72b23;
	padding-top:5px;
	letter-spacing:-1px;
}
.box h4 a {
	color:#f72b23;
}
.box .txt {
	font-size:11px;
	color:#666;
	height:150px;
	overflow:hidden;
	padding:0 18px;
}
.box .more {
	float:right;
	text-align:right;
	padding:0 0 0 6px;
	margin-top:-25px;
}
.box a {
	color:#666;
}
