@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0;}
ul,li{ margin:0; padding:0; list-style:none;}
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
.topbg{ margin:0 auto; display:block; max-width:100%;}

.wrap{width:1216px; max-width:100%; margin:76px auto 0 auto;}

.clear{ clear:both;}


.focus{ float:left;width:45%;  height:405px; margin-left:2%;}
.focus img{ height:100%;}
.news1{ float:right;width:45%;height:405px; margin-right:2%; border:solid 0px red;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
.slide_container {
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.rslides .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.tt{ margin-bottom:20px;}
.tt img{ max-width:100%; margin:0 auto; display:block;}


.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  margin-bottom: 18px;
}

.news-list li a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #333;
}

.news-list li a:hover p {
  color: #2979FF;
}

.news-list li .dot {
  display: inline-block;
  width: 19px;
  height: 19px;
  min-width: 19px;
  background-image: url('https://app.wzrm.wuzhourm.cn/wzrm/appepaper/templateRes/30157/dian.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 12px;
  margin-top: 8px;
}

.news-list li p {
  font-size: 22px;
  line-height: 30px;
  color: #2B2B2B;
  margin: 0;
  transition: color 0.3s;
}




/* 全媒看台 */
{
  width: 100%;
  background: linear-gradient(180deg, #f0f8ff 0%, #ffffff 100%);
  padding: 60px 0 80px;
  box-sizing: border-box;
}


/* 全媒看台标题 */
.kantai-title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.kantai-title img {
  width: auto;
  max-width: 500px;
  height: auto;
  display: inline-block;
}
 
.kantai-title .more-link {
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #3543E3;
  line-height: 30px;
}

.kantai-title .more-link:hover {
  color: #2030C0;
  text-decoration: underline;
}

/* Swiper容器 */
.kantai-swiper-wrap {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  /* overflow: hidden; */
}

/* Swiper */
.kantai-swiper {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  /* overflow: hidden; */
  padding: 0 0 60px;
}

.kantai-swiper .swiper-wrapper {
  height: auto;
}

/* Slide样式 */
.kantai-slide {
  width: 489px;
  height: 820px;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background-image: url('/resource/img/kantai-slide-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px;
}

.kantai-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.kantai-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

/* 底部标题 */
.kantai-title-box,
.zhibo-section .kantai-title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: linear-gradient(to top, #3F5EFB 0%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
  padding-top: 20px;
  /* 让文字位置稍微靠下一点，或者根据视觉效果调整 */
}

.kantai-slide-title,
.zhibo-section .kantai-slide-title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* 前后按钮 */
.kantai-prev,
.kantai-next {
  width: 50px !important;
  height: 50px !important;
  background-image: url('/resource/img/arrow_left.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  margin-top: -30px !important;
}

.kantai-prev {
  left: 20px;
}

.kantai-next {
  background-image: url('/resource/img/arrow_right.png') !important;
  right: 20px;
}

.kantai-prev::after,
.kantai-next::after {
  display: none;
}

/* 分页器 */
.kantai-pagination {
  bottom: 10px !important;
  text-align: center;
}

.kantai-pagination .swiper-pagination-bullet {
  width: 66px;
  height: 19px;
  background: #FFCC00;
  border-radius: 10px;
  opacity: 0.5;
  margin: 0 6px !important;
}

.kantai-pagination .swiper-pagination-bullet-active {
  width: 99px;
  height: 19px;
  background: #FF6634;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  opacity: 1;
}


.lhtd,.dbwys,.lhht,.gcls,.lhjjt{ margin-top:50px;}

.dbwys li{ float:left;width:33.3%;}
.dbwys li a { border:solid 3px #FFFBF8; border-radius: 10px; width:90%; margin:0 auto; display:block; padding:10px;box-shadow: 0 3px 29px -8px rgb(255 201 173 / 71%);}
.dbwys li a img{ width:99%; height:560px; margin:0 auto; display:block;}

.lhht_cont{  background-image: url('/resource/css/bg.jpg') !important; height:565px; background-size:100% 100%; max-width:100%;}
.lhht_cont .wrap{ margin-top:0;}
.lhht .tt{ margin-bottom:0;}
.lhht ul{ width:70%; margin:0px auto; padding-top:20px; display:block;}
.lhht ul li{ float:left;width:50%; height:100px; margin:30px 0;}
.lhht ul li a{ width:80%; margin:0 auto;display: flex;  align-items: flex-start;  color: #333;}
.lhht li .dot {
  display: inline-block;
  width: 19px;
  height: 19px;
  min-width: 19px;
  background-image: url('https://app.wzrm.wuzhourm.cn/wzrm/appepaper/templateRes/30157/dian.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 12px;
  margin-top: 8px;
}
.lhht li p {
  font-size: 22px;
  line-height: 30px;
  color: #2B2B2B;
  margin: 0;
  transition: color 0.3s;
}

.gcls .wrap{ margin-top:0;}
.gcls ul{ width:70%; margin:0px auto; padding-top:0px; display:block;}
.gcls ul li{ float:left;width:50%; height:100px; margin:30px 0;}
.gcls ul li a{ width:90%; margin:0 auto;display: flex;  align-items: flex-start;  color: #333; border:solid 1px red; padding:10px 5px 10px 15px;}

.lhjjt .wrap{ margin-top:0;}
.lhjjt li{ float:left;width:33.3%;}
.lhjjt li a { width:90%; margin:0 auto; display:block; padding:10px;}
.lhjjt li a img{ width:99%; height:260px; margin:0 auto; display:block;}


.footer {
    border-top: dashed 1px #ccc;
    margin: 1em 0;
    padding: 1em 0;
    max-width: 99%;
	color:#666666;
	font-size:14px;
}


@media screen and (max-width: 992px){
.dbwys li a img{height:500px;}
.lhjjt li a img{height: 200px;}

}	
