.news_list {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.news_list ul li {
	height: 98px;
	position: relative;
	margin-top: 41px;
}

.news_list ul li .js {
	height: 98px;
	width: 98px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/news_li.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: 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: 110px;
}
.news_list ul li .news_content {
	font-family: "ËÎÌå";
	font-size: 9pt;
	color: #AEAEAE;
	position: absolute;
	top: 32px;
	left: 110px;
	line-height: 28px;
	width: 783px;
	height: 65px;
}

.news_list ul li .news_content a {
	margin-left: 10px;
	color: #09F;
	position: absolute;
	right: -184px;
	bottom: 2px;
	text-decoration: none;
}
.news_list ul li .news_content a:hover {
	text-decoration: underline;
}
.news_menue {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.news_menue ul li {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 12pt;
	color: #333;
	background-color: #E8E8E8;
	text-align: center;
	height: 30px;
	margin-top: 15px;
	margin-right: 15px;
	float: left;
	line-height: 30px;
	position: relative;
	width: 123px;
	margin-left: 15px;
}
.news_menue ul {
	overflow: hidden;
	position: relative;
}
.news_menue ul li a {
	color: #333;
	text-decoration: none;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
}
.news_menue ul li a:hover {
	color: #FFF;
	background-color: #FE8400;
}
.news_list .news_list_con ul li .news_title a {
	color: #6D6D6D;
	text-decoration: none;
}
.news_list .news_list_con ul li .news_title a:hover {
	color: #00A1F1;
}
