/**2023-01-21**/
body {
  background: #f6f2ef;
  font-family: Source Han Sans CN;
}
#pageWeb {
  display: none;
  padding-bottom: 20px;
}
#pageWeb .borderBefore:before {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #9D2932;
  position: absolute;
  top: 8px;
  left: 0;
}
#pageWeb .pageContent {
  width: 100%;
  margin: 0 auto;
}
#pageWeb .bgwhite {
  background-color: #fff;
}
#pageWeb .contFont {
  font-size: 0.14rem;
  font-family: DengXian;
  font-weight: 400;
  color: #000000;
  line-height: 0.24rem;
  opacity: 0.8;
}
#pageWeb .titleFont {
  font-size: 0.32rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.36rem;
}
#pageWeb .pageTop {
  padding: 0.3rem 0.12rem 0px;
}
#pageWeb .logoimg {
  width: 2.46rem;
  height: 0.7rem;
}
#pageWeb .logoText {
  font-size: 0.11rem;
  font-weight: 400;
  color: #000000;
  padding-left: 0.24rem;
}
#pageWeb .logoText p {
  padding-bottom: 0.1rem;
}
#pageWeb .topNav {
  padding: 0px 0 0px 0.12rem;
  line-height: 18px;
  width: 100%;
  display: flex;
  overflow-x: scroll;
}
#pageWeb .topNav::-webkit-scrollbar {
  display: none;
}
#pageWeb .topNav li {
  float: left;
  width: 0.8rem;
  margin: 0 0.07rem;
  padding: 0.24rem 0;
  text-align: center;
  position: relative;
}
#pageWeb .topNav li .navDrift {
  display: none;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  background: #A88462;
  color: #fff;
  line-height: 0.6rem;
  width: max-content;
  z-index: 2;
}
#pageWeb .topNav li .navDrift.shows {
  display: block;
}
#pageWeb .topNav li .navDrift a {
  float: left;
  font-size: 18px;
  color: #FFFFFF;
  width: auto;
  padding: 0 20px;
}
#pageWeb .topNav li .navDrift a:hover {
  background: #9D2932;
}
#pageWeb .topNav li:hover > a {
  position: relative;
  color: #A88462;
}
#pageWeb .topNav li:hover > a::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 0;
  height: 10px;
  width: 0.8rem;
  background-color: #A88462;
}
#pageWeb .topNav a {
  display: inline-block;
  width: 0.8rem;
  cursor: pointer;
}
#pageWeb .topNav a.active {
  position: relative;
  color: #A88462;
}
#pageWeb .topNav a.active::after {
  position: absolute;
  content: "";
  bottom: -0.29rem;
  left: 0;
  height: 10px;
  width: 0.8rem;
  background-color: #A88462;
}
#pageWeb .pageBannerCont {
  height: 460px;
  margin: 40px 0;
}
#pageWeb .bannercontainer {
  position: relative;
  height: 3.43rem;
  padding: 0.2rem;
}
#pageWeb .bannercontainer .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#pageWeb .bannercontainer .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;
}
#pageWeb .bannercontainer img {
  width: 100%;
  height: 100%;
}
#pageWeb .bannercontainer .swiperTitle {
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.2);
  padding: 0 0.15rem 0.15rem 0.22rem;
}
#pageWeb .bannercontainer .swiperTitle h2 {
  font-size: 0.32rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
#pageWeb .bannercontainer .swiperTitle .swiper-pagination {
  position: static;
}
#pageWeb .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  margin-left: 0.05rem;
}
#pageWeb .swiper-pagination-bullet-active {
  background: #fff;
}
#pageWeb .contList {
  padding: 0.15rem;
}
#pageWeb .contList li {
  padding: 0.25rem 0;
  border-top: 1px solid rgba(168, 132, 98, 0.1);
  float:left;
}

#pageWeb .contList li a{
font-size: 0.32rem;
font-weight: 400;
}


#pageWeb .wordTitle {
  font-size: 0.32rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.4rem;
  height: 1.2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#pageWeb .wordTip {
  font-size: 0.24rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 0.3rem;
}
#pageWeb .listImg {
  display: flex;
}
#pageWeb .listImg a {
  display: flex;
}
#pageWeb .listImg img {
  width: 2.32rem;
  height: 1.8rem;
  margin-right: 0.2rem;
}
#pageWeb .articleConten {
  padding: 0.4rem 0.3rem;
}
#pageWeb .breadcrumb {
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
#pageWeb .breadcrumb .iconfont {
  font-size: 0.24rem;
}
#pageWeb .articleTitle {
  font-size: 0.4rem;
  font-weight: 500;
  color: #000000;
  line-height: 0.6rem;
  margin-bottom: 0.2rem;
}
#pageWeb .articleTip {
  font-size: 0.24rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  line-height: 0.36rem;
}
#pageWeb .articlemin {
  font-size: 0.24rem;
  padding: 0.4rem 0;
  line-height: 0.4rem;
}

#pageWeb .articlemin p{text-indent:2em;}
#pageWeb .articlemin img {
  width: 100%;
  margin: 0.4rem 0;
}
#pageWeb .weChatBox {
  height: 1.27rem;
}
#pageWeb .weChatBox img {
  width: 100%;
  height: 100%;
}
#pageWeb .otherLinke {
  margin: 0.6rem 0;
	font-size: 0.28rem;
font-weight: 500;}

#pageWeb .otherLinke a {
  display: block;
  font-size: 0.28rem;
  font-weight: 500;
  color: #000000;
  margin: 0.15rem;
  line-height: 0.4rem;
}
#pageWeb .guesslike {
  font-size: 0.28rem;
  font-weight: 500;
  color: #000000;
  line-height: 36px;
  margin: 0.3rem 0;
}
#pageWeb .guesslike a {
  color: #000000;
}
#pageWeb .guesslike h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #177CB0;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
#pageWeb .shareTool {
  margin-top: 9px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f6f2ef;
  padding: 10px 0 20px;
}
#pageWeb .shareTool span {
  color: #A88462;
  font-size: 12px;
  margin-left: 17px;
}
#pageWeb .picturemin {
  position: relative;
  padding-top: 0.2rem;
}
#pageWeb .picturemin img {
  width: 100%;
  height: 3.78rem;
}
#pageWeb .picturemin .swiper-container {
  overflow: visible;
  overflow-x: clip;
}
#pageWeb .picturemin .swiper-pagination {
  bottom: -0.5rem;
}
#pageWeb .picturemin .pictureswiper {
  height: 4.78rem;
  position: relative;
  overflow: hidden;
}
#pageWeb .picturBg {
  position: absolute;
  top: 7.8rem;
  left: 0;
  padding-bottom: 0.8rem;
}
#pageWeb .picturBg .otherLinke {
  padding: 0.4rem 0.3rem;
  margin: 0;
}
#pageWeb .picturBg .guesslike {
  padding: 0.4rem 0.3rem;
  margin: 0;
}
#pageWeb .picturText {
  font-size: 0.28rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.48rem;
  background: #efdeb0;
  padding: 1.5rem 0.26rem 0.7rem;
}
#pageWeb .picturemin .swiper-pagination-bullet {
  background: none;
  border: 1px solid #a88462;
  opacity: 1;
  margin-left: 0.05rem;
}
#pageWeb .picturemin .swiper-pagination-bullet-active {
  background: #a88462;
}
