@charset "gb2312";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{
	margin:0;
	padding:0;
	color: #333;
}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
ul,ol{list-style:none;}
a{
	text-decoration:none;
	color: #000;
}
a:hover{
	text-decoration:none;
	color: #FF3300;
}
img {
	border-style: none;
}
body {
	background: #344793 url(bg.jpg) no-repeat center top;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #333;
}
#wrap {
}
#header {
	text-align: center;
	width: 100%;
}
#banner {
	height: 548px;
}
.wrap-inner {
	margin: 0px auto;
	width: 988px;
	position: relative;
	text-align: left;
}
.container {
}
.col-main,.col-sub{
	width:573px;
	float:left;
	position: relative;
	background: #FFF;
}
.col-sub{
	width:400px;
	float: right;
}
.detail {
}
.detail h5 {
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	font-size: 14px;
}
.detail h5 a, .detail .more{
}
.detail .pic{
	float: left;
	margin-right: 10px;
}
.detail .pic img{
}
.detail .txt{
	font-size: 14px;
}
.detail p{
	color: #666;
	font-size: 12px;
	line-height: 24px;
}

.box{
	clear: both;
	position: relative;
	width: 563px;
	margin-left: 392px;
	overflow: hidden;
	padding-top: 52px;
	border-bottom: 1px solid #CEDC98;
	padding-bottom: 30px;
}

.arc-list li{
	position: relative;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
.arc-list li a{
	color: #333;
}
.hd h4{
	margin-bottom: 20px;
}
.bd{
	clear: both;
	background: #EAEAEA;
	padding: 15px 0px 10px;
}
#column-1 {
	background: url(lm_r2_c1.jpg) no-repeat left top;
	height: 371px;
}
#column-2 {
}
.item-list {
	position: relative;
	width: 1267px;
	height: 155px;
	overflow: visible;
}
.item-list li {
	float: left;
	overflow: hidden;
	position: relative;
	width: 181px;
	margin: 0px;
	padding: 0px;
}
.item-list .last {
	margin-right: 0px;
}
.item-list .detail .pic {
	float: none;
}
.item-list .pic img {	border-right: 1px solid #FFF;

}
.item-list a:hover .pic img {
}
.item-list .detail h5 {
	white-space: nowrap;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
}
.item-list .detail p {
}

#footer {
	text-align: center;
	padding-top: 10px;
	border-top: 4px solid #1B57A3;
	background: #FFF;
	border-bottom: 1px solid #FFF;
}
.foot-inner{
	text-align: center;
	padding-bottom: 20px;
}
#demo {overflow:hidden;height:155px;width:563px;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix{height:1%;}