.list .item[data-v-5c80b0cd] {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list .item .sub[data-v-5c80b0cd] {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.list .item .sub .t1[data-v-5c80b0cd] {
  color: #777;
  font-size: 12px;
  padding-bottom: 5px;
}
.list .item .sub .t2[data-v-5c80b0cd] {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
.list .item .sub.border[data-v-5c80b0cd] {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.list .item .sub.sub31[data-v-5c80b0cd] {
  width: 66.6666%;
}
@media screen and (max-width: 900px) {
.list .item[data-v-5c80b0cd] {
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
}
.list .item .sub[data-v-5c80b0cd] {
    padding: 10px;
    width: 50%;
    border-top: 1px dashed #e3e3e3;
}
.list .item .sub.border[data-v-5c80b0cd] {
    border-width: 0px;
    border-top: 1px dashed #e3e3e3;
}
.list .item .sub.sub31[data-v-5c80b0cd] {
    width: 100%;
}
.list .item .sub.sub031[data-v-5c80b0cd] {
    width: 100%;
}
.list .item .sub[data-v-5c80b0cd]:first-child {
    border-width: 0px;
}
}

