﻿
 /***
 	* @name:		Reset（样式重置）
 	* @author:		
 	* @type:		基础类
 	* @explain:		移除元素的填充(padding)和边距(margin)，定义一些元素的基本样式
 	* @relating:	no
 	* @dependent:	no
 */
 
 /* 
  *	********** 移除元素的   padding, margin  **********
  */

 html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, 
 pre, form, fieldset, table, th, td, input, textarea { margin: 0; padding: 0; }

 /* 
  *	********** 定义基本元素的样式 	 默认字体：宋体	  **********
  */
 body { font-family:\5B8B\4F53,Arial Narrow,arial,serif; background-color: #fff;  font-size: 12px;}
 img{ vertical-align: top; border-width:0; }
 ol,ul { list-style: none;}
 li{ list-style-type: none;}
 caption,th { text-align: left;}
 address,caption,cite,code,dfn,ins,em,th,var { font-weight:normal; font-style:normal;} 
 input,textarea{ font-size: 12px; padding: 2px;}
 /* **** 基本的文本输入框样式 ****	   */
 .input-text,.textarea{border: 1px solid #ccc; padding: 3px;}
 .input-text{ line-height: 12px; height: 12px;  }
 .textarea{line-height: 18px; padding: 6px;  background: url(images/opacify-logo.gif) no-repeat 50% 50%;}
 
 h1,h2,h3,h4,h5,h6{ font-weight: normal; }
 h1{ font-size: 18px; }
 h2{ font-size: 14px; }
 h3{ font-size: 12px; }
 
 a{ color: #000; text-decoration: none;}
 a:hover {color: #c00; }
 /* @end **/

 /***
 	* @name:		Grids960（960栅格化）
 	* @author:		
 	* @type:		基础类
 	* @explain:		栅格化设计,列出常用的几个宽度值,栏间距：10px,
 	* @relating:	no
 	* @dependent:	no
 */
 .w-150{ width: 150px; }
 .w-200{ width: 200px; }
 .w-210{ width: 210px; }
 .w220{ width: 220px;background:#F1F2F4}
 .w-230{ width: 230px; }
 .w-240{ width: 240px; }
 .w-250{ width: 250px; }
 .w-310{ width: 310px; }
 .w-300{ width: 300px; }
 .w-320{ width: 320px; }
 .w-350{ width: 350px; }
 .w-360{ width: 360px; }
 .w-370{ width: 370px; }
 .w-380{ width: 380px; }
 .w-390{ width: 390px; }
 .w-400{ width: 400px; }
 .w-410{ width: 410px; }
 .w-480{ width: 480px; }
 .w-470{ width: 470px; }
 .w-550{ width: 550px; }
 .w-560{ width: 560px; }
 .w-570{ width: 570px; }
 .w-600{ width: 600px; }
  .w-640{ width: 640px; }
 .w-650{ width: 650px; }
 .w-670{ width: 670px; }
 .w-700{ width: 700px; }
 .w-720{ width: 720px; }
 .w-740{ width: 740px; }
 .w-750{ width: 750px; }
 .w-810{ width: 810px; }
 .w-960{ width: 960px; }
 .w-220{width:220px;}
 .w-712{width:712px;}
 .w-484{width:476px;border:1px solid #e2e2e2;background:url(images/headbg-top.jpg) repeat-x;overflow:hidden;margin-right:7px;padding:3px}
 /* author: wangyuelong */
 .w-160{ width:160px} 
 .w-260{ width:260px}
 .w-318{ width:318px}
 .w-450{ width:450px}
 .w-520{ width:520px}
 .w-690{ width:690px}
 .w-790{ width:790px}
 /* @end **/
 .textarea-w600{ width: 592px; }


 /***
 	* @name:		Layout（布局）
 	* @author:		
 	* @type:		基础类
 	* @explain:		布局主体结构,定义网站的常用布局
 	* @relating:	no
 	* @dependent:	no
 */
 
 /* 
  *	********** 横截栏的样式: 居中，宽度   **********
  */
 .column { width: 960px; margin: 0 auto; }
 
 /* 
  *	********** 三栏布局: 左两栏  + 右一栏  **********
  */
 .col-l-main,
 .col-l-main .col-l { float: left; display:inline; }
 
 .col-r-extra,
 .col-l-main .col-r { float: right; display:inline; overflow:hidden;}
 
 /* 
  *	********** 三栏布局: 左一栏  + 右两栏  **********
  */
 .col-r-main,
 .col-r-main .col-r{ float: right; }
 
 .col-l-extra,
 .col-l-main .col-l{ float: left; } 
 .col-r-extra img{ padding: 0; margin:0} 
 /* @end **/

 /* ********** 样式中用到的图片拼合集合  **********  */
 .content-top,.image-top,.mode-sear,.diy-head-a,.mode-flash-1 .thumb ul li.cur{background-image: url(images/top-block.png);}
 .mode-sear,#show-all-cont,.go-bbs a.bbs,.go-bbs a.stow,.go-bbs a.site-tree,
 .slide-txt span,.resource-head,.mode-bg-dott,.digg a,.reg-a,.shareTitle{background-image: url(images/top-big.png);}

 .mode-bg-dott{ height: 20px;  background-position: left -252px; }
 .span-bg-blue,.span-bg-black,.span-bg-blue2{ padding: 3px 2px; float: left; color: #fff; background-color: #c30; }
 .span-bg-black{background-color: #666;}
 .span-bg-blue2{ background-color: #c66; }
 .mode-bg-dott span a{ color: #fff; }
 .mode-bg-dott span a:hover{ color: #fff; }

 /* 顶部条   */
 .header-top{ height: 28px; }
 .logo-bar{ background-color: #fff; height: 80px; }
 .login{width: 260px;margin-right:10px; padding-top: 6px; color: #666;  }
 .login a { margin-right: 5px; margin-left: 5px; color: #666; }
 .login a:hover{ color: #c00; }
 .go-bbs a{ float:left; line-height:28px; margin-right:20px; padding-left:20px; color:#666;}
 .go-bbs a.bbs{ background-position: -183px -43px; }
 .go-bbs a.stow{ background-position: -181px -110px ;}
 .go-bbs a.site-tree{ background-position: -184px -71px; }
 .sear-top{ margin-top: 3px; }


.icohome{background:url(images/home.gif) left no-repeat; text-indent:15px}
.icoadd{background:url(images/add.gif) left no-repeat; text-indent:15px}
.icologin{background:url(images/deng.gif) left no-repeat; text-indent:15px}
.topweb a{color:#666}
.topweb a:hover{color:#c00}
.topweb1 {float: left; width: 170px;line-height:28px; text-align: left}
.topweb1 ul{float: left; padding:0;margin:0}
.topweb li{float: left; margin-right:15px;line-height:28px; text-align: left}

.topweb2 {float: left; width: 330px;line-height:28px; text-align: right}
.topweb2 ul{float: left; padding:0;margin:0}
.topweb3 {float: left; width: 280px;line-height:28px; text-align: left;}
.topweb3 a{COLOR: #000}
.topweb4 {float: left; width: 280px;line-height:28px; text-align: left;}
.topweb4 a{COLOR: #000}
.topweb5 {float: left; width: 200px;line-height:28px; text-align: right;}
.topweb5 a{COLOR: #c00}
.topweb6 {float: right; width: 680px;line-height:28px; text-align: right;}
.topweb6 a{COLOR: #000}
.topweb7 {float: right; width: 820px;line-height:28px; text-align: right;COLOR: #999}
.topweb7 a{COLOR: #000}
.topweb8 {float: left; width: 120px;line-height:28px; text-align: left;}
.topweb8 a{COLOR: #000}


.top_banner {text-align: center;margin:3px 0 0 0;z-index:-100}
  /* LOGO   */
 .logo-menu{ background-color: #fff; }
 .logo-box{ height: 80px; margin-top:2px;  background-image: url(images/logo2011.jpg); background-repeat: no-repeat;}
 .logo-box h1 a{ text-indent: -9999px; display: block; width: 200px; height: 80px; }
 .logo-box p{ color: #666; text-align: center; }
  .logo-bo{ height: 80px; margin-top: 8px;  background-image: url(images/logo8.jpg); background-repeat: no-repeat;}
 .logo-bo h1 a{ text-indent: -9999px; display: block; width: 240px; height: 80px; }
 .logo-bo p{ color: #666; text-align: center; }
 
  .logobox{ height: 80px; margin-top: 8px;  background-image: url(images/logo2011.jpg); background-repeat: no-repeat;}
 .logobox h1 a{ text-indent: -9999px; display: block; width: 200px; height: 80px; }
 .logobox p{ color: #666; text-align: center; }
 
 .top-rss{ *margin-top: -2px;}/*IE浏览器垂直居中的样式*/ 
i {
	display:inline-block;
	height:100%;
	vertical-align:middle
	}
img {
	vertical-align:middle
	}
	
 .toplanmu {float: left; width: 550px;height:80px;}
 .toplanmu1 {float: left; width: 550px;height:28px;line-height:28px; border-bottom:#e6e6e6 1px dashed}
 .kong {color:#fff;letter-spacing:-1px}
  .toplanmu2 {float: left; width: 550px;height:24px;line-height:24px;}
 .toplanmu1 a,.toplanmu3 a{color:#1F376D;}
  .toplanmu2 a{color:#c00;}
  
  .toplanmu3 {float: left; width: 870px;height:31px;line-height:31px;}
  
  .topmsr {float: left; width: 350px;height:80px;}
 .topmsr1 {float: left; width: 350px;height:26px;line-height:26px; border-bottom:#e6e6e6 1px dashed}
  .topmsr2 {float: left; width: 350px;height:26px;line-height:26px;}
 .topmsr a{color:#1F376D;}
 
 .topchinamsr {float: left; width: 600px;height:80px;}
  .topchinamsr1 {float: left; width: 600px;height:26px;line-height:26px; border-bottom:#e6e6e6 1px dashed}
  .topchinamsr2 {float: left; width: 600px;height:26px;line-height:26px;}
  .topchinamsr a{color:#1F376D;}
  
  .topmsrw {float: left; width: 240px;height:80px;}
 .topmsrw1 {float: left; width: 240px;height:26px;line-height:26px; border-bottom:#e6e6e6 1px dashed}
  .topmsrw2 {float: left; width: 240px;height:26px;line-height:26px;}
  
  .topgg {float: left; width: 160px;height:80px;margin-left:10px}
 /* 搜索 */
 .topsearch {float: left; width: 640px;height:80px;BACKGROUND: url(images/topbg.gif) no-repeat}
#con {float: left;FONT-SIZE: 12px; MARGIN: 10px 0 0 40px; WIDTH: 540px}
#tags {padding: 0px;MARGIN: 0px 0px 0px 10px; WIDTH: 500px; HEIGHT: 25px}
#tags LI {BACKGROUND: url(images/tagleft.gif) no-repeat left bottom; FLOAT: left; MARGIN-RIGHT: 10px; LIST-STYLE-TYPE: none; HEIGHT: 25px}
#tags LI A {padding:0 10px 0 10px; BACKGROUND: url(images/tagright.gif) no-repeat right bottom; FLOAT: left; COLOR: #666; line-height: 25px;HEIGHT: 25px; TEXT-DECORATION: none;FONT-SIZE: 14px}
#tags LI.emptyTag {BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px}
#tags LI.selectTag {BACKGROUND-POSITION: left top; MARGIN-BOTTOM: -2px; POSITION: relative; HEIGHT: 27px}
#tags LI.selectTag A {BACKGROUND-POSITION: right top; COLOR: #fff; line-height: 27px; HEIGHT: 27px;FONT-SIZE: 14px;font-weight: bold}
#tagContent {padding: 1px; BACKGROUND-COLOR: #fff}
.tagContent {padding:10px;DISPLAY: none; BACKGROUND: url(images/searchbg.gif) no-repeat; WIDTH: 520px; COLOR: #474747; HEIGHT: 16px; TEXT-ALIGN: left;line-height: 20px;}
.tagContent form{padding:0px;margin:0;}
.tagContent input{padding:0;margin:0 ;COLOR: #ccc; WIDTH: 360px; TEXT-ALIGN: left; HEIGHT: 16px;line-height: 20px; border:0}
.tagContent input img{padding:0;margin:line-height: 27px}
#sbutton{float: left;margin:-26px 0 0 410px;width:110px; HEIGHT: 26px}
#tagContent DIV.selectTag {DISPLAY: block}

/* 栏目 */
.topnav{float: left; width: 960px;height:28px;line-height:28px;overflow:hidden;margin-top:8px;text-align: center}
.topnav li{float: left; height:28px;overflow:hidden;display:inline}
.topnavb{float: left; width: 960px;height:4px;background: url(images/navb.gif) no-repeat;clear;both}
.shouye {float:left;width:80px;height:31px;background: url(images/navs.gif);line-height:28px;overflow:hidden;margin-left:5px}
.shouye1 {font-size: 14px;color: #fff;font-weight: bold;letter-spacing:10px;text-align: center}
.shouye2{font-size: 14px;color: #fff;font-weight: bold;text-align: center}
.shouye1:hover {font-size: 14px;color: #fff;font-weight: bold;letter-spacing:10px;}
.lanmu {float:left;width:80px;height:28px;background: url(images/navl.gif);overflow:hidden;margin-left:2px}
.lanmu:hover {float:left;width:80px;height:28px;background: url(images/navthis.gif);overflow:hidden;margin-left:2px}
.lanmu1 {font-size: 14px;color: #333;font-weight: bold;line-height:28px;}
.lanmu1:hover {font-size: 14px;color: #333;font-weight: bold;line-height:28px}
.thislanmu{float:left;width:80px;height:28px;background: url(images/navthis.gif);overflow:hidden;margin-left:2px}
.thislanmu1 {font-size: 14px;color: #c40;font-weight: bold;line-height:28px;}
.thislanmu1:hover {font-size: 14px;color: #c40;font-weight: bold;line-height:28px}

.bbsnav{float: left; width: 960px;height:36px;line-height:36px;overflow:hidden;margin:5px auto;background: url(images/nav.gif)}
.bbsgate{float: left; width: 120px;height:36px;}
.bbslist{float: left; width: 840px;height:36px; text-align:center}
.bbslist li{float: left; width: 90px;height:36px;background:url(images/nav1.gif) right no-repeat}
.bbslist li a{font-size: 14px;color: #fff;}
/* 下拉1 */
.more{float: left; width: 120px;line-height:36px; text-align: left;position:relative;z-index:100;}  
.more ul{list-style:none;margin:0;padding:0}   
.more li {float:left;position:relative;}   
.more ul ul {visibility:hidden;position:absolute;top:36px;left:0px}   
.more table {position:absolute; top:0; left:0;}   
.more ul li:hover ul, .more ul a:hover ul{visibility:visible;}   
.more a{display:block;BACKGROUND: url(images/xia.gif) no-repeat right; WIDTH: 100px; COLOR: #666;margin:auto 10px}   
.more a:hover{BACKGROUND: url(images/sha.gif) no-repeat right; WIDTH: 100px; COLOR: #c00;border:0px solid red;margin:auto 10px}   
.more ul ul{BORDER-RIGHT: #B40000 1px solid; padding:4px; BACKGROUND:#fff; BORDER-LEFT: #B40000 1px solid; WIDTH: 950px; BORDER-BOTTOM: #B40000 1px solid; HEIGHT: 150px}   
.more ul ul img{TEXT-ALIGN: left;padding: 1px; BORDER: #B40000 1px solid}  
.more ul ul li {float:left;WIDTH: 950px;margin:0}   
.more ul ul li a{BACKGROUND: none;TEXT-ALIGN: left;}   
.more ul ul li a:hover{BACKGROUND: none; COLOR: #c00;} 
.more ul ul img:hover{padding: 1px; BORDER: #c00 1px solid} 

.nbbs{float:left;width:950px;border-bottom:#E6A68B 1px dashed;line-height:180%;margin:5px 0 5px 0;color:#E6A68B}
.nbbs a{display:inline;color:#666;BACKGROUND: none;}
.nbbs a:hover{display:inline;color:#c00;BACKGROUND: none;}
.nbbs:hover{float: left; width: 946px;border:2px solid #EE9B9F;padding:1px;background:#FDF0ED}

.web1 {float:left;line-height: 24px; HEIGHT: 24px;WIDTH: 950px;padding:0;margin:0; border-bottom:1px dashed #e2e2e2; font-weight: bold; COLOR: #c00;text-indent:18px;}
.web2 {float:left;line-height: 20px; WIDTH:950px;margin:0; COLOR: #5185B8;}


/* 下拉2 */
.more1{float: left; width: 125px;line-height:28px; text-align: left;position:relative;z-index:100;}   
.more1 ul{list-style:none;margin:0;padding:0}   
.more1 li {float:left;position:relative;}   
.more1 ul ul {visibility:hidden;position:absolute;top:27px;left:-785px}   
.more1 table {position:absolute; top:0; left:0}   
.more1 ul li:hover ul,   
.more1 ul a:hover ul{visibility:visible}   
.p1 {line-height: 24px; HEIGHT: 24px;WIDTH: 900px;padding:0;margin:0; border-bottom:1px dashed #e2e2e2; font-weight: bold; COLOR: #c00;}
.p2 {line-height: 20px; HEIGHT: 20px;WIDTH: 150px;padding-left:15px;margin:0; COLOR: #5185B8;BACKGROUND: url(images/qun.gif) no-repeat left}
.more1 a{display:block;BACKGROUND: url(images/qqoff.gif) no-repeat left; WIDTH: 80px; COLOR: #666;text-indent:18px;text-decoration: none;}   
.more1 a:hover{BACKGROUND: url(images/qqon.gif) no-repeat left; WIDTH: 80px; COLOR: #c00;text-indent:18px;border:0px solid red;text-decoration: none;}   
.more1 ul ul{BORDER-RIGHT: #e2e2e2 1px solid; padding-LEFT: 1px; BACKGROUND:#fff;  BORDER-LEFT: #e2e2e2 1px solid; WIDTH: 900px; BORDER-BOTTOM: #e2e2e2 1px solid; HEIGHT: 545px; overflow:hidden}   
.more1 ul ul li {line-height: 20px; HEIGHT: 20px}   
.more1 ul ul li a{display:block;BACKGROUND: none;WIDTH: 900px; COLOR: #5185B8; line-height: 20px; HEIGHT: 20px; TEXT-ALIGN: left;text-indent:10px;text-decoration: none;}   
.more1 ul ul li a:hover{WIDTH: 900px;BACKGROUND: none; COLOR: #c00; line-height: 20px; HEIGHT: 20px;text-indent:10px;text-decoration: none;} 



.spacenav{float: left; width: 960px;height:180px;line-height:32px;overflow:hidden;margin-top:8px;background: url(images/zltop2.jpg)}
.spacenav H1{float: left;width: 960px;font-size:36px;color:#000; font-family:"华文新魏", "宋体"; text-indent:30px;font-weight:bold;margin-top:40px;}
.spacenav H2{float: left;width: 960px;font-size:16px;color:#000; font-family:"微软雅黑", "宋体"; text-indent:40px}
.spacenav H2 a{color:#069; text-decoration:underline}

.navbbs {float:left;width:180px;height:31px;line-height:28px;overflow:hidden;color: #999;margin-left:10px}
form {padding:0;margin:0}
.navbbs1 {font-size: 14px;color: #06f;text-align: right}
.navbbs1:hover {font-size: 14px;color: #c00;}
.navv{float:left;overflow:hidden;margin:10px;color: #999;text-align: left}

#search_input {float:left;width:140px;height:19px;padding:4px 0 0 5px;line-height:19px;border:1px solid #ccc;color:#666;background:#fff;}
#search_top_btn {float:left;width:28px;height:25px;background:url(images/search_top.png) no-repeat;cursor:pointer;border:none;}

/* 列表 */
.xuans{float:left;width:709px;padding:2px;margin:5px 0 0 0;text-align: left;border:#E6A68B 1px solid;background:#FDF0ED url(images/xuansbg1.gif) top repeat-x;}
.xuans1{float:left;width:20px;line-height:16px; font-size:12px; font-weight:bold; color:#000;text-align: center;border-right:#E6A68B 1px dashed;}

.vipuser li{float:left;width:80px;height:80px;text-align: center;padding:2px;margin:2px 0 2px 2px;border:#e5e5e5 1px dashed}

.xuans2 a{font-size: 12px;color: #03c; }
.xuans2 li{float: left; width:100%;overflow:hidden;line-height:22px;height:22px;background: url(images/ontop.gif) left no-repeat;text-indent:6px}
.gg1{float:left;width:100%;padding-bottom:2px;text-align: center;}
.xuans3 {height:188px}
.xuans3 a{color: #1F376D}
.xuans3 li{float: left; width:100%;overflow:hidden;line-height:24px;background: url(images/ontop.gif) left no-repeat;text-indent:6px}


.jiayuan li a{color: #069}
.jiayuan li{float: left; width:50%;overflow:hidden;line-height:22px;background: url(images/jia.gif) left no-repeat;text-indent:12px}

.zlan{ width:226px; height:64px;background:url(images/people1.gif) no-repeat; margin-left:2px; margin-bottom:5px}
 .zlan img{ border:1px solid #fff; }
 .zlan h3{line-height:20px;padding:8px}
 .zlan .imgtxt{float:left;height:56px;margin:6px 14px 0 10px; display:inline}
 .zlan .imgtxt p{ text-align:center; margin-top:1px}
 


.contentgg{float:left; width:240px; height:300px;margin-right:20px;}

 .mode-bigNews{text-align: center;line-height:40px}
  .mode-bigNews p{text-align: left;line-height:20px;}
  .mode-bigNews p a{color: #666}
 /* 登录 */
.denglu1{float: left; width: 212px;margin:5px;color: #666;}
.denglu11 {float: left; width: 148px;}
.denglu12 {float: left; width: 64px;line-height:24px}
.denglu1 p{margin:3px 0 3px 0;padding:0}
.denglu1 .input1{font-size: 12px;color: #c00;text-decoration: none;width: 100px;height: 12px;line-height: normal;border: 1px solid #f1d38b;}
.denglu1 .inputimg{padding-left:10px}
 #loginbbs{width:218px;margin-bottom:4px;border:1px solid #f1d38b;overflow:hidden;float:left;}
.loginBorder{float: left;width:212px;border:2px solid #fcf4cd;margin:1px;}
.loginTitle{float: left; text-align:center;width:202px;padding:5px 0;color:#333;}

.leftbox{width:212px;border:1px solid #DCE1E5;overflow:hidden;float:left;padding:3px; background:#fff}
.leftboxt{float: left; text-align:left;width:212px;font-size:14px;font-weight:bold;line-height:30px;height:30px; text-indent:10px }
.leftboxc{float: left; text-align:left;width:212px;line-height:20px;}
  .leftboxc li{float: left;width:204px;margin:4px}
  .leftboxc img{border:1px solid #ccc;padding:1px}
  .leftboxc img:hover{border:2px solid #c00;}
.leftboxs{float: left; text-align:center;width:220px;height:30px;line-height:30px; background:#778A99}
.leftboxs a{font-size:14px;font-weight:bold;color:#fff}

.leftboxa a{color:#0E478C}
.leftboxa li{float:left;width:212px;line-height:20px;height:20px;list-style-type:none; background: url(images/jt.gif) left no-repeat;text-indent:10px; overflow:hidden;white-space:nowrap}

.leftboxtg{float: left; text-align:left;width:212px;font-size:12px;font-weight:bold;line-height:24px;height:24px; text-indent:10px;border-top:1px dashed #DCE1E5;margin-top:5px }
.leftboxg a{color:#666}
.leftboxg li{float:left;width:212px;line-height:20px;height:20px;list-style-type:none; background: url(images/jt.gif) left no-repeat;text-indent:10px; overflow:hidden;white-space:nowrap}

#loading{display:block;float: left;width:100%; text-align:center;color:#666;line-height:22px;}
/* 导航 */
.dh1{float:left;width:240px;margin:4px 0 0 0;}
.dh1 li{float:left;width:20%;line-height:24px;list-style-type:none;text-indent:2px}
.dh2{float:left;width:238px;margin:4px 0 0 0;border-top:#FDE9D0 1px solid;border-right:#FDE9D0 1px solid;border-left:#FDE9D0 1px solid;background:url(images/bg2.gif);height:26px;line-height:26px;color:#333; font-size:14px; font-weight:bold;text-indent:8px}
.dh21{float:left;width:238px;border:#FDE9D0 1px solid;margin:0 0 5px 0;}
.dh21 li{float:left;width:79px;line-height:26px;height:26px;list-style-type:none;text-indent:10px; overflow:hidden}
.dh21 li a{ color:#049}

.dh3{float:left;width:208px;margin:0 0 3px 0;border:#FDE9D0 1px solid;background: #FFF9EE;padding:5px}
.dh4{float:left;width:116px;height:216px;margin:0;border:#FDE9D0 1px solid}
.dh3 li{float:left;width:100%;line-height:24px;list-style-type:none; overflow:hidden}
.dh3 li a{COLOR: #333;}
.web3 {line-height: 26px; HEIGHT: 26px;WIDTH: 100%;padding:0;margin:0; font-weight: bold; COLOR: #c00;}



.vt{float:left;width:220px;margin:0 0 3px 0;}
.vtt{float:left;width:220px;height:33px;line-height:33px;font-size:14px;color:#fff; font-family:"微软雅黑", "宋体"; text-indent:50px;background:url(images/vtbg.gif)}
.vtt a{color:#fff; font-family:"微软雅黑", "宋体";font-size:16px; font-weight: bold; }
.vtc{float:left;width:208px;margin:0;border:#EE9B9F 1px solid;border-top:none;padding:5px}
.vtc ul{float:left;width:200px;margin:4px; }
.vtc li{float:left; width:200px; display:inline;}
.vtct{float:left;text-align:left; width:200px;height:40px;line-height:20px;background:url(images/vtbgb.gif)}
.vtct p{margin:0 50px 0 10px; overflow:hidden}
.vtc a{ color:#fff;}
.vtc li a{ color:#fff;}

.dh5{float:left;width:94px;height:216px;margin-left:6px;border:#FDE9D0 1px solid}
.dh51{float:left;width:94px;height:28px;background:url(images/usertitle1.gif)}
.dh52{float:left;width:94px;height:188px;}
.dh52 ul{float:left;width:80px;}
.dh52 li{float:left;width:80px;height:80px;text-align: center;padding:2px;margin:2px 0 2px 2px;border:#e5e5e5 1px dashed}

#article_title{width:800px; height:60px; line-height:60px; font-size:16px; font-weight:bold; margin:0 auto; text-align:center;}
#fontadBar{float: left;width:238px;margin:4px 0 4px 0;border:1px solid #C1CEE0;overflow:hidden}
.fontad{float: left;width:228px;border:2px solid #DAEDF4;margin:1px;padding:2px}
.fontad li{float: left;width:228px;}
/* 辩论 */
.right2box{float:left;width:240px;text-align: left;margin:5px 0 5px 0}
.right2box1{float:left;width:240px;line-height:29px; background: url(images/list5.gif) no-repeat;font-size:14px; font-weight:bold; color:#fff; text-indent:15px;  display:inline;}
.right2box2{float:left;width:230px; margin:0px; padding:4px;border-left:#ccc 1px solid;border-right:#ccc 1px solid;border-bottom:#ccc 1px solid; display:inline;line-height:20px}
.right2box2 a{font-size:12px;color:#666;}
.rightbox2 li{float:left;width:229px;line-height:20px;list-style-type:none; background: url(images/jt.gif) left no-repeat;text-indent:10px; display:inline;}

.right4box1{float:left;width:240px;line-height:29px; background: url(images/list2.gif) no-repeat;font-size:14px; font-weight:bold; color:#fff; text-indent:15px;}

.hotbox1{float:left;width:230px;padding:4px;border-left:#ccc 1px solid;border-right:#ccc 1px solid;border-bottom:#ccc 1px solid;}
.hotbox1 li{float:left;width:100%;line-height:22px;list-style-type:none; overflow:hidden;border-bottom:1px dashed #EBEBEB;background: url(images/arrow.gif) left top no-repeat;text-indent:10px}
.hotbox1 li a{color:#049; font-size:14px}
.hotbox1 span{color:#f60;}
.hotbox2{float:left;width:230px;padding:4px;border-left:#ccc 1px solid;border-right:#ccc 1px solid;border-bottom:#ccc 1px solid;}



.manbox1{float:left;width:105px;height:105px}
.manbox1 img{border:1px solid #ccc;padding:1px}
.manbox11{float:left;width:105px;height:100px;margin-top:5px}
.manbox2{float:left;width:110px;height:105px;line-height:24px;margin-left:15px}
.manbox2 span{float:left;width:110px;font-size:14px; color:#039; font-weight:bold}
.manbox2 .btn{
	width:60px;
	float:left; margin:1px 1px 0 0;padding:1px;BACKGROUND: url(images/login1.gif) no-repeat;
	line-height:19px; text-align:center;
	height:19px;
	overflow:hidden;
}
.manbox2 .user{
	float:left; 
	line-height:30px;
	height:30px;
	overflow:hidden;
	color:#049;BACKGROUND: url(images/arrow.gif) 0 10px no-repeat; text-indent:10px
}
.manbox3{float:left;width:230px;color:#666;line-height:20px;margin-bottom:5px}
.manbox4{float:left;width:230px;color:#666;line-height:20px;height:50px;border-bottom:#ccc 1px dashed}
.manbox5{float:left;width:228px;color:#333;line-height:20px;padding:5px;}
.manbox31{float:left;width:55px;margin-top:5px}
.manbox31 img{border:1px solid #ccc;padding:1px}
.manbox32{float:left;width:150px;line-height:24px;margin:10px 0 0 20px}
.manbox32 span{float:left;width:150px;font-size:14px; color:#039; font-weight:bold}
.manbox32 .user{
	float:left; 
	line-height:30px;
	height:30px;
	overflow:hidden;
	color:#049;BACKGROUND: url(images/arrow.gif) 0 10px no-repeat; text-indent:10px
}
/* 最新招聘 */
.rightbox{float:left;width:238px;text-align: left;border:#EE9B9F 1px solid;margin:8px 0 0 0}
.rightbox1{float:left;width:90px;text-align: center;background: url(images/list11.gif) no-repeat;line-height:27px; font-size:12px; font-weight:bold; color:#c00}
.rightbox2{float:left;width:148px;text-align: center;background: url(images/list21.gif) repeat-x;line-height:27px}
.rightbox3{float:left;width:230px;padding:4px;}
.rightbox3 a{color:#0E478C}
.rightbox3 li{float:left;width:230px;line-height:21px;list-style-type:none; background: url(images/jt.gif) left no-repeat;text-indent:10px}
.rightbox4{float:left;width:230px;padding:4px;text-align: center}
.rightbox4 img{border:#e2e2e2 1px solid;padding:1px}
.gg2{float:left;width:240px;margin:0px;text-align: left;}
/* 栏目列表 */
.listbox1{width:720px;overflow:hidden;float:left;clear:both;overflow:hidden;}
.listbox1 dl{width:350px;margin:8px 8px 0 0;float:left;}
.listbox1 ul a{color:#000;}
.listbox1 h2{text-align:left;display:block;height:24px;line-height:24px;overflow:hidden;}
.listbox1 h2 a{font-size:16px;color:#c00; font-family:"微软雅黑", "宋体"}
.listbox1 p{line-height:21px;color:#666;padding:5px;height:40px;overflow:hidden}
.tbox2{margin:0 0 4px 0;border:1px solid #E2E2E2;overflow:hidden;background:url(images/list9.gif) 0 0 repeat-x; display:inline;}
.tbox2 dt{height:26px;overflow:hidden;clear:both;}
.tbox2 dd{padding:8px 4px 0 0;overflow:hidden;}
.tbox2 .pic{width:94px;float:left;margin-left:2px;}
.tbox2 .txt{width:250px;float:left;}
.tbox2 dt strong{height:28px;line-height:27px; !important;line-height:26px;padding-left:28px;padding-right:4px;display:block;
float:left;color:#fff;letter-spacing:1px;}
.tbox2 dt strong a{color:#fff; font-size:14px}
.tbox2 dt strong a:hover{color:#fff;font-size:14px;text-decoration:none;}
.tbox2 dt span.morem{float:right;position:relative;line-height:27px;padding-right:8px;color:#666;font-size:14px;}
.tbox2 dt span.morem a{color:#666;font-size:14px;text-decoration:none;}
.tbox2 dt span.morem a:hover{color:#333;}
.d11{padding:4px 0px;border-top:#ccc 1px dashed;}
.d11 li{height:27px;line-height:27px;overflow:hidden;}
.d11 li span{color:#777;margin-right:5px;float:left;}
.d11 li a{color:#013F7C;font-size:14px}
.ico3 li{padding-left:16px;background:url(images/ico-3.gif) 7px 11px no-repeat;}
/* 论坛分类 */
.a2 {font-size: 16px;color: #c00;text-decoration: none;line-height: 22px;font-weight: bold;}
.a3 {font-size: 12px;color: #c00;text-decoration: none;line-height: 150%;font-weight: bold;}
.bbsbox{float:left;width:710px;text-align: left;border:#E2E2E2 1px solid;margin-top:5px}
.bbsbox1{float:left;width:90px;text-align: center;height:29px;background: url(images/list31.gif) no-repeat;line-height:29px; font-size:14px; font-weight:bold; color:#fff}
.bbsbox2{float:left;width:620px;text-align: left;height:29px;background: url(images/list41.gif) repeat-x;line-height:29px;text-indent:20px;color:#ccc}
.bbsbox2 a{color:#c00}
.bbsbox3{float:left;width:700px;padding:5px;}
.bbsbox4{float:left;width:700px;border-bottom:#E6A68B 1px dashed;line-height:150%;margin:5px 0 5px 0;color:#E6A68B}
.bbsbox4 a{color:#666}
.bbsbox4:hover{float: left; width: 701px;border:2px solid #EE9B9F;padding:1px;background:#FDF0ED}
/* 滑动*/
#tab1 ,#tab2{width:238px;height:34px;border:1px #cfedff solid;border-bottom:0;background:url(images/title.gif) repeat-x;}
	#tab1 ul ,#tab2 ul{margin:0;padding:0;}
	#tab1 li,#tab2 li{float:left;padding:0 10px;height:34px;line-height:34px;text-align:center;border-right:1px #ebf7ff solid;cursor:pointer;}
	#tab1 li.now,#tab2 li.now{color:#039;background:#fff;font-weight:bold;}
	.tablist{width:218px;height:170px;padding:10px;font-size:14px;line-height:24px;border:1px #cfedff solid;border-top:0;display:none;}
.tablist a{color:#0E478C;font-size:12px}
.tablist li{float:left;width:229px;line-height:20px;list-style-type:none; background: url(images/jt.gif) left no-repeat;text-indent:10px;font-size:12px}
.tablist1{width:218px;height:350px;padding:10px;font-size:14px;line-height:24px;border:1px #cfedff solid;border-top:0;display:none; overflow:hidden}
.tablist1 a{color:#0E478C}
.tablist1 li{float:left;width:229px;line-height:20px;list-style-type:none; background: url(images/jt.gif) left no-repeat;text-indent:10px}
	.block{display:block;}
	.zhucebg{background:url("images/pe_bg.jpg") bottom no-repeat;height:227px;line-height:24px}
 /* 友情链接  */
 .out-links{border: 1px solid #dbdada; text-align: center; background-color: #f1f1f1;  }
 .out-links div{ padding: 2px; }
 .out-links ul{margin:4px; background-color:#fff; padding-top:4px; text-align: left;padding-left: 10px;}
 .out-links li{ display:inline; line-height:35px;}
  
 /* 页面底部  */
 
 .chinamsrfoot{float:left;margin:5px auto; padding:9px;width:940px;text-align: left;line-height:22px;border:#e2e2e2 1px solid}
 .chinamsrfoot a{color: #333}
 .chinamsrl{float:left;width:160px;}
 .chinamsrw{float:left;width:320px;}
 .chinamsrr{float:left;width:140px; text-align: center;}
 .chinamsrfoot h3{float:left;width:100%;font-size:14px;line-height:30px;font-weight:bold}
 .chinamsrfoot li{float:left; list-style:none;margin:0;padding:0}
 .chinamsrl ul{float:left;width:160px;}
 .chinamsrl li{float:left;width:160px;}
 .chinamsrw ul{float:left;width:300px;}
 .chinamsrw li{float:left;width:50%;}
 
 #foot{ text-align: center; }
 #foot_link{ height: 30px; line-height: 30px;  }
 #foot_link a{ color: #000;}
 #foot_link a:hover{ color: #c00; }
 #foot p{ line-height: 22px; color: #666;}
 .footweb{float:left;width:960px;text-align: center;height:30px;line-height:30px;border-bottom:#c00 2px solid; overflow:hidden}
.footlogo{float:left;width:80px;text-align: center;margin-top:25px}
.footcopyright{float:left;width:650px;text-align: left;color:#666;margin-top:5px;line-height:18px}
.footnotice{float:left;width:230px;text-align: right}
.footnotice p{margin-top:15px}

/*	分页		*/
.page{text-align:center;}
.page li{ float: left;}
.page a{float:left; padding:0 6px; margin:0 6px 0 0;  height: 20px; line-height:20px; border:1px solid #ddd; font-family: Arial, Helvetica, sans-serif;  text-align: center; vertical-align: middle; background-color:#fff; color:#454545;}
.page a:hover,a.now{ text-decoration:none; border-color:#c00; }
.page a.now{ font-weight:bold; background:#c00; color:#fff; }

 /* ********************** 明显的分割线 ************************ */


  /* *********	大图背景 	******** */
 .mode-menu,.mode-menu ul li.nav-cur,.mode-menu ul li.nav-cur a,.menu-cir-l,.menu-cir-r,.menu-cir-main,
 .mode-head1,.mode-head2,.mode-tabs,.mode-tabs ul li a,.mode-tabs ul li a.tabs-focus,.mode-imgtitbg,
 .magazine-wrap .magazine-tab-menu li a,#nav-cur,#nav-cur a{ background-image: url(images/top-block.png);}
 
 .his-1,.his-2,.mode-txtlink li,.mode-rank li em,.mode-rank li em.front,
 .mode-fastimg,.mode-videotitle,.mode-imgtitle .more,.mode-intertitle,.mode-news,.mode-position span a,
 .mode-sear ,.post-btn,.btn_black,.mode-head a.more-e,.mode-head-3 h2,.v-play-c,.v-comment-c,.other,.bigNews-head h2,
 .pic-list-wrap .more,.hr-dotted,.mode-vote .vote-all,.pic-news-list h2,.magazine-wrap .magazine-head,
 .mode-position ,.italk-pl,.italk-pl:hover ,.his-maga,.cover-title h2,
 .printing,.webbook,.post-tw,.maildy,.post-fri,.gall-pageNumber,.view-all-pic,.view-other a,.view-primal a,
 .gall-slide-console a,.gall-slide-console a:hover,.img-more,.member-btn,.fast-login-btn,.mode-vote .submit{background-image: url(images/top-big.png);}
 
 
/***
 	* @name:		mode-menu
 	* @author:		
 	* @type:		导航
 	* @explain:		
 	* @relating:	
 	* @dependent:	
 */
 /* *********	非圆角菜单	******** */
 .mode-menu{ height: 35px; line-height: 35px; background-position: left -53px; }
 .mode-menu ul li { float: left; margin: 0 2px 0 2px; padding-left: 10px;  font-size: 14px; }
 .mode-menu ul li a{ float: left;  padding-right: 10px; text-align: center; color: #fff; }
 .mode-menu ul li.nav-cur,#nav-cur{   background-position: -0px -532px; }
 .mode-menu ul li.nav-cur a,#nav-cur a{  background-position: right -566px; font-weight: bold;  color: #c00; padding-right: 8px; }
 /* *********	圆角菜单 		******** */
 .menu-cir{ position: relative; height: 67px; }
 .menu-cir-main,.menu-cir-l,.menu-cir-r{position: absolute; width: 11px; height: 67px;}
 .menu-cir-main{ width: 938px; left: 11px; background-position: left -53px; }
 .menu-cir-l{ left: 0; background-position: -1px -132px; }
 .menu-cir-r{ right: 0; background-position: -12px -132px;}
 .menu-cir-main .menu-hot{ line-height: 34px; }
 /* 无子栏目 菜单,比如大众版首页,dz-index.html */
 .nosubmenu{ height: 35px; overflow: hidden; zoom: 1;}
  /* *********	历史页面按钮	******** */
 .his-1,.his-2{ margin-right: 6px; }
 .his-1{ padding-left: 16px; color: #fff; background-position: -15px -470px; }
 .his-2{ padding: 0 6px 0 18px; background-position:-14px -511px; color:#06c; }
 .his-1:hover{ color: #c00; }
 .his-2:hover{ color: #c00;}
 /* *********	热点关注		******** */
 .menu-hot{ line-height: 22px;}
 .menu-hot span.hot-news a{ margin-right: 30px; }
 .menu-hot span.hot-news a:hover{ color: #c00; }
 .menu-hot ul li{ display: inline; }
 .menu-hot ul li a{ font-size: 14px; margin: 0 10px; }
 /* @end **/

 /***
 	* @name:		mode-head，mode-tabs
 	* @author:		
 	* @type:		标题行,包含切换（tabs）
 	* @explain:		一些模块的标题行，包括标题名称，更多链接
 	* @relating:	no
 	* @dependent:	no
 */
 /* *********	该模块公共组合	******** */
 .mode-head-2,.mode-head,.mode-head1,.mode-head2,.mode-tabs{ height: 29px; line-height: 27px; padding: 0 8px; }
 .mode-head h2,.mode-head1 h2,.mode-head-2 h2,.mode-tabs h2{ float: left; font-weight: bold; }
 /* *********	有背景类1	******** */
 .mode-head1{ background-position: 0 -254px; border-bottom: 1px solid #EE9B9F;}
 .mode-head1 ul{ float: right;}
 .mode-head1 ul li{ float: left;}
 .mode-head1 ul li a{ float: left; margin: 0 8px; color: #666;}
 .mode-head1 a.more:hover,.mode-head1 a.more-e:hover,.mode-head1 ul li a:hover{ color: #c00;}
 
 .mode-head2{  border-bottom: 1px solid #ccc;}
 .mode-head2 ul{ float: right;}
 .mode-head2 ul li{ float: left;}
 .mode-head2 ul li a{ float: left; margin: 0 8px; color: #666;}
 .mode-head2 a.more:hover,.mode-head2 a.more-e:hover,.mode-head2 ul li a:hover{ color: #c00;}
  /* *********	有背景类	******** */
 .mode-head{background: url(images/list9.gif) no-repeat; height: 29px; line-height: 27px; }
 .mode-headborder { border-top: #E2E2E2 1px solid;}
 .mode-head a.more,.mode-head a.more-e{ float: right; color: #06c; }
 .mode-head a.more-e{ width: 37px; height: 16px; margin-top: 6px; background-position: -17px -48px; text-indent: -9999px; }
 .mode-head a.more-e:focus{ outline: none;}
 .mode-head ul{ float: right;}
 .mode-head ul li{ float: left;}
 .mode-head ul li a{ float: left; margin: 0 8px; color: #666;}
 .mode-head a.more:hover,.mode-head a.more-e:hover,.mode-head ul li a:hover{ color: #c00;}
 /* *********	无背景类		******** */
 .mode-head-2{background: url(images/lanmubg.gif) left bottom no-repeat;}
 .mode-head-2 a.more{ color: #999; float: right; text-align:right}
 .mode-head-2 a.more:hover{ color: #c00; }
 .mode-head-3{ background: none; border-bottom: none; }
 /* *********	切换类		******** */
 .mode-tabs{ height: 29px;  background-position: left -703px;}
 .mode-tabs ul li{ float: left;}
 .mode-tabs ul li a{ float: left; padding: 0 10px;  background-position: left -632px; color: #c60; }
 .mode-tabs ul li a.tabs-focus{ height: 29px; background-position: left -665px; color: #666; font-weight: bold;}
 .mode-tabs ul li a:hover{ color: #c00; }
 .mode-tabs ul li a.tabs-focus:hover{ color: #000;}
 .mode-tabs-2{ padding: 0;}
 .mode-tabs-fs14 ul li a{ font-size: 14px; }
 /* *********	图片标题		******** */
 .mode-imgtitle{ height: 34px; line-height: 34px;}
 .mode-imgtitle p{ float: left; color: #999;}
 .mode-imgtitle ul{ float: right; }
 .mode-imgtitle ul li{ float: left; margin-right: 10px;}
 .mode-imgtitle ul li a{ color: #333; }
 .mode-imgtitle .more,.other{ margin-top: 10px; margin-right: 5px; width: 38px; height: 16px; background-position: -15px -48px; }
 .other{ margin-top: 0;margin-right: 0; text-indent: -9999px; }
 /* *********	各title背景图片		******** */
 .mode-imgtitbg{ height: 35px; background-position: left -379px; border-bottom: 1px solid #9FCCE9; }
 .mode-fastimg,.mode-videotitle,.mode-intertitle,.mode-news{ float: left; text-indent: -9999px; }
 .mode-fastimg{  width: 77px;  background-position: -156px -510px;} 
 .mode-videotitle,.mode-intertitle,.mode-news{ width: 115px; }
 .mode-videotitle{ background-position: -11px -424px; }
 .mode-intertitle{ background-position: -11px -366px; }
 .mode-news{ background-position: -13px -322px;}
 .mode-pictitle{ width: 143px; background-position: -111px -1333px; }
 /* *********	更多按钮		******** */
 .img-more{width:45px; height:20px; background-position: -15px -48px; text-indent:-9999px; }
 /* *********	视频页面title样式		******** */
 .mode-head-3 h2{padding-left: 30px; padding-top: 6px; background-position: -269px -1055px ; background-repeat: no-repeat; }
 /* *********	在默认样式上自定义背景		******** */
 .diy-bg-a{ background-position: 0 0;}
 /* @end **/

 /***
 	* @name:		mode-txtlink,mode-rank
 	* @author:		
 	* @type:		文本列表模块
 	* @explain:		列表中基本的是12px, 颜色是666，可以快速切换到14px，颜色是06c，依赖的模块是mode-head
 	* @relating:	no
 	* @dependent:	mode-head
 */
 /* ********* 常规列表	******** */
 .tuijian{width:296px;height:360px;float:left;overflow:hidden;}
  .tuijiannew{width:400px;float:left;overflow:hidden;}
  .tuijianpic{width:106px;height:70px;float:left;}
  .tuijianpic img{padding:1px;border:solid #e2e2e2 1px}
  .tuijianbbs{width:294px;height:70px;float:left;overflow:hidden;}
  
  .renwu{width:170px;height:360px;float:left;background: url(images/renwubg.gif) no-repeat;}
  .renwutitle{width:170px;height:40px;float:left;line-height:30px;}
  .renwutitle h3{float: left;color: #fff; font-weight:bold;font-size:14px; text-indent:10px}
  .renwupic{width:170px;height:310px;float:left; text-align:center;line-height:20px}
  .renwupic li{float: left;width:158px;margin:6px}
  .renwupic img{border:1px solid #ccc;padding:1px}
  .renwupic img:hover{border:2px solid #c00;}
  
  .renwupic1{width:380px;float:left; text-align:center;line-height:20px}
  .renwupic1 li{float: left;width:180px;margin:3px}
  .renwupic1 img{border:1px solid #ccc;padding:1px}
  .renwupic1 img:hover{border:2px solid #c00;}
  
  .renwutitle a.gengduo{ float: right; width: 37px; height: 16px; margin: 6px 6px 0 0; background: url(images/top-big.png) -17px -48px; text-indent: -9999px; }
 .renwutitle a.gengduo:focus{ outline: none;}
 .twolie ul li{width:50%;float:left;list-style:none;}
  .twolie ul li a{color: #1F376D; font-size:12px}
  .twoliec{padding:5px}
  .twoliec ul li{width:50%;float:left;list-style:none;text-indent:8px; overflow:hidden; line-height: 27px;background:url(images/top-big.png) -286px -280px no-repeat;}
  .twoliec ul li a{color: #049; }
 .mode-txtlink ul,.mode-txtlink ol { margin: 8px;}
 .mode-txtlink li,.mode-rank li{padding-left: 8px; line-height: 24px; background-position: -286px -280px; background-repeat: no-repeat; overflow:hidden;white-space:nowrap}
 .mode-txtlink li a{ color: #666; }
 .mode-txtlink li a:hover{ color: #c00; }
 .mode-txtlink li cite,.mode-txtlink li .date,.mode-rank li em{  font-family: Arial; font-size: 10px; }
 .mode-txtlink li cite{ color: #999; }
 .mode-txtlink li .date{  margin-left: 10px;  color: #999; }
  .mode-txtlink1 ul,.mode-txtlink1 ol { margin: 8px; }
 .mode-txtlink1 li{  padding-left: 8px; line-height: 24px;}
 .mode-txtlink1 li a{ color: #666; }
 .mode-txtlink1 li a:hover{ color: #c00; }
 .mode-txtlink1 li cite,.mode-txtlink1 li .date,.mode-rank li em{  font-family: Arial; font-size: 10px; }
 .mode-txtlink1 li cite{ color: #999; }
 .mode-txtlink1 li .date{  margin-left: 10px;  color: #999; }
 
.mode-txtlink2 ul,.mode-txtlink2 ol { margin: 8px;}
 .mode-txtlink2 li{padding-left: 5px; line-height: 24px; margin-bottom:10px}
 .mode-txtlink2 li a{ color: #666; }
 .mode-txtlink2 li h3{float:left;background:url(images/arrow.gif) no-repeat left; font-size: 14px; font-weight:bold; text-indent:15px}
 .mode-txtlink2 li a:hover{ color: #c00; }
 .mode-txtlink2 li cite,.mode-txtlink2 li .date,.mode-rank li em{  font-family: Arial; font-size: 10px; }
 .mode-txtlink2 li cite{ color: #999; }
 .mode-txtlink2 li .date{  margin-left: 10px;  color: #999; }
  .mode-txtlink2 li p a{ color: #999;font-size:12px }
 /* ********* 排序列表	******** */
 .mode-rank li em{ float: left; margin-right: 8px; width: 16px; height: 20px; text-align: center;  background-position: -139px -98px; }
 .mode-rank li em.front{ background-position: -138px -58px; color: #fff; }
 /* @end **/

 /***
 	* @name:		mode-txtlink,mode-rank
 	* @author:		
 	* @type:		面包屑导航
 	* @explain:		列表中基本的是12px, 颜色是666，可以快速切换到14px，颜色是06c，依赖的模块是mode-head
 	* @relating:	no
 	* @dependent:	mode-head
 */
 .mode-position{ padding-left: 20px; line-height: 21px; background-position: -280px -481px; background-repeat: no-repeat;}
 .mode-position1{ height: 60px; background: url(images/logoc.jpg) no-repeat;}
 .mode-position1 h1 a{ text-indent: -9999px; display: block; width: 165px; height: 60px; }
 .mode-position1 span a{ width: 565px;padding-left: 10px; background-position: right -911px; }
 .mode-position1 h1{float: left; }
 .mode-position1 span{float: left;line-height:60px}
 
 .mode-position .menu-a{ margin-right: 10px; color: #06c; font-weight: bold; font-size: 14px; }
 .mode-position span a{ padding-right: 10px; background-position: right -911px; }
 /* @end **/

 /*
  * ***************** 侧边栏搜索条  *****************
  */
 .mode-sear{ width: 190px; height: 28px; background-position: -57px -152px;margin:2px 0 0 0}
 .mode-sear .sear-box,.mode-sear .sear-btn{ background-color:  transparent;  border: none; }
 .mode-sear .sear-box{ width: 150px; height: 17px;line-height: 17px; padding: 1px 2px 2px 4px; color: #666; }
 .mode-sear .sear-btn{ text-indent: -9999px; width: 30px; cursor: pointer; }
 /* @end **/

  
 /***
 	* @name:		mode-comment
 	* @author:		
 	* @type:		评论模块
 	* @explain:		
 	* @relating:	
 	* @dependent:	mode-head
  */
 /* 
  *	********** 评论列表  **********
  */
 .mode-comment dt{ line-height: 26px;}
 .mode-comment dt .user-info,.mode-comment dt .user-info a{ color: #039;font-family:"微软雅黑", "宋体";}
 .mode-comment dt .user-info a:hover{ color: #c00; }
 .mode-comment dt .user-info{float: left;}
 .mode-comment dt .post-time{ float:right;  color: #999;  font-family: Arial; font-size: 10px; }
 .mode-comment dd{ clear:both; padding-bottom: 10px; }
 .citation-wrap{ line-height: 24px; overflow: hidden;}
 .mode-comment dd p{ line-height: 24px; font-size: 14px;  color: #333;}
 .mode-head .comment-count{padding-left: 10px;  color: #666; }
 .mode-head .comment-count em{ padding: 0 4px; font-family: Arial; color: #c00; }
 .post-comment-area{ background-color: #FFFFEC; border-top: 1px dashed #ccc;}
 .post-comment-area .textarea{  height: 100px; background-color: #fff; border-color: #ddd; overflow: auto; }
 .textarea-w663{ width: 663px; }
  /* 
  *	********** 用户登录区域  **********
  */
 .view-comment{ line-height: 40px; text-align: right; color: #666; }
 .view-comment a{ margin-left: 10px; color: #06c; }
 .view-comment a:hover{ color: #c00; }
 .user-writeinfo{ height: 30px; line-height: 30px; padding: 10px 0 5px 0; }
 .user-writeinfo a{ color: #06c;}
 .user-writeinfo a:hover{ color: #c00;}
 .fast-login{  width: 180px;  padding: 15px;  border: 1px solid #9FCCE9; background-color: #F8FBFC;}
 .fast-login .input-text{ width: 100px; margin-bottom: 10px; }
 .post-btn,.btn_black{ width: 75px; height: 25px; padding-bottom: 5px; color: #fff; font-weight: bold; border: none; font-size: 12px; background-color: transparent; background-position: -7px -844px;}
 .fast-login-btn{height:21px; width:64px; background-color: #f8fbfc; background-position: -8px -203px; border: none;  }
 #loginPassword{ margin-top: 8px;}
 /* @end **/

 /* 
  *	**********	内容页分页模块	 **********
  */
 .pagination{ margin: 0 auto;  text-align: center; }
 .pagination a {background-color: #fff; border:1px solid #ddd; color:#c00; float:left; height:20px; line-height:20px; margin:0 6px 0 0; padding:0 6px; text-align:center; vertical-align:middle; font-family: Arial;}
 .pagination a:hover,.pagination a.now{ border-color: #c00; }
 .pagination a.now{ background-color: #c00; color: #fff; font-weight: bold; }
 .pagination a.no-op { background:none repeat scroll 0 0 #fff;border-color:#ddd;}
 .no-op, a.no-op {color:#ccc; cursor: pointer; text-decoration:none;}
 #show-all-cont{ border-width: 0; float: left; width: 60px; line-height: 21px; height: 21px;  background-position: -208px -202px; color: #fff; }
 #show-all-cont:hover{ color: #c00; }

 /***
 	* @name:		mode-imgtxt
 	* @author:		
 	* @type:		图文列表模块
 	* 
 	* @explain:		图片+文字，其中图片在上，文字链接在图片之下，外层由li包裹，li-width分为四种规格，50%，33.3333%，25%，20%，这些规格取决于
 	* 				图片尺寸，图片比例为：width : height = 4 : 3, 单个li的下边距margin-bottom: 6px, 整个图片区域距离顶部10px, 单个li内的p元素
 	* 				行高line-height: 24px
 	* 
 	* @relating:	no
 	* @dependent:	mode-head
 */
 .mode-imgtxt { padding-top: 10px; overflow: hidden;}
 .mode-imgtxt li{ float: left; margin-bottom: 6px; text-align: center; overflow: hidden; }
 .mode-imgtxt li p{margin: 4px 0 0 6px; line-height: 18px; text-align: left; }
 .mode-imgtxt ul.per-50 li { width: 50%;height:120px}
 .mode-imgtxt ul.per-33 li { width: 33.3333%;}
 .mode-imgtxt ul.per-25 li { width: 25%;}
 .mode-imgtxt ul.per-20 li { width: 20%;}
 
  .mode-imgtxt1 { padding-top: 10px; overflow: hidden;}
  .mode-imgtxt1 img{ padding: 1px; border:1px #e2e2e2 solid;}
 .mode-imgtxt1 li{ float: left; margin-bottom: 6px; text-align: center; overflow: hidden; }
 .mode-imgtxt1 li p{margin: 4px 0 0 6px; line-height: 18px; text-align: left; }
 .mode-imgtxt1 ul.per-50 li { width: 50%;height:168px}
 
 .yyrw { overflow: hidden;background:url(images/yyrw.jpg) no-repeat;}
 .yyrw li{ float: left;width:160px;height:172px;margin:0 0 20px 13px; text-align: center; overflow: hidden;border: 1px solid #e2e2e2; }
 .yyrw li:hover{background:#c00;border: 1px solid #c00; }
 .yyrw li a:hover{color:#fff;}
 .yyrw li p{margin: 4px 0 0 6px; line-height: 18px; text-align: left; }
.hr-h80{height: 80px;clear: both; overflow: hidden; zoom: 1; }
 
 .jkbj { overflow: hidden;background:#c00;margin:-10px 0 20px 0;}
 .jkbj li{background:#fff;float: left;width:160px;height:166px;margin:0 0 20px 13px; text-align: center; overflow: hidden;border: 1px solid #fff; }
 .jkbj li:hover{background:#ffc;border: 1px solid #ff0; }
 .jkbj li p{margin: 4px 0 0 6px; line-height: 18px; text-align: left; }
 /* @end **/

 /***
 	* @name:		mode-imgtxtsummary
 	* @author:		
 	* @type:		基础类,图片+标题+摘要，模块
 	* @explain:		区域左侧距离，距顶都是8px，li的间距,h3距离图片都是:6px, 点线分割为10px，
 	* 				该模块可以扩展一下，比如图片底部还有一个链接，此时应该添加的标记：<br /><p><a href="">我是新来的</a></p>
 	* @relating:	mode-imgtxt，mode-txtlink
 	* @dependent:	mode-head
 */
 .mode-imgtxtsummary { padding: 8px 8px 0 8px; overflow: hidden; }
 .mode-imgtxtsummary ul li{ margin-bottom:6px; height: 1%;}
 .summary-h3{ margin-bottom: 6px; }
 .mode-imgtxtsummary ul li .imgtxt{ float: left; margin-right: 10px; margin-bottom: 6px; }
 .mode-imgtxtsummary ul li .imgtxt p{ text-align: center; }
 .mode-imgtxtsummary ul li .imgtxt p a{ line-height: 20px; color: #049;}
 .mode-imgtxtsummary ul li p.summary,.mode-imgtxtsummary ul li p.summary-no2em{ line-height: 18px; text-indent:2em; color: #666; }
 .mode-imgtxtsummary ul li p.summary a.detail{ color: #06c; }
 .mode-imgtxtsummary ul li p.summary-no2em{ text-indent: 0; height: 36px;}
  .mode-imgtxtsummary ul li p.summary-no2em1 a{ line-height: 18px; text-indent:2em; color: #039;text-indent: 0; height: 36px;}
 .detail{ color: #06c;}
 .detail:hover{ color: #c00;}
 .spe-h3{margin-bottom: 4px; line-height: 18px; height: 36px; overflow: hidden;}
 /* @end **/
 /***
 	* @name:		mode-imgtxtsummary-2
 	* @author:		
 	* @type:		扩展类,图片+标题+摘要，模块
 	* @explain:		在原有基础上，h3排列在图片的右边，描述性文字没有了缩进，图片有了1px的边框,还有其他细节
 	* @relating:	mode-imgtxt，mode-txtlink
 	* @dependent:	mode-imgtxtsummary
 */
 .mode-imgtxtsummary-2 ul li{ clear: both; margin-top: 5px; height: 1%;}
 .mode-imgtxtsummary-2 ul li h3{ margin-bottom: 0; line-height: 18px; } 
 .mode-imgtxtsummary-2 ul li img{margin-bottom: 20px; padding: 1px; border: 1px solid  #ccc; }
 .mode-imgtxtsummary ul li .imgtxt{ margin-bottom: 0;}
 .mode-imgtxtsummary-2 ul li p.summary{ text-indent: 0; color: #999; } 
 .mode-imgtxtsummary-2 ul li h3 a{ color: #06c; }
 .mode-imgtxtsummary-2 ul li h3 a:hover{ color: #c00;  }
 /* @end **/

/* author: wangyuelong  	mode-imgtxtsummary03  */
 .mode-imgtxtsummary03 img, .mode-imgtxtsummary04 img{ border:1px #ccc solid; padding:1px}
 .mode-imgtxtsummary03 li{ margin-top:10px; height:1%; }
 .mode-imgtxtsummary04 li{ height: 1%;}
 .mode-imgtxtsummary04 h2{ padding-top:3px}
 .mode-imgtxtsummary04 p{color:#666666; margin-top:6px; line-height:20px;}
 .mode-imgtxtsummary04 .imgtxt{ margin-left:6px; display:inline}
 .mode-rss img{ margin-right:4px; margin-top:4px; float:right} 
 /* end  mode-imgtxtsummary03  */



 /***
 	* @name:		mode-vote
 	* @author:		
 	* @type:		投票和调查模块
 	* @explain:		
 	* @relating:	
 	* @dependent:	mode-head
 */
 .mode-vote{ padding: 8px; }
 .mode-vote h3{ line-height: 24px;  }
 .mode-vote li{ line-height: 21px;}
 .mode-vote li label{ padding-left: 2px; color: #666;}
 .mode-vote .vote-handle{ line-height: 21px; padding: 10px 3px; }
 .mode-vote .vote-all{float: left; margin-right: 20px; *padding-top: 6px; height:24px; width:64px; background-position: -107px -200px; background-color: #fff; text-align: center;  color: #fff; border: none; }
 .mode-vote .vote-submit{ padding-top: 20px; }
 .mode-vote .vote-submit li{ line-height: 40px;}
 .mode-recite p{ line-height: 18px; text-indent: 2em; color: #333; margin-bottom: 10px;}
 .mode-recite strong.blaze{padding-left: 30px; line-height: 30px; color: #666;}
 
 .mode-vote dt{margin-bottom: 10px;line-height: 24px; font-size: 14px; color: #c00; font-weight: bold; }
 .mode-vote dd{ line-height: 21px; color: #666; }
 .mode-vote dd input{ margin-right: 4px; vertical-align: top; }
 .mode-vote .submit{ float: left;margin: 10px 20px 10px 0; *padding-top: 6px; height:24px; width:64px; background-position: -107px -200px; background-color: #fff; text-align: center;  color: #fff; border: none; }
 .mode-vote dd a{ line-height: 20px;float: left;margin-top:12px; }
 /* @end **/

 /***
 	* @name:		mode-imgtxt-video
 	* @author:		
 	* @type:		基础类
 	* @explain:		视频列表，非重用性组件归置在各自页面内
 	* @relating:	mode-imgtxtsummary
 	* @dependent:	
 */
 .mode-imgtxt-video{ clear: both; padding: 0;margin:0;  overflow: hidden; zoom: 1;   }
 .mode-imgtxt-video ul{ float: left;margin-left: -15px;margin-left: -20px !important;}
 .mode-imgtxt-video ul li{ float: left; margin-bottom: 10px;margin-left: -15px; margin-left: 20px !important;; display: inline;}
 .mode-imgtxt-video ul li p{ color: #666; font-family: Arial; width:160px }
 .mode-imgtxt-video ul li p.txtlink{ line-height: 24px;}
 .mode-imgtxt-video ul li p.txtlink a{ color: #06c; }
 .mode-imgtxt-video ul li p.txtlink a:hover{ color: #c00; }
 .v-play-c,.v-comment-c{ float: left; margin-right: 10px; height: 14px;  padding-left: 17px; background-repeat: no-repeat; color: #666;  }
 .v-play-c{ background-position: -14px -1067px; }
 .v-comment-c{ background-position: -118px -1066px;}
 
 
 .mode-imgtxt-v{ clear: both; padding: 0;margin:0;  overflow: hidden; zoom: 1;   }
 .mode-imgtxt-v ul{ float: left;margin-left: -15px;margin-left: -20px !important;}
 .mode-imgtxt-v ul li{ float: left; margin-bottom: 10px;margin-left: -15px; margin-left: 20px !important;; display: inline;}
 .mode-imgtxt-v ul li p{ color: #666; font-family: Arial; width:100px }
 .mode-imgtxt-v ul li p.txtlink{ line-height: 24px;}
 .mode-imgtxt-v ul li p.txtlink a{ color: #06c; }
 .mode-imgtxt-v ul li p.txtlink a:hover{ color: #c00; }
  /* @end **/

 /* ********************** 明显的分割线 ************************ */

 /***
 	* @name:		Fast style(快捷方式)
 	* @author:		
 	* @type:		基础类
 	* @explain:		定义一些常用css的快捷方式,不必考虑命名方式，直接class叠加就搞定
 	* @relating:	no
 	* @dependent:	no
 */
 
 /* 
  *	********** 隐藏  和   显示  **********
  */
 .hide{ display: none; }
 .show{ display: ''; }
 /* 
  *	********** 定义模块间的间距，包括左右上下四个方向,基本间距: 10px  **********
  */
 .mar-l-10  { margin-left: 10px; }
 .mar-r-10  { margin-right: 10px; }
  .mar-t-3  { margin-top: 3px; }
 .mar-t-10  { margin-top: 10px; }
 .mar-b-10,.mar-b-10 ul li  { margin-bottom: 10px; }
 .mar-tb-10 { margin-top: 10px;  margin-bottom: 10px; }
 .mar-lr-10 { margin-left: 10px; margin-right: 10px; }
  .mar-lr-2 { margin-left: 2px; margin-right: 2px; }
 .mar-b-8{ margin-bottom: 8px; }
 .padd-8{padding: 8px;}
 .padd-3{ padding-top: 3px;}
 .padd-20{ padding: 20px;}
 .padd-lr-8{ padding-left: 8px; padding-right: 8px; }
 .padd-tb-8{ padding-top: 8px; padding-bottom: 8px; }
 .padd-b-0{ padding-bottom: 0;}
 .padd-r-0{ padding-right: 0;}
 .padd-t-0{ padding-top: 0;}
 .padd-lr-20{ padding-left: 20px; padding-right: 20px; }
 .padd-l-0{ padding-left: 0; }
 .padd-b-8{ padding-bottom: 8px; }
 .padd-5{ padding: 5px;}
 .padd-10{ padding: 10px;}
 .padd-12{ padding: 12px;}
 .mar-l-3{ margin-left: 3px}
 .mar-t-5{ margin-top:5px}
 .mar-l-20{ margin-left: 20px}.mar-lr-20{ margin-left: 20px;margin-right: 20px}
 .mar-t-20{ margin-top: 20px; }
 .mar-lt-15{ margin-left:15px; margin-top:15px}
 .mar-tb-6{ margin-top:6px; margin-bottom:6px}
 .padd-b-12{ padding-bottom:12px;}
 /* 
  *	********** 定义边框,默认宽度：1px  **********
  */ 
 .bor-gray,.bor-lineblue,.bor-9fc,.bor-ccc,.bor-cef,.bor-e2e2e2,.bor-ee9{ border-width: 1px; border-style: solid;}
 .bor-gray { border-color: #dbdada; }
 .bor-lineblue{ border-color: #9fcce9; }
 .bor-e2e{ border-width: 1px; border-style: solid;border-color: #ccc;border-top:none}
 .bor-ccc{ border-color: #ccc;}
 .bor-9fc{ border-color: #9FCCE9; }
 .bor-ee9{ border-color: #EE9B9F; }
  .bor-e2e2e2{ border-color: #E2E2E2; }
 .bor-fde{ border-color: #FDE9D0; }
 .bor-cef{ border-color: #c8e1f2; }
 .bor-lr-3e8{ border-left: 1px solid #3E8AC0; border-right: 1px solid #3E8AC0;}
 /* 
  ***********  分割符, 以div的高度来作为分割 ,如果板块间以点线分割，则 设置div背景    **********
  */ 
 .clear{ clear: both; }
 .hr-h2,.hr-h5,.hr-h6,.hr-h8,.hr-h10,.hr-h16,.hr-h18,.hr-h10-dot{ clear: both; overflow: hidden; zoom: 1; }
 .hr-h2 { height: 2px; }
  .hr-h3 { height: 3px; }
  .hr-h5 { height: 5px; }
 .hr-h6 { height: 6px; }
 .hr-h8{ height: 8px; } 
 .hr-h10{ height: 10px; }
 .hr-h16{ height: 16px;}
  .hr-h18{ height: 24px; background:url(images/rbg.gif) no-repeat;line-height: 24px}
  .hr-h18 a{ color:#666; text-indent:16px}
  .hr-h18 img{ padding-left:16px}
 .hr-dotted{background-position: left -255px; }
 .hr-h12{ height:12px}
 .hr-h20{ height:20px}
 /* 
  *	**********  浮动     **********
  */ 
 .f-l { float: left; }
 .f-r { float: right; }
 /* 
  *	**********  字体大小    **********
  */ 
 .fs-12,.fs-12 a{ font-size: 12px;}
 .fs-14,.fs-14 a{ font-size: 14px;}
 .fs-16,.fs-16 a{ font-size: 16px;}
 .fs-18,.fs-18 a{ font-size: 18px;  font-family:"microsoft yahei";}
 .spacecont{ font-size: 14px;color:#333; line-height:22px;padding:20px 0 20px 0}

.pic-list{padding:0 0 10px 0}
.pic-list .p-thumb{float:left;margin-right:20px;padding-top:6px}
.pic-list .pic-tit h3{padding-bottom:5px;height:30px;line-height:30px;overflow:hidden}
.pic-list .pic-details{color:#666;line-height:18px;padding-bottom:15px;height:39px}
.pic-list h3 a{font-size:18px;font-family:"microsoft yahei";font-weight:400}
.func{position:relative;padding-bottom:5px}
.func span{color:#888;cursor:pointer}
.func a{float:left;line-height:20px;*line-height:16px;width:auto}
.mod-pic .solidline{border-top:1px solid #eee}
.mod-pic .pic-list{padding:12px 0 7px}
.col-l .mod-pic .pic-list:hover{background:#F9FAFD}
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;overflow:hidden}.clearfix{zoom:1}
 /* 
  *	**********  字体颜色    **********
  */  
 .cor-c00 a,.cor-c00{ color: #c00; }
 .cor-06c li a,.cor-06c a,.cor-06c{ color: #1F376D; }
  .cor-039 li a,.cor-039 a,.cor-039{ color: #039; }
  .cor-06f li a,.cor-06f a,.cor-06f{ color: #06c; }
 .cor-666{ color: #666; }
 .cor-4545 li a{ color: #454545;}
 .cor-06c li a:hover{ color: #c00; }
 .cor-f60{ color: #f60; }
 .cor-fff{ color: #fff; }
  .cor-fffl{ color: #fff; text-indent:12px}
 .cor-333,.cor-333 li a{ color:#333; }
 .cor-999{ color: #999; }
 .cor-c00{ color: #c00; }
  .cor-redb{ color: #fff; background: #f00 }
  /* 
  *	**********  对齐   **********
  */  
 .txt-l{ text-align: left!important;}
 .txt-r{ text-align: right;}
 .txt-c{ text-align: center; }
  /* 
  *	**********  行高   **********
  */  
 .line-h22 li,.line-h22{ line-height: 22px; }
 .line-h26{ line-height: 26px; }
 .line-h20 li { height: 24px;line-height: 24px; overflow:hidden }
 .line-h18{ line-height: 18px; }
 .line-h16{ line-height: 16px; }
 /* 
  *	**********  加粗   **********
  */  
 .bold{ font-weight: bold; }
  /* 
  *	**********  背景   **********
  */ 
 .white{ background-color: #fff; }
 /* 
  *	**********  定高   **********
 */ 
 .title-h32{ height: 32px; }
  /* 
  *	**********  手型   **********
 */ 
 .hand{cursor:pointer;}
 /* @end **/  
 
    /*右侧幻灯*/
    .hdmain {float:left; width:320px; background:url(images/lab_01.gif) repeat-x;text-align:center; margin:0px;}
    .hdmain ul {float:left; display:inline; margin:0px; padding:0px; list-style:none; text-align:center;}
    .hdmain li { float:left; display:inline; width:100px;margin:0px;line-height:28px; height:34px; text-align:center;}
    .hdmain li a {display:block; color:#000; background:url(images/lab_02.gif) no-repeat;text-decoration:none; height:34px; line-height:28px; margin:0; font:bold 14px/28px Arial, Helvetica, sans-serif;}
    .hdmain li a.tabactive {background:url(images/lab_03.gif) no-repeat; font-weight:bold; color:#fff;  position:relative;}
    #tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {float:left; width:320px; text-align:center; padding:0px;}
	#tabcontent1 img,#tabcontent2 img,#tabcontent3 img,#tabcontent4 img{width:320px;height:200px }
	.textbg{float:left; width:320px;height:36px;line-height:36px;margin-top:-36px;background:#000;filter:alpha(opacity=75);-moz-opacity:0.6;opacity:0.6;text-align:center}
	.textbg a{ color:#fff;font-weight:bold }
	
	    /*顶部广告*/
.headgg {float:left; width:950px;line-height:24px;border:1px #e2e2e2 solid; margin:5px 0px 0px 0px;padding:4px}
.headgg li{float:left;width:230px;margin:0px;padding:0px; list-style:none;overflow:hidden; white-space:nowrap}
.headgg a{color:#333; text-decoration:none}
.headgg1 {float:left; width:230px;height:120px; overflow:hidden}
.headgg2 {float:left; width:230px;height:120px;margin-left:10px; overflow: hidden}
.headgg22 {float:left; width:470px;height:120px;margin-left:10px; overflow: hidden}
.headgg3 {float:left; width:470px;height:50px}
.headgg4 {float:left; width:470px;height:50px;margin-left:10px}
.headweb{float:left; width:950px;line-height:20px;height:20px;padding:5px;color:#666;background-image: url(images/topwebbg.gif)}
	.headweb a{ color:#039;}
/*滑动门*/
.tabbox {width:220px;}
.tabmenu {width:218px;height:28px;border-left:1px solid  #DCE1E5;border-top:1px solid #DCE1E5;}
.tabmenu ul {margin:0;padding:0;list-style-type: none;}
.tabmenu li { text-align:center; float:left; display:block; width:108px; height:27px; overflow:hidden;background:url(images/tabbg.gif) repeat-x;line-height:27px; border-right:#ccc 1px solid; border-bottom:#ccc 1px solid; display:inline; font-size:14px; font-weight:bold}
.tabmenu li a{color:#c00;font-size:14px; font-weight:bold}
.tabmenu .cli {text-align:center;float:left;display:block;width:108px;height:27px;overflow:hidden;background: #fff;line-height:27px;border-right:#DCE1E5 1px solid;border-bottom:#fff 1px solid;display:inline;font-size:14px; cursor:pointer;font-weight:bold}
.tabmenu .cli a{color:#000;font-size:14px; font-weight:bold}
#tabcontent {width:218px;background:#fff;;border-left:#DCE1E5 1px solid;border-right:#DCE1E5 1px solid;border-bottom:#DCE1E5 1px solid;color: #666}
#tabcontent ul {margin:0;padding:2px;list-style-type: none;}
#tabcontent .zjdl{float: left; width: 212px;margin:-5px 0 0 -2px;color: #666;}
#tabcontent p{margin:3px 0 3px 5px;padding:0}
#tabcontent .zjinput{font-size: 12px;color: #c00;text-decoration: none;width: 100px;height: 16px;line-height: normal;border: 1px solid #cccccc;}{margin:0;padding:5px;list-style-type: none;}
#tabcontent .hidden {display:none;}

/* 首页专栏 */
.rightzl{float:left;width:320px;text-align: left;margin:5px 0 5px 0}
.rightzl1{float:left;width:320px;line-height:29px; background: url(images/listz.gif) no-repeat;font-size:14px; font-weight:bold; color:#fff; text-indent:15px;  display:inline;}
.rightzl2{float:left;width:310px; margin:0px; padding:4px;border-left:#ccc 1px solid;border-right:#ccc 1px solid;border-bottom:#ccc 1px solid;}
 .zlbox{ width:310px; height:32px;margin:3px 0;border-bottom:#e2e2e2 1px dashed}
 .zlimg {float:left;width:40px;height:32px;margin:1px 0 0 0; display:inline}
 .zlc{float:left;width:270px;line-height:32px; overflow:hidden; white-space:nowrap}
 .zlc a{font-size:14px;color: #039}
 .zlbox1{ width:310px; height:70px;margin:3px 0;border-bottom:#e2e2e2 1px dashed}
  .zlimg1 {float:left;width:70px;height:70px;margin:1px 0 0 0; display:inline}
 .zlc1{float:left;width:240px;line-height:22px;height:70px;color: #666; overflow:hidden}
 .zlc1 a{font-size:14px;color: #039}
 
 /* 首页论坛 */
.rightbbs{float:left;width:320px;text-align: left;margin:5px 0 5px 0}
.rightbbs1{float:left;width:320px;line-height:29px; background: url(images/lists.gif) no-repeat;font-size:14px; font-weight:bold; color:#fff; text-indent:15px;  display:inline;}
.rightbbs2{float:left;width:310px; margin:0px; padding:4px;border-left:#ccc 1px solid;border-right:#ccc 1px solid;border-bottom:#ccc 1px solid;}
.rightbbs3{float:left;width:310px;border-bottom:#E6A68B 1px dashed;line-height:150%;margin:5px 0 5px 0;color:#E6A68B}
.rightbbs3 a{color:#666}
.rightbbs3:hover{float: left; width: 306px;border:2px solid #EE9B9F;padding:1px;background:#FDF0ED}
 
 /* 中部广告 */
 .midgg {float:left; width:370px;line-height:24px;border:1px #DAEDF4 dashed; margin:5px 0 0 0;padding:4px;}
.midgg li{float:left;width:185px;margin:0px;padding:0px; list-style:none;overflow:hidden; white-space:nowrap}

 /* 沙龙 */
 .shalong{float:left;width:320px;height: 40px;line-height:40px; background: url(images/shalong.gif) no-repeat;font-size:14px;margin:2px 0 0 0}
  .shalong1{float:left;width:130px;}
   .shalong1 h2 a{ text-indent: -9999px; display: block; width: 120px; height: 40px; }
   .shalong2{float:left;width:190px;height: 40px; }
   .shalong2 a{display:block;font-size:14px;line-height:40px;text-decoration:none;color:#039;}
   #slgd{height:40px;overflow:hidden;}
   
     .shalongbg{width:960px;height:160px;background: url(images/shalong.jpg) no-repeat;margin:10px auto}
	 .shalongbg1{width:960px;height:120px;}
   .shalongbg1 h2 a{ text-indent: -9999px; width:960px;height:120px;display: block;}
   .shalongbg2{width:300px;height:40px;line-height:40px;margin:0 260px 0 520px;font-size:14px;color:#f60; font-weight:bold}
   .shalongbg2 a{display:block;font-size:14px;line-height:40px;text-decoration:none;color:#039;}
    /* 返回顶部 */
#goTopBtn {POSITION: fixed; TEXT-ALIGN: center; LINE-HEIGHT: 54px; WIDTH: 54px; BOTTOM: 54px; HEIGHT: 54px; FONT-SIZE: 12px; CURSOR: pointer; RIGHT: 15px; _position: absolute; _right: auto;opacity:0.3;filter:alpha(opacity=30);}
#goTopBtn:hover{opacity:1;filter:alpha(opacity=100);}

.go{width:47px;height:106px;background-color:#FFF;position:fixed;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||200)-(parseInt(this.currentStyle.marginBottom,10)||0)));right:12px;bottom:25%;border-radius:5px;box-shadow:0 0 2px #6E6E6E}
.go a{background:url(images/toparrow1.png) no-repeat;display:block;text-indent:999em;width:37px;margin:5px;border:0;overflow:hidden;float:left}
.go .top{background-position:0 -33px;height:22px}
.go .feedback{background-position:0 -54px;height:32px}
.go .bottom{background-position:0 -88px;height:22px}
.go .top:hover{background-position:-38px -33px}
.go .feedback:hover{background-position:-38px -54px}
.go .bottom:hover{background-position:-38px -88px}

.hide{display:none;}