/*轮播*/
#mongo_carousel {
  top: 20px !important;
}

/* .carousel-item > div {text-align: inherit;} */
.layui-carousel>[carousel-item]>* {
  text-align: center !important;
}

#mongo_carousel img {
  max-width: 100%;
  max-height: 900px;
  width: auto;
  height: auto;
}

#mongo_carousel .panel {
  width: 400px;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -200px;
  text-align: center;
}

#mongo_carousel .panel p {
  color: #8c8c8c;
  font-size: 44px;
  line-height: 80px;
  letter-spacing: 15px;
}

#mongo_carousel .panel p.title {
  color: #4a4a4a;
  font-size: 54px;
  letter-spacing: 10px;
}

.news-content {
  margin-top: 80px;
  text-align: center;
}

.img-border {
  padding: 4px;
  box-shadow: rgb(102, 102, 102) 0px 0px 5px;
  overflow: hidden;
  visibility: visible;
}

.news-content img {
  width: 100%;
  margin: 0;
}

.bordered-img {
  display: flex;
  align-items: end;
  flex-direction: column;
  padding: 40px 20px 100px 60px;
}

.bordered-img img {
  box-shadow: rgb(223, 214, 214) 0px 0px 5px;
  overflow: hidden;
  display: block;
  width: 100% !important;
  height: auto !important;
}

.blue-text {
  color: rgb(62, 101, 199);
  text-align: justify;
  letter-spacing: 2px;
  line-height: 1.75em;
  font-family: 微软雅黑, sans-serif;
}

.left-text {
  text-align: justify;
  line-height: 1.75em;
  letter-spacing: 2px;
  font-size: 15px;
  color: rgb(62, 101, 199);
  margin: 15px 0px;
  padding-left: 10px;
  font-weight: 800;
}

.left-text2 {
  text-align: justify;
  line-height: 1.75em;
  letter-spacing: 2px;
  font-size: 15px;
  margin: 15px 0px;
  padding-right: 10px;
}

.right-text {
  text-align: end;
  line-height: 1.75em;
  letter-spacing: 2px;
  font-size: 15px;
  margin: 15px 0px;
  padding-right: 10px;

}

.line {
  display: block;
  width: 100%;
  height: 2px;
  background: #D8A445;
  margin: 15px 0px;
}

.line1 {
  width: 80px;
  height: 5px;
  background: rgb(187, 255, 244);
  overflow: hidden;
  margin-bottom: 20px;
}

.line2 {
  width: 40px;
  height: 5px;
  background: rgb(187, 255, 244);
  overflow: hidden;
}

.video_poster {
  width: 100%;
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video_poster video {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  z-index: 999;
}

@media screen and (max-width: 480px) {
  .bordered-img {
    padding: 25px;
  }
}