/* news-archive-banner */
.news-archive-banner {
  padding-top: 170px;
  padding-bottom: 80px;
}
.news-archive-banner .subtitle {
  color: #6219ff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.news-archive-banner .title {
  line-height: 61px;
  color: #000000;
  font-size: 48px;
  font-weight: 300;
  max-width: 520px;
  opacity: 0;
}
.news-archive-banner .title .lineParent {
  overflow: hidden;
}
.news-archive-banner .title .lineParent .lineChild {
  transform: translate(0px, 100%);
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
 
}
@media only screen and (max-width: 576px) {
  .news-archive-banner .title {
    line-height: 40px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .news-archive-banner .title {
    font-size: 28px;
  }
}








/* .news-archive */
.news-archive {
  padding-bottom: 100px;
}
.news-archive .panel-top {
  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;
  margin-bottom: 34px;
}
.news-archive .panel-top .tabs-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-archive .panel-top .tabs-caption li {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.news-archive .panel-top .tabs-caption li:last-child {
  margin-right: 0px;
}
.news-archive .panel-top .tabs-caption li a {
  color: #939393;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-archive .panel-top .tabs-caption li.active a {
  color: #000000;
}
.news-archive .panel-top .tabs-caption li.active:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  left: 0px;
  bottom: -11px;
  cursor: default;
  pointer-events: none;
}
.news-archive .panel-top .tabs-caption li a:hover {
  opacity: 0.6;
}
.news-archive .panel-top .tabs-caption li.active a:hover {
  opacity: 1;
}
.news-archive .tabs-content {
  display: none;
}
.news-archive .tabs-content.active {
  display: block;
}
.news-archive .tabs-content .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  border-top: 1px solid #e3e3e3;
}
.news-archive .tabs-content .list .features {
  position: relative;
  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;
  padding: 20px 20px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #e3e3e3;
  grid-row: 1 / span 3; 
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-archive .tabs-content .list .features .permalink {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-archive .tabs-content .list .features:hover .overlay{
  opacity: 1;
}
.news-archive .tabs-content .list .features .overlay {
  z-index: -1;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: -o-linear-gradient(
181deg, #ffffff 0%, #f4efff 100%);
  background-image: linear-gradient(
269deg, #ffffff 0%, #f4efff 100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-archive .tabs-content .list .features .cat {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07px;
  margin-bottom: 10px;
}
.news-archive .tabs-content .list .features .title {
  line-height: 24px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  max-width: 510px;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-archive .tabs-content .list .features .avtor {
  color: #48454e;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
} 
.news-archive .tabs-content .list .features .title svg {
  width: 15px;
  height: 15px;
  fill: #6219FF;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-archive .tabs-content .list .features .avtor span {
  color: #6219ff;
}
.news-archive .tabs-content .list .features .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  height: 375px;
  overflow: hidden;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-archive .tabs-content .list .features .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
.news-archive .tabs-content .list .features:hover .title {
  color: #6219FF;
}
.news-archive .tabs-content .list .features:hover .title svg {
  opacity: 1;
}
.news-archive .tabs-content .list .itm {
  padding: 18px 20px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.news-archive .tabs-content .list .itm:nth-child(2) .thumbnail,
.news-archive .tabs-content .list .itm:nth-child(3) .thumbnail,
.news-archive .tabs-content .list .itm:nth-child(4) .thumbnail{
 display: none;
}
.news-archive .tabs-content .list .itm .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  width: 315px;
  height: 160px;
  overflow: hidden;
}
.news-archive .tabs-content .list .itm .thumbnail img {
  width: 100%;
  height: auto;
}
.news-archive .tabs-content .list .itm .permalink {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-archive .tabs-content .list .itm .cat {
  letter-spacing: 0.07px;
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.news-archive .tabs-content .list .itm .title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-archive .tabs-content .list .itm .title svg {
  width: 15px;
  height: 15px;
  fill: #6219FF;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-archive .tabs-content .list .itm .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-archive .tabs-content .list .itm .left>p {
  margin-bottom: 10px;
  line-height: 21px;
  color: #48454e;
  font-size: 15px;
  font-weight: 400;
}
.news-archive .tabs-content .list .itm .overlay {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: -o-linear-gradient(181deg, #ffffff 0%, #f4efff 100%);
  background-image: linear-gradient(269deg, #ffffff 0%, #f4efff 100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-archive .tabs-content .list .itm .row-avtor {
  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-archive .tabs-content .list .itm .row-avtor .avtor {
  color: #48454e;
  font-size: 15px;
  font-weight: 400;
}
.news-archive .tabs-content .list .itm .row-avtor .avtor span {
  color: #6219ff;
}
.news-archive .tabs-content .list .itm .row-avtor .share .btn {
  color: #48454e;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-archive .tabs-content .list .itm .row-avtor .share .btn>svg {
  width: 17px;
  height: 14px;
  fill: #48454e;
  position: relative;
  left: 4px;
  top: -3px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-archive .tabs-content .list .itm .row-avtor .share .btn:hover {
  color: #6219FF;
}
.news-archive .tabs-content .list .itm .row-avtor .share .btn:hover>svg {
  fill: #6219FF;
}
.news-archive .tabs-content .list .itm:hover .title {
  color: #6219FF;
}
.news-archive .tabs-content .list .itm:hover .title svg {
  opacity: 1;
}
.news-archive .tabs-content .list .itm:nth-child(n+5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding: 20px 110px;
  /* max-width: 1060px; */
  margin: 0 auto;
}
.news-archive .tabs-content .list .itm .left,
.news-archive .tabs-content .list .itm .right {
  position: relative;
}
.news-archive .tabs-content .list .itm .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-archive .tabs-content .list .itm:hover .overlay {
  opacity: 1;
}
.news-archive .tabs-content .list .itm:nth-child(n+5) .left {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-archive .tabs-content .list .itm:nth-child(n+5) .cat,
.news-archive .tabs-content .list .itm:nth-child(n+5) .title {
  margin-bottom: 13px;
} 
.news-archive .tabs-content .list .itm:nth-child(n+5) .left>p {
  margin-bottom: 15px;
}
.news-archive .tabs-content .list .load-more {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 32px;
  color: #000000;
  font-weight: 300;
  grid-column: 1/3;
  margin-top: 85px;
  cursor: pointer;
}
.news-archive .tabs-content .list .load-more:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: rotate(90deg) translate(0px, 50%);
  bottom: -25px;
  background-image: url(../img/arrow-circle-black.svg);
  background-size: cover;
  height: 26px;
  width: 26px;
}
.news-archive .tabs-content .list .after {
  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;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding-top: 63px;
  padding-bottom: 83px;
}
.news-archive .tabs-content .list .after h4 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  text-align: right;
}
.news-archive .tabs-content .list .after h4 a {
  color: #6219ff;
  text-decoration: underline;
  font-size: 32px;
  font-weight: 300;
}
.news-archive .tabs-content .list .after h4 a svg {
  margin-left: 13px;
  width: 26px;
  height: 26px;
  fill: #6219FF;
  position: relative;
  top: 4px;
}
.news-archive .tabs-content:nth-child(n+3) .load-more {
  display: none;
}
.news-archive .tabs-content:nth-child(n+3) .list .features {
  display: none;
}
.news-archive .tabs-content:nth-child(n+3) .list .itm {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding: 20px 110px;
  /* max-width: 1060px; */
  margin: 0 auto;
}
.news-archive .tabs-content:nth-child(n+3) .list .itm .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  width: 315px;
}
.news-archive .tabs-content:nth-child(n+3) .list .left {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .news-archive .tabs-content .list .itm:nth-child(n+4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .news-archive .tabs-content .list .itm:nth-child(n+4) {
    padding: 20px 0px;
    max-width: 1060px;
    margin: 0 auto;
  }
  .news-archive .tabs-content .list .itm:nth-child(n+4) .left {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-archive .tabs-content .list .itm:nth-child(4) .thumbnail {
    display: block;
  }
  .news-archive .tabs-content .list .features .thumbnail {
    height: 255px;
  }
}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {
  .news-archive .tabs-content .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-archive .tabs-content .list .itm {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .news-archive .tabs-content .list .itm {
    padding: 20px 0px;
    max-width: 1060px;
    margin: 0 auto;
  }
  .news-archive .tabs-content .list .features {
    border-right: 0px;
    padding-right: 0px;
  }
  .news-archive .tabs-content .list .itm .thumbnail,
  .news-archive .tabs-content .list .itm:nth-child(4) .thumbnail {
    display: none;
  }
  .news-archive .tabs-content .list .features .thumbnail {
    height: 302px;
  }
}
@media only screen and (max-width: 576px) {
  .news-archive .panel-top .tabs-caption li {
    margin-right: 15px;
  }
  .news-archive .panel-top .tabs-caption li a {
    font-size: 14px;
  }
  .news-archive .tabs-content .list .features .thumbnail {
    height: 190px;
  }
}
@media only screen and (max-width: 375px) {
  .news-archive .tabs-content .list .itm .row-avtor .avtor {
    font-size: 14px;
  }
  .news-archive .panel-top .tabs-caption li {
    margin-right: 7px;
  }
  .news-archive .tabs-content .list .features .thumbnail {
    height: 160px;
  }
}