html,
body,
ul,
li,
p,
span {
  margin: 0;
  padding: 0;
}

a {
  all: unset;
  cursor: pointer;
}

: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;
}

.news-center .news-content {
  width: 1300px;
  height: 328px;
  position: relative;
}

.news-center .inner-content {
  display: none;
}

.inner-more {
  position: absolute;
  bottom: 10px;
  right: 0;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  color: #b09671;
}

.news-center .inner-content-active {
  display: block;
}

.news-center .news-content .news-title {
  font-size: 100px;
  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: 140px;
}

.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: #505050;
  border-radius: 24px;
  border: 1px solid #868585;
  margin-left: 80px;
  cursor: pointer;
}

.news-center .news-content .news-btns .active {
  font-weight: bold;
  color: #fff;
  background-color: #b09671;
  border: none;
}

.center-title {
  width: 1300px;
  height: 173px;
  background-color: rgba(176, 150, 113, 0.1);
}

.center-title .title {
  width: 100%;
  text-align: center;
  color: #b09671;
  font-size: 35px;
  font-weight: bold;
  padding-top: 20px;
  white-space: nowrap;
}
.center-title .title a {
  text-decoration: none;
  color: #b09671;
  cursor: pointer;
}
.center-title .tips {
  font-size: 16px;
  text-align: center;
  color: #303030;
  padding-top: 20px;
}

.center-title .tips a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;

}

.notice {
  width: 1300px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.notice .notice-img {
  width: 148px;
  height: 48px;

}

.notice .notice-txt {
  font-size: 20px;
  color: #e44936;
  font-weight: bold;
}

.center-content {
  width: 1300px;
  height: 783px;
  margin-top: 30px;
  display: flex;
}

.center-content .center-left {
  width: 818px;
  height: 100%;
}

.center-content .center-left .left-banner {
  width: 818px;
  height: 515px;
}

.center-content .center-left .left-banner img {
  width: 100%;
  height: 100%;
}

.center-content .center-right {
  margin-left: 22px;
  width: 460px;
  height: 100%;
  background-color: rgba(176, 150, 113, 0.1);
}

.news-pagination {
  width: 200px !important;
  right: 0;
  left: auto !important;
}

.title-area {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  text-align: left;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  width: calc(100% - 30px);
}

.center-right .right-item {
  height: 70px;
  line-height: 70px;
  padding-left: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.right-item-span {
  text-decoration: none;
  color: #b09671;
  font-size: 16px;
  font-weight: bold;
  display: inline-block; /* 让链接表现为行内块元素，使其不会占据整个容器宽度 */
  white-space: nowrap; /* 防止文本换行 */
  text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
  max-width: 100%; /* 防止链接元素超出容器 */
  overflow:hidden;

}

.left-item-date {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #b09671;
}

.right-item-p {
  font-size: 16px;
  white-space: nowrap; /* 防止文本换行 */
  text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
  max-width: 100%; /* 防止链接元素超出容器 */
  overflow:hidden;
  margin-top: -70px;

}

.right-item-p:hover {
  color: #b09671;
}


.center-right .right-item:hover .right-item-a::before {
  width: auto; /* 鼠标悬停时展开伪元素，显示完整文本 */
}


.center-left .left-items {
  width: 100%;
  height: 250px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.center-left .left-items .left-item {
  width: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.center-left .left-items .left-item:hover {
  transform: scale(1.1);
}

.center-left .left-items .left-item img {
  width: 260px;
  height: 164px;
}

.center-left .left-items .left-item .txt {
  padding: 10px;
  height: 65px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(176, 150, 113, 0.1);
}
