@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  width: 750px;
  margin: 0px auto;
  background-color: #f1eeee;
}
.box {
  position: relative;
  font-size: 0;
  text-align: center;

}
ul, li {
  list-style: none;
}
.more{text-align: right; display: block; padding-right: 50px}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.big-box{width: 86%; margin: 50px auto;border-bottom: 1px solid #b5b5b5; padding-bottom: 50px}
.v-box{background: #165771; width: 100%;  padding: 20px 0px; border: solid 1px #165771; margin-bottom: 30px}
.v-box img{width: 100%;}
.v-box h1{ color: #FFFFFF; height: 60px; font-size: 36px; line-height: 60px; text-align: left; padding-top: 10px}

#qLtempOverlay {
  display: none !important;
}
/* loading  100% 的大小设置 */
.queryloader__overlay__percentage {
  font-size: 36px !important;
}
/* loading logo   background-size: 200px; 修改logo 的大小 */
.queryloader__overlay {
  background-image: url(./hlw-logo.png);
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: 200px;
}
.navlist {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 680px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navlist li {
  margin-bottom: 20px;
  text-align: center
}
.backTop img {
  width: 100%;
  height: 100%;
}
.w660 {
  width: 660px;
  margin: auto;
}
.mt80 {
  margin-top:40px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.e {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.e3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newslist {
  margin: 40px 50px;
}
.news-item {
  position: relative; /* 为伪元素定位做准备 */
  padding-left: 35px; /* 为圆点留出空间 */
  margin-bottom: 5px;
  text-align: left;
  font-size: 32px;
  text-align: justify;
  line-height: 60px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news-item::before {
  content: ""; /* 必须属性 */
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #165771; /* 圆点颜色 */
 
}
.news-item2 {
  position: relative; /* 为伪元素定位做准备 */
  padding-left: 35px; /* 为圆点留出空间 */
  margin-bottom: 5px;
  text-align: left;
  font-size: 32px;
  text-align: justify;
  line-height: 60px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news-item2::before {
  content: ""; /* 必须属性 */
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #165771; /* 圆点颜色 */
 
}

.dxal{position: absolute; top: 10px;left: 0px}
.newslist li  a {
  color: #000;
}




.backTop {
  display: block;
  width: 79px;
  height: 153px;
  color: #fff;
  background: #333;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99990;
}

/* Swiper轮播样式 */
.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 90%;
  height: auto;
  max-width: 100%;
}

/* 分页器样式 */
.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background-color: #185d77 !important;
  opacity: 0.5;
  margin: 0 4px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #185d77 !important;
}

/* 视频弹窗样式 */
.video-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  position: relative;
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 80%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-close {
  color: #fff;
  float: right;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.video-close:hover,
.video-close:focus {
  color: #fff;
  text-decoration: none;
}

#videoPlayer {
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
  border: none;
  outline: none;
}
