.bottom_boder {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.10);
}
.newsbox {
  margin: 30px 0 69px 0;
  justify-content: space-between;
}
.industry_news {
  width: 800px;
  margin-right: 53px;
}
.industry_news .title {
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  color: #354052;
  line-height: 40px;
}
.industry_news .time {
  display: block;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #848484;
  line-height: 20px;
  padding: 14px 0;
}
.industry_news .content {
  font-family: PingFangSC-Medium;
  color: #848484;
  line-height: 28px;
}
.industry_news .turn_page {
  margin-top: 80px;
}
.turn_page .page_list {
  padding-bottom: 22px;
  color: #443636;
}
.turn_page .pagelist_span {
  padding-right: 20px;
}
/* .img_border {
  width: 100%;
} */
.img_box {
  /* width: 646px; */
  height: 258px;
  margin: 39px auto;
  display: flex;
  justify-content: center;
}
.imgbox_left,.imgbox_right {
  width: 323px;
  height: 258px;
  margin: 0 5px;
}
.imgbox_left img,.imgbox_right img {
  width: 100%;
  height: 100%;
}
.right_news {
  width: 328px;
}
.right_news .news_title {
  font-family: PingFangSC-Semibold;
  font-size: 22px;
  color: #354052;
  line-height: 30px;
  border-left:  4px solid #1A76D1;
  padding-left: 10px;
}
.right_news .news_border {
  width: 100%;
  height: 4px;
  background: #E0E0E0;
  border: none;
  margin-top: 13px;
}
.right_news .news_content {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #354052;
  line-height: 24px;
  padding: 11px 0;
  display: flex;
  align-items: baseline;
}
