body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
a{
	color: #000000;
	text-decoration: none;
}

.partone{
	width: 100%;
	height: 542px;
	background-color: orange;
	background: url(/uploads/image/rcwdcsydwxzs/bg.png) no-repeat center top;
	padding-top: 336px;
}
.main{
	width: 964px;
	margin: 0 auto;
	
}
.divline{
	width: 100%;
	height: 241px;
	
}
.divline2{
	margin-top: 23px;
}
.divline > div{
	width: 410px;
	height: 226px;
	border: 5px solid #4a8d3d;
	padding: 15px 25px 0px 25px;
	background-color: #ffffff;
}
.divline-left{
	float: left;
}
.divline-right{
	float: right;
}
.divline-title{
	clear: both;
	display: block;
	height: 41px;
	line-height: 41px;
	border-bottom: 1px solid #e9ebea;
	/*background-color: cornflowerblue;*/
}
.divline-title > span{
	display: inline-block;
	font-size: 20px;
	font-weight: bolder;
	float: left;
}
.divline-title > a{
	font-size: 12px;
	float: right;
	display: inline-block;
	
}
.divline > div > ul{
	padding: 0;
	margin: 0;
}
.divline > div > ul > li{
	line-height: 37px;
	list-style-position: inside;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.parttwo{
	padding-bottom: 100px;
}
.parttwo-title{
	background: url(/uploads/image/rcwdcsydwxzs/icon-02.png) no-repeat left center;
	display: block;
	padding-left: 40px;
	line-height: 65px;
	font-weight: bolder;
	font-size: 20px;
}
.divline-two{
	/*background-color: red;*/
	height: 211px;
	margin-top: 40px;
}
.divline-two > img{
	width: 214px;
	height: 210px;
	display: inline-block;
	float: left;
}

.divline-two > table{
	display: inline-block;
	float: right;
	width: 729px;
	height: 211px;
	
}
.divline-two > table > tbody > tr > td{
	height: 42px;
	text-align: center;
	
}
.divline-two > table > tbody > tr > td > span{
	display: inline-block;
	width: 510px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.table-orange{
	border: 1px solid #fdc59a;
}
.table-green{
	border: 1px solid #bddc8c;
}
.table-blue{
	border: 1px solid #84d1f4;
}
.orange{
	border-bottom: 1px solid #fdc59a;
}
.green{
	border-bottom: 1px solid #bddc8c;
}
.blue{
	border-bottom: 1px solid #84d1f4;
}
.divline-two > table > tbody > tr > td:first-child{
	padding-left: 15px;
	text-align: left;
}
