html,
body,
ul,
li,
p,
span {
  margin: 0;
  padding: 0;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

#root {
  background: #fff;
  margin: 0;
  padding: 0;
}

.news-container {
  width: 100vw;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.header-bar {
  height: 90px;
  width: 100%;
  position: relative;
}

.header-bar .logo {
  height: 64px;
  width: 208px;
  position: absolute;
  left: 200px;
  top: 13px;
}

.header-bar .header-menu {
  display: flex;
  list-style: none;
  position: absolute;
  top: 0;
  right: 200px;
}

.header-bar .header-menu li {
  width: 110px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  cursor: pointer;
  position: relative;
}

.header-bar .header-menu li a {
  text-decoration: none;
  color: #000;
}

.header-bar .header-menu li a:hover {
  color: #fff;
}

.header-bar .header-menu li .menu-items {
  position: absolute;
  background: #b09671;
  top: 80px;
  left: 0;
  width: 110px;
  z-index: 20;
  color: #fff;
  display: none;
}

.header-bar .header-menu li .menu-items .menu-item {
  width: 100%;
  height: 40px;
  background: #b09671;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  float: left;
  color: #fff;
}

.header-bar .header-menu li:hover{
  background: #b09671;
  color: #fff;
}

.header-bar .header-menu li:hover a {
  color: #fff;
}

.header-bar .header-menu li:hover .menu-items {
  display: block;
}

.bannerSwiper {
  width: 100%;
  height: 760px;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  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 {
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  height: 200px;
  background-color: #b09671;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 45px;
}

.news-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
}

.news-center .news-content {
  width: 1300px;
  height: 328px;
  position: relative;
}

.news-center .news-content .news-title {
  font-size: 80px;
  color: #8f8f8f;
  font-weight: bold;
  opacity: 0.2;
  line-height: 100px;
  position: absolute;
  left: 0;
  top: 60px;
}

.news-center .news-content .news-txt {
  font-size: 60px;
  font-weight: bold;
  color: #1c1c1c;
  position: absolute;
  left: 20px;
  top: 90px;
}

.news-center .news-content .news-btns {
  display: flex;
  position: absolute;
  right: 0;
  top: 160px;
}

.news-center .news-content .news-btn {
  width: 124px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #b09671;
  border-radius: 24px;
  border: 1px solid #868585;
  margin-left: 30px;
  cursor: pointer;
}

.news-center .news-content .news-btns .active {
  font-weight: bold;
  color: #fff;
  background-color: #b09671;
  border: none;
}

.other-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 30px;
  /* justify-content: center;
  margin-top: -40px; */
  min-height: 320px;
}

.other-content .content-area {
  width: 1300px;
  padding: 20px;
  display: none;
}

.other-content .content-active {
  display: block;
}

.other-content .other-title {
  width: 1300px;
  height: 200px;
  position: relative;
}

.other-content .other-title .bg-txt {
  font-size: 60px;
  color: #b09671;
  opacity: 0.2;
  line-height: 90px;
}

.other-content .other-title .title-txt {
  color: #b09671;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  left: 200px;
  top: 30px;
}

.other-content .other-title .title-more {
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  font-size: 20px;
  color: #b09671;
}

