.news_bg {
  background: url(../../static/img/wulian/news_banner.png) no-repeat center center;
}

.section-1 {
  padding: 100px 0;
  text-align: center;
}

.section-1 .news_nav .layui-tab-title {
  border-bottom: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.section-1 .news_nav .layui-tab-title li {
  font-size: 24px;
  height: 24px;
  padding: 10px;
  line-height: 24px;
  margin: 0 20px;
  letter-spacing: 2px;
}

.section-1 .news_nav .layui-tab-title .layui-this {
  background-color: #ff3333;
  color: #fff;
}

.section-1 .news_nav .news_item {
  margin-bottom: 16px;
}

.section-1 .news_nav .news_item a {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}

.section-1 .news_nav .news_item .left {
  width: 18.75%;
}

.section-1 .news_nav .news_item .left img {
  width: 100%;
  height: 200px;
}

.section-1 .news_nav .news_item .right {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: 80%;
  height: 200px;
  padding: 0 40px;
  justify-content: space-between;
  background-color: #f0f0f0;
}

.section-1 .news_nav .news_item .right .content {
  text-align: left;
  width: 80%;
}

.section-1 .news_nav .news_item .right .content .title {
  font-size: 16px;
  color: #333;
}

.section-1 .news_nav .news_item .right .content span {
  display: block;
  margin: 15px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.15);
}

.section-1 .news_nav .news_item .right .content p {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section-1 .news_nav .news_item .right .content .date {
  margin-top: 18px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .section-1 .news_nav .news_item .left {
    display: none;
  }
  .section-1 .news_nav .news_item .right {
    width: 100%;
  }
}
