.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-container .news-list {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;}
.news-container .news-list .news-item {
  height: 112px;
  -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);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #111111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}
.news-container .news-list .news-item + .news-item {
  margin-top: 20px;}
.news-container .news-list .news-item::after {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #0855BE;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.news-container .news-list .news-item:hover {
  color: #FFFFFF;}
.news-container .news-list .news-item:hover::after {
  width: 100%;}
.news-container .news-list .news-item:hover .news-date {
  background-color: transparent;
  color: #FFFFFF;}
.news-container .news-list .news-date {
  width: 112px;
  height: 112px;
  background: #EBF4FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0855BE;
  font-weight: 500;}
.news-container .news-list .news-day {
  font-size: 40px;}
.news-container .news-list .news-month {
  font-size: 18px;}
.news-container .news-list .news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;}
.news-container .news-list .news-title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.news-container .news-list .news-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  line-height: 22px;}
.news-container .news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;}
.news-container .news-pagination-page.active {
  background-color: #005BEA;
  color: #FFFFFF;}
.news-container .news-pagination-prve {
  background-image: url(../images/right_arrow_icon.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);}
.news-container .news-pagination-next {
  background-image: url(../images/right_arrow_icon.jpg);
  background-repeat: no-repeat;
  background-position: center;}
.news-container .news-pagination > a {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #EBECF0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  cursor: pointer;}
.news-container .news-pagination > a + a {
  margin-left: 8px;}

@media screen and (max-width: 768px) {
  .news-container .page-container {
    display: block;}
  .news-container-side {
    display: none;}
}

/********************************/
.news-container .p_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.news-container .p_fun_d, .news-container .p_no_d, .news-container .p_dot, .news-container .p_no_o,.news-container .p_fun a, .news-container .p_no a{
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #EBECF0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  cursor: pointer;
}
.news-container .p_fun_d {
  color: #ccc;
}
.news-container .p_no_d {
  background-color: #005BEA;
  color: #FFFFFF;
}
.news-container .p_fun a, .news-container .p_no a{
  color: #444444;
}
.news-container .p_first,.news-container .p_first_d,.news-container .p_last,.news-container .p_last_d{
  display:none;
}
.news-container .p_dot {
  color:#444444;
}
.news-container .p_pages > span + span {
  margin-left: 8px;
}