body {
  background: #000;
}

.container {
  max-width: 760px !important;
  width: 100% !important;
}

.news_6pm_rvc a {
  text-decoration: none;
  outline: none;
}

.news_6pm_rvc a:hover, .news_6pm_rvc a:focus {
  text-decoration: none;
  outline: none;
}

.news_6pm_rvc img {
  max-width: 100%;
  height: auto;
}

.news_6pm_rvc .banner_rvc_6pm {
  padding-bottom: .5rem;
  background: #fff;
}

.news_6pm_rvc .box_title_rvc_6pm {
  background: #fff url(../images/background_title.png) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news_6pm_rvc .box_title_rvc_6pm .box_title_item_rvc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  text-align: center;
  padding: 1rem 2rem;
  position: relative;
  cursor: pointer;
}

.news_6pm_rvc .box_title_rvc_6pm .box_title_item_rvc:not(:last-child)::before {
  position: absolute;
  width: 1px;
  height: 80%;
  background: #000;
  right: 0;
  top: 10%;
  content: "";
}

.news_6pm_rvc .box_title_rvc_6pm .box_title_item_rvc img {
  height: 35px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: .25rem;
}

.news_6pm_rvc .box_title_rvc_6pm .box_title_item_rvc h3 {
  line-height: 17px;
  font-size: 12px;
}

.news_6pm_rvc .box_title_rvc_6pm .box_title_item_rvc h3 a {
  font-weight: bolder;
  color: #000;
}

@media (max-width: 767px) {
  .news_6pm_rvc .box_title_rvc_6pm .box_title_item_rvc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .news_6pm_rvc .box_title_rvc_6pm .box_title_item_rvc:nth-child(2n)::before {
    display: none;
  }
}

.news_6pm_rvc .content_rvc_6pm {
  background: #fff;
}

.news_6pm_rvc .content_rvc_6pm .content_title_rvc {
  padding-left: 15px;
  color: #ff0000;
  font-size: 14px;
  line-height: 16px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background: #edeeef;
  background: -webkit-gradient(linear, left top, right top, from(#edeeef), to(white));
  background: linear-gradient(90deg, #edeeef 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edeeef",endColorstr="#ffffff",GradientType=1);
}

.news_6pm_rvc .content_rvc_6pm .content_title_rvc .icon_rvc {
  position: relative;
}

.news_6pm_rvc .content_rvc_6pm .content_title_rvc .icon_rvc::before {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #edeeef;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: -9px;
  left: -9px;
  border: 2px solid #fff;
}

.news_6pm_rvc .content_rvc_6pm .content_title_rvc .icon_rvc img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}

.news_6pm_rvc .content_rvc_6pm .content_inner_rvc {
  padding: 1rem 1.75rem;
  font-size: 12px;
  position: relative;
}

.news_6pm_rvc .content_rvc_6pm .content_inner_rvc .see_more {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: 1.75rem;
  color: #000;
  font-weight: bold;
}

.news_6pm_rvc .content_rvc_6pm .content_inner_rvc.overflow_section {
  height: 300px;
  overflow: hidden;
}

.news_6pm_rvc .content_rvc_6pm .content_inner_rvc.overflow_section::before {
  position: absolute;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  height: 100px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.news_6pm_rvc .box_footer_rvc {
  background: #fff;
  text-align: center;
  padding: 1rem 0;
}

.news_6pm_rvc .box_footer_rvc .flus img {
  height: 65px;
}

.news_6pm_rvc .box_footer_rvc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

.news_6pm_rvc .box_footer_rvc ul li:not(:last-child) {
  margin-right: 2rem;
}

.news_6pm_rvc .box_footer_rvc ul li a img {
  height: 35px;
}