/*整个区域样式设置*/
.div4 {
	width: 1100px;
	/* height: 565px; */
	margin: 0 auto;
	/* overflow: hidden; */
	margin-top: 0px;
	margin-bottom: 0px;
	/* border: 4px solid red; */
}

.div4left {
	width: 350px;
	/* height: 550px; */
	/* border: 3px solid blueviolet; */
	float: left;
	background-color: white;
}

.div4leftimg{
   width: 350px;
   height: 50px;
}


.div4left1 {
	float: left;
	margin-top: 10px;
}

.div4left1 .xw {
	width: 340px;
	/* border: 3px solid blueviolet; */
	float: left;
}

.div4left1 .xw li {
	height: 30px;
	border-bottom: 1px dashed gray; 
}


.div4right {
	width: 745px;
	/* height: 550px; */
	/* border: 3px solid blueviolet; */
	float: left;
	margin-left: 5px;
	background-color: white;
}

.div4rightimg{
	width: 745px;
	height: 50px;
	}

.div4rightsmall1 {
	width: 745px;
	height: 100px;
	margin: 0 auto;
	background-color: #A7D6E6;
	/* border: 3px solid blueviolet; */
	/* margin-left: 20px;
	margin-top: 10px;
	padding-top: 5px; */
}

.div4rightsmall1 img{
	float: left;
	width: 60px;
	height: 60px;
	padding-left: 20px;
	padding-top: 20px;
}

.div4rightsmall1 p{
	float: left;
	padding-left: 20px;
	padding-top: 25px;
	font-size: 20pt;
}

.div4rightsmall2 {
	width: 745px;
	/* height: 400px; */
	margin: 0 auto;
	background-color: lightgray;
	/* margin-left: 20px;
	margin-top: 10px; */
	/* border: 3px solid red; */
}

.div4rightsmall2 p{
	padding-left: 20px;
	padding-top: 25px;
	font-size: 14pt;
}

.div4rightsmall2 .xw li {
	height: 70px;
	padding-top: 5px;
	border-bottom: 1px dashed white; 
	font-size: 12pt;
}