.service {
  width: 100%;
  background: #F9F9F9;
}

.serviceItem {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.serviceItembox {
  width: 385px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
  cursor: pointer;
}

.serviceItembox:before {
  transition: 0.5s all ease;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #D6000F;
  z-index: -1;
}

.serviceItembox:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.serviceItembox:hover .text {
  color: #fff !important;
}

.serviceItembox:hover .text::after {
  background: #fff !important;
}

.serviceItembox .text {
  font-weight: 600;
  font-size: 2.4rem;
  color: #333333;
  margin-top: 22px;
  position: relative;
}

.serviceItembox .time {
  font-size: 18px;
  color: #999999;
  position: absolute;
  bottom: 20px;
  left: 20px
}

.serviceItembox:hover .time {
  color: #fff !important;
}

.serviceItembox .text::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #D6000F;
  position: absolute;
  top: -10px;
}

.serviceItembox:nth-child(3n) {
  margin-right: 0;
}


/* 我要入会 */
.wyrh {
  width: 1200px;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 50px;
  margin: 0 auto;
  margin-top: 20px;
}

.wyrhTitleImg {
  width: 100%;
  height: 50px;
}

.wyrhItemInfo {
  display: flex;
  justify-content: space-between;
}

.wyrhItemInfoRow {
  display: flex;
}

.wyrhItemInfoRow .img {
  width: 36px;
  height: 36px;
}

.wyrhItemInfoRow .text {
  font-size: 20px;
  color: #999999;
  margin-left: 10px;
  line-height: 36px;
}

.wyrhInfoBg {
  width: 100%;
  height: 1860px;
  background: url(../img/bsfw/bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 34px;
}

.wyrhInfoBgTitle {
  text-align: center;
  padding: 40px 0;
  font-weight: 600;
  font-size: 30px;
  color: #D6000F;
}

.wyrhInfoBgBox {
  width: 800px;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 50px;
}
