section {
	width: 100%;
	height: auto;
	/*min-height: 1080px;*/
	background: #f6f6f6;
}

section .middle {
	height: auto;
	background: #FFFFFF;
	position: relative;
}
.content {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 20px;
	height: auto;
}

.content .nav-list {
	width: 314px;
	height: 100%;
	float: left;
}

.content .nav-list a {
	display: block;
	width: 100%;
	height: 66px;
	color: #000000;
	border-bottom: 1px solid #efefef;
	line-height: 66px;
}

.content .nav-list a span:nth-of-type(1) {
	padding-left: 20px;
}

.content .nav-list a span:nth-of-type(2) {
	float: right;
	padding-right: 32px;
}

.content .nav-list a.active {
	color: #FFFFFF;
	background: #465598;
}

.content .list-content {
	width: 90%;
	margin: 0 auto;
}

.content .list-content li {
	width: 100%;
	height: 60px;
	font-family: "宋体";
	font-size: 16px;
	line-height: 60px;
	padding-left: 22px;
	border-bottom: 1px solid #DDDDDD;
	background: url(../img/dian.jpg) no-repeat left center;
}

.content .list-content li a {
	display: block;
	width: 900px;
	height: 60px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .list-content li span {
	float: right;
	color: #465598;
}

.content .list-content div {
	width: 100%;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 14px;
}

.content .list-content div span {
	/*color: #BB3C15;*/
}

.content .list-content div a {
	color: #007AFF;
}

.content .list-content h3 {
	width: 100%;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 24px;
	padding-top:35px;
	padding-bottom: 20px;
}
.content .list-content>span{
	font-family: "宋体";
	font-size: 14px;
	color: #a2a2a2;
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 34px;
}
.content .list-content p{
	width: 100%;
	/*text-indent: 2em;*/
	font-family: "宋体";
	font-size: 16px;
	line-height: 32px;
}

.content .list-content p img{
	/*width: 100%;*/
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.flip{
		width: 340px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.flip li{
		display: inline;
		float: left;
		padding: 0 2px;
	}
	.flip a{
		border: 1px solid #cecece;
		border-radius: 5px;
		padding: 5px 10px;
	}

	.flip a.on{
		border: none;
		background-color: #2d49c2;
		color: white;
		border-radius: 5px;
		padding: 5px 10px;
	}
.content p.conP{
		color: #666;
		text-align: right;
	}