@charset "utf-8";
/* CSS Document */



/* **************Index.html CSS*************** */
#main-img {
	background:url(../images/mainimg.jpg) no-repeat 0 0;
	width:900px;
	height:290px;
}
/* ***************Body*************** */
.main {
	height:100%;
}
.body_l {
	float:left;
	margin-right:14px;
	width:568px;
}
.body_r {
	float:left;
	width:288px;
}
.body_l p {
	margin-bottom:15px;
}
.body_r p {
	margin-bottom:10px;
}
.news_box {
	margin:10px 5px;
}
.news_box p {
	border-bottom:1px dotted #ccc;
	text-indent:-6.2em;
	padding-left:6.2em;
	padding-bottom:7px;
	margin:7px 0;
}
.news_bt {
	text-align:right;
	margin-right:5px;
}
.banner_box p {
	float:left;
	margin-bottom:15px;
}
.m_right {
	margin-right:15px;
}








