.index-body {background: #F2F2F2;}
.main{margin:0 auto}
.main .content-left{
	float:left;
	width:400px;

}
.main .content{
	width:1200px;
}


.content .content-item {
  margin-bottom: 20px;
}
.content .wrap {
  border: 1px solid #ccc;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 5px 5px #ccc;
}

.wrap::after{
	content:'';
	display:block;
	clear:both
}
.left-bar {
	font-size:18px;
}
.left-bar ul li{
	height:50px;
	line-height:40px;
	border:1px solid #ccc;
	border-bottom:0px;
	padding-left:5px;
	cursor:pointer;
}
.right-bar {
	border-left:1px solid #ccc;
}
.right-bar::after{
	content:'';
	display:block;
	clear:both
}
.content .content-item .item-title {
  padding-bottom: 15px;
  margin-bottom: 10px;

}

.content .content-item ul li {
  padding-bottom: 5px;
}

.content .content-item .item-title span {
  display: inline-block;
  padding-left: 5px;
  font-weight: bolder;
  font-size:25px;
  border-bottom:4px solid #4068B2;
	height:40px;
	  padding-top:8px;
}

.help_wrap{
	 font-size:15px;
	 text-align: justify;
}
.help_wrap .help_title {
	font-size:20px;
	display:inline-block;
	#color:#fff;
	color:#4068B2;
	font-weight:bold;
	padding:0 10px 0 0 ;
}
.help_wrap p {
	padding-bottom:10px;
	font-size:15px;
	text-indent:2em;
}
.help_wrap .img{
	text-align:center;
}
.help_wrap table {
	width:100%;border:1px solid #000
}
.help_wrap table td {
	border:1px solid #000;
	padding:5px;
}
.help_wrap table thead{
	background-color:#4068b2;color:#fff
}
.help_wrap .sub_help_title{
	padding:0px 0 10px 10px;
	font-size:18px;
}
.help_wrap .content {
	padding-left:20px;
	padding-right:10px;
}

.current-bar{
	background-color:#4068b2;
	color:#fff;
}