.article {
  width: 96%;
  margin: 0 auto;
  max-width: 800px;
}
.article dt {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 24px;
}
.article h3{
  color: rgba(0,0,0,.8);
  margin-bottom: 4px;
}
.article .date,
.article .author {
  font-size: 14px;
}
.article .author {
  margin-left: 20px;
}
.article dd p,
.article dd h4 {
  font-size: 16px !important;
  line-height: 32px !important;
  margin-bottom: 0 !important;
}

.article dd p {
  text-indent: 0 !important;
}

.article dd h4 {
  font-weight: 500;
  color: rgba(0,0,0,.8);
}
.article dd .image_container {
  margin-bottom: 24px;
}
.article dd .img_title {
  font-size: 12px;
  color: rgba(0,0,0,.6);
  text-align: center;
  margin-top: 8px;
}

.news_container {
  padding-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .news_container {
    padding-top: 48px;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .news_container {
    width: 792px;
  }
}
.jumbotron_new_banner {
  height: 160px;
  line-height: 160px;
  background-image: url('../images/news%402x.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 40px;
  color:#fff;
}
.jumbotron_news {
  display: block;
  position: relative;
  margin-left: -5vw;
  margin-right: -5vw;
  max-height: 450px;
  max-width: 1200px;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .jumbotron_news {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
    .jumbotron_news {
      min-height: 320px;
    }
}
.jumbotron_news::before {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 175px;
  content: "";
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 100%);
}
@media screen and (min-width: 768px) {
  .jumbotron_news::before {
    display: block;
  }
}
.jumbotron_news .jumbotron_content {
  position: static;
  padding: 9px 0 0;
  margin-left: 5vw;
  margin-right: 5vw;
}
.jumbotron_news .jumbotron_content h6 {
  font-weight: 500;
  color: rgba(0,0,0,.8);
}
.jumbotron_news .jumbotron_content .tag {
  color: rgba(20, 123, 209, 1);
  background:rgba(234,246,255,1);
}
@media screen and (min-width: 768px) {
  .jumbotron_news .jumbotron_content {
    position: absolute;
    color: #fff;
    padding: 0 36px 24px;
    margin: 0;
  }
  .jumbotron_news .jumbotron_content h6 {
    color: #fff;
  }
  .jumbotron_news .jumbotron_content .tag {
    color: #fff;
    background:rgba(255, 255, 255, 0.3);
  }
}
.jumbotron_news .jumbotron_content h6 {
  max-height: 84px;
  overflow: hidden;
  margin-bottom: 8px;  
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jumbotron_news .jumbotron_content p {
  line-height: 1;
}
.news_container .tag {
  margin-left: 11px;
}
.news_list .list_item {
  height: 74px;
}
@media screen and (min-width: 768px) {
  .news_list .list_item {
    height: 188px;
  }
}
/* .news_list .list_item .col {
  padding-left: 4px;
  padding-right: 4px;
} */
.news_list a {
  display: block;
  height: 100%;
}
.news_list dl {
  height: 100%;
}
.news_list dt {
  float:right;
}
.list_img {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news_list .list_txt {
  height: 100%;
}
.news_list .list_title {
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .news_list dt {
    width: auto;
    float: left;
    padding-right: 24px;
  }
  .news_list dt .list_img {
    width: 282px;
    height: 188px;
  }
  .news_list .list_txt {
    display: block;
    float:none;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .news_list .list_title {
    max-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
}
.news_list .list_description {
  display: none;
  max-height: 66px;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news_list .list_description {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .en_us .news_list .list_description {
    max-height: 60px
  }
}
.news_list .list_assit {
  margin: 8px 0 0;
  line-height: 1;
}
.news_category {
  width: auto;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  line-height: 1;
  text-align: center;
}
.news_category::-webkit-scrollbar  
{  
	display: none!important;
  width: 0px;  
  height: 0px;  
}
/* @media screen and (min-width: 768px) {
  .news_category {
    line-height: inherit;
    padding-left: 50px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .news_category {
    padding-left: 100px;
  }
}
.news_category h5 {
  display: none;
}
@media screen and (min-width: 768px) {
  .news_category h5 {
    display: block;
  }
} */

.news_category ul {
  white-space: nowrap;
  overflow: auto;
}
.news_category .tag {
  margin-left: 0;
}
.news_category li {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.news_category li a {
  display: inline-block;
  white-space: nowrap;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: -1px;
  border-bottom: 3px solid transparent;
}
.news_category li.active a {
  border-bottom-color:#147BD1;
}
/* @media screen and (min-width: 768px) {
  .news_category li a {
    padding: 0;
    border-bottom: 0;
  }
} */
.news_category li.active a{
  font-weight: 500;
  color: #147BD1;
}
.news_category li a {
  color: rgba(0,0,0,.8);
}
.news_category li a:hover {
  color: #147BD1;
}
.news_category li span {
  display: none;
}
/* @media screen and (min-width: 768px) {
  .news_category li span {
    display: inline;
  }
} */
@media screen and (min-width: 768px) {
  .news_category {
    box-shadow:0 1px 0 rgba(0,0,0,.1);
    overflow: visible;
  }
  .news_category li {
    padding-left: 28px;
    padding-right: 28px;
  }
}