@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fill .head {
  height: 47px;
  line-height: 47px;
}
.fill .head .head-title {
  float: left;
  font-size: 24px;
  color: #00ab98;
  font-weight: 400;
  line-height: 47px;
  border-bottom: 3px solid #00ab98;
  margin-top: -2px;
}
.fill .head a {
  float: right;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #757575;
  margin-top: 17px;
}
.fill .head ul {
  float: left;
}
.fill .head ul li {
  float: left;
  margin-right: 56px;
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  line-height: 47px;
  margin-top: -2px;
  cursor: pointer;
}
.fill .head ul li:hover {
  color: #00ab98;
  border-bottom: 3px solid #00ab98;
}
.fill .head ul .on {
  color: #00ab98;
  border-bottom: 3px solid #00ab98;
}
body {
  background: #F8F8F8;
}
.container_wrap {
  padding-top: 20px;
  padding-bottom: 50px;
}
.specialList_moduler {
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
.specialList_moduler a {
  display: block;
}
.specialList_moduler .item {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  padding: 27px 42px 27px 30px;
  margin-bottom: 30px;
}
.specialList_moduler .item:hover {
  border-color: #00ab98;
}
.specialList_moduler .img {
  float: left;
  width: 220px;
  height: 126px;
  margin-right: 30px;
}
.specialList_moduler .img img {
  width: 100%;
  height: 100%;
}
.specialList_moduler .item_dl {
  float: left;
  width: 776px;
}
.specialList_moduler .item_title {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.specialList_moduler .item_name {
  margin-top: 5px;
  font-size: 18px;
  color: #00AB98;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.specialList_moduler .item_detail {
  margin-top: 15px;
  font-size: 14px;
  color: #777777;
  line-height: 22px;
  max-height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
