.news > div {
  float: left;
  width: calc(33.33% - 12px);
}

.news > div:nth-of-type(2) {
  margin: 0 18px;
}

.news > div:nth-of-type(2) .top {
  background: #85423a;
}

.news > div:nth-of-type(3) .top {
  background: #142952;
}

.news ul li .top {
  padding: 12px 16px;
  background: #822045;
  border-radius: 4px 4px 0 0;
}

.news ul li .top .tip {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.news ul li .top .tip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
}

.news ul li .top a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
  float: right;
}

.news ul li > a {
  display: block;
  border-radius: 0 0 4px 4px;
  height: 2.58rem;
  position: relative;
 overflow: hidden;
}

.news ul li > a .story_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news ul li > a .news-title {
  padding: 32px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.news ul li > a .news-title p {
  font-size: 16px;
  font-weight: 500;
  color: #f5f7fa;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news ul li > a:hover .story_img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media only screen and (min-width: 1200px) {
  .news ul li > a {
    height: 258px;
  }
}

@media only screen and (max-width: 1199px) {
  .news ul li > a {
    height: 3.58rem;
  }
}

@media only screen and (max-width: 600px) {
  .news > div {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
  .news > div:last-child {
    margin-bottom: 0;
  }
  .news ul li > a {
    height: 10.58rem;
  }
  .news > div:nth-of-type(2) {
    margin: 0 0 24px 0;
  }
}
/*# sourceMappingURL=story.css.map */