.news {
  margin: 0.39063rem 0 0.625rem;
}
.news-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.13021rem;
  background-color: #f2f2f2;
  -o-transition: background-color linear 300ms;
  -moz-transition: background-color linear 300ms;
  transition: background-color linear 300ms;
  cursor: pointer;
  margin-bottom: 0.15625rem;
}
.news-item:hover {
  background-color: #c61621;
}
.news-item:hover .thumb img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.news-item:hover .title, .news-item:hover .date, .news-item:hover .read, .news-item:hover .desc {
  color: #fff;
}
.news-item:hover .icon-clock {
  background-image: url("../images/icon/clock-white.png");
}
.news-item:hover .icon-read {
  background-image: url("../images/icon/eye-white.png");
}
.news-item .thumb {
  width: 1.30208rem;
  height: 0.94792rem;
  overflow: hidden;
  margin-right: 0.20833rem;
}
.news-item .thumb img {
  width: 100%;
  -o-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  transition: all linear 300ms;
}
.news-item .title {
  color: #343434;
  font-size: 0.15625rem;
}
.news-item .metrics {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.10417rem;
}
.news-item .date {
  color: #9d9d9d;
  font-size: 0.125rem;
  margin-right: 0.1875rem;
  vertical-align: middle;
}
.news-item .icon {
  display: inline-block;
  margin-right: 0.04167rem;
}
.news-item .icon-clock {
  width: 0.13021rem;
  height: 0.14063rem;
  background: url("../images/icon/clock.png") no-repeat 0 0/cover;
}
.news-item .icon-read {
  width: 0.15625rem;
  height: 0.08333rem;
  background: url("../images/icon/eye.png") no-repeat 0 0/cover;
}
.news-item .date, .news-item .read {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-item .read, .news-item .desc {
  font-size: 0.07292rem;
  color: #343434;
}
.news-item .desc {
  line-height: 1.5;
  margin-top: 0.09375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .news .thumb {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    width: 1.04167rem;
    height: 0.76042rem;
  }
  .news-item .desc {
    font-size: 0.13542rem;
  }
  .news-item .content {
    width: 0;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}