.other-content .other-item {
  width: 1300px;
  height: 190px;
  background-color: rgba(176, 150, 113, 0.2);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.other-content .other-item .item-img {
  width: 250px;
  height: 150px;
  margin-left: 16px;
}

.other-content .other-item .item-center {
  flex: 1;
  padding-left: 16px;
  padding-top: 10px;
  height: 170px;
}

.other-content .other-item .item-center .center-title {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other-content .other-item .item-center .center-txt {
  color: #b09671;
  font-size: 14px;
  margin-top: 20px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 设置允许的最大行数 */
  -webkit-box-orient: vertical;
  text-indent: 2em; /* 使用 em 单位，使缩进保持一致 */
}

.other-content .other-item .item-right {
  width: 180px;
  height: 190px;
  color: #b09671;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.other-content .other-item .item-right .date {
  font-size: 20px;
  margin-bottom: 15px;
}

.other-content .other-item .item-right .year {
  font-size: 16px;
  margin-bottom: 15px;
}
.other-content .other-item .item-right .right-arrow {
  width: 33px;
  height: 33px;
}

.pagination-container {
  display: flex;
  justify-content: center;
}
#pagination-container {
  display: flex;
  justify-content: center;
}

.pagination > li > a {
  margin-right: 10px;
  border-radius: 4px;
  color: #b09671!important;
}


.list-text {
  width: 70%;
  border-top: 1px solid #b09671; /* 设置下划线的样式和颜色 */
}

.list-text li {
  border-bottom: 1px solid #b09671;
  padding: 35px 35px 16px 0;
  position: relative;
  background: url(../images/jiantou1.png) 98% center no-repeat;
  list-style: none;
  
}

.list-text a {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text .date {
  float: left;
  width: 70px;
  font-family: Arial, Helvetica, sans-serif;
  color: #b09671;
  text-align: center;
}

.list-text .date .day {
  font-size: 32px;
  font-weight: bold;
}

.list-text .date .mon {
  font-size: 16px;
}

.list-text .tit {
  float: right;
  position: relative;
  line-height: 74px;
  width: calc(100% - 110px);
  padding-right: 35px;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-text li:hover {
  background: url(../images/jiantou2.png) 98% center no-repeat #b09671;
  /* box-shadow: 0 0 10px 0 rgba(16, 54, 117, 0.8); */
  border-bottom: 1px solid #b09671;
}

.list-text li:hover a {
  transform: translateX(5px);
  
}

.list-text li:hover .date {
  font-weight: bold;
  color: #fff;
}

.list-text li:hover .tit {
  color: #fff;
  font-weight: bold;
}

.tz-li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 48.5%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 3%;
    visibility: visible;
    animation-name: slideUp;
}



.content-area .list-images-content {
  display: flex;
  flex-wrap: wrap;
}

.content-area .list-images-content .list-image-item {
  width: 25%;
}

.content-area .list-images-content .list-image-item .col1_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  position: relative;
}

/* .content-area .list-images-content .list-image-item .col1_item .image-cover {
  position: absolute;
  top: 0;
  width: 280px;
  height: 250px;
  left: 50%;
  margin-left: -140px;
  background: rgba(0,0,0,.3);
  color: #fff;
  text-align: center;
  display: none;
} */

.content-area .list-images-content .list-image-item .col1_item .image-cover {
  position: absolute;
  top: 0;
  width: 211px;
  height: 64px;
  left: 50%;
  margin-left: -105px;
  background: rgba(216, 199, 199, 0.3);
  color: #fff;
  /* padding: 30px; */
  text-align: center;
  /* display: none; */
}

.content-area .list-images-content .list-image-item .col1_item .image-cover .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2em; /* 使用 em 单位，使缩进保持一致 */
  width: 100%;
  height: 100%;
}


.content-area .list-images-content .list-image-item .img {
  width: 280px;
  height: 250px;
  border: 1px solid #b09671;
}

.content-area .list-images-content .list-image-item .col1_item .coli_te {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.22rem 0.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-area .list-images-content .list-image-item .col1_item .coli_te .te {
	height: 50px;
  font-size: 16px;
  width: 280px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.content-area .list-images-content .list-image-item .col1_item .coli_te .p1 {
	color: #b09671;
  width: 100%;
  text-align: center;
}
.content-area .list-images-content .list-image-item .col1_item .coli_te .p2 {
	color: #b09671;
	font-weight: 300;
	margin-top: 0.12rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content-area .list-images-content .list-image-item .col1_item .icon {
	flex-shrink: 0;
	width: 0.36rem;
	min-width: 30px;
}
.content-area .list-images-content .list-image-item .col1_item .icon img:nth-child(2n-1) {
	display: block;
}
.content-area .list-images-content .list-image-item .col1_item .icon img:nth-child(2n) {
	display: none;
}
