﻿.container {
  width: 80vw;
  margin: 0 auto;
  padding: 50px;
}

.listss {
  color: #d41a16;
  margin: 0 30px;
  padding: 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
}
.listss .lfet {
  flex: 1 1 0;
  display: flex;
  color: inherit;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  border-right: 1px solid rgba(167, 25, 8, 0.33);
}
.listss .lfet p:nth-child(1) {
  flex: 1 1 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: inherit;
}
.listss .lfet p:nth-child(2) {
  flex: 9 1 0;
  text-align: center;
  font-size: 0.85rem;
  padding: 5px 0;
  color: inherit;
}
.listss .right {
  flex: 8 1 0;
}
.listss .right h4 {
  color: #333;
  padding-bottom: 20px;
}
.listss .right p {
  font: size 0.95rem;
  color: #666;
  line-height: 1.5em;
  text-indent: 2em;
}

.addclass {
  color: #fff !important;
}

.addback {
  background-color: #8a0e01 !important;
}

.addborder {
  border-right: 1px solid #fff !important;
}/*# sourceMappingURL=list.css.map */