/* CSS Document */

body{
padding:0px;
margin:0px auto;
width: 100%;
}
ul{
padding: 0px;
margin: 0px auto;
}
ul li{
list-style:none;
}

a{
text-decoration:none;
color:#3F3F3F;
} 
a:hover{
text-decoration:none;
color:#FF6464;
} 
.a2{
text-decoration:none;
color:#FFFFFF;
}
.a2:hover{
text-decoration:none;
color:#FF6464;
}


/* 第一层框架*/
.domain, .bottom{
width: 1800px;
margin: 0px auto;
margin: 0px;
padding: 0px;
float:center;
}


/* 第二层框架*/
.domain{
width:100%;
height:auto;
background-color:#D8DDDF;
}
	.domain .newspage{
	width:1110px;
	height:auto;
	margin:0px auto;
	background-color:#ffffff;
	float:center;
	}
		.domain .newspage .navigation{
		width:140px;
		height:25px;
		border-bottom:0px solid #888888;
		margin-left:40px;
		padding-top:20px;
		color:#888888;
		}
		.domain .newspage .newspage_title{
		width: 1000px;
		height: auto;
		margin: 0px auto;
		margin-top:80px;
		line-height: 50px;
		text-align: center;
		font-size: 30px;
		font-weight:lighter;
		float:center;
		}
		.domain .newspage .hengxian{
		width:800px;
		height:10px;
		border-top:1px dashed #666666;
		margin:0px auto;
		margin-top:60px;
		}
		.domain .newspage .newspage_maintext{
		width: 800px;
		height: auto;
		margin: 0px auto;
		margin-top:60px;
		line-height: 40px;
		text-indent: 28px;
		border: 0px dashed #2b2b2b;
		}