@charset "gb2312";
/*-------------定义默认样式------------------*/
li,ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
	list-style-type:none;
}
/* body样式 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url(../images/main_bg.gif);
*/	background-repeat: repeat-y;
	background-position: center;
}
.content{
	line-height:22px;
	padding:5px;
	overflow:hidden;
	width:640px;
}
a {blr:expression(this.onFocus=this.blur())}
td,th{
	COLOR: #000000;
	Font-family:Verdana, Arial, Helvetica, Sans-serif, "宋体";
	font-size: 12px;
}


form,html, body, ul, li, h1, h2, h3, h4, h5, h6, p, table, img, hr, dd, dt, span, a, dt, dd, ol{
	margin:0;
	padding:0;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size: 12px;
	line-height: 20px;	
}
ul,li {
   list-style:none;
}

/* 链接默认样式 */
a, a:link, a:visited, a:active {
	color: #000000;	text-decoration: none;
}
a:hover {
  color: #D73D00;	text-decoration: underline;
}

/* 文本输入框、下拉列表默认样式 */
input,option,select{
	COLOR: #000000;
	Font-size: 12px;
	Font-family:Verdana, Arial, Helvetica, Sans-serif,宋体;
	background-color: #F7F7F7;
	HEIGHT: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #000000;
}

/* 按钮默认样式 */
.button {
	height:21px;
	border: 1px solid #C8C8CA;
	background:url(../images/button.gif) repeat-x center;
	margin: auto 3px;
	padding-top: 1px;
	color:#000000;}


/* 文本域默认样式 */
textarea{
	COLOR: #000000;
	Font-size: 12px;
	Font-family:Verdana, Arial, Helvetica, Sans-serif,宋体; 
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #000000;	
}

/*-------------定义布局结构--------------*/
#wrapper{
	width: 960px;
	margin:0 auto;
	clear:both;
	background-image: url(../images/bodybg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#header{
	background-color: #FFFFFF;
	height:80px;
}
#logo{
	width: 200px;
	float:left;
}
#sethome{
	width: 250px;
	float:right;
	text-align: right;
	color: #999999;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav{
	clear:both;
	background-color:#000000;
}

.menubg{
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	height: 28px;
	background-color: #000;
/*	background-image: url(../images/menubg.gif);
*/}

/* 主导航样式 */
.mainmenu,a.mainmenu:link,a.mainmenu:visited {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-top:10px;
	margin-top: 10px;
}
a.mainmenu:hover {
	color: #fe6b00;
	text-decoration:underline;
	font-weight: bold;	
	padding-top:10px;
}

.mainmenu2,a.mainmenu2:link,a.mainmenu2:visited {
	font-size: 14px;
	color: #c6ebfc;
	text-decoration: none;
    font-weight: bold;	
}
a.mainmenu2:hover{
	color: #fe6b00;
	text-decoration:underline;
	font-weight: bold;
}

#menu div {
	width:206px;
	text-indent:2em;
}
 
#menu div a{
	display:block;
/*	border-bottom:1px solid #000; */
	color:#000;
	padding:6px 0px;
	background-image: url(../images/menu_mid.gif);
}
#menu div a:hover{
	color:#000;
	padding:6px 0px;
	text-decoration: none;
	background-image: url(../images/menumid.gif);
}

#menu div.now a{
color:#000;
padding:6px 0px;
background-image: url(../images/menumid.gif);
}

#menu2 div {
text-indent:3em;
padding:0px;
}
 
#menu2 div a{
display:block;
border-bottom:1px solid #ffffff;
color:#006db2;
background-image: url(../images/menu_small.gif);
}

#menu2 div a:hover{
background-color:#f7f7f7;
color:#D73D00;
	background-image: url(../images/menusmall.gif);
}

#menu2 div.now a{
	background-image: url(../images/menusmall.gif);
color:#D73D00;
}
#banner{
	background-color:#82bfec;
}
.bottommenu,a.bottommenu:link,a.bottommenu:visited {
	clear:both;
	background-color: #CCCCCC;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	vertical-align: top;
	color: #666666;
}
#bottom{
	height:28px;
	clear:both;
	border-top: 2px solid #5186d1;
	padding: 10px 0px 0px 0px;
	text-align:center;
	line-height: 20px;
	color: #464545;
	background-color: #e6e6e6;
	margin-top:6px;
}
#bottom li{
	color: #494949;
}

