.banner {
  width: 100%;
  height: 520px;
  background: url("../image/produce/bannerbg.png") no-repeat;
  background-size: cover;
}
.banner .container {
  height: 100%;
}
.banner .title {
  font-size: 50px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.banner .desc {
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.news_list .container {
  margin: 30px auto;
}
.news_list .container .newsType {
  justify-content: space-around;
  border-bottom: 1px solid #D7D7D7;
}
.news_list .container .newsType .item {
  font-size: 18px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #999999;
  padding-bottom: 9px;
  cursor: pointer;
  border-bottom: 5px solid #fff;
}
.news_list .container .newsType .item.active {
  color: #000000;
  border-bottom: 5px solid #055CFF;
}
.news_list .container .outerLayer {
  margin-top: 50px;
  min-height: 400px;
  position: relative;
}
.news_list .container .outerLayer .module {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
  display: none;
}
.news_list .container .outerLayer .module .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #055CFF;
}
.news_list .container .outerLayer .module .tips .iconfont {
  font-size: 36px;
}
.news_list .container .outerLayer .module.show {
  display: block !important;
}
.news_list .container .outerLayer .list {
  width: 100%;
  height: 100%;
}
.news_list .container .outerLayer .list .item {
  width: 100%;
  height: 180px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 40px;
}
.news_list .container .outerLayer .list .item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.news_list .container .outerLayer .list .item .news_img {
  width: 310px;
  height: 180px;
  flex-shrink: 0;
}
.news_list .container .outerLayer .list .item .news_img img {
  width: 100%;
  height: 100%;
}
.news_list .container .outerLayer .list .item .news_info {
  flex: 1;
  height: 100%;
  margin-left: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
}
.news_list .container .outerLayer .list .item .news_info .news_title {
  width: 100%;
  font-size: 22px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list .container .outerLayer .list .item .news_info .news_desc {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list .container .outerLayer .list .item .news_info .news_nums .check_button {
  width: 90px;
  height: 30px;
  background: #055CFF;
  border-radius: 16px 16px 16px 16px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.news_list .container .outerLayer .list .item .news_info .news_nums .time {
  font-size: 16px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #CCCCCC;
  margin: 0 30px;
}
.news_list .container .outerLayer .list .item .news_info .news_nums .looknuns {
  font-size: 16px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #CCCCCC;
}
.news_list .container .outerLayer .flooer_tips {
  width: 100%;
  height: 60px;
  display: none;
}
.news_list .container .outerLayer .flooer_tips .iconfont {
  font-size: 36px;
  color: #055CFF;
}
.news_list .container .outerLayer .flooer_tips.show {
  display: flex;
}
