.description {
  background: #fafbfb;
}
.description .description-search {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 102px;
}
.description .description-search .search-tit {
  width: 237px;
  background: url("../images/description/description_icon1.png") no-repeat right center;
  padding-top: 28px;
}
.description .description-search .search-tit h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.description .description-search .search-tit p {
  font-size: 12px;
  color: #767676;
}
.description .description-search .search-sr {
  width: 516px;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
.description .description-search .search-sr select {
  width: 380px;
  height: 38px;
  box-shadow: inset 0px 0px 5px 1px #ebf1ee;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../images/description/description_icon4.png) no-repeat scroll 342px center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 18px;
  padding-left: 18px;
}
.description .description-search .search-sr select option {
  height: 38px;
}
.description .description-search .search-sr button {
  width: 80px;
  height: 38px;
  color: #fff;
  font-size: 16px;
  outline: none;
  background: #078F47;
  border: 0px;
}
.manual .manual-tit {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.manual .manual-tit > h3 {
  font-size: 26px;
  color: #000;
}
.manual .manual-tit > p {
  font-size: 30px;
  margin-top: 12px;
  color: #078f47;
  font-size: 28px;
}
.manual .manual-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.manual .manual-list .manual-list-item {
  margin-bottom: 36px;
  position: relative;
  width: 570px;
  padding-left: 45px;
}
.manual .manual-list .manual-list-item .manual-img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  margin-left: -45px;
}
.manual .manual-list .manual-list-item .manual-img img {
  width: 100%;
  border: none;
}
.manual .manual-list .manual-list-item .manual-con {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  width: 525px;
  height: 188px;
  padding-left: 78px;
  padding-right: 42px;
  padding-top: 40px;
}
.manual .manual-list .manual-list-item .manual-con .txt {
  padding-left: 20px;
  border-left: 2px solid #078f47;
  margin-bottom: 30px;
}
.manual .manual-list .manual-list-item .manual-con .txt h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.manual .manual-list .manual-list-item .manual-con .txt p {
  font-size: 12px;
  color: #767676;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: none !important;
  display: none;
}
.manual .manual-list .manual-list-item .manual-con .txt p:nth-of-type(1) {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.manual .manual-list .manual-list-item .manual-con .txt2 {
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
.manual .manual-list .manual-list-item .manual-con .txt2 h3 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.manual .manual-list .manual-list-item .manual-con .txt2 a {
  display: block;
  font-size: 12px;
  color: #767676;
  width: 40px;
  background: url("../images/description/description_icon6.png") no-repeat right center;
}
.anniu {
  margin: 0 auto;
  width: 348px;
  height: 28px;
  margin-top: 30px;
  margin-bottom: 70px;
}
.anniu a {
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin-right: 20px;
  margin-left: 20px;
}
.anniu .xuanz {
  border-radius: 50%;
  background: #078F47;
}
@media screen and (max-width: 980px) {
  .description {
    background: #FAFBFB;
  }
  .description .description-search .search-tit {
    width: 30%;
  }
  .description .description-search .search-tit h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .description .description-search .search-sr {
    width: 66%;
  }
  .description .description-search .search-sr select {
    width: 80%;
    background: url(../images/description/description_icon4.png) no-repeat scroll 134px center transparent;
  }
  .manual .manual-tit {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .manual .manual-tit h3 {
    font-size: 18px;
    color: #000;
  }
  .manual .manual-tit p {
    font-size: 16px;
  }
  .manual .manual-list .manual-list-item {
    padding-left: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
  .manual .manual-list .manual-list-item .manual-img {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
  .manual .manual-list .manual-list-item .manual-con {
    padding-left: 32px;
    width: 100%;
    height: 146px;
    padding-top: 20px;
  }
  .manual .manual-list .manual-list-item .manual-con .txt {
    margin-bottom: 10px;
  }
  .manual .manual-list .manual-list-item .manual-con .txt p {
    height: 42px;
  }
}
