.detailBox[data-v-440b8c93] {
  min-height: 400px;
  padding-bottom: 40px;
}
.detailBox .hh[data-v-440b8c93] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  background: #12AB44;
  color: #fff;
  line-height: 20px;
}
.detailBox .hh .ll[data-v-440b8c93] {
  width: 35%;
}
.detailBox .hh .rr[data-v-440b8c93] {
  width: 65%;
  text-align: right;
}
.detailBox .mm[data-v-440b8c93] {
  padding: 30px;
  line-height: 50px;
  padding-bottom: 40px;
}
.detailBox .but[data-v-440b8c93] {
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin: 0px 40px;
  line-height: 50px;
  border-radius: 50px;
  background: #f0f0f0;
  color: #414141;
  text-align: center;
}
.detailBox .but[data-v-440b8c93]:hover {
  background: #F24E41;
  color: #fff;
}
.list .item[data-v-440b8c93] {
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #f8f8f8;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: 1px solid #f8f8f8;
}
.list .item .state[data-v-440b8c93] {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  border-radius: 100%;
}
.list .item .text[data-v-440b8c93] {
  padding: 10px 170px 10px 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  color: #777;
  font-weight: bold;
  font-size: 16px;
}
.list .item .date[data-v-440b8c93] {
  position: absolute;
  top: 50%;
  right: 50px;
  line-height: 14px;
  margin-top: -7px;
  border-right: 1px solid #d1d1d1;
  padding-right: 15px;
}
.list .item.state0 .state[data-v-440b8c93] {
  background: #12AB44;
}
.list .item.state0 .text[data-v-440b8c93] {
  color: #000;
}
.list .item[data-v-440b8c93]:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(92, 106, 196, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 0.5px rgba(92, 106, 196, 0.3);
  border: 1px solid #fff;
}
.list .item .del[data-v-440b8c93] {
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -20px;
  width: 50px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list .item .del[data-v-440b8c93]:hover {
  color: #F24E41;
}
@media screen and (max-width: 900px) {
.detailBox .hh[data-v-440b8c93] {
    padding: 10px;
}
.detailBox .mm[data-v-440b8c93] {
    padding: 10px;
}
.list .item .state[data-v-440b8c93] {
    left: 15px;
}
.list .item .date[data-v-440b8c93] {
    top: 18px;
    left: 40px;
    border-right-width: 0px;
    color: #777;
}
.list .item .text[data-v-440b8c93] {
    font-size: 14px;
    color: #414141;
    padding: 25px 50px 0px 40px;
}
}

