.news_list {
	position: relative;
	display: block;
	padding: 0 0 10px 0;
	width: 100%;
	font: normal 12px verdana;
}

.news_list .first {
	position: relative;
	display: block;
	float: left;
	width: 700px;
	border-right: 1px solid #8ba8b8;
	padding-right: 0px;
}

.news_list .second {
	position: relative;
	display: block;
	float: left;
	width: 285px;
	border-left: 1px solid #8ba8b8;
	margin-left: -1px;
	padding-left: 0px;
}

.news_list .all_news {
	clear: both;
	text-align: center;
	font: bold 14px verdana;
	margin: 10px 0px 1px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.all_news a:link,.all_news a:visited {
	color: #43b0fd;
	text-decoration: none;
}

.all_news a:hover {
	color: red;
	text-decoration: none;
}

.news_list .one_new {
	margin-bottom: 5px;
	padding: 10px 0px 5px 5px;
	clear: both;
	display: block;
}

.news_list .one_dec {
	position: relative;
	margin-bottom: 10px;
	padding: 5px 0px 5px 5px;
	clear: both;
	display: block;
	float: left;
}

.one_dec .dec_date{
	position: relative;
	display: block;
	float: left;
	width: 130px;
	padding-right: 0px;
	color: #036CB4;
}
.one_dec .dec_text{
	position: relative;
	display: block;
	float: left;
	width: 850px;
	margin-left: -1px;
	padding-left: 0px;
}

.news_list .one_new_gray {
	border: 1px solid #f4f4ff;
	padding:4px;
	clear: both;
	display: block;
	float: right;
	width: 99%;
	background-color: #f7f7f7;
}

.news_list .one_new_white {
	border: 1px solid #f4f4ff;
	padding:4px;
	clear: both;
	display: block;
	float: right;
	width: 99%;
	background-color: #ffffff;
}

.news_list img {
	float: left;
	border: none;
	display: block;
	padding: 0px 5px 2px 0px;
	vertical-align: top;
}

.news_list img.half {
	width: 90px;;
}

.news_list p {
	text-align: justify;
}

.news_list h1 {
	color: #076ea9;
	font: bold 12px verdana;
}

.news_list h2 {
	color: #076ea9;
	font: normal 12px verdana;
}

.news_list  a:link {
	color: #076ea9;
	text-decoration: none;
}

.news_list  a:visited {
	color: #076ea9;
	text-decoration: none;
}

.news_list  a:hover {
	color: red;
	text-decoration: none;
}

.full_new {
	position: relative;
	display: block;
	padding: 5px 5px 10px 5px;
	font: normal 12px verdana;
}

.full_new .title {
	position: relative;
	display: block;
	float: left;
	color: #076ea9;
	font: bold 12px verdana;
}

.full_new .date {
	position: relative;
	display: block;
	float: right;
	color: #076ea9;
	font: normal 12px verdana;
}

.full_new .text {
	position: relative;
	display: block;
	clear: both;
	padding: 0px 0px 0px 2px;
	font: normal 12px verdana;
	text-align: justify;
	text-indent: 20px;
}

.full_new .big {
	margin-top: 1em;
}

.full_new h1 {
	font-size: 18px;
}

.full_new h2 {
	font-size: 16px;
}

.full_new h3 {
	font-size: 14px;
}

.full_new h3,.full_new h2,.full_new h1 {
	text-align: center;
	font-weight: bold;
}

.full_new .text .abstr {
	font-style: italic;
	padding: 5px 0px 5px 0px;
}

.full_new .text img.prev {
	position: relative;
	display: block;
	float: left;
	border: none;
	padding: 3px 0px 2px 0px;
	vertical-align: top;
	margin: 5px 20px 10px 0px;
}