article {
  background: url(../images/index_bg.png) no-repeat;
}
article .content .index_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
article .content .index_box .index_lf {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 135px;
  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 .news2 {
  padding: 20px;
  width: 100%;
  height: 970px;
  background-color: #fff;
  overflow-y: auto;
}
article .content .index_box .index_rg .news2::-webkit-scrollbar {
  width: 4px;
  border-radius: 50px;
}
article .content .index_box .index_rg .news2::-webkit-scrollbar-thumb {
  background: #1894e8;
  border-radius: 50px;
}
article .content .index_box .index_rg .news2::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 50px;
}
