article {
  padding-bottom: 80px;
  background: url(../images/process_bg.png) no-repeat;
}
article .content .index_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
article .content .index_box .index_lf {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 135px;
  margin-top: 85px;
  width: 503px;
  height: 1037px;
  background: url(../images/index_lf.png) no-repeat;
}
article .content .index_box .index_lf .news1 {
  padding-right: 5px;
  margin: 0 auto;
  width: 410px;
  max-height: 850px;
  overflow-y: auto;
}
article .content .index_box .index_lf .news1::-webkit-scrollbar {
  width: 4px;
  border-radius: 50px;
}
article .content .index_box .index_lf .news1::-webkit-scrollbar-thumb {
  background: #1894e8;
  border-radius: 50px;
}
article .content .index_box .index_lf .news1::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 50px;
}
article .content .index_box .index_rg {
  width: 700px;
}
article .content .index_box .index_rg .title {
  width: 100%;
  text-align: center;
}
article .content .index_box .index_rg .pic {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  width: 100%;
  background-color: #fff;
}
