
a {
	color: red;
	text-decoration: none;
}
.we-p {
	height: 200px;
	line-height: 240px;
	font-size: 36px;
	color: #fff;
}
.main-we {
	 display: table;
	 height: 100%;
	 width: 100%;
	 background-image: url(../images/main-we.jpg);
	 background-repeat: no-repeat;
	 background-size: 100% 100%;	text-align: center;
 }
.content {
	width: 1250px;
	height: 500PX;
	margin: 0 auto;
	display: table;
	border: 1px solid #fff;
	border-radius: 5px;

	padding-top: 15px;
}
.content-start{
	font-size: 26px;
	color: #fff;
}
.content div.content-con {
	width: 50%;
	height: 90%;
	float: left;
}
.content div.content-con ul li {
	width: 100%;
	height: 115px;
	margin-top: 10px;
	list-style-type: none;
	cursor: pointer;
	border-radius: 5px;
}
.content div.content-con ul li:hover {
	background-color: #4A6DAB;;
}
.content p {
	text-align: left;
	font-size: 18px;
	color: bisque;
}
.content-text {
	height: 91px;
}
.content-text > div {
	width: 90%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #fff;
}
