body,
html {
  background-color: #F8F6F3;
  font-size: 0.3rem;
  font-family: HYZhongSongJ;
  /* scroll-behavior: smooth; */
}
body {
  overflow-x: hidden;
  position: static;
  -webkit-overflow-scrolling: touch;
}
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#container {
  /* max-width: 7.5rem; */
  margin: 0 auto;
  min-height: 100vh;
  background-color: #F8F6F3;
  position: relative;
}
.top-swiper {
  width: 100%;
  height: 5.04rem;
}
.top-swiper .swiper-container {
  width: 100%;
  height: 4.22rem;
}
.top-swiper .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.top-swiper .swiper-container .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-swiper .swiper-pagination-bullet {
  background: rgba(255,255,255,1);
  width: 6px;
  height: 6px;
  opacity: 0.4;
}
.top-swiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.top-swiper .swiper-pagination-bullets {
  width: auto;
  left: .32rem;
  bottom: .38rem;
  transform: rotate(10deg);
}
.swiper-bottom {
  width: 100%;
  height: 1.18rem;
  background: url(../images/top-swiper-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0 .26rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -0.38rem;
  z-index: 10;
  position: relative;
}
.read-news {
  height: .4rem;
  font-size: .32rem;
  color: #F8F6F3;
  display: flex;
  align-items: center;
}
.read-news::after {
  content: "";
  display: block;
  width: .24rem;
  height: .24rem;
  background: url(../images/icon-ribao.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: .1rem;
}
.see-more {
  font-size: .26rem;
  color: #A07E52;
  display: flex;
  align-items: center;
  height: .3rem;
}
.see-more::after {
  content: "";
  display: block;
  width: .16rem;
  height: .16rem;
  background: url(../images/icon-more.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 2px;
}
.news-module {
  width: 100%;
}
.module-title {
  width: 100%;
  padding: 0 .32rem;
  box-sizing: border-box;
  margin-bottom: .24rem;
}
.module-title-top {
  font-size: .44rem;
  color: #000000;
  letter-spacing: 2px;
  font-family: HYXuanSong85J;
}
.module-title-bottom {
  width: 100%;
  height: .46rem;
  font-size: .26rem;
  color: #A07E52;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
}
.top-title-ri {
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.module-top-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bwg-module .module-title {
  margin-bottom: .64rem;
}
.ranking {
  font-size: .22rem;
  color: #967462;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px 0 .2rem;
  height: .42rem;
  background: linear-gradient( 90deg, #FFEDE0 0%, #DBC3AD 100%);
  box-shadow: 0 .2rem .2rem 0 rgba(222,198,178,0.52);
  border-radius: .3rem;
  margin-right: .38rem;
  cursor: pointer;
}
.ranking::after {
  content: "";
  display: block;
  width: .26rem;
  height: .26rem;
  background: url(../images/icon-home-ri.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 3px;
}

/* 滑块模块 */
.slider-module {
  width: 100%;
  padding-bottom: .64rem;
  margin-bottom: .48rem;
  border-bottom: .16rem solid #EEE7E3;
}
.slider-content {
  width: 100%;
} 
.slider-module .swiper-container {
  width: 100%;
  padding: 0 .32rem;
  box-sizing: border-box;
}
.slider-module .swiper-slide {
  width: 4.62rem;
}
.slider-cover {
  width: 100%;
  height: 2.58rem;
  margin-bottom: .1rem;
}
.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-title {
  width: 100%;
  font-weight: 400;
  font-size: .28rem;
  color: #343A41;
  line-height: .38rem;
  /* height: .8rem; */
  margin-bottom: .1rem;
}
.slider-source {
  width: 100%;
  font-weight: 400;
  font-size: .24rem;
  color: #A07E52;
}
/* 展讯雅集 */
.zxyj-module {
  width: 100%;
  margin-bottom: .48rem;
  background: url(../images/zhanlan-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-top: .1rem;
}
.zxyj-content {
  width: 100%;
  padding: .46rem .32rem 0;
  box-sizing: border-box;
  
}
.zxyj-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: .4rem;
  border-bottom: 1px solid #DFD3CC;
}
.zxyj-item {
  width: 3.32rem;
  height: 6.1rem;
  background: url(../images/zhanlan-item-bg.png) no-repeat top center;
  background-size: 100% auto;
  padding: 0.95rem .14rem 0;
  box-sizing: border-box;
  /* box-shadow: 0 10px 30px 0px rgba(203,185,173,0.5); */
}
.zxyj-cover {
  width: 100%;
  height: 3.94rem;
  margin-bottom: .24rem;
}
.zxyj-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zxyj-title {
  width: 100%;
  padding: 0 .14rem;
  box-sizing: border-box;
  font-weight: 500;
  font-size: .28rem;
  color: #1E1E1E;
  line-height: .36rem;
}
.zxyj-module .module-title {
  margin-bottom: 0;
}
/* 文创瑰宝 四图 */
.wenchuang-module {
  width: 100%;
  margin-bottom: .48rem;
}
.wc-content {
  width: 100%;
  padding: 0 .32rem;
  box-sizing: border-box;
}
.wc-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFD3CC;
}
.wc-item {
  width: 3.32rem;
  margin-bottom: .54rem;
}
.wc-cover {
  width: 100%;
  height: 3.32rem;
  margin-bottom: .28rem;
  border-radius: .08rem;
  overflow: hidden;
}
.wc-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wc-title {
  width: 100%;
  font-weight: 400;
  font-size: .28rem;
  color: #1E1E1E;
}
/* 博物馆群落 */
.bwg-module {
  width: 100%;
  margin-bottom: .48rem;
  border-bottom: .16rem solid #EEE7E3;
}
.bwg-content {
  width: 100%;
  padding: 0 .32rem .32rem;
  box-sizing: border-box;
}
.bwg-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: .24rem;
  border-bottom: 1px solid #DFD3CC;
}
.bwg-item {
  width: 2.14rem;
  height: 2.14rem;
  margin-bottom: .22rem;
  position: relative;
  margin-right: .22rem;  
}
.bwg-item:nth-child(3n) {
  margin-right: 0;
}
.bwg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bwg-title {
  width: 100%;
  height: .64rem;
  font-size: .24rem;
  color: #FFFFFF;
  text-align: center;
  line-height: .64rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.6);
}
/* 展览二级页 */
.zhanlan-list{
  width: 100%;
  padding: .32rem .32rem .28rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zhanlan-item {
  width: 3.32rem;
  background-color: #ffffff;
  margin-bottom: .22rem;
  padding-bottom: .2rem;
  position: relative;
}
.zl-cover {
  width: 100%;
  height: 4.32rem;
  margin-bottom: .22rem;
  position: relative;
}
.zl-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zl-title {
  width: 100%;
  padding: 0 .14rem;
  box-sizing: border-box;
  font-size: .28rem;
  color: #1E1E1E;
  line-height: .36rem;
  text-align: justify;
  height: .78rem;
  margin-bottom: .2rem;
  font-family: 'HYXuanSong85J';
}
.zl-info {
  width: 100%;
  padding: 0 .14rem;
  box-sizing: border-box;
  font-size: .22rem;
  color: #999999;
}
.zl-place {
  padding-top: .18rem;
  border-top: 1px solid #AEAEAE;
}
/* 展览详情页 */
.top-info {
  width: 100%;
  min-height: 7.24rem;
  /* background: #e6ddcd url(../images/zl-detail-bg.png) no-repeat center;
  background-size: 100% 100%; */
  display: flex;
  padding: 2.32rem .32rem 0;
  box-sizing: border-box;
  position: relative;
  margin-top: -2rem;
}
.detail-wrapper {
  padding-bottom: 1.2rem;
}
.detail-banner {
  width: 2.42rem;
  height: 3.16rem;
  position: relative;
  flex-shrink: 0;
  margin-right: .4rem;
}
.detail-banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail-title {
  width: 100%;
  box-sizing: border-box;
  font-size: .4rem;
  color: #000000;
  font-family: HYXuanSong85J;
  line-height: .48rem;
  margin-bottom: .24rem;
}

.want-go {
  width:2.34rem;
  height: .7rem;
  background: url(../images/wdz-icon.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  /* position: absolute;
  bottom: .56rem;
  right: 0.82rem; */
}
.want-go.active {
  background: url(../images/dz-icon.png) no-repeat center;
  background-size: 100% 100%;
}

.zhanxu {
  font-size: .4rem;
  color: #000000;
  position: absolute;
  left: 1.54rem;
  bottom: .34rem;
  font-family: HYXuanSong85J;
}
.card-item {
  display: flex;
  margin-bottom: .2rem;
}
.label {
  font-size: .22rem;
  color: #87725F;
  flex-shrink: 0;
}
.value {
  font-weight: bold;
  font-size: .22rem;
  color: #543821;
}
.article_content {
  width: 100%;
  padding: .32rem;
  box-sizing: border-box;
  font-size: .32rem;
  color: #000000;
  line-height: .56rem;
  text-align: justify;
  font-family: HYZhongSongJ;
  position: relative;
}
.article_content.limit {
  max-height: 15rem;
  overflow: hidden;
}
.article_content img {
  width: 100%;
  height: auto;
  display: block;
  margin: .2rem auto;
}
.article_limit {
  display: none;
  width: 100%;
  height: 3.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(248, 246, 243, 0), rgba(248, 246, 243, 0.8), rgba(248, 246, 243, 1));
  z-index: 5;
  cursor: pointer;
  padding-top: 3rem;
  box-sizing: border-box;
}
.article_content.limit .article_limit {
  display: block;
}
.expand-more {
  font-size: .22rem;
  color: #000000;
  font-family: HYZhongSongJ;
  height: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expand-more::after {
  content: "";
  display: block;
  width: .24rem;
  height: .24rem;
  background: url(../images/arrow2.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 3px;
}
.detail-bwg-content {
  padding-bottom: .1rem;
  border-bottom: 1px solid #eee7e3;
}
.title-xgzx {
  font-size: .44rem;
  color: #000000;
  letter-spacing: 2px;
  font-family: HYXuanSong85J;
  padding: .5rem .32rem 0;
  box-sizing: border-box;
}

/* 稿件样式 */
.articles-content {
  margin-bottom: .48rem;
}
.article-item {
  background-color: #F8F6F3;
  border-bottom: none;
}
.article-new-wrapper {
  background-color: #F8F6F3;
  border-bottom: 2px solid #EEE7E3;
}
.article-info {
  font-size: .24rem;
  color: #A07E52;
}
.article-title {
  color: #000000;
}
/* .article-style-1 {
  display: block;
  overflow: hidden;
}
.article-new-style-1 .article-cover {
  margin-right: 0;
  float: right;
}
.article-new-style-1 .article-inner-1 {
  float: left;
} */
.news-module .articles-content .article-new-wrapper:first-child {
  padding: 0 .32rem;
}
.zl-time {
  margin-top: 4px;
}

.article-new-style-1, .article-new-style-2, .article-new-style-3, .article-new-style-4, .article-new-style-5, .article-new-style-6{
  padding-bottom:.24rem;
}
.article-new-wrapper{
  padding-top:0.24rem;
}
.articles-content {
  margin-bottom: 0;
}
.news-module{
  border-bottom: .16rem solid #EEE7E3;
  margin-bottom: .24rem;
}
.news-module .articles-content .article-new-wrapper:last-of-type{
  border-bottom: none;
}
.zxyj-module{
  border-bottom: .16rem solid #EEE7E3;
  margin-bottom: .24rem;
}
.slider-module{
  padding-bottom:.24rem;
  margin-bottom: .24rem;
}
.zxyj-content{
  padding-top:.24rem;
}
.zxyj-list{
  border-bottom: none;
}
.wc-item{
  margin-bottom:.34rem;
}
.wenchuang-module{
  margin-bottom:.24rem;
  border-bottom: .16rem solid #EEE7E3;
}
.wc-list{
  border-bottom: none;
}
.bwg-list{
  border-bottom: none;
  padding-bottom:0;
}
.bottom-copyright{
  width:100%;
  font-size:0;
}
/* 专家 */
.zl-expert-module {
  padding-bottom: .24rem;
}
.zl-expert-module .module-title {
  margin-bottom: .64rem;
}
.expert-item {
  width: 2.2rem;
  margin-right: .12rem;
  margin-bottom: .32rem;
  cursor: pointer;
}
.expert-item:nth-of-type(3n) {
  margin-right: 0;
}
.expert-item:nth-of-type(6n) {
  margin-right: 0;
}
.expert-item:last-child {
  margin-right: 0;
}
.expert-cover {
  width: 100%;
  height: 2.82rem;
  background: url(../images/zhuanjia-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: .18rem;
  box-sizing: border-box;
  margin: 0 auto .2rem;
}
.expert-image {
  width: 100%;
  height: 100%;
  display: block;
}
.expert-name {
  width: 100%;
  font-size: .28rem;
  color: #191919;
  text-align: center;
  font-family: 'HYXuanSong85J';
}
.expert-title-content {
  width: 100%;
  height: 1.44rem;
  text-align: center;
  background: linear-gradient( 90deg, rgba(218, 201, 186, 0.5) 0%, rgba(235, 141, 60, 0.5) 100%);
  border-radius: 0 0 .16rem .16rem;
  font-size: .22rem;
  color: #8D4B0E;
  line-height: .32rem;
  padding: .3rem .15rem 0;
  box-sizing: border-box;
}
.expert-content {
  width: 100%;
}
.expert-list {
  width: 100%;
  padding: 0 .32rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.btn-like{
  position: absolute;
  bottom: .56rem;
  right: 0.82rem;

}
.d-expert-list{
  /* padding-bottom: 0.58rem; */
  padding-top: 0.58rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  border-top: 1px solid #EEE7E3;
}
.d-expert-list .swiper-container{
  overflow: inherit;
  height: 2.8rem;
}
.zl-expert-module{
  width: 5.34rem;
  height:2.16rem;
  box-shadow: 0px 0.2rem 0.4rem 0px #D7D3CD;
  background: url('../images/expert-swiper-bg.png') no-repeat center;
  background-size: 100% 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  display: flex;
  padding-bottom: 0.24rem;
}
.zl-expert-module .item-cover{
  width: 1.32rem;
  height: 1.76rem;
  margin-right: 0.36rem;
  flex: 0 0 auto;
  padding: 0;
}
.zl-expert-module .item-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zl-expert-module .text-container .item-title{
  font-size: 0.36rem;
  color: #191919;
  line-height: 0.5rem;
  font-family: 'HYXuanSong85J';
}
.zl-expert-module .text-container .item-desc{
  font-size: 0.26rem;
  color: #908075;
  line-height: 0.34rem;
}
.text-container {
  min-width: 0;
}
.home-sort-toast {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.sort-toast-content {
  width: 6.33rem;
  background: #FFFFFF;
  border-radius: .15rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3rem 0 .3rem;
  box-sizing: border-box;
}
.toast-content-list {
  width: 4.8rem;
  margin: 0 auto;
  border-radius: .12rem;
  overflow: hidden;
}
.toast-content-list div {
  width: 100%;
  height: .64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: .3rem;
  background: #F5F5F5;
  border-bottom: 1px solid #fff;
}
.toast-content-list div.active {
  background: #F2EBE4;
  color: #b58855;
  font-family: 'HYXuanSong85J';
}
.close-sort-toast {
  width: .2rem;
  height: .2rem;
  background: url(../images/icon-close.png) no-repeat center;
  background-size: 100% 100%;
}
.sort-toast-top {
  width: 100%;
  display: flex;
  font-size: .3rem;
  height: .32rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 .32rem;
  box-sizing: border-box;
  margin-bottom: .24rem;
  font-family: 'HYXuanSong85J';
}
.btn-sort-ok {
  width: 2.4rem;
  height: .6rem;
  background: linear-gradient(90deg, #D3A672 0%, #A7733C 100%);
  border-radius: .1rem;
  border: 1px solid #A58242;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .3rem;
  color: #FFF7EC;
  margin: .32rem auto 0;
}
.zl-zan-num,.item-zan-num {
  width: 1.94rem;
  height: .36rem;
  font-size: .21rem;
  color: #651D1D;
  text-align: center;
  background: url(../images/zl-dianzan-num-bg.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .32rem;
}
.bm-content {
  width: 100%;
  padding: .16rem 0 .4rem;
  box-sizing: border-box;
  border-bottom: .16rem solid #EEE7E3;
  margin-bottom: .46rem;
  display: block;
}
.bm-top-img {
  width: 100%;
  height: 4.26rem;
  display: block;
  margin: 0 auto;
}
.bm-img-box {
  width: 100%;
  padding: .4rem .16rem 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bm-img-box img {
  width: 3.52rem;
  height: 1.88rem;
  display: block;
  flex-shrink: 0;
  margin-bottom: 4px;
  cursor: pointer;
}
@media (min-width: 750px) {
  .bm-content {
    display: none;
  }
  .zl-zan-num {
    width: 115px;
    height: 26px;
    border-radius: 13px 4px 13px 4px;
    font-size: 14px;
    position: absolute;
    right: 54px;
    top: 28px;
  }
  .item-zan-num {
    width: 140px;
    height: 26px;
    background: url(../images/zl-dianzan-num-bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 14px;
    margin-left: 8px;
    margin-bottom: 20px;
  }
  .sort-toast-content {
    width: 540px;
    height: 441px;
    padding: 26px 0;
    border-radius: 12px;
  }
  .sort-toast-top {
    font-size: 15px;
    height: 30px;
    padding: 0 24px;
    margin-bottom: 20px;
  }
  .close-sort-toast {
    width: 12px;
    height: 12px;
  }
  .toast-content-list {
    width: 375px;
    border-radius: 8px;
  }
  .toast-content-list div {
    height: 46px;
    font-size: 15px;
    cursor: pointer;
  }
  .btn-sort-ok {
    width: 160px;
    height: 40px;
    border-radius: 8px;
    font-size: 15px;
    margin: 24px auto 0;
  }


  .d-expert-list{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
}
.zl-expert-module{
    width: 343px;
    height: 100px;
    box-shadow: unset;
    background: url('../images/pc/zl-expert-pc-bg.png') no-repeat center;
    background-size: 100% 100%;
    padding: 8px 20px 0;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.zl-expert-module .item-cover{
    width: 62px;
    height:  84px;
    flex: 0 0 auto;
    margin-left: 6px;
    margin-right: 16px;
}
.zl-expert-module .item-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zl-expert-module .text-container .item-title{
    font-weight: normal;
    font-size: 18px;
    color: #191919;
    line-height: 24px;
    font-family: 'HYXuanSong85J';
    text-align: left;
    margin-right: 0;
}
.zl-expert-module .text-container .item-desc{
    font-size: 13px;
    color: #908075;
    line-height: 18px;
    text-align: left;
}
  .zl-expert-module {
    padding-bottom: 24px;
  }
  .expert-list {
    padding: 0;
  }
  .zl-expert-module .module-title {
    margin-bottom: 36px;
  }
  .expert-item {
    width: 182px;
    height: 231px;
    background: url(../images/pc/expert-item-bg.png?01) no-repeat center;
    background-size: 100% 100%;
    padding: 31px 5px 0;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 24px;
  }
  .expert-item:nth-of-type(2n) {
    margin-right: 20px;
  } 
  .expert-item:nth-of-type(3n) {
    margin-right: 20px;
  } 
  .expert-item:nth-of-type(6n) {
    margin-right: 0;
  } 
  .text-container {
    width: 100%;
  }
  .expert-cover {
    width: 92px;
    height: 123px;
    background: unset;
    padding: 0;
    margin: 0 auto 20px;
  }
  .expert-name {
    font-size: 16px;
    color: #191919;
    margin-bottom: 16px;
  }
  .expert-title-content {
    height: 94px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    color: #8D4B0E;
    line-height: 18px;
    padding: 20px 8px 0;
  }
  body{
    min-width: 1200px;
    overflow-x:auto;
  }
  #container {
    background: #EEE7E3;
    /* padding-bottom: 67px; */
  }
  .top-swiper {
    max-width: 1920px;
    min-width: 1200px;
    height: 421px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .top-swiper .swiper-container {
    width: 100%;
    height: 380px;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
  .swiper-bottom {
    width: 100%;
    height: 89px;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    background: url(../images/pc/pc-swiper-bg.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: -48px;
  }
  .read-news {
    width: 105px;
    height: 36px;
    background: linear-gradient( 180deg, #FFF7EA 0%, #FEEBCD 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #A07E52;
    justify-content: center;
    position: absolute;
    top: -47px;
    right: 360px;
    cursor: pointer;
  }
  .read-news::after {
    width: 12px;
    height: 12px;
    background: url(../images/pc/icon-ribao.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 3px;
  }
  .module-title {
    margin-bottom: 20px;
    padding: 0;
  }
  .modules-content {
    width: 1200px;
    margin: 0 auto;
  }
  .module-title-top {
    font-size: 22px;
  }
  .module-title-bottom {
    font-size: 13px;
    height: 20px;
  }
  .bwg-module .module-title {
    margin-bottom: 32px;
  }
  .ranking {
    font-size: 12px;
    padding: 0 6px 0 12px;
    height: 21px;
    box-shadow: 0 10px 10px 0 rgba(222,198,178,0.52);
    border-radius: 15px;
    margin-right: 18px;
    cursor: pointer;
  }
  .ranking::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
  }

  .see-more {
    font-size: 13px;
    cursor: pointer;
  }
  .see-more::after {
    width: 8px;
    height: 8px;
  }
  /* 文创 */
  .wenchuang-module {
    margin-bottom: 42px;
  }
  .wc-content {
    padding: 0;
  }
  .wc-list {
    border: none;
    justify-content: unset;
  }
  .wc-item {
    width: 280px;
    height: 348px;
    margin-bottom: 0;
    background: #EEE9E1;
    margin-right: 26px;
  }
  .wc-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wc-cover {
    width: 100%;
    height: 280px;
    margin-bottom: 8px;
    border-radius: unset;
  }
  .wc-title {
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 26px;
  }
  /* 博物馆 */
  .bwg-module {
    margin-bottom: 42px;
  }
  .bwg-content {
    padding: 0;
  }
  .bwg-list {
    padding-bottom: 0;
    border-bottom: none;
  }
  .bwg-item {
    width: 180px;
    height: 180px;
    margin-bottom: 0;
    margin-right: 24px;
    cursor: pointer;
  }
  .bwg-item:nth-of-type(3n) {
    margin-right: 24px;
  }
  .bwg-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .bwg-title {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  /* 瑰丽影绘 */
  .slider-module {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 42px;
  }
  .slider-module .swiper-container {
    padding: 0;
  }
  .slider-module .swiper-slide {
    width: 392px;
    height: 324px;
    background: #EEE9E1;
  }
  .slider-cover {
    height: 224px;
    margin-bottom: 10px;
  }
  .slider-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
    height: 48px;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .slider-source {
    font-size: 14px;
    padding: 0 12px;
    box-sizing: border-box;
  }
  /*  */
  .articles-content {
    margin-bottom: 42px;
  }
  .articles-pc-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .articles-le {
    width: 498px;
    height: 374px;
    background: #EEE9E1;
  }
  .articles-ri {
    width: 690px;
  }
  .article-pc-cover {
    width: 100%;
    height: 282px;
    position: relative;
    margin-bottom: 8px;
  }
  .article-pc-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .article-pc-info{
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .article-pc-title{
    width: 100%;
    font-size: 18px;
    color: #1E1E1E;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .article-pc-source{
    width: 100%;
    font-size: 14px;
    color: #A07E52;
    line-height: 16px;
  }
  .article-pc-item {
    width: 690px;
    height: 118px;
    display: flex;
    align-items: center; 
    margin-bottom: 10px;
    background: #EEE9E1;
  }
  .pc-item-cover {
    width: 210px; 
    height: 118px;
    position: relative;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .pc-item-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .pc-item-title{
    font-size: 18px;
    color: #1E1E1E;
    line-height: 24px;
    text-align: justify;
    height: 90px;
  }
  .pc-item-source{
    font-size: 14px;
    color: #A07E52;
    line-height: 16px;
  }
  .pc-item-info {
    width: 430px;
  }
  .zxyj-module {
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    height: 620px;
    background: unset;
  }
  .zxyj-wrapper {
    width: 1314px;
    height: 620px;
    padding: 20px 45px 0;
    box-sizing: border-box;
    background: url(../images/pc/pc-zl-bg.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .zxyj-wrapper .module-title {
    width: 1200px;
    margin: 0 auto;
  }
  .zxyj-content {
    padding: 0;
  }
  .zxyj-list {
    padding-bottom: 0;
    border-bottom: none;
    justify-content: flex-start;
  }
  .zhanlan-list {
    width: 1200px;
    margin: 24px auto 0;
    padding: 0;
    justify-content: flex-start;
  }
  .zxyj-item {
    width: 306px;
    height: 505px;
    background: url(../images/pc/pc-zl-item-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 59px 23px 0;
    box-sizing: border-box;
    cursor: pointer;
  }
  .zxyj-cover {
    height: 336px;
    margin-bottom: 21px;
  }
  .zxyj-title {
    width: 100%;
    font-size: 18px;
    padding: 0;
    line-height: 24px;
  }
  .zhanlan-item {
    width: 220px;
    margin-bottom: 24px;
    padding-bottom: 10px;
    margin-right: 24px;
    cursor: pointer;
  }
  .zhanlan-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .zl-cover {
    height: 286px;
    margin-bottom: 12px;
  }
  .zl-title {
    padding: 0 8px;
    height: 40px;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 18px;
    text-align: justify;
    margin-bottom: 12px;
  }
  .zl-info {
    padding: 0 8px;
    font-size: 13px;
  }
  .zl-place {
    padding-top: 10px;
  }
  /* 展览详情页 */
  .top-info {
    padding: 20px 24px 0;
    margin-top: 0;
    height: 330px;
    min-height: unset;
  }
  .detail-wrapper {
    padding-top: 8px;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .zhanxu {
    font-size: 20px;
    left: 270px;
    bottom: 32px;
  }
  .want-go {
    width: 115px;
    height: 33px;
    left: 156px;
    top: 132px;
  }
  .detail-content {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
  }
  .detail-banner {
    width: 121px;
    height: 158px;
    margin-right: 16px;
  }
  .detail-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .card-cost-item {
    display: none;
  }
  .card-item {
    margin-bottom: 12px;
  }
  .label,.value {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: justify;
  }
  .article_content.limit .article_limit {
    display: none;
  }
  .article_content.limit {
    max-height: unset;
    overflow: auto;
  }
  .detail-bottom {
    width: 100%;
    padding: 24px 24px 69px;
    box-sizing: border-box;
    background: #F8F6F3;
    display: flex;
    justify-content: space-between;
  }
  .article_content {
    width: 706px;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    padding: 0;
    flex-shrink: 0;
  }
  .article_content img {
    margin: 24px 0;
  }
  .detail-ri {
    width: 357px;
  }
  .detail-bwg-content {
    padding-bottom: 0;
    border-bottom: none;
  }
  .title-xgzx {
    font-size: 20px;
    padding: 40px 0 0;
  }
  .pc-article-item {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #EEE7E3;
    display: flex;
  }
  .pc-article-cover {
    width: 130px;
    height: 73px;
    position: relative;
    margin-right: 9px;
    flex-shrink: 0;
  }
  .pc-article-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .pc-article-title {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 12px;
    min-height: 44px;
  }
  .pc-article-source {
    font-size: 12px;
    color: #A07E52;
  }
  .article-item {
    cursor: pointer;
  }
  .top-swiper .swiper-pagination-bullets {
    left: 50%;
    transform: translateX(-50%) rotate(5deg);
    width: 1200px;
    text-align: left;
    bottom: 3px;
  }
  .top-swiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  .top-swiper .swiper-pagination-bullet-active {
    background: rgba(220, 163, 90, 1);
  }
  .news-module,.zxyj-module,.wenchuang-module{
    border-bottom: none;
  }
  .pc-article-item .pc-article-cover .ear {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
    display: block;
  }
  .bottom-copyright{
    width:100%;
    min-width:1200px;
    background:#dcdeed url(../images/footer-pc.png?03) center center no-repeat;
    background-size:1200px 100%;
    height:237.5px;
  }
 
}

.animation-container {
  /* position: absolute;
  top: .1rem;
  right: 0; */
  /* left: 50%;
  transform: translateX(-50%); */
}

.like-animation {
  position: absolute;
  top: 5px;
  right: 0;
  color: #ff6f61;
  font-size: 20px;
  animation: riseAndFade 1s ease-out forwards;
}

@keyframes riseAndFade {
  0% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(-50px);
  }
}