.NEWS_one_news {
	width: 595px;

}
.NEWS_one_news .NEWS_head{
	background-image: url(images/news_box_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}

.NEWS_one_news .NEWS_mid{
	background-image: url(images/news_box_02.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 5px;
	padding-left: 5px;
}

.NEWS_one_news .NEWS_foot{
	background-image: url(images/news_box_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}

.NEWS_one_news .NEWS_title {
	color:#006699;
	font-size:15px;
	font-weight:bolder;
	left:10px;
	padding-bottom:10px;
	position:relative;
	width:400px;
	cursor:pointer;
}
.NEWS_one_news .NEWS_pic {
	text-align: center;

}

.NEWS_one_news .NEWS_pic_all {
	float:right;
	overflow:visible;
	position:relative;
	background-color: #666666;
	border: thin solid #999999;
	padding: 5px;
	font-size: 10px;
	left:10px;
}
.NEWS_one_news .NEWS_pic_all a{
color:#FFFFFF;
}

.NEWS_one_news .NEWS_pic_all .NEWS_pic_one {
border:1px none;
overflow:visible;
padding:10px;
position:relative;
text-align:center;
}

.NEWS_one_news .NEWS_short {
	color:#000000;
	position:relative;
	text-align:justify;
	width:430px;
	padding-bottom: 5px;
	font-size: 13px;
}
.NEWS_one_news .NEWS_date {
	color:#336699;
	font-size:10px;
	left:10px;
	position:relative;
}
.NEWS_one_news .NEWS_body {
	color:#000000;
left:20px;
position:relative;
text-align:justify;
width:400px;
}
.NEWS_one_news .NEWS_link {
color:#336699;
left:20px;
padding-top:38px;
position:relative;

}

.NEWS_list{
	width: 600px;
	padding: 5px;
}
.NEWS_list_one{
	width: 600px;
	font-size: 13px;
	padding-bottom: 5px;
}

.NEWS_list_one .NEWS_list_title{
	width: 450px;
	float: left;
	cursor:pointer;
}

.NEWS_list_one .NEWS_list_date{
	width: 100px;
	float: left;
	color: #3366CC;
	text-align: right;
}




.NEWSBOX{
	width: 280px;
	font-size: 10px;

}

.NEWSBOX .NEWS_list_title{
	width: 200px;
	font-size: 10px;
	float: left;
	padding-bottom: 10px;
	cursor:pointer;
}

.NEWSBOX .NEWS_list_date{
	width: 80px;
	font-size: 10px;
	float: left;
	padding-bottom: 10px;
	color: #3366CC;
	text-align: right;
}

