﻿/*宽度*/
#v100, .v100 {
	width:100%;
}
.mt10 {
	margin-top:10px;
	margin-bottom:10px;
}

/*用作内容*/
.mainp p {
	margin-bottom:1em;
}
.wenti dl {
	border-bottom:1px dashed #b3bac1;
	font-size:14px;
	cursor:pointer;
}
.wenti dl dt.active {
	background:#ecf7ff url(../images/help.png) no-repeat -37px -99px;
	color:#7cc23e;
	font-size:18px;
}
.wenti dl dt.font16 {
	font-size:16px;
	font-weight: bold;
}
.wenti dt {
	line-height:39px;
	height:39px;
	background:url(../images/help.png) no-repeat -37px -99px;
	font-size:18px;
	padding-left:25px;
	position:relative;
}
.wenti dt span {
	background:url(../images/help.png) no-repeat -37px -54px;
	width:17px;
	height:15px;
	position:absolute;
	right:6px;
	top:12px;
	overflow:hidden;
}
.wenti dt span.up {
	background-position:-37px -39px;
}
.wenti dt i {
	width:18px;
	height:16px;
	background:url(../images/help.png) no-repeat -37px -138px;
	font-style:normal;
	color:#FFF;
	font-size:12px;
	line-height:16px;
	display:block;
	position:absolute;
	left:-0px;
	top:12px;
	text-align:center;
}
.wenti font.time {
	background:none;
	font-size:12px;
	color:#999;
}
.wenti font.admin {
	color:#7cc23e;
}
.wenti dt em a {
	color:#349ae8;
	font-style:normal;
	padding-left:5px;
}
.wenti dt span a {
	float:left;
	width:100%;
	height:100%;
}
.wenti dt span a:hover {
	background:url(../images/help.png) no-repeat -37px -69px;
}
.wenti dt span.up a:hover {
	background-position:-37px -84px;
}
.wenti dd {
	position:relative;
	padding:7px 0 0 34px;
	line-height:22px;
	display:none;
	margin-bottom:10px;
	background:url(../images/help_t.png) left top no-repeat;
}
.wenti dd div.p_k {
	border-left:1px solid #b8d69d;
	border-right:1px solid #b8d69d;
	border-bottom:1px solid #b8d69d;
	padding:0 10px 10px 18px;
	font-size: 16px;
}
.wenti dd div.p_k span {
	white-space:normal;
	word-break:break-all; 
	
}
.wenti dd div.p_k span.up {
	white-space:normal;
	word-break:break-all; 
}
.wenti dl.hover dd {
	display:block;
}

/*--计数器--*/
div.cont{
	counter-reset:counter_Num;
}

div.cont dt.Counter_list{
	counter-increment:counter_Num;
}

div.cont dt.Counter_list:before {
	content: counter(counter_Num) ".";
	padding-right: .5em;
}
