.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.wrapper .title {
  margin: 67px 0 30px 0;
}
.wrapper .title img {
  width: 196px;
  display: block;
}
.wrapper .container {
  width: 1200px;
  background: #E7EFE4;
  box-shadow: 2px 2px 4px 1px rgba(219, 219, 219, 0.5);
  padding: 55px 0 110px 86px;
}
.wrapper .itme-left {
  float: left;
  margin-right: 50px;
}
.wrapper .itme-left .itme-title ul li {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #DBDBDB;
}
.wrapper .itme-left .itme-title ul li a {
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}
.wrapper .itme-left .itme-title ul .title-active {
  border-bottom: 1px solid #31693E;
}
.wrapper .itme-left .itme-title ul .title-active a {
  color: #31693E;
}
.wrapper .itme-left .itme-title .first-title {
  font-size: 18px;
  font-weight: 600;
  color: #373737;
  line-height: 25px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
  margin-top: 4px;
  cursor: pointer;
}
.wrapper .itme-left .itme-title .first-title a {
  font-size: 18px;
  font-weight: 600;
  color: #373737;
  line-height: 25px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 4px;
}
.wrapper .itme-right {
  float: left;
}
.wrapper .panel-box {
  padding: 15px 0 0 18px;
}
.wrapper .panel-box .panellist {
  overflow: hidden;
  margin-bottom: 10px;
}
.wrapper .panel-box .panellist .panellist-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 24px;
  color: #31693E;
  line-height: 26px;
  border-bottom: 1px solid #C7DE5D;
  padding-bottom: 11px;
  position: relative;
}
.wrapper .panel-box .panellist .panellist-title::after {
  content: '';
  width: 74px;
  height: 1px;
  background-color: #31693E;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wrapper .panel-box .panellist ul {
  width: 823px;
  margin-top: 18px;
}
.wrapper .panel-box .panellist ul li {
  float: left;
  width: 266px;
  height: 147px;
  margin-right: 12px;
  margin-bottom: 90px;
}
.wrapper .panel-box .panellist ul li:nth-child(3n) {
  margin-right: 0;
}
.wrapper .panel-box .panellist ul li .panellist-img {
  width: 266px;
  height: 147px;
}
.wrapper .panel-box .panellist ul li .panellist-img img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.wrapper .panel-box .panellist ul li .panellist-word {
  height: 100px;
  padding: 5px;
}
.wrapper .panel-box .panellist ul li .panellist-word .word-title {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  max-height: 25px;
  overflow: hidden;
}
.wrapper .panel-box .panellist ul li .panellist-word .word-name {
  margin-top: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .panel-box .panellist ul li a {
  display: block;
}
.wrapper .panel-box .panellist ul li a:hover .word-title,
.wrapper .panel-box .panellist ul li a:hover .word-name {
  color: #31693E;
}
