/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 200px;
  background-color: #438360;
  color: #fff;
  font-size: 14px;
}

.header a {
  color: #fff;
  padding-left: 20px;
}

.body-box {
  background: url("/lib/img/bdbg.png") no-repeat;
  padding: 20px 200px;
}

.logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 78px;
  width: 78px;
  margin-right: 5px;
}

.logo-xin {
  width: 400px;
  /*height: 75px;*/
}

.logo-title {
  font-size: 28px;
  color: #438360;
  padding-left: 20px;
  font-weight: bold;
}

.navigation-item {
  text-align: center;
  cursor: pointer;
  padding-right: 60px;
}

.navigation-item:hover a {
  color: #438360;
}

.navigation-item img {
  height: 50px;
  width: 50px;
}

.navigation-item img:nth-child(2) {
  display: none;
}
.navigation-item:hover img:nth-child(1) {
  display: none;
}
.navigation-item:hover img:nth-child(2) {
  display: inline-block;
}

.mySwiper {
  height: 380px;
}

.mySwiper .swiper-slide {
  overflow: hidden;
}

.mySwiper .swiper-slide img {
  animation: zoom 10s ease-in-out infinite;
  position: relative;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.mySwiper .swiper-slide img {
  animation: zoom 10s ease-in-out infinite;
  position: relative;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 24px !important;
  color: #fff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(245, 242, 242, 0.8) !important;
  color: #767171 !important;
}

.ification {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ification-item {
  width: 30%;
}

.item-top {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-title {
  font-size: 20px;
  font-weight: bold;
}

.item-top .more a {
  color: #767171;
  font-size: 16px;
}

.line {
  height: 3px;
  width: 20%;
  margin-top: -4px;
  background-color: #438360;
}

.info-item {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-item .info-title {
  font-size: 16px;
  font-weight: bold;
}

.info-time {
  width: 25%;
  background-color: #438360;
  padding: 16px 12px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.day {
  font-size: 24px;
}

.year {
  font-size: 16px;
}

.info-content {
  width: 75%;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swpTwo,
.mySwiper {
  margin-top: 20px;
}

.swiper-title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: 5;
  background: rgba(44, 44, 44, 0.5);
  font-size: 14px;
  color: #fff;
  padding: 20px;
  font-weight: 500;
}

.swiper-slide img {
  height: 300px;
  width: 100%;
}

.zw-box {
  height: 100%; /* 可根据需求调整高度 */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
margin-top: 20px;
}

.zw-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.zw-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foot {
  padding: 20px 200px;
  background-color: #438360;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.foot-top {
  border: 1px solid #ccc;
  display: flex;
}

.foot-item {
  flex-basis: 33.33%;
  padding: 20px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
}

.foot-item:last-child {
  border-right: none;
}

.foot-title a {
  color: #f0f6f3;
  padding-left: 20px;
}

.foot-content {
  padding: 20px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  color: #f0f6f3;
}

.content {
  padding-top: 10px;
}

.yl {
  font-size: 20px;
  padding-left: 16px;
}

.content a {
  color: #f0f6f3;
  padding-left: 20px;
}

/* 列表页 */

.list-banner {
  padding: 20px 0;
}

.list-banner img {
  height: 380px;
  width: 100%;
}

.list-box {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.list-left {
  width: 20%;
}

.left-title {
  background-color: #438360;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}

.left-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e7e7;
  padding: 10px 20px;
}

.left-item.active a {
  color: #438360;
  font-weight: bold;
}

.list-right {
  width: 75%;
}

.right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e7e7;
  padding: 10px 0;
}

.list-line {
  height: 3px;
  width: 100px;
  margin-top: -4px;
  background-color: #438360;
}

.right-title {
  font-size: 20px;
  font-weight: bold;
}

.right-more {
  font-size: 16px;
  color: #767171;
  display: flex;
}

.right-more a {
  color: #767171;
  font-size: 14px;
  padding: 0 10px;
}

.right-box {
  padding-left: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e7e7;
}

.right-item {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-box ul {
  list-style: square;
  color: #ccc;
}

.right-item a:hover {
  color: #438360;
}

.right-item .time {
  color: #767171;
  font-size: 14px;
}

.right-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
  color: #000;
}

.fy {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.fy .fy-item {
  border: 1px solid #ccc;
  padding: 0px 10px;
  margin-right: 10px;
  font-size: 16px;
}

.fy .fy-item a {
  text-decoration: none;
  color: #000;
}

.action {
  background-color: #438360;
  color: #fff !important;
}

.action a {
  color: #fff !important;
}

/* 详情 */

.details-title-box {
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}

.details-title {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 20px 0;
  color: #337551;
}

.other-box {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other-msg {
  font-size: 16px;
  padding: 0 10px;
}

.details-content {
  font-size: 18px;
  padding: 30px 0;
  line-height: 28px;
}

.details-content img {
  width: 100%;
  height: auto;
}

.next-box {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 20px 0;
  border-top: 1px dashed #ccc;
}

.next-item a {
  font-size: 16px;
}

@media (max-width: 1000px) {
  .header{
    padding: 20px;
  }
  .logo-xin{
    width: 60%;
  }
  .body-box{
    padding: 20px;
  }
  .logo-box{
    display: block;
  }
  .logo-item{
    margin-top: 20px;
  }
  .navigation-item{
    padding: 0;
  }
  .ification{
    flex-wrap: wrap;
  }
  .ification-item{
    width: 100%;
  }
  .foot{
    padding: 20px;
  }
  .foot-item{
    padding: 20px;
  }
  .foot-content{
    font-size: 12px;
  }
  .content a{
    padding: 0;
  }
  .content,.yl{
    padding-left: 10px;
  }
  .list-left{
    display: none;
  }
  .list-right{
    width: 100%;
  }
  .other-box{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .other-msg{
    width: 25%;
  }
  .list-banner img{
    height: 230px;
  }
  }