@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

.news-lists {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .news-lists {
    width: 90%;
    margin: auto;
  }
}

.news-wrap .selects-wrap {
  overflow: hidden;
}

.news-wrap .news-lists {
  padding-right: 3%;
}

.news-refine.desc {
  padding: 3% 0;
}

@media screen and (max-width: 500px) {
  .news-refine.desc {
    padding: 30px 0;
  }
}

.news-content {
  background-color: #eee;
  padding: 3% 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .news-content {
    padding: 20px 0;
  }
}

.news-head {
  text-align: center;
  position: relative;
  z-index: 3;
}

.news-head .bluebg {
  background-color: rgba(0, 156, 230, 0.7);
}

.news-head span {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 160px;
  padding: 6px 0;
  background-color: rgba(0, 52, 99, 0.7);
}

@media screen and (max-width: 500px) {
  .news-head span {
    width: 150px;
  }
}

.news-txt {
  padding: 40px 0;
  position: relative;
  z-index: 3;
}

.news-txt img {
  width: auto;
  max-width: 100%;
  max-height: 450px;
  margin: 5% auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 768px) {
  .news-txt img {
    max-height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .news-txt img {
    max-height: 220px;
  }
}

.news-txt iframe {
  width: 80%;
  height: 500px;
  display: block;
  margin: 5% auto;
}

.news-txt iframe.pardot-form {
  height: 940px;
}

@media screen and (max-width: 1024px) {
  .news-txt iframe.pardot-form {
    height: 900px;
  }
}

@media screen and (max-width: 768px) {
  .news-txt iframe.pardot-form {
    height: 900px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .news-txt iframe.pardot-form {
    height: 1000px;
  }
}

@media screen and (max-width: 1024px) {
  .news-txt {
    padding: 40px 5%;
  }
  .news-txt iframe {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .news-txt iframe {
    height: 360px;
  }
}

@media screen and (max-width: 500px) {
  .news-txt {
    padding: 30px 5%;
  }
  .news-txt iframe {
    height: 180px;
  }
}

.news-txt a {
  color: -webkit-link;
}

.news-related .news-lists {
  padding-right: 3%;
}

@media screen and (max-width: 500px) {
  .news-related > .desc {
    width: 75%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 768px) {
  .news-related .more-btn {
    width: 220px;
  }
}

@media screen and (max-width: 500px) {
  .news-related .more-btn {
    width: 175px;
  }
}
/*# sourceMappingURL=news.min.css.map */