

A{TEXT-DECORATION: none;}  /* 链接无下划线,有为underline */ 
A:hover{TEXT-DECORATION: underline;Color:#099FD7;}  /* 鼠标在链接上 */ 
A:link {color: #000000;}  /* 未访问的链接 */
A:visited {color: #000000;}  /* 已访问的链接 */
A:active {color: #666666} /* 点击激活链接 */
BODY  /* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
{
background:url(/Templets/img/);
background-position:center;
text-decoration: none;
font-size: 11pt;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 10pt;line-height: 150%; 
}
#nobold { font-weight: normal; }
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
FONT-SIZE: 12px;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px; 
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
.bg   /*背景*/
{
background:#ffffff;
}
.tdbg   /*表格背景*/
{
PADDING-RIGHT: 3px; PADDING-LEFT: 3px; background:#FFFFFF; PADDING-BOTTOM: 3px; PADDING-Top: 3px
}
.border  /*边框*/
{
border: 1px solid #CCCCCC;
}
.tdbg_All   /*背景(带边)*/
{
background:#ffffff;line-height: 150%; 
border: 1px solid #DADADA;
}
/*=====================================左边设定=====================================*/
.left_bg  /*左边背景071223*/
{
background:url(/Templets/img/l_bg.gif);
}
.left_border  /*左边边框*/
{
margin-top:3px;
margin-bottom:3px;
border: 1px solid #CCCCCC;
}
.left_table_top /*左侧顶部表格071223*/
{
margin-top:6px;
}
.left_table_top select
{
margin-top:10px;
}
.left_table_bottom/*左侧底部表格071223*/
{
margin-bottom: 10px;
}
/*=====================================右边设定=====================================*/
.right_td  /*右边表格071223*/
{
width:190px;
margin-top:4px;
margin-left:4px;
}
.right_td td
{
height:23px;
}
.right_bg  /*右边背景071223*/
{
background:url(/Templets/img/r_bg.gif);
}
.title  /*标题*/
{
background:url(/Templets/img/title_bg.gif);height: 33;
}
.title_bg  /*标题背景*/ 
{
background:url(/Templets/img/26.gif);
#line-height: 200px;
margin-top:5px;
}
.title_bg td /*标题单元格背景*/ 
{
height: 26px;
padding-left: 6px;
}
.title_left  /*左边标题*/
{
#line-height: 150px;
margin-top:5px;
}
.title_left td /*左边标题*/
{
height: 22px;
padding-left: 10px;
}
.tdbg_left  /*左边背景*/
{
background:#ffffff;line-height: 150%;
}
.title_main  /*中间标题*/
{
font-size: 12px;
background-image: url(/Templets/img/title_bg.gif);
height: 30px;
}
.tdbg_main   /*中间背景*/
{
background:#ffffff;line-height: 200%;
}
.title_right   /*右边标题*/
{
background:url(/Templets/img/title_bg.gif);height: 33;
}
.tdbg_right   /*右边背景*/
{
background:#ffffff;line-height: 150%;
}
.Channel_1 /*频道背景1*/
{
background:url(/Templets/img/Channel_1.gif);width:12;height:23;  /*频道背景1*/
}
.Channel_2 /*频道背景2*/
{
background:url(/Templets/img/Channel_2.gif);height:23;  /*频道背景2*/
}
.Channel_3 /*频道背景3*/
{
background:url(/Templets/img/Channel_3.gif);width:12;height:23;
}
.Channel_4  /*频道背景4*/
{
color:white; FILTER:glow(color=#A83FF9,strength=2) dropshadow(color=#A83FF9,offx=1, offy=1, positive=2);
}
.Path_bg /*当前位置*/
{
background:url(/Templets/img/Bg_Path.gif);height: 30;
}
.Nav_bg
{
background:url(/Templets/img/Bg_Nav.gif); /*顶部导航背景*/
}
.Nav_img
{
margin-top: -3px;
}
.nav_title  /*顶部导航*/
{
background:url();height: 25;
}
.nav_main  /*中部大图*/
{
background:url(/Templets/img/nav_main.gif);
line-height: 150%;height: 128;
}
.nav_bottom{height: 28;Color:#FFF;}
.nav_bottom A:hover{TEXT-DECORATION: underline;Color:#FFFF00;} 
.nav_bottom A:link {color: #fff;} 
.nav_bottom A:visited {color: #fff;} 
.bottom_count{Color:#FFFF00;}
.menu  /*下拉菜单*/
{
background-color: #F0F9FF;width:97%;border: 1px;
}
td.MenuBody /*下拉菜单*/
{
background-color: #ffffff;
}
ul.showpage{text-align:center;}
ul.showpage li {display: inline;}
.2_left_bg
{
width: 123px;
margin-top: 10px;
}
.2_left_bg A:link {color: #666666;} 
.2_left_bg A:visited {color: #666666;}  
.2_left_line {
	background-image:url(/Templets/img/2_left_line1.gif);
        background-repeat: repeat-x;	
        height: 23px;
	padding-left: 5px;
	padding-top: 10px;    
        font-weight:600;  
        background-position: bottom; 
}
.2_left_line2 {
	background-image:url(/Templets/img/2_left_line2.gif);
        background-repeat: repeat-x;	
        height: 23px;        
	padding-left: 5px;
	padding-top: 10px;
        font-weight:600;
        background-position: bottom;
}
.2_left_line3 {
	background-image:url(/Templets/img/2_left_line3.gif);
        background-repeat: repeat-x;	
        height: 23px;        
	padding-left: 25px;
	padding-top: 10px;
        font-weight:600;
        background-position: bottom;
}
.2_left_line4 {
	background-image:url(/Templets/img/2_left_line4.gif);
        background-repeat: repeat-x;	
        height: 23px;        
	padding-left: 25px;
	padding-top: 10px;
        font-weight:600;
        background-position: bottom;
}
.classname
{
padding-top: 0px;
padding-left: 35px;
font-weight:600;
color: 666666;
}
.top5 
{
margin-top:5px;
}
.ShowPic   /*图片新闻中Css*/
{
margin-top:5px;
}
.title_classname
{
PADDING-TOP:2px;
font-size: 9pt;
/* font-size: 10pt; */
/* font-weight:600; */
color: 666666;
}
.title_classname A:link {color: #666666;}
.title_classname A:visited {color: #666666;}
.top_td   /*单元格顶部高 071223*/
{
padding-top: 3px;
}
/*=====================================中部设定=====================================*/
.center_bgtd
{
PADDING-RIGHT: 1px; PADDING-LEFT: 1px; background:#cccccc;
}
.center_bgtd2
{
PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; background:#1886bb;
}
.center_left
{
PADDING-LEFT: 1px; background:#cccccc;
}
.center_right
{
PADDING-RIGHT: 1px; background:#cccccc;
}
.center_table
{
margin-top: 10px; 
}
.center_table td
{
height: 23px;
}
.center_table2
{
background-color: #fff;
}
.center_table2 td
{
height: 23px;
}
.c_bg
{
background-image:url(/Templets/img/c_bg.gif);
}
.vote
{
width: 186px;
margin-top: 10px; 
background-color: #fff;
line-height: 300%;
}
.bottombg
{
background-image:url(/Templets/img/bottombg.gif);
}
A.bottombg:link {color: #444343;}
A.bottombg:visited {color: #444343;}
.shouye 
{
/* background:url(/Templets/img/picbg.jpg); */
width: 206px;
height: 169px;
}
.shouye img
{
border: 2px solid #999999;
}
.shouye2 
{
width: 480px;
height: 75px;
}
.shouye2 img
{
margin-right: 10px;
}
.leftpic
{
padding: 5px 4px 0px 7px;
background: #efefef;
}
.leftpic B
{
font-size: 14px;
}
.indexshow {background:url(/Templets/img/newsb-01.gif);height: 26px;}
.indexshow div{margin-top:3px;}
.bigon {BACKGROUND: url(/Templets/img/newsb-02.gif); COLOR: #fff; height: 18px;}
.bigoff {BACKGROUND: url(/Templets/img/newsb-03.gif); COLOR: #000; height: 18px;}
A.bla {COLOR: #000; TEXT-DECORATION: none;}
A.bla:hover {COLOR: #f00; TEXT-DECORATION: underline;}
.ontop_border  
{
border: 1px solid #CCCCCC;
background:#f7f7f7;
}
.bai
{
color: #000;
}
.bai a:link {color: #000;}
.bai a:visited {color: #000;}
.bai span
{
 padding-top: 3px;
 height: 27px;
}
.time
{
padding-top: 6px;
color: #fff;
text-align: center;
}
.dis {
	display: block;
}
.undis {
	display: none;
}
.nav_current {
	background: url(/Templets/img/menu_on.gif) no-repeat;
        text-align: center;
        padding-top: 6px;
        height: 26px;
}
.nav_current a:link {color: #fff;}
.nav_current a:visited {color: #fff;}
.nav_link {
	background: url(/Templets/img/menu_off.gif) no-repeat;
        text-align: center;
        padding-top: 6px;
        height: 26px;
}
.showpage{
          padding-top: 5;
	  height: 30px;
}
.2_border  /*左边边框*/
{
border: 1px solid #dd6655;
height: 608;
}
.14px  /*左边边框*/
{
FONT-SIZE: 14px;
}
.All_Table
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; 
}
.All_Table td
{
height: 25 
}
.logosite 
{
margin-top: 3px;
margin-left: 6px;
}