/* CSS Document */
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #017fc8;} /* 鼠标在链接上 */ 
a:active {color: #017fc8;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #017fc8;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #FFff00;}
a.channel2:visited {color: #FFff00;}
a.channel2:hover{color: #ffffff;}
a.channel2:active {color: #FFff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #0033C;}
a.bottom:active {color: #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color:#3094CF; font-size:13px}
a.class:visited {color: #3094CF;font-size:13px}
a.class:hover{color: #ffffff;font-size:13px}
a.class:active {color: #3094CF;font-size:13px;}
a.class1:link {color: #017fc8; font-weight:bold }
a.class1:visited {color: #017fc8; font-weight:bold}
a.class1:hover{color: #000000; font-weight:bold}
a.class1:active {color: #017fc8; font-weight:bold}
a.news_t:link {color: #FF0000; font-size:18px;font-family:"黑体";  line-height:28px; }
a.news_s:link {color: #FF0000;  }
a.news_t:visited {color:#FF0000;font-size:18px;font-family:"黑体"; line-height:28px;   }
a.news_t:hover{color: #FDC503;font-size:18px;font-family:"黑体"; line-height:28px; }
a.news_t:active {color: #3094CF;font-size:18px;font-family:"黑体"; line-height:28px;  }

a.red{ color:#FF0000; float:right}

a.tsg{color:#004B91;white-space:nowrap; text-decoration:none; font-family:Tahoma;font-size:13px; background-image:(libred/Article_common7.gif) no-repeat;}
a.tsg:hover{color:#f60;}




/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{ 
margin:0px;line-height: 20px;
  font-family: "Tahoma";font-size: 12px;margin:0px;overflow-x: auto;overflow-y: auto; background-image:url(libred/bg.gif);background-position: top;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 25px;
	font-weight: normal;font-size: 12px;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 20px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
img{border:0px;}
/*网站背景定义*/
.nr{padding:0px 10px}
.nr1{padding:5px}
.nr2{margin:10px 0px}
.nr3{ margin-top:10px}
.nr4{padding:10px 10px 0px 10px}
.nr5{margin:0px 10px}
.nr6{margin:10px 10px 0px 9px}
.left{ float:left}
.left_t{ float:left; background-image:url(libred/menu_l.gif)}
left_t2 { float:left; background-image:url(libred/icon4.gif)}
.nr7{padding:6px}
.nr8{padding:10px 16px}
.nr9{margin:10px 16px; height:30px;background-image:url(libred/jg_04.gif); line-height:30px}
.nr10{margin:10px 16px;height: auto;overflow:hidden;}
.nr11{padding:5px 7px}
.nr12{padding:7px 6px}
.nr14{padding:4px 10px 0px 10px}
.nr13{padding:0px 5px}
.right{ float:right}
.right_t{ float:right;  background-image:url(libred/menu_r.gif)}

.nr17{padding:6px 6px 0px 6px}/*网站文本定义*/
.nr18{padding:3px 4px}
.nr19{padding:3px 5px; }
.h_1{}
#bg{background:url(libred/bg1.gif); background-repeat:repeat-x;}
/*网站top定义开始*/
#top{ width:972px; height:234px; background:#FFFFFF;margin:0px auto;  }
.top_1{ background:#F4FEE8; height:25px }
.top_2{ height:169px}


.IE6png{/*** 第二步：通过适当的选择器，让需要在IE6透明的图片或者需要背景图片透明的容器使用上“behavior: url("iepngfix.htc");” ***/
behavior: url("js/iepngfix.htc");
}
#testBG{	
	width:546px;
	height:169px;
	background: transparent url('libred/1.png') no-repeat; }




/*菜单项开始*/
    .nav_menu { font-size:12px;     
    margin:0; height:31px;
padding: 0;
float: left;  
    }
    .nav_menu ul {
    padding:0;
    margin:0;
    list-style-type: none;
    }
   
    .nav_menu ul li {
    float:left;
    position:relative;
    }
 
    .nav_menu ul li a, .nav_menu ul li a:visited {
    display:block;
    text-align:center;
    text-decoration:none;
    width:104px;
    height:30px;
    color:#000;
    border:1px solid #fff;
    border-width:1px 1px 1px 0;
    background:#c9c9a7;
    line-height:30px;
    font-size:12px;
	z-index:1200;
    }
    /* make the dropdown ul invisible */
    .nav_menu ul li ul {
    display: none;
    }

    .nav_menu ul li:hover a {
    color:#fff;
    background:#b3ab79;
	z-index:1300;
    }
  
    .nav_menu ul li:hover ul {
    display:block;
    position:absolute;
    top:31px;
    left:0;
    width:200px;
	z-index:1300;
    }

    .nav_menu ul li:hover ul li a {
    display:block;
    background:#faeec7;
    color:#000;
	z-index:1300;
    }
  
    .nav_menu ul li:hover ul li a:hover {
    background:#dfc184;
    color:#000;
	z-index:1300;
    }



.menu{height:33px; background: #f6ceab;  margin:0; }
.menu_bg1{ width:88px; height:28px; margin-right:3px; float:left; }
.menu_1{  padding-left:15px; font-weight:bold; font-size:13px}
.menu_2{ margin:4px 8px 8px 0px;}

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}
#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 8px 0px 0px 0px; /*padding of tabs*/
text-decoration: none;
background: #eaf4fb; width:88px; height:21px; color:#017fc8; margin-right:3px;
}
#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
}
#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}
#thicktabs li a:visited{
color:  #017fc8;
}
#thicktabs li a:hover{
color: black;padding: 6px 0px 0px 0px; 
background:#8dcded; width:88px; height:21px ; margin-right:3px; color: #000000;
}
.top_time{ float:left; padding-left:10px; width:170px; }
.top_login{ float:left; width:575px;padding-top:2px  }
.top_rss{float:left;}
.top_rss1{float:left;padding-left:7px; padding-top:2px }
/*网站top定义结束******************************************************************************************************************************/

/*网站第一部分定义开始*/
#center1{width:972px;height:295px;margin:0px auto; background: #ffffff ;  }
.c_left{ width:225px; float:left;  HEIGHT: 285px;}
.c_right{ width:736px; float:right; HEIGHT: 285px; }
.z_right{ width:225px; float:right}
.bk{ width:225px; height:221px;  PADDING-BOTTOM: 5px; }
.bk1{ width:497px; height:236px;  float:left;}
.bk2{ border-left :1px solid #42b455;border-right :1px solid #42b455; border-top:1px solid #42b455; height:210px;width:100%; }
.bk2_1{border-left :1px solid #42b455;border-right :1px solid #42b455; height:80px;width:100%;}
.bk2_2{border-left :1px solid #42b455;border-right :1px solid #42b455;  height:98px;width:100%;}
.bk2c{border-left :1px solid #42b455;border-right :1px solid #42b455; height:165px;width:225px; }
.bk22{ height:250px;width:731px; border-left :1px solid #42b455;border-right :1px solid #42b455; }
.bk222{ border-left :1px solid #42b455;border-right :1px solid #42b455; height:250px;width:223px; }
.bk3{ width:242px; height:221px; float:left;  }





.bk4{ width:242px; height:221px; float:right; }
.bk5{ background-image:url(libred/bk_bg1.gif); border-left :1px solid #42b455;border-right :1px solid #42b455; height:185px;width:498px; }
.bk6{ width:225px; float:left; margin-bottom:10px }
.bk6_r{ width:225px; float:right; margin-bottom:10px }
.bk7{ background-image:url(libred/bk_bg1.gif); border-top:1px solid #42b455;border-left :1px solid #42b455;border-right :1px solid #42b455; height:232px;width:223px; }
.bk8{ width:733px; height:285px;  float:right; }
.bk8_r{ width:500px; height:233px;  float:right; }
.bk8_l{ width:498px; height:233px;  float:right; }

.bt_bg{  height:31px;width:227px;background-image:url(libred/bk_bg.gif);}
.bt_bgyd{  height:31px;width:225px;background:#e9c39d;border-left :1px solid #42b455;border-right :1px solid #42b455;}
.ts_bg{  height:31px;width:225px; background:#e9c39d;border-left :1px solid #42b455;border-right :1px solid #42b455;}

.bt_bg1{ background-image:url(libred/bk2_bg.gif); height:31px;width:244px;}
.bt_bg2{ background-image:url(libred/bk3_bg.gif); height:31px;width:225px;}
.bt1_bg{ background-image:url(libred/bk1_bg.gif); height:33px;width:498px;}
.bt1c_bg{ background-image:url(libred/bk1c_bg.gif); height:33px;width:225px;}
.bt1_rbg{ border:1px solid #42b455; height:33px;width:732px;}
.bt11_bg{ height:33px;width:498px;}
.redfont { color: #FF0000; font-size:13px; }
.bt{ font-weight:bold; color: #ffffff; font-size:13px; padding-top:7px;width:200px; text-align:center}
.bt1{ font-weight:bold; color: #ffffff; font-size:13px; padding-top:7px; padding-left:14px; float:left}
.bt1 a{ font-weight:bold; color:#017fc8; font-size:13px; padding-top:7px; padding-left:14px; float:left}
.more{ padding-top:13px; padding-right:5px; float:right}
.tb{ float:left;margin-top:9px; margin-left:6px;background-image:url(libred/icon3.png) }
.tb1{ float:left;margin-top:8px; margin-left:6px}
.jg{ padding:5px 5px; float:left}
.hd_bk{ width:313px; height:238px; border:1px solid #42b455; float:left }
#myul{width:225px;list-style-type:none;  height:104px; border-left :1px solid #42b455;border-right :1px solid #42b455;  }



#myul li{float:left;width:225px; height:13px; padding-top:4px; padding-left:15px; margin-left:3px; background: url(libred/Article_common7.gif) no-repeat  bottom left;  }

#myulc{width:498px;list-style-type:none; margin:10px; height:32px;padding:0;padding-top:20px}
#myulc li{float:left;width:100px; height:40px; padding-top:10px; padding-left:15px }
#soft_lb{width:686px;list-style-type:none; margin:0px; height:33px;padding:0; line-height:25px; color:#017fc8 }
#soft_lb li{float:left;width:82px; height:28px; padding-top:5px; padding-left:15px; border-bottom:1px   }
#soft_lb1{width:686px;list-style-type:none; margin:0px; height:25px;padding:0; line-height:25px;}
#soft_lb1 li{float:left;width:82px; height:20px;   padding-left:15px;  border-bottom:1px dotted #cccccc;}
.left11{ float:left;width:380px }
/*网站第一部分定义结束********************************************************************************************************************/

/*网站第二部分定义开始*/
#center2 {width:972px; height: auto;margin:0px auto; background: #ffffff; height:45px; padding:0px 0px 10px;}
.bk9{ width:732px; float:left}
.bk11_r{ width:736px; height:210px;  float:left; }

.bt2_bg{ background-image:url(libred/bk4_bg.gif); height:33px;width:733px}
.bk10{ background-image:url(libred/bk_bg1.gif); border-left :1px solid #42b455;border-right :1px solid #42b455; height: auto;width:731px;overflow:hidden; }

/*网站第二部分定义结束**********************************************************************************************************************/



/*网站第三部分定义开始*/
#center3{width:972px; height:250px;margin:0px auto; background: #ffffff;}
.c3_left{ width:225px; float:left}
.c3_right{ width:733px; float:right}
.d3_left{ width:225px; float:left}
.d3_right{ width:255px; float:right}
.bk1c{ width:498px; height:90px;  float:left;}
.bk11{ width:498px; height:226px;  float:left; }
  
.bk12{ background-image:url(libred/bk_bg1.gif); border-left :1px solid #42b455;border-right :1px solid #42b455; height:184px;width:223px; }
.bk13{ width:225px; float:right;}
.bk14{ height:105px;width:496px; border-left:1px solid #42b455; border-right:1px solid #42b455; border-bottom:1px solid #42b455;}
.bk14_u{ height:52px;width:496px; border-left:1px solid #42b455; border-right:1px solid #42b455; border-bottom:1px solid #42b455;}
.bk14_r{ background-image:url(libred/bk_bg2.gif); border-left :1px solid #42b455;border-right :1px solid #42b455; height:112px;width:732px; }
.bk15{  border-left :1px solid #42b455;border-right :1px solid #42b455; height:270px;width:498px; }
.bt3_bg{ background-image:url(libred/bk6_bg.gif); height:33px;width:733px }/*动态新闻背景头*/

#img1{display:block;width:225px;height:55px;background:url(libred/lt_01.gif);}
#img2{display:block;width:225px;height:55px;background:url(libred/lt_02.gif);}
#img3{display:block;width:225px;height:55px;background:url(libred/lt_03.gif);}
#img4{display:block;width:225px;height:55px;background:url(libred/lt_04.gif);}
#img5{display:block;width:225px;height:55px;background:url(libred/lt_05.gif);}
#img6{display:block;width:225px;height:55px;background:url(libred/lt_06.gif);}
#img7{display:block;width:225px;height:55px;background:url(libred/lt_07.gif);}
#img8{display:block;width:225px;height:55px;background:url(libred/lt_08.gif);}
#imgbk4{display:block;width:733px;height:5px;background:url(libred/bk4_bom.gif);}
#imgbk3{display:block;width:225px;height:5px;background:url(libred/bk3_bom.gif.);}
#imgbk{display:block;width:225px;height:5px;background:url(libred/bk_bom.gif);}
#imgbk1{display:block;width:498px;height:5px;background:url(libred/bk1_bom.gif);}




/*网站第三部分定义结束*********************************************************************************************************************/

/*网站第四部分定义开始*/
#center4{width:972px; height: auto;margin:0px auto; background: #ffffff; height: auto; padding:0px 10px;overflow:hidden; }
#center5{width:972px; height: auto;margin:0px auto; background: #ffffff; height: auto; padding:0px 10px;overflow:hidden; }
.bk16{ width:227px; float:left;height: auto; }
.bt_bg3{ background-image:url(libred/bk5_bg.gif); height:31px;width:227px;}
.bk19{ background-image:url(libred/bk_bg1.gif); border-left :1px solid #42b455;border-right :1px solid #42b455;;width:225px; }
.bk199{ background-image:url(libred/bk_bg1.gif); border-left :1px solid #42b455;border-right :1px solid #42b455; width:225px; }
.bt3{ font-weight:bold; color: #017fc8; font-size:13px; padding-top:11px; padding-left:40px;width:143px; float:left; }
.zx{ width:100%; height:131px; border-bottom:1px  dotted #fcf1e6;  }
.zx1{ width:100bom_bg%; height:132px; }
.body {
	CLEAR: both; BORDER-RIGHT: #b5d98f 1px solid; BORDER-TOP: #b5d98f 1px; OVERFLOW: hidden; BORDER-LEFT: #b5d98f 1px solid; BORDER-BOTTOM: #b5d98f 1px solid; HEIGHT: 1%
}
.index-teacher .body {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; BACKGROUND: url(/images/index/index.gif) no-repeat -692px -332px; PADDING-BOTTOM: 10px; BORDER-TOP-STYLE: none; PADDING-TOP: 12px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 110px; BORDER-BOTTOM-STYLE: none; line-height:18px
}
.index-teacher .body .teacher {

}
.index-teacher .body .teacher IMG {
	FLOAT: left; MARGIN-RIGHT: 5px
}
.index-teacher .body .teacher P {
	TEXT-INDENT: 22px; LINE-HEIGHT: 16px
}
.index-teacher .body .teacher A {
	COLOR: #4c9b01
}
/*网站第四部分定义结束**********************************************************************************************************************/
/*网站版权定义开始*/
#bottom{width:972px; height: auto;margin:0px auto; padding-top:0px; }
#bottom1{ width:972px;  background:#FFFFFF;margin:0px auto; }
.bottomcy{height:31px; background: #FFFFFF;  margin:0;}
.bom_jg{ width:872px; background:#c9c9a7; height:30px; padding-left:100px; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF }
.bom_bg{ background-image: url(libred/bom_bg.gif); height:109px}





/*网站滑动门定义开始/
/

/* 右边选项卡 */
.n4Tab{clear:both; }
.n4Tab .TabTitle{ padding-left:0px}
.n4Tab .TabTitle ul{margin:0; padding:0; }
.n4Tab .TabTitle li{float:left;list-style-type:none;cursor:pointer;width:91px;}
.n4Tab .TabTitle li h6 {font-size:13px; font-weight:normal;margin:0;font-weight:bold; width:91px;padding-top:7PX  }
.n4Tab .TabTitle li h6 a:link{font-size:13px; font-weight:normal;font-weight:bold; color: #FFFFFF;width:91px; height:32px; }
.n4Tab .TabTitle li h6 a:hover{font-size:13px; font-weight:normal;font-weight:bold; color:#FFFFFF;width:91px; height:32x; }
.n4Tab .TabTitle li h6 a:active{ width:91px; height:32px;color:#FFFFFF;}
.n4Tab .TabTitle li h6 a:active{ width:91px; height:32px;color:#FFFFFF;}
.n4Tab .TabTitle .normal{background-image:url(libred/a_2.gif); width:91px; height:32px; }
.n4Tab .TabTitle .active{background-image:url(libred/a_1.gif); width:91px; height:32px;color:#FFFFFF;}
.n4Tab .TabContent {padding:0px; }


.n5Tab .TabTitle{ }
.n5Tab .TabTitle ul{margin:0; padding:0;height:21px;  }
.n5Tab .TabTitle li{float:left;list-style-type:none;cursor:pointer;width:68px;color:#017fc8;margin-right:3px}
.n5Tab .TabTitle li h6 {color:#017fc8;font-size:12px; font-weight:normal;margin:0;font-weight:bold; width:64px;background-image:url(libred/a_22.gif); }
.n5Tab .TabTitle li h6 a:link{font-size:12px; font-weight:normal;font-weight:bold; color:#017fc8;width:64px; height:21px;   }
.n5Tab .TabTitle .normal{background-image:url(libred/a_22.gif); width:64px; height:21px; }
.n5Tab .TabTitle .active{width:64px; height:21px;color:#017fc8;}

.none {display:none;}
.bt11{ font-weight:bold; font-size:12px; float:left; padding-top:0px; padding-left:0px; }
.setTab .box li h6 {font-size:13px; font-weight:normal;margin:0;font-weight:bold; width:116px;padding-top:7PX  }
.setTab .box li h6 a:link{font-size:13px; font-weight:normal;font-weight:bold; color:#FFFFFF;width:116px; height:21px; padding-top:7PX }
.n4Tab .box li h6 a:hover{font-size:13px; font-weight:normal;font-weight:bold; color:#FFFFFF;width:116px; height:21x; padding-top:7PX}
.n4Tab .box li h6 a:active{background-image:url(libred/a_1.gif); width:116px; height:28px;color:#FFFFFF;}
.box_normal{background-image:url(libred/a_2.gif); width:116px; height:28px; }
.n4Tab .box .active{background-image:url(libred/a_1.gif); width:116px; height:28px;color:#FFFFFF;}
/*网站滑动门定义开始**********************************************************************************************************************/
/*栏目页定义开始*/
.con_1{ width:972px; background-image:url(libred/l_bg.gif); float:left;overflow:hidden; height:auto; }
.left1{ width:214px; background-image:url(libred/l_bg1.gif);background-repeat: no-repeat; float:left;overflow:hidden;  }
.left2{ padding-left:9px;float:left;}
.right1{ width:758px;  float:left; height:100%;overflow:hidden;   }
.right1cy{ width:972px;  float:left; height:100%;overflow:hidden;   }
.bom1{ background-image:url(libred/l_b1.gif); height:19px; width:972px}
.bt4{ padding-left:10px; font-size:16px; font-weight:bold;  color:#666666; float:left; padding-top:5px}
.l_bg2{ background-image:url(libred/l_bg2.gif); width:174px; height: auto;color:#555654; font-size:13px; font-weight:bold; text-align:center; vertical-align:middle}
.r_bg1{ background-image:url(libred/r_02.gif); height:34px;}
.bt5{ padding-top:10px; font-size:12px; color:#ffffff; font-weight:bold; float:left}
.bt8{ padding-left:60px; font-size:12px; font-weight:bold;  color:#ffffff; float:left; padding-top:20px}
.bk18{  height:232px;  float:left;overflow:hidden; }
.bt18_bg{ background-image:url(libred/bk18_bg.gif); height:33px;}
.bt18_bg{ background-image:url(libred/bk18_bg.gif); height:33px;}
.bt19_bg{ background-image:url(libred/bk19_bg.gif); height:33px;}
.bt19_bgcy{ background-image:url(libred/bk19_bgcy.gif); height:33px;}
.bt199_bg{ background-image:url(libred/bk199_bg.gif); height:33px;}
.bk19{ background-image:url(libred/bk_bg1.gif); border-left :1px solid #42b455;border-right :1px solid #42b455; height:182px;width:225px; }
.bt20_bg{ background-image:url(libred/bk20_bg.gif); height:33px;}
.bt21_bg{ background-image:url(libred/bk21_bg.gif); height:33px;}
.bt23_bg{ background-image:url(libred/bk23_bg.gif); height:33px;}
.bk17{  border-left :1px solid #42b455;border-right :1px solid #42b455; height:182px;width:353px; }
.bk177{ border-left :1px solid #42b455;border-right :1px solid #42b455; height:182px;width:716px; }
.bk20{ border-left :1px solid #42b455;border-right :1px solid #42b455; height: auto;overflow:hidden;width:716px; }
.bk21{ border-left :1px solid #42b455;border-right :1px solid #42b455; height: auto;overflow:hidden;width:718px; }
.bk21cy{ border-left :1px solid #42b455;border-right :1px solid #42b455; height: auto;overflow:hidden;width:970px; }
.bk24{  height: auto;  float:left;overflow:hidden; }
.bk25{ border-left :1px solid #42b455;border-right :1px solid #42b455; height: auto;overflow:hidden;width:970px; }
.bt6{ font-weight:bold; color: #017fc8; font-size:12px; padding-top:9px; padding-left:10px;width:223px; float:left; }
.bt7{ font-weight:bold; color: #017fc8; font-size:13px; padding-top:13px; padding-left:40px;width:143px; float:left; }
.bt12{ font-weight:bold; color: #017fc8; font-size:12px; padding-top:9px; padding-left:30px; float:left; }
.bt13{ font-weight:bold; color: #017fc8; font-size:12px; padding-top:9px; padding-left:30px; float:left; }
.left3{ width:355px; float:left; padding-left:10px}
.left33{ width:355px; float:left;}
.left333{ width:555px; float:left;}
.left4{ width:718px; float:left; padding-left:10px}
.left4cy{ width:972px; float:left; }
#centerlm{width:972px; height:100%;overflow:hidden;margin:0px auto; background: #ffffff ;  }
.listbg{ line-height:25px; background-image:url(libred/jg_04.gif)  }
.listbg1{ line-height:24px; background-image:url(libred/jg_04.gif)  }
.listbg3{ line-height:23px; background-image:url(libred/jg_06.gif)  }
.main_articletitle /* 主标题文字颜色定义 */
{
color: #000000;font-weight:bold;font-size:18px;line-height: 30px; background-image:url(libred/jg_05.gif);
}

/*图片边框定义*/
.pic3 {
	border-width : 1px;
	border-style : solid;
	border-color : #cccccc;
	padding : 2px;
}
a:hover .pic3 {
         border-width : 2px;
	border-style : solid;
	border-color : #cccccc;
	padding : 1px;
	
}
/*图片边框定义*/
.pic2 {
	border-width : 1px;
	border-style : solid;
	border-color : #cccccc;
	padding : 2px;
}
a:hover .pic2 {
         border-width : 2px;
	border-style : solid;
	border-color : #cccccc;
	padding : 1px;
	
}

.n4Tab{clear:both; }
.n4Tab .submenu{ padding-left:0px}
.n4Tab .submenu ul{margin:0; padding:0px;#017fc8;padding-left:0px }
.n4Tab .submenu li{float:left;list-style-type:none;cursor:pointer;width:91px;color: #FFFFFF;background-image:url(libred/a_2.gif);height:32px;  padding-top:0px}
.n4Tab .submenu li h6 {color:#017fc8;font-size:13px; font-weight:normal;font-weight:bold; width:91px; margin-top:10px; }
.n4Tab .submenu li h6 a:link{font-size:13px; font-weight:normal; color:#FFFFFF;width:91px; text-align:center}
.n4Tab .submenu li h6 a:hover{font-size:13px; font-weight:normal;color:#FFFFFF;width:91px; height:32x; text-align:center}
.n4Tab .submenu li h6 a:active{background-image:url(libred/a_1.gif); width:91px; height:32px;padding-top:0px; color:#FFFFFF;text-align:center}
.n4Tab .submenu .normal{background-image:url(libred/a_2.gif); width:91px; height:32px; }
.n4Tab .submenu .active{background-image:url(libred/a_1.gif); width:91px; height:32px;color:#FFFFFF;}
.n4Tab .submenu .hover{background-image:url(libred/a_1.gif); width:91px; height:32px; }
.n4Tab .submenu .visited{background-image:url(libred/a_1.gif); width:91px; height:32px;color:#FFFFFF;}
.n4Tab .submenu {padding:0px; }



/*导航菜单*/

.search-bar{ position:relative; z-index:999;padding:0 0 0 140px;height:31px; background-image:url(libred/bk_bg.gif);}
.search-box{ padding:6px 20px 0 50px; height:34px; background:url(libred/search-bar2.gif?v=2) no-repeat right -50px; }/*未用*/
.search-bar-input { width:225px; padding:5px 10px; border: 1px solid #d2611b; font:bold 13px arial; background:url(libred/search-bar2.gif?v=2) no-repeat 0 -100px; }/*未用*/
.search-btn-cOsS {float:left;margin-top:1px; width:72px;  height:27px; cursor:pointer; border:none; background:url(libred/search-bar2.gif?v=2) left -150px; }/*未用*/
.search-bar .hint{color:#999999;}/*未用*/
.shopping-cart{float:left;display:inline;margin-left:9px; margin-top:1px;width:132px; height:26px; overflow:hidden;text-indent:-9999px;cursor:pointer; border:none; background:url(libred/search-bar2.gif?v=2) left -250px;}/*未用*/

/*  - categories  Download:http://down.liehuo.net
--------------------------------------*/
/* categories handle */
#categories-title { width:226px; color: #FFFFFF; position:absolute; left:15px; top:10px; height:25px; font:bold 13px arial; cursor:default;  }/*网站导航*/
#categories-title a{ width:226px; color:#ffffff; position:absolute; left:15px; top:4px; height:25px; font:bold 13px arial; cursor:default; }
#categories-title a:hover{ text-decoration:none; }

#categories{position:relative; width:226px; border-left: 1px solid #42b455; border-bottom: 1px solid #42b455; margin:0; padding:0; list-style:none;  z-index:970;}/*大类*/
#categories li{ margin-top:-1px; }
#categories li {border-right: 1px solid #42b455;} 
#categories li a { font:12px arial; text-decoration:none; display:block; padding:4px 40px; border-top: 1px solid #42b455; zoom:1;}
#categories li a {cursor:default;} /* only sub links */
#categories.after-load-subs li a{background:url(libred/arrow-1.gif) no-repeat 96% 50%; }/*大类右边图标*/
#categories.after-load-subs li.node a,#categories.after-load-subs li.node a:hover{background-image:none;border-left-color:#FFF;cursor:pointer;}/*未用*/
#categories.after-show-sub li { /*background-image: none;*/ border-right: 1px solid #42b455; }
#categories .active-border-color{ border-color:#999999; }/*未用*/
#categories li a:hover{text-decoration:none; color:#3D3D3D; }
#categories li a:hover{/* border-left: 1px solid #999999; padding-left:9px; */}
#categories .top-corner { position:absolute; display:none; width:5px; height:5px; top:0; left:0; background:url(libred/categories-bg.gif) no-repeat 0 0; border:none !important;}/*未用*/
#categories .box-bottom { position:relative; font-size:0px; border:1px solid #42b455; overflow:hidden;  }/*大类底部*/
#categories .view-more-box{ list-style:none; margin:0; padding:0; height:0px; overflow:hidden; }/*未用*/
#categories li a.view-more, #categories li a.view-less { color:#D05319; display:block; background-image:url(libred/arrow-a.gif); background-repeat:no-repeat; background-color:#FDEDD2; }/*未用*/
#categories li a.view-more { background-position:173px -42px;}/*未用*/
#categories li a.view-less { background-position:170px 10px;}/*未用*/
#categories.after-show-sub li.current { border-right:none; }
#categories li.current a { padding-left:9px; border-top:1px solid #42b455; border-right:1px solid #42b455; color:#3D3D3D; background:#ffffff /* url(libred/search-bar2.gif) no-repeat 0 100% */;}
#categories .view-more-list li {border-right:none; }
#categories-subs { position:absolute; top:-15000px; left:-15000px; z-index:1001; }

#categories-subs div.sec-categories{ margin:0; padding:0; border:1px solid #42b455; width:740px; list-style:none; background:#ffffff;overflow:hidden}
#categories-subs dl{float:left;	width:730px;border-bottom:dashed 1px #E67A92;margin:3px 0px 3px 0px; padding:0;}
#categories-subs dt{float:left;width:60px;padding:0px 5px 0px 10px;font-weight:normal; color:#3d3d3d;text-align:right;}
#categories-subs dd{float:right;padding:0px 5px;width:600px; border:#333333}
#categories-subs dt a {color: #FF6600;white-space:nowrap; text-decoration:none; font-family:Tahoma;font-size:13px; font-weight:bold; text-align:right;}
#categories-subs dd a{color:#004B91;white-space:nowrap; text-decoration:none; font-family:Tahoma;font-size:13px;}
#categories-subs dd a:hover{color:#f60;}
#categories-subs dt a:hover{color:#f60;text-decoration:underline;}
#categories-subs div.tsg{float:left; padding-left:5px;font-weight:normal;  background-image:(libred/Article_common7.gif) no-repeat}


#categories .shadow-line { background-color:#ffffff; height:2px; width:1px; overflow:hidden; position:absolute; z-index:9999; }
/* when page is categories collapse */
#page.categories-collapse #categories{ position:absolute; visibility:hidden; z-index:970; top:10px; }
#page.categories-collapse{ position:relative; }
#page.categories-collapse #categories-title a{ background:url(libred/search-bar2.gif?v=2) no-repeat right -100px; cursor:pointer;width:225px; }
#page.categories-collapse #categories-title a.expanded{ background-position:right -152px; }
#page.categories-collapse .search-bar{ position:relative; z-index:999; background:url(libred/search-bar2.gif?v=2) no-repeat 0 -191px; padding-left:242px;}
#page.categories-collapse .search-bar.handle-expanded{background-position:0 0;}
/*--------------------------------------
  end categories */
/*  - page
--------------------------------------*/
#page {width:227px;}
#page-inner{}

.tel{position:relative;color:#0000cc;text-decoration:none;font-size:12px;}
.tel:hover{background:none;background: #FFCC33;}
.tel span{display:none; width:260px; margin-left:10px;}
.tel:hover span{display:block;position:absolute; top:-60px; left:20px;border-bottom:1px solid #eee;border-right:1px solid #eee; background: #FFCC33; z-index:20}
.tel:hover span p{border:1px solid #ccc;background: #FFCC33;color:#000;padding:1px;text-align:left;font-size:12px; z-index:100; margin:0}



/*数据库查询*/
 #getId{width:497px;}
.tabT{width:133px;float:left;padding:0;margin:0px; height:232px; border-right:1px solid #42b455;  margin-top:6px}
.tab,.tab li{padding:0;margin:0;border:none}
.tab{height:32px;display:block;}
.tab li{display:block;height:32px;line-height:32px;text-align:center;cursor:pointer;background: url(libred/hongbj.jpg) no-repeat left center;  margin-bottom: 2px; text-align: right;}
.tab li.current{display:block;color:red;background: url(libred/baibj.jpg) no-repeat;  width: 138px; text-align: right;}
.show,hidden{float:left;width:360px;margin-top:0px;text-align:left;height:232px; border-right:1px solid #42b455;}
.hidden{display:none;}
.show{display:block;}
.con{padding:0px;} 
   
 
    .clear{ clear:both}
	


/*顶部滚动秀*/
#scrolllayer {float:left;overflow:hidden;height:18px;padding:0px;width:400px; }
#scrollmessage {float:left;text-align:left;width:400px;font-size:12px;font-family: "宋体";}
#scrollmessage ul {list-style:none; padding:0; margin:0;}
#scrollmessage li {line-height:18px;color:#FF0000; background:url(libred/smiley-star.png) no-repeat; margin-left:20px}
#scrollmessage li a{color:#FF0000; text-decoration:none;}/* CSS Document */

.vote_cy {float: right; width:270px; height:auto; border:1px solid #F00; background:#F00; color:#FFF; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; }