body {
  background: #f3f5f7;
}

header {
  height: 80px;
  background: #2f3030;
  width: 100%;
}
header .inner {
  height: 100%;
}
header .inner .logo {
  width: 80px;
  height: 80px;
}
header .inner .logo img {
  width: 100%;
  height: 100%;
}
header .inner .tip {
  font-size: 16px;
  color: #fefefe;
  line-height: 80px;
}

main {
  margin-top: 39px;
}
section {
  height: 492px;
  background: #fff;
  padding: 25px 40px 35px;
  box-sizing: border-box;
  color: #303030;
  font-size: 18px;
  margin-bottom: 30px !important;
}
section .title span {
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #f51e55;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
section ul {
  margin-top: 20px;
}
section li {
  float: left;
  width: 260px;
  height: 180px;
  box-sizing: border-box;
  border: 1px solid #fde4eb;
  margin-right: 26px;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
  background: url('../img/list-b.png') no-repeat center;
}
section li:nth-child(4n) {
  margin-right: 0;
}
section li h2,
section li h3 {
  font-size: 16px;
  color: #f51e55;
  width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section li h2 {
  margin: 25px auto 0;
}
section li h3 {
  margin: 0 auto 28px;
}
section li a {
  display: block;
  width: 120px;
  height: 40px;
  background: url('../img/button_07.png');
  margin: auto;
  border-radius: 5px;
}
section li span {
  display: inline-block;
  font-size: 14px;
  color: #505050;
  margin-top: 10px;
  width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 付费咨询 S*/
.pay_advisory {
  width: 100%;
  height: 286px;
  /* background-color: #fff; */
  overflow: hidden;
}

.pay_advisory .title {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.pay_advisory .title .line {
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #f51e55;
  vertical-align: middle;
  margin-right: -4px;
  margin-top: -3px;
  margin-left: 20px;
}

.pay_advisory li {
  float: left;
}

.pay_advisory li a {
  color: #505050;
  font-size: 15px;
}

.pay_advisory li a:hover {
  color: #f51e55;
}

.pay_advisory li p {
  line-height: 35px;
}

.pay_advisory li .left {
  margin-left: 67px;
  margin-right: 60px;
}

.pay_advisory li .right {
  margin-left: 60px;
}
/* 付费咨询 E*/

footer {
  height: 200px;
  width: 100%;
  background: #fff;
  text-align: center;
  margin-top: 30px;
}
footer .link {
  display: inline-block;
  margin-top: 49px;
  margin-bottom: 35px;
}
footer .link li {
  float: left;
  margin-right: 18px;
  font-size: 14px;
  color: #707070;
}
footer .link li a {
  color: #707070;
}

footer > span {
  margin-right: 10px;
  color: #707070;
}
