#home {
  width: 100%;
  min-height: 8rem;
  background: #ffffff;
}

#home .top_pic_wrapper {
  width: 90%;
  margin: 0 auto;
}

#home .mid_pic_wrapper {
  width: 100%;
}

/* #home .bg_wrapper {
  width: 10000px;
} */

#home .top_pic {
  display: block;
  width: 100%;
}


#home .active {
  color: rgb(236, 96, 0);
}

#home .mid_pic_wrapper {
  margin-top: 20px;
}

#home .main_content {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px;
}

#home .main_content .small-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;

}

#home .main_content .more {
  float: right;
  font-size: 14px;
  color: rgb(215, 215, 215);
  line-height: 24px;
}

#home .report-word {
  margin-bottom: 10px;
  color: rgb(236, 96, 0);
  font-size: 14px;
}

#home .margin-top-30 {
  margin-top: 30px;
}

#home .video-pic {
  width: 100%;
  display: block;
}

#home .video-pic-wrapper {
  display: block;
  margin-bottom: 30px;
}

#home .small-title.specil {
  padding-left: 10px;
  border-left: 2px solid rgb(236, 96, 0);
  margin-bottom: 10px;
}

#home .match-news-item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(229, 229, 229)
}

#home .match-news-item-pic {
  width: 30%;
  float: left;
}

#home .match-news-item-right {
  margin-left: 30%;
  padding-left: 15px;
}

#home .match-news-item .detail-read {
  font-size: 14px;
  color: rgb(163, 201, 234);
  position: absolute;
  right: 0;
  bottom: 20px;
}

#home .margin-top-20 {
  margin-top: 20px;
}