@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;}


  

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{ width:100%;}

/* 设置底部分页图标的样式 */
.swiper-pagination-bullet{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #d5d5d5;
    margin-left: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background: #fe6406;
}
  
.slide-title {
    position: absolute;
    bottom: 0px; /* 根据需要调整 */
    left: 0px; /* 根据需要调整 */
    color: white; /* 标题颜色 */
    font-size: 16px; /* 标题字体大小 */
	width:100%;
	background:#000;
	color:#fff;
	padding:8px 0 8px 10px;
    opacity: .85;
	text-align:left;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(https://app.wzrm.wuzhourm.cn/wzrm/appepaper/templateRes/30157/arrow_left.png);
}  
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(https://app.wzrm.wuzhourm.cn/wzrm/appepaper/templateRes/30157/arrow_right.png);
}  

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .85;
}  
  

.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;
  min-height:60px;
}

.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('https://app.wzrm.wuzhourm.cn/wzrm/appepaper/templateRes/30157/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;}
.lhht_cont{height:490px;background-size: 150% 100%;    background-position: 50% 0;}
}	


































