@CHARSET "UTF-8";

.red {
	border: 1px solid red;
}

.gray {
	border: 1px solid gray;
}

.green {
	border: 1px solid green;
}

.bg {
	background: gray
}

.clear {
	clear: both
}

.radius {
	border-radius: 5px;
}

body {
	background: url(../picture/body_pcb.jpg)
}

.news_main {
	width: 1200px;
	margin: 0 auto;
	overfloat: hidden;
	margin-top: 10px;
}

.news_left {
	width: 828px;
	float: left;
	background: white
}

.news_where a {
	color: #005BA0
}

.news_where span {
	color: gray
}

.news_capital {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	color: black;
	margin-top: 10px;
}

.news_list a {
	color: black;
	line-height: 200%;
	font-size: 14px;
}

.news_list a:hover {
	color: red;
	text-decoration: underline
}

.news_list_index_bull, .news_list_time {
	color: silver;
	margin: 2px;
	font-size: 12px;
}

.news_right {
	width: 360px;
	float: right;
}

.news_right1 {
	background: white
}

.news_right2 {
	margin-top: 20px;
	background: white
}