.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;
}
.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;
}