.container {
  margin-top: 78px;
  background-color: #fff;
}

.full-cover {
  width: 100%;
  background-color: #FAFBFC;
  padding-top: 50px;
  padding-bottom: 50px;
}

.head-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-tel {
  color: #0052CC;
  font-size: 16px;
}

.head-right {
  width: 50%;
}

.full-row {
  background-color: #FAFBFC;
}

.v-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.v-wrap .v-item {
  width: 368px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #C1C7D0;
  border-top: 4px solid #0052CC;
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
}

.tag-right {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.v-wrap .v-item .v-btitle {
  color: #0052CC;
  font-size: 28px;
}

.v-wrap .v-item .v-stitle {
  color: #253858;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 30px;
}

.v-list-item {
  color: #42526E;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.v-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}





