/* CSS Document */

.news-list-con,
.news-info-box {
	width: 1200px;
	height: auto;
	padding: 50px 0px;
	margin: 0px auto;
}
.news-list {
	width: 1200px;
	height: 100px;
	border-bottom: 1px solid #dedede;
	padding-top: 20px;
}	
.news-list .date {
	width: 120px;
	height: 80px;
	float: left;
	text-align: center;
	margin-top: 10px;
}	
.news-list .date h3 {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #bebebe;
	font-weight: normal;
}
.news-list .date p {
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #bebebe;
	font-size: 16px;
}	
.news-list .line {
	width: 10px;
	height: 60px;
	border-right: 1px solid #dedede;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
}	
.news-list .font {
	width: 960px;
	height: 80px;
	float: left;
}	
.news-list .font .title {
	width: 960px;
	height: 40px;
}
.news-list .font .title span {
	display: inline-block;
	border-radius: 2px;
	width: 80px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	float: left;
	margin-top: 8px;
}
.news-list .font .title span.blue {
	border: 1px solid #247dff;
	color: #247dff;
}	
.news-list .font .title a {
	font-size: 18px;
	float: left;
	line-height: 40px;
	padding-left: 10px;
}
.news-list .font p {
	font-size: 16px;
	line-height: 30px;
	width: 960px;
	height: 30px;
}
.news-list .font p a {
	color: #858585;
}
.news-list i {
	width: 24px;
	height: 24px;
	background: url(../images/png.png) no-repeat -271px -31px;
	display: inline-block;
	float: right;
	margin-top: 20px;
}
.page {
	width: 1200px;
	height: 40px;
	text-align: center;
	margin: 60px 0px 30px 0px;
	cursor: pointer;
}
.page a {
	padding: 10px 17px;
	border: 1px solid #dedede;
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	margin: 0px 2px;
}
.page a:hover,
.page span {
	padding: 10px 17px;
	border: 1px solid #247dff;
	border-radius: 2px;
	background: #247dff;
	color: white;
	font-size: 14px;
	text-decoration: none;
}
	
.news-info-box .title {
	width: 1200px;
	height: 90px;
	text-align: center;
	border-bottom:  1px solid #dedede;
	padding-bottom: 20px;
}
.news-info-box .title h1 {
	text-align: center;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
}
.news-info-box .title h1 span {
	display: inline-block;
	border-radius: 2px;
	width: 80px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	margin-top: 8px;
	font-weight: normal;
	margin: 10px;
}
.news-info-box .title h1 span.blue {
	border: 1px solid #247dff;
	color: #247dff;
}
.news-info-box .title p,
.news-info-box .title p a {
	font-size: 16px;
	color: #ababab;
	line-height: 50px;
}
.news-info-box .title p span {
	padding: 0px 15px;
}

.news-info-con {
	line-height: 35px;
	font-size: 16px;
	color: #272727;
	padding: 30px 0px;
}
	
.news-info-box h4 {
	font-size: 16px;
	line-height: 25px;
}
.news-info-box h5 {
	color: red;
	font-size: 16px;
	line-height: 25px;
}
.news-ul {
	width: 1200px;
	height: 300px;
}
.news-ul ul {
	display: inline-block;
	margin-left: -13px;
	margin-top: 10px;
}
.news-ul ul li {
	width: 390px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin-left: 13px;
}
.news-ul ul li a {
	font-size: 14px;
	display: inline-block;
	line-height: 28px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	