#bottom a {
	color:#494949;
	text-decoration: none;
}
#bottom a:hover {
	color:#D73D00;
	text-decoration:underline;
}
.main{
	overflow: hidden;
	margin:0px auto 0px auto;
}
.left {
	float:left;
	width:210px;
	height:300px;
}
.right{
	float: left;
	width: 740px;
}
.view_name{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.view_time,a.view_time:link,a.view_time:visited {
background-color: #dbf1fd;
	font-size: 12px;
	line-height: 26px;
	color:  #666666;
	text-decoration: none;
		text-align: center;
}
a.view_time:hover {
	font-size: 12px;
	line-height: 26px;
	color: #D73D00;
	text-decoration: underline;
}


.view_content{
	padding:10px;
}
.view_file{
	line-height: 24px;
}
.list_head{
	background-color: #def3fe;
	font-size: 14px;
	text-align: center;
	height:20px;
}
.list_head1{
	background-color: #f0faff;
	font-size: 14px;
	text-align: center;
	height:20px;
}
.list_title{
	text-align: center;
	float: right;
}
.list_dot{
	color: #d73d00;
	font-family: "宋体";
}
.list_time{
	color: #666666;
}
.list_hits{
	color: #666666;
}
.listtitle,a.listtitle:link,a.listtitle:visited {
	text-align:center;
	font-size: 14px;
	line-height: 27px;
	color: #000000;
	text-decoration: none;
	background-color: #DEF3FE;
}
a.listtitle:hover {
    text-align:center;
	font-size: 14px;
	line-height: 27px;
	color: #D73D00;
	background-color: #DEF3FE;
	text-decoration:underline;
}

.getlist{
	height:26px;
/*	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;*/
	background-image:url(../images/getbg.gif);
}
#way{
	padding:0px;
	text-align:right;
	background:#f5f5f5;
	border-bottom:0px solid #d9d9d9;
	padding:5px 8px 2px 0px;
	margin:0px;
	color:#000000;
	text-indent: 1em;
}



#gotop{
 padding:2px;
 margin:5px auto;
 text-align:right;
 clear:both;
}


/* 分页样式 */

.page1,a.page1:link,a.page1:visited {
	font-size: 12px;
	line-height: 20px;
	color:  #D73D00;
	text-decoration: none;
}
a.page1:hover {
	font-size: 12px;
	line-height: 20px;
	color: #D73D00;
	text-decoration: underline;
}
.page2,a.page2:link,a.page2:visited {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a.page2:hover {
	font-size: 12px;
	line-height: 20px;
	color: #D73D00;
	text-decoration: underline;
}

.red,a.red:link,a.red:visited {
	color: #D73D00;
	text-decoration: none;
	font-family: "宋体";
}
a.red:hover {
	color: #D73D00;
	text-decoration:underline;
}
.white,a.white:link,a.white:visited {
	color: #FFF;
	text-decoration: none;
}
a.white:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.r_pic{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/r_picbg.gif);
	height: 28px;
	padding-top: 10px;
	padding-left: 20px;
}

.backtop{
	clear:both;
	height:10px;
	text-align:right;
	margin-top:5px;
	margin-right: 20px;
}
.star,a.star:link,a.star:visited {
	color: #D73D00;
	text-decoration: none;
	font-family: "宋体";
}
a.star:hover {
	color: #D73D00;
	text-decoration:underline;
}
.top15{
	margin-top:15px;
}
/* 字体样式：12像素字 21像素行间距 */
.f12lan,a.f12lan:link,a.f12lan:visited  {
	font-size: 12px;
	line-height: 23px;
	color: #095faf;
	text-decoration: none;
}
a.f12lan:hover {
	font-size: 12px;
	line-height: 23px;
	color: #D73D00;
	text-decoration:underline;
}
/* 字体样式：12像素字 21像素行间距 */
.f12hui,a.f12hui:link,a.f12hui:visited  {
	font-size: 12px;
	line-height: 23px;
	color: #383737;
	text-decoration: none;
}
a.f12hui:hover {
	font-size: 12px;
	line-height: 23px;
	color: #D73D00;
	text-decoration:underline;
}
