.banner {
  margin: 0;
}

.news_item {
  margin-bottom: 30px;
  cursor: pointer;
}

.news_item > img {
  width: 320px;
  height: 180px;
  margin-right: 30px;
}

.news_item_right {
  width: calc(100% - 350px);
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}

.news_item_right .font-title > span {
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #000000;
  transition: all 0.3s;
}

.news_item_right .font-title > img {
  opacity: 0;
  transition: all 0.3s;
}

.news_item_right .font-desc {
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

.news_item_right .font-time {
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}

.news_item_right .font-title:hover > span {
  color: #36afbc;
}

.news_item:hover .font-title:hover > img {
  opacity: 1;
}

.news_cate {
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #f8f8f8;
  margin-bottom: 60px;
}

.news_cate > span {
  margin: 0 40px;
  cursor: pointer;
}

.news_cate > .active {
  font-weight: bold;
}
