@charset "utf-8";
/* CSS Document */	

body { background-color: #be2e2e; }
a { color: #000; }
a:hover { color: #be2e2e; }

.header {
	height: 630px;
	background: url('../../../../images/wslf/zt/2017lh/bg_header.jpg') no-repeat center #fff;
}
.header h1 { display: none; }

.content {
	margin-top: 50px;
	background-color: #fff;
}

.footer {
	margin-top: 0;
	border: none;
	background: none;
}
.footer p,
.footer p a { color: #fff; }
.footer p a:hover { color: #fc0; }
.footer .bor {
	padding-top: 20px;
}

.news-list { padding: 30px 40px 40px; }
.news-list li {
	overflow: hidden;
	padding: 15px 15px 20px;
	border-bottom: 1px solid #e9e9e9;
}
.news-list li:hover { background-color: #f9fafd; }
.news-list li h4 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
}
.news-list li img {
	float: left;
	width: 150px;
	margin-right: 15px;
	border: 1px solid #cbcbcb;
}
.news-list li .desc {
	margin-bottom: 10px;
	max-height: 4.5em;
	font-size: 14px;
	color: #777;
	overflow: hidden;
}
.news-list li .date {
	color: #999;
}

.pagecode {
	padding-bottom: 50px;
  text-align: center;
}
.pagecode a,
.pagecode span {
  display: inline-block;
  height: 31px;
  margin: 0 2px;
  padding: 0 12px;
  line-height: 31px;
  color: #333;
  border: 1px solid #e7e6e6;
  background: #fcfcfc;
}
.pagecode a:hover {
  color: #e83029;
  text-decoration: none;
  border-color: #e83029;
}
.pagecode span {
  color: #fff;
  border-color: #e83029;
  background: #e83029;
}

