.subtitle {
  width: 100%;
  height: 32px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
  opacity: 1; /* margin-top: -10px; */
  letter-spacing: 2px;
}

.tags {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.tag {
  width: 74px;
  height: 24px;
  background: #f1f1f1;
  border-radius: 12px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  opacity: 1;
  text-align: center;
  margin-right: 10px;
}

.tag.active {
  background: #fee7e7;
  color: #fa3c3c;
}

a.more {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 77px;
    align-items: center;
}

.title a.more img {
    margin-top: 0;
}

.box {
    min-height: 324px;
}

.boxItem {
    width: 100%;
    min-height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(156,164,185,0.16);
    opacity: 1;
    border-radius: 0px;
    overflow: auto;
    margin-bottom: 10px;
    padding: 15px 10px 0;
}

.boxItemCont {
    width: 323px;
    height: 42px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    opacity: 1;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.boxItemName, .boxItemTimg, .boxItemScore {
    width: auto;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    opacity: 1;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    height: 20px;
    /* transform: scale(0.9); */
    zoom: 0.9;
}

.boxItemTag {
    width: auto;
    padding: 0 10px;
    height: 20px;
    background: #FEE7E7;
    border-radius: 0px;
    display: inline-block;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: #FA3C3C;
    opacity: 1;
    margin-right: 5px;
}

.boxItemTag2 {
    width: auto;
    padding: 0 10px;
    height: 20px;
    background: #EEF7FE;
    border-radius: 0px;
    display: inline-block;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: #6180E9;
    opacity: 1;
    margin-right: 5px;
}

.boxItemBr {
    height: 15px;
}

.promise {
    height: auto;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
    margin: 30px auto 0;
    width: 343px;
    background: #FBFBFB;
    opacity: 1;
    padding: 10px;
}