.news-container {
  background-image: url(../images/news_container_bg.jpg);
  background-size: 100%;
  padding: 30px 0 90px;
  background-repeat: no-repeat;}
.news-container .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;}
.news-container-side {
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;}
.news-container-side-title {
  background-color: #0855BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;}
.news-container-side-title img {
  width: 47px;}
.news-container-side .news-classify-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;}
.news-container-side .news-classify-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;}
.news-container-side .news-classify-item-text::after {
  content: "";
  background-image: url(../images/right_arrow_icon.jpg);
  width: 8px;
  height: 15px;
  background-size: 100%;}
.news-container-side .news-classify-item .news-sub-classify-list {
  display: none;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}

.news-container-side .news-classify-item .news-sub-classify-list.show {
  display: block;
}
.news-container-side .news-classify-item .news-sub-classify-list.hide {
  display: none;
}

.news-container-side .news-classify-item .news-sub-classify-item-text {
  padding: 16px 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  cursor: pointer;}
.news-container-side .news-classify-item .news-sub-classify-item-text.active, .news-container-side .news-classify-item .news-sub-classify-item-text:hover {
  color: #0855BE;}
.news-container-side .news-classify-item.active .news-classify-item-text, .news-container-side .news-classify-item:hover .news-classify-item-text {
  color: #0855BE;}
.news-container-side .news-classify-item.active .news-classify-item-text::after, .news-container-side .news-classify-item:hover .news-classify-item-text::after {
  background-image: url(../images/right_arrow_icon_primary.jpg);}
.news-container-side .news-classify-item.active.has-sub-menu .news-classify-item-text::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);}
.news-container .news-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;}

/*************************************/
.news-detail-container {
  width: 100%;
  padding: 5px 0;}
.news-detail-container .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;}

.news-detail-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;}
.news-detail-content .news-detail-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;}
.news-detail-content .news-detail-breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  -ms-flex-negative: 0;
      flex-shrink: 0;}
.news-detail-content .news-detail-breadcrumb a img {
  width: 18px;
  margin-right: 8px;}
.news-detail-content .news-detail-breadcrumb a:last-child {
  color: #0855BE;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;}
.news-detail-content .news-detail-breadcrumb .breadcrumb-arrow {
  margin: 0 5px;}
.news-detail-content .news-title {
  font-size: 30px;
  font-weight: bold;
  color: #275dbd;
  margin: 38px 0;
  text-align: center;}
.news-detail-content .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #666666;}
.news-detail-content .news-info > span + span {
  margin-left: 30px;}
.news-detail-content .news-detail {
  padding: 30px 0;
  border-top: 1px solid #EBECF0;
  border-bottom: 1px solid #EBECF0;
  margin-top: 18px;}
.news-detail-content .news-detail-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #111111;
  margin-top: 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;}
.news-detail-content .news-detail-pagination > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.news-detail-content .news-detail-pagination > div + div {
  margin-top: 10px;}

/*************************************/

@media screen and (max-width: 768px) {
  .news-container .page-container {
    display: block;}
  .news-container-side {
    display: none;}
  .news-detail-content .news-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;}
  .news-detail-content .news-info > span + span {
    margin-left: 0;}
}