@charset "gb2312";
/* CSS中文站通用样式文档 */

/******************************初始化******************************/
* {margin:0;padding:0;font-size:12px;}
body{	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;color:#000000;text-align:center;
	background-color: #f90;background-image: url(bg.jpg);}
table{border-collapse:collapse;line-height:24px; text-align:left;}
td {}
textarea,input{}
div,form,ul,li,ol,dl,dt,dd {}
dt,dd{clear:both;}
ul{list-style:none;}
h1,h2,h3,h4,h5,h6 {color:blue;}
h1 {font-size:26px; background:url(../images/img_titbg.gif) no-repeat 50% 100%; padding-bottom:10px; line-height:40px; text-align:center; color:#000;}
img {border:0;}

/* 链接&&文字式样 */
a:link,a:visited {color:#000000; text-decoration:none;}
a:hover,a:active {color:#C2130E; text-decoration:underline;}
a.lblack,a.lblack:link,a.lblack:visited {color:black;text-decoration: underline;}
a.lblack:hover{color:#C2130E}
a.lwhite,a.lwhite:link,a.lwhite:visited {color:white;}
a.lwhite:hover{text-decoration: underline;}
a.lred,a.lred:link,a.lred:visited {color:#ff0000;}
a.lred:hover{text-decoration: underline;}
a.lblue,a.lblue:link,a.lblue:visited {color:blue;}
a.lblue:hover{text-decoration: underline;}

/*普通&&文字边框样式*/
.txtblue{color:blue;}
.txtred{color:red;}
.txtwhite{color:white;}
.px12{font-size:12px;}
.px14{font-size:14px;}
.bolds{font-weight: bold;}
.blackborder{border:1px solid black;}
.feiborder{border:1px solid #ccc;}
.redborder{border:1px solid #f00;}
.underlines,a.underlines:link,a.underlines:visited {text-decoration: underline;}
.txt_On {cursor:pointer; color:#0000FF; text-decoration:underline;}
.txt_Off {cursor:pointer;}

/*少用效果*/
/*运用于文本框,刷新文字不变*/.boxHistory {behavior:url(#default#savehistory);}

/*特效&&文字样式&&一般运用于容器上*/
/*发光*/.Glows {Filter:glow(color=#006dce,strength=2); height:1px;color:#fff;}
/*阴影*/.Shadows{Filter:progid:dXImageTransform.Microsoft.Shadow(color:#cccccc,direction:135,strength:5);border:1px solid #999;background-color:#fff;}
/*投影*/.DropShadows{Filter:DropShadow(Color=#006dce，Offx=3，Offy=3, Positive=true)}
/*透明*/.Alphas{Filter:alpha(opacity=50，finishopacity=100，style=0，startX=0，startY=0，finishX=100，finishY=100)}

/*常用布局样式*/
.dis{display:block}
.undis{display:none}
.lefts{float:left;}
.rights{float:right;}
.tabcenter{margin:0 auto;}
.txtcenter{text-align:center;}
.txtright{text-align:right;}
.txtindent {text-indent:4px;}
.positions{position:absolute;top:50px;left:100px;}
.clr{font-size:0;width:1px;clear:both;visibility:hidden;line-height:1px;}
.pad_l {padding-left:15px;}
.pad {padding:5px;}
.pad_lr {padding:0 10px;}
.mar_b {margin-bottom:10px;}
.mar_tb {margin:5px 0;}


/*表格&&隔行变色*/
.tab1 {line-height:22px;border:1px solid #738ead; width:100%;}
.tab1 tr {background-color:expression((this.sectionRowIndex%2==0)?"#ffffff":"#F0F0F0");}
.tab1 tr td {border:1px dashed #fff;}
.tab1 tr#one {font-weight:bold; color:#f00; background-color:#efebff; text-align:center;}

.tab2 {line-height:22px;border:1px solid #738ead; width:100%;}
.tab2 tr {background-color:expression((this.sectionRowIndex%2==0)?"red":"blue")}
.tab2 td {background-color:expression((this.cellIndex%2==0)?"":((this.parentElement.sectionRowIndex%2==0)?"green":"yellow"))}

/*表格&&鼠标滑过变色*/
.tab3 {width:100%; margin:10px 0;border:1px solid #00a600;margin-top:5px;line-height:24px;}
.tab3 tr {s:expression(onmouseover=function(){this.style.backgroundColor='#fff'},onmouseout=function(){this.style.backgroundColor='#eee'})}

/*表格&&鼠标滑过图片变色*/
.tab4 {width:100%; margin:10px 0;}
.tab4 td {width:25%; height:140px; text-align:center; }
.tab4 td img {width:120px; height:160px; border:0;}
.tab4 td a:link img {filter:gray=1;}
.tab4 td a:hover img {filter:gray;}

/******************************正文部分******************************/
#Head {width:980px; margin:0 auto;;background:#fff url(../images/top_bg.jpg) top right no-repeat; position:relative;}
#logo{ background:url(../images/logo.gif) left 4px no-repeat; width:180px; height:74px; position:absolute; left:0; top:0;}
#link{ position:absolute; right:7px; top:0px; color:#FFFFFF;}
#link a{ color:#FFFFFF;}
#nav1 {height:33px; text-align:left; padding-top:45px;}
#nav1 ul{margin-left:185px;}
#nav1 ul li{float:left; width:95px;height:33px; display:block; line-height:33px; margin-right:3px; background:url(../images/nav_onright.gif) right top no-repeat;}
#nav1 ul li label{float:left; width:95px;height:33px;  display:block; line-height:33px;background:url(../images/nav_onleft.gif) left top no-repeat; text-align:center; }
#nav1 ul li a{font-weight:bold; color:#fff; font-size:14px;}





#Nav{width:760px; margin:0 auto;}
#Nav ul {}
#Nav ul li {float:left;}
#Nav ul li a {disaplay:block;width:80px;height:30px;text-decoration:none;}
#Nav ul li a.link,
#Nav ul li a.visited{background:#ccc url() no-repeat 0 0;color:#fff;}
#Nav ul li a.hover,
#Nav ul li a.active {background:#fff url() no-repeat 0 0;color:#000;}

#Cnt{width:970px; margin:0 auto; background-color:#fff;padding:0 5px;}

#Foot {width:970px; margin:0 auto; background-color:#fff;padding:0 5px;}

/******************************其它部分******************************/

#toutiao { background:#eee url(../images/bg_toutiao.gif) repeat-x; height:41px;padding-top:10px; border:1px solid #f00; margin-bottom:10px;font:30px 黑体; font-weight:bold; text-align:center;}
#toutiao A{font:23px 黑体; font-weight:bold; text-align:center;}

.title_tab {background:#fff url(../images/title_red_center.gif) repeat-x; height:32px; font-size:14px; color:#fff; font-weight:bold;}
.tit_on {background:url(../images/title_red_on.gif) no-repeat 50% 0; width:120px; text-align:center; color:#ff0; font-size:14px;}
.tit_off {background:transparent; width:120px; text-align:center; color:#fff; cursor:pointer; font-size:14px;}

.tit_zi {background:url(../images/title_zi.gif) no-repeat 0 0; width:299px; height:27px; text-indent:26px;}
.tit_zi b {margin-top:3px; font-size:14px; height:18px; display:block }
.tit_yel {background:url(../images/title_yellow.gif) no-repeat 0 0; width:299px; height:27px; text-indent:26px;}
.tit_yel span {float:right; margin-right:6px;}
.tit_yel b {margin-top:3px; font-size:14px; height:18px; display:block }

.tag1 {height:24px;margin:8px 0 0 4px;}
.tag1 li{float:left; height:24px; width:93px; display:block; text-align:center;margin-right:4px;}
.tag1 li span{float:right; font-size:14px; height:24px; width:90px;}
.tag1 li.li_on{ background:#fff url(../images/tag1_on_left.gif) no-repeat left top;}
.tag1 li.li_on span{background:#fff url(../images/tag1_on_right.gif) no-repeat right top; font-weight:bold;}
.tag1 li.li_off{ background:#fff url(../images/tag1_off_left.gif) no-repeat left top;}
.tag1 li.li_off span{background:#fff url(../images/tag1_off_right.gif) no-repeat right top; cursor:pointer;}

.tag2 {height:28px;}
.tag2 li{float:left; height:28px; width:93px; display:block;text-align:center;}
.tag2 li span{margin:0 3px; display:block;}
.tag2 li.li_on{border:1px solid #f00; border-bottom:0;font-weight:bold;}
.tag2 li.li_on span{border:1px solid #fff; border-bottom:0;}
.tag2 li.li_off{ border-bottom:1px solid #f00;}
.tag2 li.li_off span {border:1px solid #ccc; cursor:pointer;}

.tag2a {height:28px;}
.tag2a li{float:left; height:28px; width:93px; text-align:center; margin-top:4px; display:block;}
.tag2a li.li_on{border:1px solid #f00; border-bottom:0;font-weight:bold;}
.tag2a li.li_off{border-bottom:1px solid #f00;}


.tag5 {height:28px; margin-top:4px;}
.tag5 li{float:left; height:28px; width:99px; display:block;text-align:center;}
.tag5 li span{width:84px; height:24px;display:block;margin-bottom:2px}
.tag5 li.li_on{border:1px solid #9a27e4; border-bottom:0;font-weight:bold;}
.tag5 li.li_on span{border:1px solid #fff; border-bottom:0;}
.tag5 li.li_off{ border-bottom:1px solid #9a27e4;}
.tag5 li.li_off span {border:1px solid #ccc; cursor:pointer;}

.tag3 {height:26px; margin-top:4px;}
.tag3 li{float:left; height:26px; width:103px; display:block;text-align:center;}
.tag3 li span{width:90px; height:18px; display:block;padding-bottom:2px}
.tag3 li.li_on{border:1px solid #f00; border-bottom:0;}
.tag3 li.li_on span{border:1px solid #fff; border-bottom:1px dashed #f00;}
.tag3 li.li_off{ border-bottom:1px solid #f00;}
.tag3 li.li_off span {border:1px solid #ccc; cursor:pointer; color:#999;}

.tag4 {height:26px; margin-top:4px;}
.tag4 li{float:left; height:26px; width:78px; display:block;text-align:center;}
.tag4 li span{display:block; width:70px; height:18px;padding-bottom:2px}
.tag4 li.li_on{border:1px solid #f00; border-bottom:0;}
.tag4 li.li_on span{border:1px solid #fff; border-bottom:1px dashed #f00;}
.tag4 li.li_off{ border-bottom:1px solid #f00;}
.tag4 li.li_off span {border:1px solid #ccc; cursor:pointer; color:#999;}


.border_t {border:1px solid #f00; border-top:0}
.border_zi {border:1px solid #9a27e4; border-top:0;}
.cleas {clear:both;}


.time ul {width:270px;}
.time li {float:left; margin:3px 0;}
.time li.a {background:url(../images/bg_box.gif) no-repeat; width:92px; height:23px; text-indent:6px; font-weight:bold;}
.time li.b {border-bottom:1px dashed #999; height:23px; width:165px; margin-left:10px;}

.newslist {border:1px solid #f00;border-top:0; padding:5px; height:196px;}
.newslist span{float:right;color:#999;}

.newslist1 {border:1px solid #f00;border-top:0; padding:5px; height:230px;}
.newslist1 span{float:right;color:#999;}

.newslist_2 {border:1px solid #f00;border-top:0; padding:5px; height:190px; margin-top:-1px;}
.newslist_2 div span{float:right;color:#999;}

.newslist_3 { background:url(../images/img_num10.gif) repeat-y 10px 14px; line-height:26px; border:1px solid #f55f34; border-top:0;padding-left:20px; margin-bottom:10px;}
.newslist_3 span{float:right;}


.link {border:1px solid #ccc; text-indent:6px;}
.link td img{width:88px; height:31px; border:1px solid #000;margin:6px 6px 0 0}

.copyright {line-height:24px;}
#daohang { background:url(../images/icon_black.gif) no-repeat 4px 5px; text-align:left; text-indent:12px; margin-bottom:10px; height:18px; line-height:18px; border-bottom:1px dashed #ccc;}

.content p{line-height:30px; font-size:14px; margin-bottom:20px;}
.cols { text-align:right; margin-bottom:30px;}
.cols a{font-size:14px; border-bottom:1px dashed #00f;}

/** 2008-01-22 **/
.space_top6 {padding-top:6px;}
.tag1b {height:24px;margin:8px 0 0 4px;}
.tag1b li{float:left; height:24px; width:120px; display:block; text-align:center;margin-right:4px;}
.tag1b li span{float:right; font-size:14px; height:24px; width:117px;}
.tag1b li.li_on{ background:#fff url(../images/tag1b_on_left.gif) no-repeat left top;}
.tag1b li.li_on span{background:#fff url(../images/tag1b_on_right.gif) no-repeat right top; font-weight:bold;}
.tab_gra {border:1px solid #f55f34;}



.hero {margin-top:12px;}
.hero p{float:left;line-height:24px;text-align:center;margin:0 1px;}
.hero p.li2 {width:74px; height:24px;cursor:pointer;color:#fff;}
.hero p.li1 {background:#f60 url(../images/bg_tag_red_on.gif) no-repeat; width:74px; height:24px;}


.hero2 {margin-top:12px;}
.hero2 p{float:left;line-height:24px;text-align:center;margin:0 0px;}
.hero2 p.li2 {width:54px; height:24px;cursor:pointer;color:#000000;}
.hero2 p.li1 { no-repeat; width:54px; height:24px;}

/*表格&&隔行变色*/
.tab1 {line-height:22px;border:1px solid #ffc402; width:100%;border-top:3px solid #ffc402;}
.tab1 tr {}
.tab1 tr td {border:0;}
.tab1 tr#one {font-weight:bold; color:#f00; background-color:#efebff; text-align:center;}

.tab5 {border:1px solid #ccc;}
.tab5 tr{background-color:#fff;}
.tab5 tr td{vertical-align:middle;border:0; border-bottom:3px solid #ccc;}
.tab5 table tr td{border:0;}


.tab6 {line-height:22px; height:166px;}
.tab6 tr {background-color:expression((this.sectionRowIndex%2==0)?"#faf3e3":"#ffffff");}
.tab6 tr td {border:1px solid #ffae00;}
.tab6 tr#one {font-weight:bold; color:#333; background-color:#eadab8; text-align:center;}
.tab6 i {color:#f00; font-weight:bold; font-style:normal;}

.tab7 {line-height:22px; height:166px;}
.tab7 tr td {border:1px solid #ffae00;background-color:#ffffff;}
.tab7 tr#one {font-weight:bold; color:#333; background-color:#eadab8; text-align:center;}

.tab8 {line-height:22px;width:94%; margin:4px 0;}
.tab8 tr td {border-bottom:1px solid #f4f4f4;background-color:#ffffff;}
.tab8 tr td.one {font-weight:bold; color:#333; background-color:#eee; text-align:center;}

.tab9 {line-height:22px;width:100%; margin:4px 0; background-color:#fededc;}
.tab9 tr td {border:1px solid #fff;}
.tab9 tr.one {font-weight:bold; color:#fff; background-color:#e25c52; text-align:center;}

.tab10 {line-height:22px;width:100%; margin:4px 0; background-color:#ffc;}
.tab10 tr td {border:1px solid #fff;}
.tab10 tr.one {font-weight:bold; color:#fff; background-color:#e2e280; text-align:center;}

.tab11 {line-height:22px;width:100%; margin:4px 0; background-color:#eff7f8;}
.tab11 tr td {border:1px solid #fff;}
.tab11 tr.one {font-weight:bold; color:#fff; background-color:#bcced0; text-align:center;}
