.main {
  width: 839px;
  margin: 0 auto;
  padding: 2px;
}
.title {
  width: 100%;
  text-align: center;
  margin: 72px 0 59px;
}
.title span {
  display: inline-block;
  position: relative;
  color: #FF3B69;
  font-size: 18px;
}
.title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  background-color: #FF3B69;
}
.title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  background-color: #FF3B69;
}
.item {
  position: relative;
  width: 100%;
  padding: 21px 34px 23px 28px;
  margin-bottom: 23px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0 0 1px 1px #ccc;
}
.item:last-child {
  margin-bottom: 185px;
}
.item .item_title {
  margin-bottom: 14px;
  color: #FF3B69;
  font-size: 14px;
}
.item .item_conten {
  opacity: 0.8;
  color: #222222;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Microsoft YaHei';
}
.item::after {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #FF3B69;
  position: absolute;
  top: 23px;
  right: 23px;
}
