

/*---------- import ---------*/




/*---------- base ---------*/
.clear{
	clear:both;
	}
*{
	padding:0px;
	margin:0px;
}
html{
	background:#980f00;
}
body{
	font:12px Verdana,Arial,Tahoma;
	background-color: #980f00;
	background-image: url(imagesbg_dw000.jpg);
	background-repeat: repeat-x;
}
img{
	border:none;
}

a{
	color:#3366CC;
	text-decoration:none;
}
a:hover{
	color:#F33;
	text-decoration:underline;
}
ul{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.w960{
	width:960px;
	position:relative;
}
.mt1{/* ( margin-top * 1 ) */	
    padding-top:8px;	
}
.mt2{/* ( margin-top * 2 ) */
	padding-top:16px;
}
.wbg{
	background-color: #FFFFFF;
	min-height: 550px;
}
.clear{
	overflow:hidden;
}
.fs-12{
	font-size:12px;
}
.fc-f60{
	color:#F60;
}
.fc-f90{
	color:#F90;
}
.ipt-txt{
	line-height:15px;
	padding:4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px;
}
.btn-1{
	width:56px;
	height:23px;
	border:none;
	background:url(btn-bg10.gif) no-repeat;
	line-height:25px;
	letter-spacing:1px;
	overflow:hidden;
	color:#2F592E;
}
.btn-2{
	width:70px;
	height:25px;
	border:none;
	background:url(btn-bg20.gif) left top no-repeat;
	line-height:25px;
	overflow:hidden;
	color:#444;
	margin-right:2px;
}
/*---------- frame ---------*/
/*---------- frame : header ---------*/
.header{
	width: 960px;
	margin: 0px auto;
	height: 128px;
}
.header .banner{
	width:960px;
	height:92px;
	background: #009999;
	background: url(imagesbanner_dw.jpg) no-repeat;
}
.header .nav{
	width:960px;
	height:30px;
	background:url(imagesmenudw_0.jpg) repeat-x;
	border-top: #CC3333 3px solid;
	border-bottom: #CCCCCC 3px solid;
}
.header .nav ul{
	height:30px;
	padding-left: 115px;
	overflow:hidden;
}
.header .nav ul li{
	float:left;
	line-height:33px;
	background:url(../images/nav-bg00.gif) 0px -32px no-repeat;
}
.header .nav ul li a{
	height:32px;
	padding:0px 16px 0px 17px;
	display:block;
	color:#000000;
	float:left;
}
.header .nav ul li a:hover{
	color: #FF0000;
	text-decoration: none;
}
/*---------- frame : footer ---------*/
.footer{
	clear:both;
	color:#999;
	text-align:center;
	padding-bottom:20px;
		}
.footer .ibg2{
	width:960px;
	height:6px;
	clear:both;
	overflow:hidden;
	background-image: url(imagesibg_dw00.jpg);
	padding-bottom:10px;
	background-repeat: no-repeat;
	background-position: top;
	}
.footer .link{
	text-align:center;
	padding:5px 0px;
}
.footer .link a{
	margin:0px 5px;
	color:#666666;
}
.footer .powered{
	font-size:12px;
	line-height:25px;
	color: #F3F3F3;
}
.footer .powered strong{
	color:#690;
}
.footer .powered strong span{
	color:#F93;
}
.footer .powered a{
	color:#FFFFFF;
	}
.footer .copyright{
	color:#666666;
	line-height:23px;
}

/*--------------------------------------------------
 box base
 ---------------------------------------------*/

.tbox{/* 自适应宽度的块(通用块) */
	width:100%;
	border-bottom:1px solid #C5DDBC;
	overflow:hidden;
}
.tbox dt{
	height:25px;
	background:url(mbox-tbg.png) right top no-repeat;
	overflow:hidden;
	clear:both;
}
.tbox dt strong{
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:4px;
	display:block;
	float:left;
	color:#4A7749;
	background:url(mbox-tbg.png) left top no-repeat;
	letter-spacing:1px;
}
.tbox dt strong a{
	color:#4A7749;
}
.tbox dt strong a:hover{
	color:#444;
	text-decoration:none;
}
.tbox dt span.more{
	float:right;
	position:relative;
	line-height:25px;
	padding-right:8px;
	color:#85A484;
}
.tbox dt span.more a{
	color:#7B9D79;
	text-decoration:none;
}
.tbox dt span.more a:hover{
	color:#333;
}
.tbox dt span.label{
	height:24px;
	float:right;
	overflow:hidden;
	padding-right:1px;
	padding-top:2px;
}
.tbox dt span.label a{
	height:25px;
	display:block;
	padding:0px 7px 0px 8px;
	line-height:23px;
	border-left:1px solid #C5DDBC;
	float:left;
	color:#666;
	text-decoration:none;
	overflow:hidden;
	letter-spacing:1px;
}
.tbox dt span.label a:hover{
	color:#360;
}
.tbox dt span.label a.thisclass{
	background:#FFF;
	color:#333;
	border-top:3px solid #F1F7EE;
}
.tbox dd{
	border-left:1px solid #C5DDBC;
	border-right:1px solid #C5DDBC;
	padding:4px 4px 0px;
	overflow:hidden;
}
/*--------------------------------------------------
 box layout (prefix space:a,b)
 ---------------------------------------------*/
 
/*---------- a : 文本列表块 ---------*/

/*---------- b : 图文混排块 ---------*/


/*-------------------------------------------------- 
 list layout (prefix space:c,d,e,f)
 ---------------------------------------------*/
 
/*---------- c : 纯文本列表 ---------*/
.c1{/* 纯文本链接列表 */
	padding:4px 0px;
	clear:right;
}
.c1 li{
	height:27px;
	line-height:27px;
	overflow:hidden;
	padding-left:16px;
	background:url(imagesico-2000.gif) 7px 11px no-repeat;
}
.c1 a{
}

.c2{/* 水平切分的两列纯文本链接列表 */
	width:100%;
	padding:4px 0px;
	overflow:hidden;
	clear:both;
}
.c2 li{
	width:44%;
	margin-right:1%;
	float:left;
	height:27px;
	line-height:27px;
	overflow:hidden;
	padding-left:16px;
	background:url(imagesico-2000.gif) 7px 11px no-repeat;
}

/*---------- d : 附加信息列表 ---------*/
.d1{/* 前置时间日期的小列表 */
	padding:4px 0px;
}
.d1 li{
	height:27px;
	line-height:27px;
	overflow:hidden;
}
.d1 li span{
	color:#999;
	margin-right:5px;
	float:left;
}
.d1 li a{
}
.d2more{/* 党委首页左1more */
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	overflow: hidden;
}
.d2more li{
	height:24px;
	line-height:24px;
	overflow:hidden;
	float: right;
}
.d2more li span{
	color:#666666;
	float:right;
	padding-right:10px;
	margin-left:10px;
}
.d2more li a{
	color:#CC0000;
	overflow:hidden;
	text-decoration: underline;
}
.d2more li a:hover{
	color:#666666;
	overflow:hidden;
	
}
.d2l2{/* 党委列表中 */
	padding:4px 0px;
	min-height: 200px;
}
.d2l2 li{
	height:26px;
	line-height:26px;
	overflow:hidden;
	border-bottom:1px solid #EEE;
}
.d2l2 li span{
	color:#666666;
	float:right;
	padding-right:10px;
	margin-left:10px;
	
}
.d2l2 li a{
    color:#666666;
	overflow:hidden;
	
}
.d2l2 li a:hover{
	color:#CC3333;
	overflow:hidden;
   

}


.d2l1{/* 党委首页左1 */
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 2px;
	min-height: 130px;
}
.d2l1 li{
	height:24px;
	line-height:24px;
	overflow:hidden;
}
.d2l1 li span{
	color:#666666;
	float:right;
	padding-right:10px;
	margin-left:10px;
}
.d2l1 li a{
    color:#666666;
	overflow:hidden;
}
.d2l1 li a:hover{
	color:#CC3333;
	overflow:hidden;
	text-decoration: underline;
}
.d2{/* 后置时间日期的小列表 */
	padding:4px 0px;
}
.d2 li{
	height:27px;
	line-height:27px;
	overflow:hidden;
}
.d2 li span{
	color:#999;
	float:right;
	padding-right:10px;
	margin-left:10px;
}
.d2 li a{
	overflow:hidden;
}
.d4{/*带内容简介的小列表*/
	padding:0px 0px;
}
.d4 li{
	height:60px;
	padding:4px 8px;
	border-bottom:1px dashed #DCEBD7;
	overflow:hidden;
}
.d4 li a{
	display:block;
	line-height:23px;
	overflow:hidden;
	text-indent:14px;
	background:url(ico-3000.gif) 4px 9px no-repeat;
}
.d4 li p{
	color:#888;
	line-height:17px;
	height:33px;
	overflow:hidden;
}
.d5{/* 后置时间日期的大列表 */
	padding:8px;
	border-bottom:1px solid #EEE;
}
.d5 li{
	height:41px;
	line-height:41px;
	background:url(imagesico-2000.gif) 2px 17px no-repeat;
	padding-left:16px;
}
.d5 li a{
	font-size:14px;
}
.d5 li span{
	margin-left:10px;
	color:#999;
}
/*---------- e : 图文混排列表 ---------*/
.e1{/* 横向浮动的图片列表 120*90  */
	width:100%;
	overflow:hidden;
	clear:both;
	padding-top:10px;
	padding-bottom:8px;
}
.e1 li{
	width:126px;
	overflow:hidden;
	padding-left:12px;
	float:left;
	text-align:center;
}
.e1 li a{
	display:block;
}
.e1 li a:hover img{
	border:1px solid #999;
	padding:2px;
}
.e1 li a img{
	display:block;
	border:1px solid #E3E3E3;
	padding:2px;
	width:120px;
	height:90px;
}
.e1 li a span{
	display:block;
	line-height:17px;
	padding-top:6px;
}
.e1 li span{
	
}
.e2{
	
}
.e2 li{
	width:930px;
	overflow:hidden;
	clear:both;
	border-bottom:1px solid #EEE;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 6px;
}
.e2 li a.preview{
	width:84px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	margin-left:10px;
	display:inline;
}
.e2 li a.preview img{
	width:80px;
	/*height:60px;*/
	display:block;
	padding:1px;
	border:1px solid #EEE;
}
.e2 li a.preview:hover img{
	border:1px solid #AAA;
}
.e2 li a.title{
	overflow:hidden;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	margin-left:2px;
}
.e2 span.info{
	line-height:25px;
	color:#555;
	padding-left:12px;
}
.e2 span.info small{
	color:#AAA;
	font-size:12px;
	margin-left:3px;
}
.e2 span.info a{
	color:#690;
}
.e2 p.intro{
	color:#776955;
	line-height:20px;
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
}
.e3{/* 图文混排小列表 */	
	clear:both;
	overflow:hidden;
}
.e3 li{
	height:50px;
	overflow:hidden;
	padding:6px;
	border-bottom:1px dashed #DCEBD7;
}
.e3 li a.preview{
	width:58px;
	height:48px;
	float:left;
	display:block;
	margin-right:6px;
	overflow:hidden;
}
.e3 li a.preview img{
	width:58px;
	height:48px;
}

.e3 li a.title{
	height:21px;
	display:block;
	line-height:21px;
	overflow:hidden;
}
.e3 li .intro{
	color:#777;
	display:block;
	float:left;
	line-height:23px;
}
.e5{/* 竖排小图列表 102*70 (仅供首页图文混排列表使用) */
	padding-left:8px;
	width:112px;
	float:left;
	font-size:0px;
	line-height:0px;
}
.e5 li{
	display:block;
	width:104px;
	overflow:hidden;
	padding-top:8px;
}
.e6{/* 横排小图列表 102*70 (仅供首页图文混排列表使用) */
	height:81px;
	padding-left:6px;
	clear:both;
	overflow:hidden;
}
.e6 li{
	display:block;
	width:104px;
	padding-top:8px;
	padding-right:8px;
	overflow:hidden;
	float:left;
}
.e5 li a,.e6 li a{
	width:102px;
	height:70px;
	overflow:hidden;
	display:block;
	border:1px solid #676767;
}
.e5 li a img,.e6 li a img{
	display:block;
	width:102px;
	height:70px;
}
.e5 li a:hover,.e6 li a:hover{
	border:1px solid #333;
}
.e7{/* 横排小图列表 52*52 (用户头像列表) */
	clear:both;
	overflow:hidden;
}
.e7 li{
	width:60px;
	height:86px;
	float:left;
	overflow:hidden;
	padding-left:11px;
}
.e7 li a{
	display:block;
	margin:0px auto;
	text-align:center;
}
.e7 li a img{
	width:52px;
	height:52px;
	display:block;
	margin:0px auto 6px;
	padding:2px;
	border:1px solid #DDD;
}
.e7 li a:hover img{
	border:1px solid #AAA;
}

.e8{/*图集列表专用大图列表*/
	width:100%;
	overflow:hidden;
	clear:both;
	margin-left:12px;
	margin-top:16px;
}
.e8 li{
	width:168px;
	height:184px;
	float:left;
	display:block;
	overflow:hidden;
	margin-right:8px;
	text-align:center;
}
.e8 li .pic{
	width:160px;
	height:120px;
	display:block;
	background:url(picbox-l.gif) no-repeat;
	text-align:left;
	overflow:hidden;
}

.e8 li .pic img{
	width:152px;
	height:112px;
	display:block;
	margin-left:3px;
	margin-top:3px;
}
.e8 li .title{
	height:31px;
	display:block;
	line-height:31px;
	font-weight:bold;
	overflow:hidden;
}
.e8 li .date{
	color:#666;
}
.e8 li .date small{
	line-height:17px;
	font-size:12px;
	color:#999;
}
.e9{/* 右侧小图列表 */
	width:100%;
	clear:both;
	overflow:hidden;
	padding-top:4px;
}
.e9 li{
	width:106px;
	height:110px;
	float:left;
	text-align:center;
	overflow:hidden;
	margin-left:6px;
	display:inline;
}
.e9 li a{
	color:#777;
}
.e9 li a img{
	width:102px;
	height:76px;
	display:block;
	padding:1px;
	border:1px solid #DDD;
}
.e9 li a span.title{
	display:block;
	height:29px;
	line-height:29px;
	overflow:hidden;
}
/*---------- f : 特殊列表 ---------*/
.f1{/* 带数字ICO的排行榜列表 */
	background:url(number-r.gif) 5px 5px no-repeat;
	overflow:hidden;
}
.f1 li{
	height:38px;
	display:block;
	padding:3px 0px 4px 0px;;
	border-bottom:1px dashed #DCEBD7;
	padding-left:38px;
	overflow:hidden;
}
.f1 li a{
	height:21px;
	line-height:21px;
	overflow:hidden;
	display:block;
}
.f1 li span{
	line-height:15px;
	color:#666666;
	margin-left:5px;
}
.f1 li span small{
	font-size:12px;
	color:#999;
}
.f1 li span a{
	display:inline;
	line-height:15px;
	color:#666666;
	color:#690;
}

.f2{/* 评论专用列表 */
	overflow:hidden;
}
.f2 li{
	height:73px;
	clear:both;
	overflow:hidden;
	border-bottom:1px dashed #DCEBD7;
	padding:0px 8px;
}
.f2 small{
	display:block;
	height:21px;
	padding-top:6px;
	line-height:21px;
	overflow:hidden;
	font-size:12px;
	color:#999;
}
.f2 small a.username{
	color:#666;
}
.f2 p{
	height:42px;
	overflow:hidden;
	line-height:21px;
	color:#888;
	text-indent:17px;
	background:url(ico-comm.gif) 0px 4px no-repeat;
}

.f4{/*友情链接(图片)专用*/

}
.f4 li{
	width:94px;
	height:37px;
	display:block;
	float:left;
	overflow:hidden;
	margin:10px 12px 2px 8px;
}
.f4 li a{
	width:88px;
	height:31px;
	overflow:hidden;
	float:left;
	border:3px solid #FFF;
}
.f4 li a:hover{
	border:3px solid #EEE;
}
.f5{/*友情链接(文字)专用*/
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}
.f5 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
.f5 li a{
	color:#666666;
	float:left;
}

.f6{/* 链接横排自适应列表 */
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}
.f6 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
.f6 li a{
	color:#666666;
	float:left;
}
/*-------------------------------------------------- 
 list icon
 ---------------------------------------------*/
.ico1 li{
	padding-left:16px;
	background:url(ico-1000.gif) 7px 11px no-repeat;
}
.ico2 li{
	padding-left:14px;
	background-image: url(imagesico-2000.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
.ico3 li{
	padding-left:16px;
	background:url(ico-3000.gif) 7px 11px no-repeat;
}

/***
 *	DedeCMS v5.3 Style (grass green)
 *	dedecms.com  Author pigz  2008-11-10 09:32
 **/
.ileft{
	width:212px;
	padding-left:8px;
	padding-top:1px;
	padding-bottom:5px;
	float:left;
	overflow:hidden;
}
.ileft .ip2{
    width:207px;
	padding-top:4px;
	margin-top:0px;
	}
.ileft .ip3{
    width:207px;
	padding-top:0px;
	margin-top:0px;
	}
.ileft .ip1{
	width:204px;
	margin-top:0px;
	background-color: #f5f5f5;
	}

.ileft .ip1 .ipim1{
	width:204px;
	height:36px;
	background-image:url(imagesindexdw_.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ileft .ip1 .ipim1 .bt{
	padding-top:14px;
	padding-left:35px;
	font-family: "宋体", Arial, Courier;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
}
.ileft .ip1 .ipmore {
    width:204px;
	overflow:hidden;
	display:block;
	float:right;
	}
.ileft .ip1 .ipblock {
    width:204px;
	height:3px;
	background-color:#FFFFFF;}	
.ileft .ipim2{
	width:207px;
	background-image:url(../images/ipmenu_1.jpg);
	background-repeat: repeat-y;
}
.ileft .ipim3{
    width:191px;
	padding-top:3px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;}
.ileft .ipim4{
	width:191px;
	height:22px;
	background-image: url(../images/ipmenu_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.ileft .ipim5{
	padding-left:17px;
	font-size:14px;
	font-family:"宋体";
	font-weight: bold;
	color: #088ad2;
	line-height: 22px;
	overflow:hidden;
	float: left;
	}
.ileft .ipim6{
	font-family: Arial;
	color: #088ad2;
	font-size: 11px;
	float: left;
	overflow:hidden;
	vertical-align: text-bottom;
	line-height: 22px;
	}
.ileft .ipim7{
	display:block;
	padding-top:3px;
	overflow:hidden;
	width:191px;

	}

.ileft .ipim8{
    padding-top:5px;}
	
.ileft .ipim9{
	width:207px;
	height:4px;
	background-image:url(../images/ipmenu_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
   }
.ileft .ipim14{
	display:block;
	overflow:hidden;
	width:191px;
     }
.ileft .ipim14 li{
	height:23px;
	border-bottom:1px dashed #DCEBD7;
	overflow:hidden;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.ileft .ipim14 li a{
	display:block;
	line-height:23px;
	overflow:hidden;
	text-indent:14px;
	background:url(ico-3000.gif) 4px 9px no-repeat;
}
.ileft .ipim14 li p{
	color:#888;
	line-height:17px;
	height:33px;
	overflow:hidden;
}
.ileft .ipim10{
	display:block;
	overflow:hidden;
	width:191px;
     }	
.ileft .ipim10 ul{
	padding-left:8px;
	padding-top:4px;
	padding-right:8px;
	
}
.ileft .ipim10 ul li{
	font-family:"宋体";
	line-height:24px;
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEE;
	
	}
.ileft .ipim10 ul li a{
		
	color:#666;
	
}
.ileft .ipim10 ul li a:hover{
	color:#088ad2;
	text-decoration:none;
	
	
}
.ileft .ipim11{
	width:191px;
	height:22px;
	background-image: url(../images/ipmenu_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.ileft .ipim12{
	width:191px;
	padding-top:7px;

}
.ileft .ipim13{
    padding-bottom:4px;}

.iright{
    width:208px;
    padding-right:7px;
    }
.iright .irbg{
    width:200px;
	height:25px;
	background-image: url(../images/rimbg_01.jpg);
	background-repeat: no-repeat;
    }
  
.iright .irbg .ir1{
	padding-left:17px;
	font-size:14px;
	font-family:"宋体";
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	overflow:hidden;
	float: left;
	}
.iright .irbg .ir2{
	font-family: Arial;
	color: #F0F0F0;
	font-size: 11px;
	float: left;
	overflow:hidden;
	vertical-align: text-bottom;
	line-height: 25px;
	}
.iright .irbg .ir3{
	font-family: Arial;
	color:#e6faa3;
	font-size: 11px;
	padding-right:10px;
	overflow:hidden;
	vertical-align: text-bottom;
	line-height: 25px;
	text-align: right;	
	}
.iright .irbg .ir3 a{
    color:#e6faa3;}
.iright .irbg .ir3 a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.iright .ir4 {
  width:200px;
  padding-top:3px;}

.pright{
	width:212px;
	float:right;
	overflow:hidden;
}

.pright .irp1{
	width:204px;
	margin-top:0px;
	background-color: #f5f5f5;
	}

.pright .irp1 .irpim1{
	width:204px;
	height:36px;
	background-image:url(imagesindexdw_.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pright .irp1 .irpim1 .brt{
	padding-top:14px;
	padding-left:35px;
	font-family: "宋体", Arial, Courier;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
}
.pright .irp1 .irpmore {
    width:204px;
	overflow:hidden;
	display:block;
	float:right;
	}
.pright .irp1 .irpblock {
    width:204px;
	height:3px;
	background-color:#FFFFFF;
	}


.pright.irp1.irp5 {
    overflow: hidden;
    display: block;
    width: 195px;
    height:120px;
    margin:5px 10px 10px 5px;
}
	
.pright .irp1 .irp4{
    overflow:hidden;
	display:block;
	width:191px;
     }	
.pright .irp1 .irp4 ul{
	padding-left:8px;
	padding-top:4px;
	padding-right:8px;
	
}
.pright .irp1 .irp4 li{
	font-family:"宋体";
	line-height:24px;
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEE;
	
	}
.pright .irp1 .irp6{
    overflow:hidden;
	display:block;
	width:191px;
     }	
.pright .irp1 .irp6 ul{
	padding-left:8px;
	padding-top:4px;
	padding-right:8px;
	
}
.pright .irp1 .irp6 li{
	font-family:"宋体";
	line-height:24px;
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEE;
	
	}






.pright2{
	width:960px;
	overflow:hidden;
	padding:3 4 3 4;
	}

.pright2 .place{
	width:940px;
	height:22px;
	margin-top:2px;
	margin-left:8px;
	line-height:22px;
	text-indent:12px;
	color:#CC0000;
	overflow:hidden;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
.pright2 .place strong{
	color:#CC0000;
	font-weight:normal;
	letter-spacing:1px;
}
.pright2 .place a{
	color:#666;
	margin:0px 2px;
}
.pright2 .place a:hover{
	color:#333;
	text-decoration:none;
}
.pright2 .place small{
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:20px;
	*height:24px;
	overflow:hidden;
	background:url(ico-3000.gif) 2px 8px no-repeat;
	font-size:0px;
}

.pcenter{
	width:936px;
	margin-left:12px;
	overflow:hidden;
}

.pcenter .place{
	width:936px;
	height:22px;
	margin-top:2px;
	line-height:22px;
	text-indent:12px;
	color:#CCC;
	overflow:hidden;
	background-color: #E9F7FE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D1E7FE;
	border-bottom-color: #D1E7FE;
}
.pcenter .place strong{
	color:#0382F3;
	font-weight:normal;
	letter-spacing:1px;
}
.pcenter .place a{
	color:#666;
	margin:0px 2px;
}
.pcenter .place a:hover{
	color:#333;
	text-decoration:none;
}
.pcenter .place small{
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:20px;
	*height:24px;
	overflow:hidden;
	background:url(ico-3000.gif) 2px 8px no-repeat;
	font-size:0px;
}
.pcenter .listbox{
	width:930px;
	overflow:hidden;
	clear:both;
}
.pcenter .listbox dl{
	width:930px;
	margin-right:8px;
	margin-top:8px;
}
.pcenter .listbox ul a{
	color:#777;
}

.pleft{
	width:512px;
	overflow:hidden;
	padding-right:8px;
}
.pleft .listbox1{
	width:510px;
	overflow:hidden;
	float:left;
	clear:both;
	overflow:hidden;
}
.pleft .listbox1 dl{
	width:510px;
	margin-right:8px;
	margin-top:8px;
	float:left;
}
.pleft .listbox1 ul a{
	color:#777;
}
.pleft .listbox1 .info{
	height:24px;
	line-height:17px;
	text-align:center;
	float:right;
	overflow:hidden;
	color:#777;
}
.pleft .listbox1 .info small{
	margin-left:8px;
	margin-right:3px;
	color:#999;
	font-size:12px;
}
.pleft .listbox1 .info a{
	color:#690;
}


.pleft .search{
    width:480px;
	height:40px;
	clear:both;
}
.pleft .search .search_input_dw{
	width:200px;
	height:19px;
	border: #b2b2b2 1px solid;
	line-height:19px;
	font-size:12px;
	padding-left: 15px;
	overflow:hidden;
}
.pleft .search .search_button_dw{
	width:68px;
	height:21px;
	border:none;
	background:url(imagesbutton_search_dw.jpg) right no-repeat;
	font-size:0px;
	line-height:100px;
	margin-left:2px;
	*margin-left:5px;
	overflow:hidden;
	cursor: hand;
}
.pleft .icp1{
    width:512px;
	margin-top:5px;
	}
.ileft .icp1 .ip4 .ipmore2 {
    width:250px;
	overflow:hidden;
	display:block;
	float:right;
	}
.pleft .icp1 .ipmore {
    width:510px;
	overflow:hidden;
	display:block;
	float:right;
	}
.pleft .icp1 .icp01 {
    width:253px;
	float:left;
	margin-right:6px;
	}
.pleft .icp1 .icp02 {
    width:253px;
	float:left;}
.pleft .ip2{
	padding-left:22px;
	font-size:14px;
	font-family:"宋体";
	font-weight: bold;
	color: #CC0033;
	line-height: 22px;
	overflow:hidden;
	float: left;
	}
.pleft .ip3{
	font-family: Arial;
	color: #088ad2;
	font-size: 11px;
	float: left;
	overflow:hidden;
	vertical-align: text-bottom;
	line-height: 22px;
}


.pleft .icp1 .ip4{
    overflow:hidden;
	display:block;
	width:235px;
	padding-bottom:10px;
     }	

.pleft .icp1 .icp03{
	width:253px;
	height:22px;
	background-image: url(imagesdw_01000.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

.pleft .icp1 .icp5{
	width:512px;
	height:22px;
	background-image: url(imagesdw_01000.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.pleft .ip4 ul li a{
		
	color:#666;
	
}
.pleft .ip4 ul li a:hover{
	color:#CC0000;
	text-decoration:underline;
}


.pleft .place{
	width:480px;
	height:22px;
	line-height:22px;
	background:#F4F8EE;
	border-top:1px solid #EAF2DE;
	border-bottom:1px solid #EAF2DE;
	text-indent:12px;
	color:#CCC;
	overflow:hidden;
}
.pleft .place strong{
	color:#709C5A;
	font-weight:normal;
	letter-spacing:1px;
}
.pleft .place a{
	color:#666;
	margin:0px 2px;
}
.pleft .place a:hover{
	color:#333;
	text-decoration:none;
}
.pleft .place small{
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:20px;
	*height:24px;
	overflow:hidden;
	background:url(ico-3000.gif) 2px 8px no-repeat;
	font-size:0px;
}
.pleft .title_pageturning{
	padding-top: 8px;
	text-align: center;
	color: #666666;
}
.pleft .title_pageturning a{
	display: inline;
	color: #cc0033;
	text-decoration: underline;
	}
.pleft .title_pageturning a:hover{
	color: #666666;
	}

.p_appendix{
	float: left;
	padding-left: 30px;
	}
.p_appendix div{
	line-height: 23px;
	background: url(imagesicon_appendix.gif) left center no-repeat;
	text-indent: 20px;
	}
.p_appendix a{
	color: #333333;
	}
	
.p_bottom{
	text-align: right;
	padding-right: 30px;
	}
	
.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#666;
	border-bottom:1px solid #EEE;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 1px;
	border-bottom:2px solid #690;
}
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	color:#F63;
	padding:2px 4px 1px;
	border-bottom:2px solid #F63;
	font-weight:bold;
}
.dede_pages .pageinfo{
	float:right;
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#666;
	font-weight:normal;
	margin:0px 2px;
}
/*---------- index ---------*/
.index .bignews{
	width:320px;
	float:right;
	overflow:hidden;
}
.index .bignews a{
	color:#666666;
}
.index .bignews .onenews{
	padding:8px 12px;
	border-bottom:1px solid #EBEBEB;
}
.index .bignews .onenews h2{
	display:block;
	height:28px;
	line-height:25px;
}
.index .bignews .onenews h2 a{
	font-size:16px;
}
.index .bignews .onenews p{
	line-height:19px;
	color:#777;
}
.index .bignews ul.d1{
	padding:6px 14px;
	border-bottom:1px solid #EBEBEB;
	clear:both;
	overflow:hidden;
}
.index .bignews ul.c2{
	width:200px;
	padding:6px 4px 0px;
	border-top:2px solid #FAFAFA;
	clear:both;
	overflow:hidden;
}
.index .flashnews{
	width:170px;
	height:130px;
	overflow:hidden;
	float:left;
}
.index .latestnews{
	width:175px;
	height:134px;
	margin-top:8px;
	float:left;
}
.index .latestnews dl dd{
	padding:2px 5px;
}
.index .latestnews ul a{
	color:#666666;
}
.index .picnews{
	width:333px;
	float:left;
	clear:both;
	overflow:hidden;
	margin-top:8px;
}
.index .listbox{
	width:333px;
	overflow:hidden;
	float:left;
	clear:both;
	overflow:hidden;
}
.index .listbox dl{
	width:252px;
	margin-right:8px;
	margin-top:8px;
	float:left;
}
.index .listbox ul a{
	color:#777;
}
.index .usercenter .tbox dd{
	height:370px;
	display:none;
}
.index .usercenter .tbox dd#loading{
	display:block;
	text-align:center;
	line-height:200px;
	letter-spacing:2px;
	color:#999999;
}
.index .userlogin{
	padding-top:10px;
}
.index .userlogin .fb{
	height:37px;
}
.index .userlogin .fb span{
	float:left;
	width:60px;
	text-align:right;
	padding-right:6px;
	color:#888;
}
.index .userlogin .fb img{
	vertical-align:middle;
	margin-left:5px;
}
.index .userlogin .submit{
	text-align:center;
	padding-top:3px;
}
.index .userlogin .submit a{
	color:#030;
	margin-left:7px;
}
.index .userinfo{
	
}
.index .userinfo .welcome{
	width:220px;
	height:24px;
	margin:12px auto;
	background:#F9F9F9;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	line-height:23px;
	text-indent:10px;
	color:#777;
}
.index .userinfo .welcome strong{
	color:#F60;
	font-weight:bold;
}
.index .userinfo .userface{
	width:60px;
	height:64px;
	overflow:hidden;
	padding-left:16px;
	padding-top:2px;
	float:left;
}
.index .userinfo .userface a{
	display:block;
	margin:0px auto;
	text-align:center;
}
.index .userinfo .userface a img{
	width:52px;
	height:52px;
	display:block;
	margin:0px auto 6px;
	padding:2px;
	border:1px solid #DDD;
}
.index .userinfo .mylink{
	width:144px;
	float:left;
	overflow:hidden;
}
.index .userinfo .mylink ul{
}
.index .userinfo .mylink ul li{
	width:72px;
	float:left;
	line-height:21px;
	text-indent:12px;
}
.index .userinfo .mylink ul li a{
	color:#666;	
}
.index .userinfo .uclink{
	height:31px;
	line-height:31px;
	clear:both;
	overflow:hidden;
	text-align:center;
	color:#DDD;
}
.index .userinfo .uclink a{
	color:#690;
	margin:0px 2px;
}
.index .latestlogin{
	padding-top:16px;
}
.index .latestlogin strong{
	width:102px;
	padding-left:6px;
	letter-spacing:1px;
	color:#666;
	display:block;
	line-height:21px;
	background:#FFF;
	position:relative;
	z-index:5;
}
.index .latestlogin ul{
	width:224px;
	border-top:1px solid #C5DDBC;
	padding-top:20px;
	z-index:3;
	margin:-12px auto 0px;
}
.index .commend dl dd{
	padding-top:0px;
}
.index .hot dl dd{
	padding-top:0px;
}
.index .hot dl dd .c1 li{
	width:210px;
	overflow:hidden;
}
.index .vote dl dd strong{
	display:block;
	line-height:27px;
	padding-left:8px;
	letter-spacing:1px;
	color:#696;
	border-bottom:1px solid #C5DDBC;
	margin:0px 4px;
}
.index .vote dl dd .fb{
	padding-top:10px;
	height:21px;
	padding-left:10px;
	color:#666;
}
.index .vote dl dd .fb input{
	margin-right:4px;
}
.index .vote dl dd .submit{
	text-align:center;
	height:35px;
	padding-top:8px;
}
.index .vote dl dd .submit button{
	margin-right:10px;
}
.index .vote dl dd .submit a{
	color:#003300
}
/*---------- channel ---------*/
.channel .flashnews{
	width:280px;
	height:192px;
	overflow:hidden;
	float:left;
	background:#F00;
}
.channel .topcommand{
	width:424px;
	float:right;
	overflow:hidden;
}
.channel .topcommand dl dd{
	height:162px;
}
.channel .topcommand a{
	color:#777;
}
.channel .topcommand .onenews{
	padding:3px 12px;
	border-bottom:1px solid #EBEBEB;
}
.channel .topcommand .onenews h2{
	display:block;
	height:28px;
	line-height:25px;
}
.channel .topcommand .onenews h2 a{
	font-size:16px;
}
.channel .topcommand .onenews p{
	line-height:19px;
	color:#777;
}
.channel .picnews{
	width:712px;
	float:left;
	clear:both;
	overflow:hidden;
	margin-top:8px;
}
.channel .listbox{
	width:720px;
	overflow:hidden;
	float:left;
	clear:both;
	overflow:hidden;
}
.channel .listbox dl{
	width:352px;
	margin-right:8px;
	margin-top:8px;
	float:left;
}
.channel .listbox ul a{
	color:#777;
}


/*---------- viewbox ---------*/
.viewbox{
	width:930px;
	display:block;
	word-break:break-all;
	white-space:normal;
	padding-left:16px;
	padding-right:8px;
	padding-bottom:8px;
	min-height: 550px;
}
.viewbox .title{
	height:56px;
	line-height:56px;
	text-align:center;
	overflow:hidden;
	padding-top:10px;
}
.viewbox .title h2{
	font-size:24px;
	color:#990000;
}
.viewbox h3{
	font-size: 22px;
	color: #333333;
	text-align: center;
	padding: 5px 0px 5px 0px;
	}
.viewbox h4{
	font-size: 16px;
	color:#333333;
	text-indent: 0px;
	text-align: left;
	padding: 5px 0px 5px 0px;
	}
.viewbox .info{
	height:24px;
	line-height:17px;
	text-align:center;
	overflow:hidden;
	color:#777;
}
.viewbox .info small{
	margin-left:8px;
	margin-right:3px;
	color:#999;
	font-size:12px;
}
.viewbox .info a{
	color:#690;
}
.viewbox .intro{
	padding:8px 16px;
	line-height:25px;
	background:#FAFDFE;
	border:1px solid #DDD;
	font-size:14px;
	color:#666;
	margin-top:8px;
}
.viewbox .infolist{
	width:368px;
	float:left;
}
.viewbox .infolist small{
	width:100px;
	text-align:right;
	display:block;
	float:left;
	font-size:12px;
	line-height:31px;
	color:#999;
	clear:left;
	height:31px;
	overflow:hidden;
}
.viewbox .infolist span{
	width:200px;
	line-height:30px;
	float:left;
	height:31px;
	overflow:hidden;
}
.viewbox .picview{
	width:320px;
	float:right;
	padding-right:24px;
	padding-top:16px;
}
.viewbox .labeltitle{
	height:23px;
	background:url(view-lab.gif) left 10px repeat-x;
	clear:both;
	overflow:hidden;
	margin:0px auto 0px;
	padding-top:10px;
}
.viewbox .labeltitle strong{
	width:80px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#FFF;
	letter-spacing:1px;
	display:block;
	float:left;
	background:url(view-lab.gif) left -44px no-repeat;
	overflow:hidden;
}

.viewbox .content{
	font-size:14px;
	padding:10px 30px;
	line-height:25px;
	color:#333;
}
.viewbox .content ol{
	padding: 0px 30px 0px 30px;
	}
.view box .content ul{
	padding: 0px 30px 0px 30px;
	}
.viewbox .content p{
	line-height: 150%; 
	font-size: 16px;
	font-family: "宋体", "Arial";
}
.viewbox .content img{
	width: 360px;
	height: 270px;
	padding: 15px 0px 15px 250px;
	}
.viewbox .dede_pages{
	width:712px;
	float:none;
	overflow:hidden;
	text-align:center;
}
.viewbox .dede_pages ul{
	margin:0px auto;
	float:none;
	clear:both;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
}
.viewbox .dede_pages ul li,.viewbox .dede_pages ul li a{
	float:none;
	display:inline;
}
.viewbox .boxoff{
	height:5px;
	overflow:hidden;
	clear:both;
	border-bottom: #CCCCCC 1px dashed;
	padding-top:5px;
}
.viewbox .boxoff strong{
	display:block;
	width:8px;
	height:10px;
	overflow:hidden;
	font-size:0px;
	line-height:100px;
	background:url(boxoff00.gif) right -10px no-repeat;
	float:left;
}
.viewbox .newdigg{
	width:406px;
	height:51px;
	margin:8px auto;
	clear:both;
	overflow:hidden;
	padding-left:8px;
}
.viewbox .diggbox{
	width:195px;
	height:51px;
	float:left;
	margin-right:8px;
	overflow:hidden;
	cursor:pointer;
}
.viewbox .diggbox .digg_act{
	font-size:14px;
	float:left;
	line-height:31px;
	text-indent:32px;
	height:29px;
	overflow:hidden;
	font-weight:bold;
}
.viewbox .diggbox .digg_num{
	float:left;
	line-height:29px;
	text-indent:5px;
}
.viewbox .diggbox .digg_percent{
	width:180px;
	clear:both;
	padding-left:10px;
	overflow:hidden;
}
.viewbox .diggbox .digg_percent .digg_percent_bar{
	width:100px;
	height:7px;
	background:#E8E8E8;
	border-right:1px solid #CCC;
	float:left;
	overflow:hidden;
	margin-top:3px;
}
.viewbox .diggbox .digg_percent .digg_percent_num{
	font-size:10px;
	float:left;
	padding-left:10px;
}
.viewbox .diggbox .digg_percent .digg_percent_bar span{
	display:block;
	height:5px;
	overflow:hidden;
	background:#000;
}
.viewbox .newdigg .digg_good{
	background:url(newdigg-.png) left top no-repeat;
}
.viewbox .newdigg .digg_bad{
	background:url(newdigg-.png) right top no-repeat;
}
.viewbox .newdigg .digg_good .digg_act{
	color:#C30;	
}
.viewbox .newdigg .digg_good .digg_num{
	color:#C63;
}
.viewbox .newdigg .digg_bad .digg_act{
	color:#36C;	
}
.viewbox .newdigg .digg_bad .digg_num{
	color:#39C;
}
.viewbox .newdigg .digg_good .digg_percent .digg_percent_bar span{
	border:1px solid #E37F24;
	background:#FFC535;
}
.viewbox .newdigg .digg_bad .digg_percent .digg_percent_bar span{
	border:1px solid #689ACC;
	background:#94C0E4;
}
.viewbox .handle{
	height:59px;
	padding-top:12px;
	overflow:hidden;
	clear:both;
}
.viewbox .handle .digg{
	width:59px;
	height:59px;
	float:left;
	background:url(digg-bg0.gif) no-repeat;
	margin-right:12px;
}
.viewbox .handle .digg .digg_num{
	width:56px;
	height:34px;
	font-size:20px;
	text-align:center;
	line-height:34px;
	overflow:hidden;
	color:#6B9169;
}
.viewbox .handle .digg .digg_act{
	width:56px;
	height:22px;
	line-height:23px;
	overflow:hidden;
}
.viewbox .handle .digg .digg_act a{
	margin-left:11px;
	color:#777;
	float:left;
}
.viewbox .handle .context{
	float:left;
}
.viewbox .handle .context ul li{
	line-height:29px;
	color:#888;
}
.viewbox .actbox{
	width:260px;
	text-align:center;
	float:right;
	padding-top:20px;
	padding-right:10px;
}
.viewbox .actbox ul li{
	display:inline;
	padding-left:22px;
	background-image:url(actbox-i.gif);
	background-repeat:no-repeat;
	margin-right:10px;
}
.viewbox .actbox ul li a{
	color:#777;
}
.viewbox .actbox ul li#act-fav{
	background-position:4px 0px;
}
.viewbox .actbox ul li#act-err{
	background-position:4px -37px;
}
.viewbox .actbox ul li#act-pus{
	background-position:4px -73px;
}
.viewbox .actbox ul li#act-pnt{
	background-position:4px -109px;
}
.viewbox .downurllist{
	width:100%;
	clear:both;
	overflow:hidden;
	
}
.viewbox .downurllist li{
	height:27px;
	background:url(downurl-.gif) right top no-repeat;
	padding-right:4px;
	float:left;
	margin-right:10px;
	overflow:hidden;
	margin-top:10px;
}
.viewbox .downurllist li a{
	height:27px;
	background:url(downurl-.gif) left top no-repeat;
	display:block;
	font-size:12px;
	color:#555;
	text-indent:30px;
	line-height:27px;
	float:left;
	padding-right:5px;
}
.viewbox .downurllist li a:hover{
	color:#F63;
	text-decoration:none;
}
.viewbox .picbox{
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size:14px;
	line-height:31px;
	overflow:hidden;
}
.viewbox .picbox img{
	display:block;
	margin:16px auto 6px;
}
.viewbox .picbox ul.e8{
	font-size:12px;
	line-height:normal;
}
.viewbox .picbox ul.e8 li .pic{
	background:none;
	border:1px solid #EEE;
	overflow:hidden;
}
.viewbox .picbox ul.e8 img{
	margin:3px;
	border:1px solid #CCC;
}
.viewbox .picbox ul.e8 li .title{
	padding-top:0px;
}
.specialpic{
	width:200px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	padding-top:10px;
}
.specialpic img{
	width:200px;
	display:block;
}
.speciallist{
	width:720px;
	overflow:hidden;
}
.speciallist dl.tbox{
	width:352px;
	margin-right:8px;
	margin-top:8px;
	float:left;
}
.storypic{
	width:160px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	padding-top:10px;
}
.storypic img{
	width:160px;
	display:block;
}
.infos_userinfo{
	width:240px;
	overflow:hidden;
}
.infos_userinfo dd{
	padding:12px;
	overflow:hidden;
	background:#FFF;
}
.infos_userinfo dd .userface{
	width:52px;
	height:52px;
	padding:1px;
	border:1px solid #DDD;
	overflow:hidden;
	float:left;
	margin-right:8px;
}
.infos_userinfo dd .userface img{
	width:52px;
	height:52px;
	overflow:hidden;
	display:block;
}
.infos_userinfo dd .username{
	height:19px;
	line-height:19px;
	display:block;
	overflow:hidden;
	font-weight:bold;
	color:#F60;
}
.infos_userinfo dd .useract{
	width:140px;
	height:44px;
	overflow:hidden;
	float:left;
	padding-left:4px;
}
.infos_userinfo dd .useract-pm,.infos_userinfo  dd .useract-af{
	width:70px;
	float:left;
	line-height:19px;
	height:19px;
	overflow:hidden;
}
.infos_userinfo dd .useract-vi{
	display:block;
	clear:both;
	line-height:19px;
	height:19px;
	overflow:hidden;
	color:#777;
}
.infos_userinfo dd .userinfo-sp{
	height:25px;
	line-height:25px;
	clear:both;
	display:block;
	padding-left:10px;
}
.infos_userinfo dd .userinfo-sp small{
	font-size:12px;
	color:#AAA;
	margin-right:5px;
}
.infos_search dd{
	padding:4px 4px 12px 8px;
}
.infos_search dd select,.infos_search dd input,.infos_search dd button{
	margin-left:4px;
	margin-top:8px;
}
.infos_search dd select{
	font-size:14px;	
}
.tags_list dd{
	padding:4px 12px;
	line-height:220%;
}
.tags_list dd a{
	margin-right:10px;
	white-space:nowrap;
}
.tagc1{
	font-size:12px;
	color:#777;
}
.tagc2{
	font-size:14px;
	font-weight:bold;
	color:#666;
}
.sp-title{
	color:#888;
	padding:4px 12px;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	background:#FAFAFA;
	margin-bottom:8px;
}
.sp-title h2{
	font-size:16px;
	line-height:27px;
}
.sp-title h2 a{
	margin-left:6px;	
}
.sp-title .more{
	float:right;
	margin:-27px 0px;
	line-height:27px;
}
.linkbox{
	padding:10px 8px;
	border-bottom:1px solid #EEE;
}
.linkbox h3,.linkbox h3 a{
	font-size:14px;
	color:#693;
}
.buycar{
	
}
.buycar h2{
	font-size:14px;
	color:#F60;
	line-height:31px;
}
.buycar .flow{
	width:100%;
	border-left:1px solid #DEE79E;
	border-right:1px solid #DEE79E;
	border-top:1px solid #DEE79E;
/*	border-collapse:collapse;*/
	margin-bottom:16px;
}
.buycar .flow td{
	height:23px;
	line-height:19px;
	background:#F8FAEB;
	text-align:center;
	color:#888;
	overflow:hidden;
	border-right:1px solid #EFF3CF;
	border-bottom:1px solid #EFF3CF;
	border-top:3px solid #FFF;
	letter-spacing:3px;
}
.buycar .flow td.thisclass{
	background:#FFF;
	border-bottom:1px solid #FFF;
	border-top:3px solid #F8FAEB;
	font-weight:bold;
	color:#333;
}
.flinkbox{
	padding:4px 10px;
}
.formbox{
	width:90%;
	margin:0px auto;
}
.formbox .fb{
	width:100%;
	clear:both;
	overflow:hidden;
	padding-top:10px;
	margin:0px auto;
}
.formbox .fb .name{
	width:180px;
	float:left;
	height:31px;
	text-align:right;
	padding-right:10px;
	line-height:31px;
	font-size:14px;
	color:#777;
	display:block;
}
.formbox .fb .value{
	float:left;
}
.formbox .fb .value img{
	vertical-align:middle;
}
.dede_comment{
	padding-bottom:6px;
}
.dede_comment .decmt-box{
	width:98%;
	padding:6px 5px 8px;
	margin:0px auto;
	border-bottom:1px solid #E5E5E5;
	overflow:hidden;
	clear:both;
}
.dede_comment .decmt-box .decmt-title{
	line-height:19px;
	color:#999;
	font-family:Tahoma;
}
.dede_comment .decmt-box .decmt-title span{
	margin-right:2px;
	vertical-align:middle;
}
.dede_comment .decmt-box .decmt-title .moodico{
	height:18px;
	width:18px;
	display:inline-block;
}
.dede_comment .decmt-box .decmt-title .username{
	color:#669;
}
.dede_comment .decmt-box .decmt-title .username a{
	color:#669;
}
.dede_comment .decmt-box .decmt-title .username a:hover{
	text-decoration:none;
	color:#690;
}
.dede_comment .decmt-box .decmt-title .ip{
	color:#669;
	font-size:11px;
}
.dede_comment .decmt-box .decmt-title .date{
	color:#666;
	font-size:11px;
}
.dede_comment .decmt-box .decmt-act{
	float:right;
	margin-top:-18px;
	padding-right:10px;
	position:relative;
	clear:both;
	color:#999;
}
.dede_comment .decmt-box .decmt-act span{
	margin-right:7px;
}
.dede_comment .decmt-box .decmt-act span a{
	color:#888;
}
.dede_comment .decmt-box .decmt-content{
	color:#555;
	line-height:21px;
	clear:both;
	width:99%;
	margin:2px auto 0px;
}
.dede_comment .decmt-box .decmt-content img{
	vertical-align:middle;
}
.dede_comment .decmt-box .decmt-box{
	background:#FFE;
	border:1px solid #CCC;
	margin:6px auto;
}
.dede_comment .decmt-box .decmt-box .decmt-title{
	text-indent:4px;
}
.dede_comment .decmt-box .decmt-box .decmt-content{
	color:#666;
}
.nocomment{
	padding:10px;
	color:#777;
}
.dede_comment_post{
	padding:5px;
}
.dcmp-title{
	line-height:25px;
}
.dcmp-title strong{
	color:#444;
	font-weight:normal;
}
.dcmp-title small{
	font-size:12px;
	color:#999999;
}
.dcmp-stand{
	float:right;
	margin-top:-18px;
	padding-right:10px;
	position:relative;
	clear:both;
	color:#999;
}
.dcmp-stand strong{
	font-weight:normal;
	color:#444;
}
.dcmp-stand input{
	margin-right:2px;
}
.dcmp-stand img{
	vertical-align:middle;
	margin-right:2px;
}
.dcmp-content{
	padding-top:8px;
}

.dcmp-content textarea{
	width:96%;
	height:60px;
}
.dcmp-mood{
	height:25px;
	width:80%;
	overflow:hidden;
	clear:both;
	padding-top:12px;
}
.dcmp-mood strong{
	float:left;
	color:#444;
	font-weight:normal;
	line-height:25px;
}
.dcmp-mood ul{
	float:left;
}
.dcmp-mood ul li{
	float:left;
	margin-right:8px;
}
.dcmp-mood ul li input,.dcmp-mood ul li img{
	vertical-align:middle;
	margin-right:4px;
	*margin-right:0px;
}
.dcmp-post{
	height:35px;
	overflow:hidden;
	clear:both;
	color:#444;	
}
.dcmp-post .dcmp-userinfo{
	float:left;
	margin-right:6px;
}
.dcmp-post .dcmp-userinfo input{
	height:13px;
	padding-right:0px;
}
.dcmp-post .dcmp-userinfo input,.dcmp-post .dcmp-userinfo img{
	vertical-align:middle;
	margin:5px;
}
.dcmp-post .dcmp-submit{
	float:left;
	padding-top:6px;
}
.dcmp-post .dcmp-submit input,.dcmp-post .dcmp-submit button{
	vertical-align:middle;
}
.dcmp-post .dcmp-submit button{
	width:70px;
	height:25px;
	border:none;
	background:url(btn-bg20.gif) no-repeat;
	line-height:25px;
	letter-spacing:1px;
	overflow:hidden;
	color:#444;
	cursor:pointer;
	margin-left:5px;

}
.pright .irp1 .irp4 li{
    font-size:14px;
    color:#333333;
}