.news_list {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.news_list ul li {
	height: 203px;
	position: relative;
	margin-top: 20px;
	width: 333px;
}

.news_list ul li .js {
	height: 108px;
	width: 333px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.news_list ul li .js .sz {
	position: absolute;
	width: 100%;
	font-family: "微软雅黑";
	font-size: 43px;
	color: #FFF;
	left: 0px;
	top: 12px;
	height: 32px;
}
.news_list ul li .js .date {
	position: absolute;
	width: 100%;
	left: 0px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #FFF;
	top: 61px;
}
.news_list ul li .news_title {
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 30px;
	color: #6D6D6D;
	position: absolute;
	left: 0px;
	top: 115px;
	width: 100%;
	height: 39px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2DAFBC;
}
.news_list ul li .news_content {
	font-family: "宋体";
	font-size: 9pt;
	color: #666;
	position: absolute;
	left: 0px;
	line-height: 20px;
	width: 100%;
	bottom: 0px;
}

.news_list ul li .news_content a {
	margin-left: 10px;
	color: #09F;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-decoration: none;
}
.news_list ul li .news_content a:hover {
	text-decoration: underline;
}
.news_list .tit {
	height: 100px;
	background-image: url(../images/tit.png);
	background-repeat: no-repeat;
	background-position: center center;
}
