/* 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 .xiehuijj{
	width:1110px;
	height:1000px;
	margin:0px auto;
	background-color:#ffffff;
	float:center;
	}
		.domain .xiehuijj .navigation{
		width:140px;
		height:25px;
		border-bottom:0px solid #888888;
		margin-left:40px;
		padding-top:20px;
		color:#888888;
		}
		.domain .xiehuijj .xiehuijj_li{
		width: 610px;
		height: 700px;
		margin: 0px auto;
		margin:70px 200px 0px 200px;
		padding-top:40px;
		padding-left:150px;
		border-left: 1px dashed #2b2b2b;
		border-right: 1px dashed #2b2b2b;
		background-color: #F9F9F9;
		line-height: 70px;
		text-align: left;
		font-size: 16px;
		float:left;
		}