.banner {
  margin-bottom: 0;
}

.pos-nav {
  height: 54px;
  margin: 0;
  padding: 0;
  line-height: 54px;
  background-color: #f7f8fa;
}

.content {
  width: 1224px;
  overflow: hidden;
  margin: 0 auto 100px;
}

.left_box {
  float: left;
  width: 225px;
  overflow: hidden;
}

.left_box_one {
  background-color: #eee;
  width: 100%;
}

.left_box_one>li {
  line-height: 55px;
  font-size: 14px;
  color: #898b86;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.left_box_one>li:hover{
	 background-color: #e3f0ff;
}
.left_box_one li:nth-child(6){
  margin-top: 10px;
}
.left_box_one li.blockquote {
  color: #FFF !important;
  background-color: #1a8cff;
}
.right_box {
  width: 989px;
  padding: 0 60px 0 60px;
  box-sizing: border-box;
  float: right;
  background-color: #fff;
  ;
  overflow: hidden;
}

.right_box_head {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #dddddd;
  line-height: 64px;
  font-size: 18px;
}

.con_ent {
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}

.con_ent>p {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-indent: 20px;
}



.content_box {
  display: none;
}

.blockAll {
  display: block !important;
}