.info-banner {
  background: url("../image/info-banner.png");
  background-size: 100% 100%;
}

.info {
  margin-top: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  padding: 25px 26px;
}

.info .info-item {
  margin-top: 30px;
  cursor: pointer;
}

.info .info-item:first-child {
  margin-top: 0;
}

.info .info-item a {
  display: block;
  height: 204px;
  overflow: hidden;
}

.info .info-image {
  position: relative;
  width: 25.8%;
  height: 204px;
  float: left;
}

.info .info-image::after {
  position: absolute;
  bottom: 9px;
  right: 0;
  transform: translateX(50%);
  content: '';
  width: 160px;
  height: 45px;
  background: url(../image/news-icon.png) no-repeat;
  background-size: 100% 100%;
}

.info .item {
  width: 74.2%;
  height: 204px;
  float: left;
  padding: 30px 30px 18px 48px;
  border: 1px solid #979797;
  border-left: 0;
}

.info .item .text {
  height: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  line-height: 25px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.info .item .time {
  margin-top: 32px;
  text-align: right;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}
