.header {
	min-width: 1108px;
	height: 400px;
}

.banner {
	width: 100%;
	height: 360px;
	display: block;
	position: absolute;
	top: 0;
}

.list-content {
	width: 1108px;
	min-height: 500px;
	margin: 0 auto;
	margin-top: 80px;
	display: table;
}

.list-left {
	width: 220px;
	height: auto;
	float: left;
	display: inline-table;
}

.list-left p {
	width: 100%;
	height: 100px;
	position: relative;
	top: -40px;
	text-align: center;
	background: gainsboro;
	font-size: 30px;
	line-height: 100px;
	font-family: "宋体";
}

.list-left ul {
	margin-top: -40px;
	border-right: 4px solid gainsboro;
	padding-bottom: 60px;
}

.list-left ul li {
	width: 100%;
	height: 60px;
	background: white;
	text-align: center;
	border-bottom: 1px dashed gainsboro;
}

.list-left li a {
	font-size: 16px;
	color: dimgrey;
	line-height: 60px;
}

.list-left li:hover {
	background: url(../img/deng.png)no-repeat;
	background-size: auto 60%;
	background-position:5px 15px;
}

.list-left li.active {
	background: url(../img/deng.png)no-repeat;
	background-size: auto 60%;
	background-position:5px 15px;
}

.position {
	float: right;
	margin-top: -30px;
	padding-bottom: 10px;
}

.list-right {
	width: 885px;
	min-height: 500px;
	float: left;
}

.list-pic {
	width: 100%;
	height: 250px;
	display: block;
}

.right-title {
	width: 100%;
	height: 60px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid gainsboro;
}

.right-title p {
	width: 100%;
	font-size: 24px;
	line-height: 60px;
	color: #080808;
	margin-left: 20px;
}

.list-con {
	width: 95%;
	height: 810px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}

.list-con ul {
	width: 95%;
	height: 724px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}

.list-con li {
	height: 180px;
	border-bottom: 1px solid gainsboro;
	display: block;
	color: #666666;
	font-size: 12px;
	overflow: hidden;
}

.list-con li span {
	width: 180px;
	height: 150px;
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
}

.list-con li a h3 {
	max-width: 600px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 60px;
	font-weight: lighter;
}

.list-con li a h3:hover {
	color: #2E6DA4;
}

.list-con li h5 {
	width: 600px;
	height: 25px;
	display: block;
	font-size: 12px;
	font-weight: lighter;
}

.list-con li>h6 {
	width: 600px;
	height: 50px;
	display: block;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	line-height: 22px;
	text-indent: 2em;
}

.list-con li>a>p {
	font-size: 14px;
	float: right;
	margin-top: 15px;
}

.list-con li>a>p:hover {
	color: #2E6DA4;
}

.list-con table {
	width: auto;
	height: 40px;
	float: right;
	margin-top: 20px;
}

.list-con table td {
	width: auto;
	height: 20px;
	font-size: 14px;
	text-align: center;
	border: 1px solid gainsboro;
	padding: 10px;
	background: white;
	display: block;
	float: left;
	margin: 5px;
}