.content {
  background-color: #F9FCFF;
  padding: 50px 0;
}
.content .contenthd {
  position: relative;
}
.content .contenthd .item:nth-child(1) {
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
  padding-bottom: 0;
  flex-wrap: wrap-reverse;
}
.content .contenthd .item:nth-child(1) ul {
  width: auto !important;
}
.content .contenthd .item:nth-child(1) ul li {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.content .contenthd .item {
  padding: 20px 0;
  margin: 0 20px;
  align-items: flex-start;
}
.content .contenthd .item > div {
  font-size: 16px;
  padding: 0;
}
.content .contenthd .item > div text {
  font-size: 12px;
  font-weight: 400;
  color: #A1A1A1;
}
.content .contenthd .item ul {
  width: calc(100% - 50px);
  margin: 0;
}
.content .contenthd .item ul li {
  float: left;
  cursor: pointer;
  margin: 0 10px;
  margin-bottom: 8px;
  color: #A1A1A1;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
}
.content .contenthd .item ul .actitem {
  color: #649CF0 !important;
}
.content .contentbd ul li {
  margin-top: 20px;
}
.content .contentbd ul li .list {
  max-height: 270px;
  margin-bottom: 0;
  padding: 30px 20px;
  padding-bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.04);
}
.content .contentbd ul li .list h3 {
  margin: 0;
  margin-bottom: 20px;
  height: 54px;
  font-size: 17px;
  font-weight: 700;
}
.content .contentbd ul li .list .mold {
  font-size: 12px;
  color: #A1A1A1;
}
.content .contentbd ul li .list .tag text {
  width: 48%;
  text-align: center;
  display: inline-block;
  background-color: #FFEBD2;
  color: #FF7C08;
  font-size: 16px;
  padding: 5px 0;
}
.content .contentbd ul li .list .monny {
  padding: 15px 0;
  margin-top: 20px;
  color: #F32727;
  font-size: 17px;
  font-weight: 700;
  border-top: 1px solid #E0E0E0;
}
.content .contentbd ul li .list .monny text {
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 400;
}
.searchwarp {
  width: 400px !important;
}
.content {
    padding: 25px 0;
}
@media screen and (max-width: 1200px) {
  .content .contenthd .item:nth-child(1) ul {
    width: calc(100% - 50px) !important;
  }
  .itemhd {
    width: 100%;
    align-items: flex-start !important;
    margin-top: 20px;
  }
    .seeMore {
        display: none;
    }
    .content .contenthd .item ul {
        height: 90px !important;
        overflow: scroll !important;
        overflow-x: hidden !important;
    }
        .content .contenthd .item ul li {
            margin-right: 15px;
            -webkit-line-clamp:2 !important;
        }
}
@media screen and (max-width: 750px) {
  .searchwarp {
    width: 100% !important;
  }
  .searchwarp .search {
    padding-left: 0 !important;
  }
  .content .contentbd ul li .list .tag text {
    font-size: 13px;
  }
  .content .contentbd ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content .contentbd ul li .list h3 {
    margin-bottom: 10px;
  }
  .content .contenthd .item ul::-webkit-scrollbar {
    display: none;
  }
  .content .contenthd .item ul {
    overflow-x: scroll;
    
  }
    .content .contentbd ul li .list .mold {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
