.headline {
  float: left;
  width: 100%;
}
.contain-bg {
  width: 100%;
}
.contain-bg img {
  float: left;
  width: 280px;
  height: 180px;
}
.contain-bg .text-contain {
  float: left;
  margin-bottom: 26px;
  width: calc(100% - 290px);
  padding: 17px 0 26px 31px;
  border-bottom: 1px solid #eeeeee;
}
.contain-bg .text-contain h6 {
  width: 100%;
  max-height: 44px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contain-bg .text-contain p {
  margin-top: 22px;
  max-height: 48px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contain-bg .text-contain span {
  float: right;
  margin-right: 30px;
}
.contain-bg:hover .text-contain span,
.contain-bg:hover .text-contain p {
  color: #1A9150;
}
@media screen and (max-width: 1000px) {
  .contain-bg img {
    display: none;
  }
  .contain-bg .text-contain {
    margin-bottom: 26px;
    width: calc(100% - 0px);
    padding: 7px 0 6px 10px;
  }
}
