*{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	
}
a{
	color: #000000;
	text-decoration: none;
}
body{
	clear: both;
	padding: 0;
	margin: 0;
	background: url(/uploads/image/rcwdimszn/bg.jpg) no-repeat center top;
}
.main{
	width: 1000px;
	/*height: 3000px;*/
	margin: 0 auto;
	margin-top: 420px;
}
.before{
	width: 100%;
	height: 166px;
}
.title{
	clear: both;
	width: 100%;
	height: 138.5px;
	padding-top: 27.5px ;
	background-color: #ffffff;
}
.title > img{
	display: block;
	margin: 0 auto;
}
.divgroup{
	width: 460px;
	height: 260px;
	display: inline-block;
	border: 10px solid #f4f4f4;
}
.left-div{
	float: left;
}
.right-div{
	float: right;
}
.divline-two{
	margin-top: 20px;
	background-color: olive;
}
.black{
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #ffffff;
}
.small-title{
	display: block;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #f4f4f4;;
	/*background-color: blanchedalmond;*/
}
.small-title > span{
	font-size: 18px;
	display: inline-block;
	width: 340px;
	font-weight: bolder;
	line-height: 60px;
	padding-left: 29px;
}
.small-title > a{
	display: inline-block;
	margin-right: 21px;
	width: 64px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
	background-color: #ff7a4d;
	border-radius:1px ;
}
.divline-ul{
	clear: both;
	width: 378px;
	height: 178px;
	list-style-position: inside;
	padding-left: 27px;
	padding-top: 20px;
}
.divline-ul > li{
	height: 36px;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
	list-style-position: inside;
	list-style-image: url(/uploads/image/rcwdimszn/liststyle.png);
}

.linkimgs{
	clear: both;
	padding:22px 0px 110px 0px;
}
.linkimgs > a{
	display: inline-block;
	float: left;
	width: 25%;
	text-align: center;
}
.linkimgs > a > img{
	border: none;
}
.link-title{
	width: 422px;
	font-size: 26px;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 100px;
	padding: 20px 0px 20px 0px;
}
.link-title > span{
	text-align: center;
	display: inline-block;
	width: 33%;
	float: left;
}
.link-title > div{
	display: inline-block;
	height: 2px;
	width: 33.3%;
	margin-top: 50px;
	float: left;
	background-color: #e5e5e5;
}
