@charset "utf-8";

.slide{
	width:100%;
	background:url(../img/index/mainimg01.jpg) no-repeat 50% 0;
	height: 490px;
	z-index:2;
}
.main-box{
	width:310px;
	float:left;
	position:relative;
	height: 229px;
}
.block-img{
	width:310px;
	height:188px;
	overflow:hidden;
}
.block-txt{
	position:absolute;
	top: 165px;
}
.main-block{
	background:url(../img/index/bg_mb.gif) repeat-x 0 0;
	padding:25px 0;
	position:relative
}
.block-tag{
	position:absolute;
	top:0;
	left:0;
	}
.news h2{
	width:960px;
	border-bottom:2px solid #000099;
	padding-bottom:5px;
}

.news{
	margin-top: 35px;
	}
.news dt{
	float:left;
	padding: 10px 15px 8px 0;
	clear:left;
	border-bottom: 1px dotted #cccccc;
	width: 150px;
}
.news dd{
	float:left;
	border-bottom: 1px #cccccc dotted;
	padding: 10px 15px 8px 0;
	width: 780px;
}