.top_main_news {
  margin: 0 -15px;
}
.top_main_news .col-6 {
  width: calc(50% - 30px);
}
.top_main_news .col-6 {
  margin: 0 15px;
}
.top_main_news .col-6 > .flex {
  margin: 0 -15px;
  height: 100%;
}
.top_main_news .col-6 > .flex .col-6 {
  height: 100%;
  background: #fff;
  border: 1px solid #ddd;
}
.thumb470 {
  height: 470px;
}
.thumb470:before {
  content: "";
  background: rgba(30, 107, 166, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content_bg {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.view_more_w {
  background: url("/assets/images/news/Arr-viewmore_w.svg") no-repeat right;
  padding-right: 25px;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}
.view_more_b {
  background: url("/assets/images/news/Arr-viewmore.svg") no-repeat right;
  padding-right: 25px;
  display: inline-block;
  margin-top: 20px;
  color: #999;
  font-size: 12px;
}
.content_news_hor {
  padding: 15px;
}
.title_news_main {
  color: #0076c0;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
.desc_news_main {
  font-size: 13px;
  color: #333;
}
.time_news_main {
  color: #999;
  font-size: 12px;
}
.list_three_news {
  margin: 0 -15px;
  /* height: 100%; */
}
.list_three_news .col-4 {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 15px;
  width: calc(33.3% - 30px);
  margin-bottom: 50px;
}
.list_sub_cate {
  margin-bottom: 15px;
}
.list_sub_cate a {
  font-weight: bold;
  color: #999;
  font-size: 12px;
  margin-left: 15px;
}
.list_sub_cate a:hover {
  color: #076fbf;
}
.title_sub_center {
  color: #a12e35;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
.title_sub_center:after {
  content: "";
  width: 80px;
  height: 3px;
  background: #a12e35;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -40px;
}
.tab_subcate {
  margin: 0 -10px;
}
.tab_subcate .item_tab_subcate {
  border-radius: 10px;
  width: calc(25% - 20px);
  margin: 0 10px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 17px 15px;
  border: 1px solid #e2e2e2;
}
.tab_subcate .item_tab_subcate:hover,
.tab_subcate .item_tab_subcate.active {
  background: #a12e35;
  color: #fff;
}
.content_subcate {
  background: #fff;
}
.list_content_subcate {
  align-items: flex-start;
  margin-bottom: 40px;
}
.tit_content_subcate {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.2;
}
.tit_content_subcate:after {
  content: "";
  width: 73px;
  background: #a12e35;
  position: absolute;
  bottom: -15px;
  display: block;
  height: 3px;
}
.desc_subcate {
  padding: 15px 35px;
}
.desc_none_title {
  position: relative;
  padding-top: 20px;
}
.desc_none_title:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #a12e35;
  position: absolute;
  top: 0;
}
.gallery_thumb_subcate {
  padding: 20px 40px;
  position: relative;
}
.list-technology figcaption {
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .top_main_news .col-6 {
    width: 100%;
  }
  .top_main_news .col-6 > .flex .col-6 {
    height: auto;
    margin-top: 20px;
  }
  .title_cate_news {
    margin-bottom: 30px;
  }
  .list_sub_cate {
    width: 100%;
  }
  .list_sub_cate a {
    margin-left: 0;
    margin-right: 15px;
  }
  .list_three_news .col-4 {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .tab_subcate .item_tab_subcate {
    width: calc(50% - 20px);
    font-size: 14px;
    padding: 10px;
    margin: 5px 10px;
  }
  .list_content_subcate .col-6 {
    width: 100%;
  }
  .list_content_subcate {
    flex-direction: column-reverse !important;
  }
  .gallery_thumb_subcate {
    padding: 20px 15px;
  }
  .list_content_subcate {
    margin-bottom: 20px;
  }
  .desc_subcate {
    padding: 25px 15px;
  }
}
