/**
 * 鏂伴椈涓績鍒楄〃椤垫牱寮忋�
 * 
 * @since 2015-04-18
 * @version 1.0
 * @author Luowen
 */


.new-slide {
	width: 900px;
	height: 400px;
	margin: 0 auto 50px;
}



.new-list {
	width: 900px;
	margin: 0 auto;
}
.new-list li {
	position: relative;
	padding: 25px 15px 25px 100px;
	border-bottom: 1px dashed #707070;
}
.new-list li:hover {
	background-color: #f0f0f0;
}
.new-list h3 {
	color: #707070;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
}
.new-list h3 a {
	color: #707070;
}
.new-list h3 a:hover {
	color: #f90;
}
.new-list p {
	line-height: 1.5;
	text-align: justify;
}
.new-list a {
	text-decoration: none;
}
.new-list .more {
	color: #3a8bc8;
	font-family:  "Microsoft YaHei" ! important;
	margin-left: 10px;
}
.new-list .more:hover {
	color: #f90;
}
.new-list .date-day {
	display: block;
	position: absolute;
	left: 0;
	top: 25px;
	font-family: Arial;
	font-size: 34px;
	text-align: center;
	line-height: 50px;
	width: 80px;
	background-color: #e5e5e5;
}
.new-list .date-yearMonth {
	display: block;
	position: absolute;
	left: 0;
	top: 78px;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	width: 80px;
	background-color: #e5e5e5;
}
.new-list .pagination {
	font-size: 0;
	white-space: normal;
	text-align: center;
	margin: 50px 0;
}
.new-list .pagination a {
	color: #959595;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	width: 28px;
	margin: 0 3px;
}
.new-list .pagination .prev,
.new-list .pagination .next {
	font-family:  "Microsoft YaHei" ! important;
}
.new-list .pagination .current,
.new-list .pagination a:hover {
	color: #fff;
	background-color: #3a8bc8;
}
