#helpv2 {
	width: 960px;
	margin-top: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#helpv2 .title {
	height: 29px;
	line-height: 29px;
	background: url(../image/global_title.png) repeat-x;
	border-bottom: 5px solid #0f70af;
	color: #0f70af;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
#helpv2 .title span {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}
#helpv2 .left {
	float: left;
	width: 218px;
	height:auto;
	background: #f2f9fd;
}
#helpv2 .left .top {
	float: left;
	width: 218px;
	height: 18px;
	border-bottom: 1px solid #b5cfd9;
	border-right: 1px solid #b5cfd9;
}
#helpv2 .left .h1 {
	float: left;
	padding-left: 50px;
	width: 168px;
	line-height: 30px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #2366a8;
	background: url(../image/shrink.gif) no-repeat 20px 50% #fff;
}
#helpv2 .left .ul {
	float: left;
	width: 163px;
	height:auto !important;/* 放在所有height的最前 */
    height:570px; 
    min-height:570px;/*定义最小高度以便在某些情况下,不会自动高度*/
	border-right: 1px solid #b5cfd9;
	padding-left: 55px;
}
#helpv2 .left .ul li {
	float: left;
	width: 218px;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	list-style-type: disc;
	font-family: "微软雅黑";
}
#helpv2 .left .ul li a {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
}
#helpv2 .right .m {
	width: 740px;
	margin: 0 auto;
	margin-top: 20px;
	overflow:hidden;
}
#helpv2 .right .nav {
	padding-left: 30px;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background: url(../image/navbg.png) no-repeat 20px 50%
}
#helpv2 .right .nav a {
	color: #0f70af;
}
#helpv2 .right .help_c {
	min-height: 620px;
}
#helpv2 .right .help_c .help_t {
	text-align: center;
	font-size: 16px;
	width: 740px;
	margin: 10px 0;
	color: #333;
	font-weight: bold;
}
#helpv2 .right .help_nr {
	padding: 15px;
	color: #333;
	line-height: 25px;
	font-size: 12px;
	width: 710px;
}
#helpv2 .right .help_nr p {
	margin-bottom: 10px;
}
.mainmsg {
	margin-top:30px;
	line-height:25px;
	padding-left:15px;
	padding-top:15px;
	border-top:1px dashed #ccc;
	color:#666;
}
.mainmsg a {
	color: #0f70af;
}
.equal {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#helpv2 .right li {
	width:716px;
	overflow:hidden;
	height:35px;
	line-height:35px;
	font-size:14px;
	border-bottom:1px dashed #ccc;
	color:#568507;
}
#helpv2 .right li a, #helpv2 .right li a:hover {
	font-size:14px;
	color:#568507;
}
#helpv2 .right li span a, #helpv2 .right li span a:hover {
	font-size:14px;
	color:#0f70af;
}
#helpv2 .right li span
{
	color:#0f70af;
	float:right;
}
#helpv2 .right .page {
	padding-right:10px;
	text-align:right;
	line-height:30px;
	color:#666;
	font-size:14px;
}
#helpv2 .right .page a,#helpv2 .right .page a:hover {
	font-size:14px;
	color:#0f70af;
}
#helpv2 .search {
	float:left;
	width:203px;
	padding-top:10px;
	padding-left:15px;
	border-top: 1px solid #b5cfd9;
	border-right: 1px solid #b5cfd9;
}
.form-search {
	float: left;
	position: relative;
	display: inline-block;
}
.search-query {
	padding-right: 20px;
	line-height: 23px;
	height: 23px;
	display: inline-block;
	padding-left: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	color: #666;
	width: 150px;
}
.icon-submit {
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../image/icons.png) no-repeat;
	width: 14px;
	height: 14px;
	margin: 5px 5px;
	_margin: 6px 6px;
}
.search-query:focus {
	outline: none;
	border: 1px solid #0f70af;
	-webkit-box-shadow: 0 0 8px rgba(15, 112, 175, 0.8);
	-moz-box-shadow: 0 0 8px rgba(15, 112, 175, 0.8);
	box-shadow: 0 0 8px rgba(15, 112, 175, 0.8);
	background: #fff;
	color: #666;
}

#helpv2 .left .h1 a,#helpv2 .left .h1 a:hover {
	font-size:14px;
	color: #2366A8;
}

#helpv2 .right .help_nr p {
	font-size:14px
}
#helpv2 .right font {
	font-size:14px
}

#helpv2 .right .help_nr .timeend {
margin-top: 50px;
text-align: right;
}