@charset "utf-8";
/* CSS Document */

body{text-align:center; background-color:#666666}

a:link {	font-size: 9pt;	color: #ff0000;	text-decoration: none;}
a:visited {	font-size: 9pt;	color: #ff0000;	text-decoration: none;}
a:hover {	font-size: 9pt;	color: #660099;	text-decoration: underline;}
a:active {	font-size: 9pt;	color: #ff0000;	text-decoration: none;}

.head{width:1000px; height:287px; margin:auto}
.nav{width:1000px; height:57px; margin:auto; background:url(../images/nav.jpg)}
.dh{ margin:0; padding:0; list-style:none;}
.dh li {  float:left; text-align:center; line-height:32px}

.main{width:1000px; background-image:url(../images/index_main_bj.jpg);margin:auto;}

.news{width:1000px; background-image:url(../images/index_main_bj_news.jpg);margin:auto;}
.news_w{width:900px;margin:auto;}

.left_gd{width:960px; height:230px; clear:both; float:left; margin:10px 0 20px 15px}

.right{width:330px; height:218px; float:left; background-color:#feffda; margin:10px 0 10px 0}

.right1{width:330px; overflow:hidden; float:left; background-color:#feffda; margin:10px 0 10px 0}
.right1_top{}
.right1_w{width:310px;font-size:14px;font-family: "微软雅黑"; text-align:left; color:#990000; padding-top:10px}

.left_gd2{width:617px; float:left; margin:20px 0 10px 15px}

.right2_t{width:320px;padding-top:10px; text-align:center;}

ul.news{

    width:320px;/*装饰用的~只限显示的数据总宽度 */
	background:#feffda;
	margin: 0;
	padding: 0;
}
ul.news li{
	list-style-type: none;
    clear:both;/*清行*/
    width:300px;/*装饰用的~只限显示的数据总宽度 */
	height: 20px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	line-height: 20px;
}
ul.news li a{
    float:left;
    display : block;/* 再把主要显示的内容浮动到左边*/
    text-align:left;/* 文本左对齐,可选~保证更多的浏览器是左对齐*/

}
ul.news li span{
    float:right;
    display : block;/* 再把主要显示的内容浮动到左边*/
    text-align:right;/* 文本左对齐,可选~保证更多的浏览器是左对齐*/
}




.foot{width:1000px;margin:auto}