.head-info {
  background: #f5f5f5;
  padding: 35px 0 45px;
}

.head-info .left-content, .head-info .right-content {
  height: 280px;
}

.head-info .left-content img {
  width: 495px;
  height: 275px;
}

.head-info .left-content .introduce {
  background: #fff;
  width: 465px;
  height: 100%;
  padding: 20px 25px 0;
}

.head-info .left-content .introduce-title {
  color: #333;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f5;
}

.head-info .left-content .item {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.head-info .left-content .item .money {
  color: #ff8f02;
  font-size: 18px;
}

.head-info .right-content {
  padding: 20px 20px 0;
  width: 230px;
  background: #fff;
}

.head-info .right-content .inner-logo {
  display: block;
  width: 145px;
  height: 72px;
  margin: 0 auto;
}

.head-info .right-content .service-list {
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
  padding: 5px 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.head-info .right-content .service-list .list-item {
  margin: 10px 0 0 10px;
}

.head-info .right-content .service-list .list-item:nth-child(2n+1) {
  margin-left: 0;
}

.head-info .right-content .service-list a {
  width: 90px;
  height: 22px;
  color: #666;
  background: #f6f7fb;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  border-radius: 10px;
}

.head-info .right-content .item {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

/* 顾问 */

.counselor {
  border: 1px solid #eef2f5;
  margin-top: 30px;
}

.counselor .counselor-title {
  color: #666;
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #eef2f5;
}

.counselor .counselor-list {
  padding: 25px 0;
}

.counselor .counselor-list .list-item {
  width: 110px;
  margin-left: 85px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.counselor .counselor-list .list-item .img-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.counselor .counselor-list .list-item .item-name {
  margin: 5px 0;
}

.counselor .counselor-list .list-item .item-btn {
  color: #6190c8;
  font-size: 14px;
  border: 1px solid #6190c8;
  border-radius: 25px;
  width: 100px;
  height: 26px;
  line-height: 26px;
  margin: 0 auto;
  transition: all .3s;
}

.counselor .counselor-list .list-item .item-btn:hover {
  color: #ff8f02;
  border: 1px solid #ff8f02;
}

.content {
  margin-top: 40px;
  margin-bottom: 100px;
  position: relative;
}

.content::before {
  content: '';
  position: absolute;
  left: 938px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e4e4e6;
}

.content .left-content {
  width: 906px;
  overflow: hidden;
  border: 1px solid #eef2f5;
}

.content .left-content .tab-list {
  border-bottom: 1px solid #eef2f5;
  background: #f6f7fb;
}

.content .left-content .tab-list .list-item {
  color: #666;
  font-size: 14px;
  text-align: center;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}

.content .left-content .tab-list .list-item.on {
  color: #ff8f02;
  background: #fff;
  border-top: 3px solid #06408a;
}

.content .left-content .tab-list .list-item.on::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.content .left-content .tab-content {
  padding: 30px 20px 100px;
}

.content .left-content .tab-content .content-title {
  color: #666;
  font-size: 14px;
}

.content .left-content .tab-content .content-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.content .left-content .tab-content .content-desc.special {
  margin: 60px 0 60px;
}

.content .right-content .content-title {
  color: #000;
  font-size: 18px;
}

.content .right-content .content-list .list-item {
  width: 230px;
  margin-top: 15px;
  overflow: hidden;
}

.content .right-content .content-list .list-item .img-box {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.content .right-content .content-list .list-item .item-content {
  height: 90px;
  background: #f6f7fb;
  padding: 0 15px;
  color: #a5b4c9;
  font-size: 12px;
  overflow: hidden;
}

.content .right-content .content-list .list-item .item-title {
  color: #333;
  font-size: 16px;
  margin: 15px 0 15px;
}