﻿.wt {
  width: 100%;
  height: auto;
}

.us_titles {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.3rem;
  margin-top: 0.2rem;
}

.us_title_tip {
  width: 40%;
  margin: auto;
  letter-spacing: 2px;
  text-align: center;
  font-size: 0.42rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0.25rem 0 0.15rem 0;
  color: #333333;
  border-bottom: 1px solid #eaeaea;
}

.us_title_line {
  width: 0.9rem;
  height: 6px;
  margin: -3px auto;
  background: #2e754b;
}

.banner_box {
  width: auto;
  height: 3.6rem;
  margin: auto;
  background-size: 100% 100%;
  margin-top: -1.28rem;
}

.scenic-spot {
  padding: 0 0.4rem;
}

.scenic-spot h1 {
  margin: 0.4rem 0;
  font-size: 0.42rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.5rem;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-left: 30px; /* 预留竖线和文字间距 */
}

.scenic-spot h1::before {
  width: 15px;
  height: 50px;
  background-color: #4a9944;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 0;
}

.scenic-spot-introduce {
}

.scenic-spot-introduce-lt {
     width: 100%; 
     text-align: justify;
}

.scenic-spot-introduce-lt-text {
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #333333;
  overflow-y: scroll;
  text-align: justify;
}

.scenic-spot-introduce-lt-cl {
  margin-top: 0.3rem;
}

.scenic-spot-introduce-lt-a {
  width: 46%;
  height: 0.7rem;
  background: url("../img/ticket-imgbg.png") no-repeat center center;
  background-size: 100% 0.7rem;
}

.scenic-spot-else {
  background: url("../img/ticket-imgbg1.png") no-repeat center center;
  background-size: 100% 0.7rem;
}

.scenic-spot-introduce-lt-a a {
  display: block;
  font-size: 0.28rem;
  line-height: 0.7rem;
  color: #ffffff;
  text-align: center;
}

.scenic-spot-introduce-lt-a a img {
  width: 0.4rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.scenic-spot-introduce-rt {
  flex: 1;
  height: 4rem;
  background-color: #2e754b;
  padding-left: 0.1rem;
}

.scenic-spot-introduce-rt-line {
  width: 57px;
  height: 4px;
  background-color: #ffffff;
  margin: 0.5rem 0;
}

.scenic-spot-introduce-rt-en {
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #ffffff;
  opacity: 0.75;
}

.scenic-spot-introduce-rt-text {
  font-size: 0.34rem;
  line-height: 0.5rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.scenic-spot-introduce-rt-more {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #ffffff;
}

/* 主体部分 */
.notice_right {
}

.list_item a {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0 0 0.2rem 0;
  padding: 0.1rem;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.list_left {
  width: 2.5rem;
  text-align: center;
  padding-right: 0.2rem;
}

.list_left img {
  width: 100%;
  height: 1.8rem;
}

/* .subject {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: calc(100% - 1.6rem);
} */

.subject {
  flex: 1;
}

.subject h2 {
  font-size: 0.3rem;
  line-height: 0.5rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本显示为3行 */
  overflow: hidden; /* 超出部分隐藏 */
}

.subject-flex {
  margin-top: 0.3rem;
}

.subject-flex-net {
  width: 49%;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #999999;
  display: flex;
  align-items: center;
}

.subject-flex-net img {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 3px;
}

.subject-flex-net-line {
  width: 2px;
  height: 0.25rem;
  background: #999999;
}

.round_dot {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #009ee5;
  display: inline-block;
  border-radius: 50%;
}

.text {
  width: 100%;
  line-height: 0.4rem;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.28rem;
  color: #333333;
}

.title {
  font-family: SourceHanSansCN-Regular;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  color: #333333;
  margin-bottom: 0.3rem;
}

.view_more {
  width: 100%;
  padding: 0.1rem 0;
  margin: 0 auto;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.view_more a {
  display: block;
  font-size: 0.25rem;
  line-height: 0.4rem;
  letter-spacing: 3px;
  color: #bebebe;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jingqu_item {
  width: 48%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.jingqu_item a {
  display: block;
}

.jingqu_item a img {
  width: 100%;
  height: 3rem;
}

.jingqu_text {
  padding: 0.2rem;
}

.jingqu_text .jingqu_text_p {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.4rem;
  height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.jingqu_text h2 {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.5rem;
  text-align: center;
  margin-bottom: 0.1rem;
}

.travl-line {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.5rem;
}

.travl-line img {
  width: 100%;
  height: auto;
}
.text-content.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.toggle-btn {
  color: #007bff;
  cursor: pointer;
  font-size: 0.3rem;
}
