
.m-slide .tab {
  position: absolute;
  bottom: 0;
  z-index: 11;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);/*自己的50% */
}
.m-slide .tab h2 {
  line-height: 40px;
  color: #fff;
  /* background: #343534; */
}
.m-slide .tab h2 a {
  padding-top: 10px;
  height: auto;
  line-height: 47px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
  /* background: #343534; */
  width: 80%;
  margin-left: 10px;
  display: block;
  font-size: 20px;
  color: #000;
}
.m-slide .tab li {
  /* width: 220px; */
  margin-right: 10px;
  float: left;
}
.m-slide .tab .first {
  border-top: 0;
}
.m-slide .tab li a {
  /* text-decoration: none; */
  display: inline-block;
  position: relative;
  /* background: #343534; */
  background: url(../images/un-select.png) no-repeat;
  height: 32px;
  width: 32px;
  background-size:100%; 
  /* line-height: 32px;
  text-indent: 20px; */
  /*color: #fcf8e3;*/
  /* color: #000;
  font-size: 14px; */
}
.m-slide .tab li a:hover {
  font-size: 18px;
  background: url(../images/select.png) no-repeat;
  background-size:100%; 
}
.m-slide .tab a b {
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 11px;
  overflow: hidden;
}
.m-slide .tab a span {
  position: absolute;
  overflow: hidden;
}
.m-slide .tab a .title {
  left: 17px;
  top: 6px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.m-slide .tab a .des {
  height: 16px;
  line-height: 16px;
  color: #999;
}
.m-slide .tab .first a {
  height: 50px;
}
.m-slide .tab .on a b {
  background: url(images/dot.png) no-repeat;
}
.m-slide .tab .on a span {
  color: #41a1f2;
}
.m-slide {
  position: relative;
  width: 100%;
  height: 100%;
  /*background: white;*/
  overflow: hidden;
  /*margin-bottom:30px;*/
  /*top: -130px;*/
  z-index: 9;
}
.m-slide .bottom-shadow {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  background: #e6e6e6;
  border-bottom: 1px solid #ececec;
}
.m-slide .img {
  float: left;
  position: relative;
  height: 500px !important;
  width: 100%;
}
.m-slide .img img{
  height: 100%;
  width: 100%;
}
.m-slide .img li {
  position: absolute;
  left: 0;
  top:0;
  text-align: center;
  height: 100%;
  width: 100%;
}
/* 本例子css */
.ladyScroll {
  width: 100%;
  margin: 15px auto;
  border: #ddd 1px solid;
  position: relative;
  /*background: #fff;*/
}
.ladyScroll .title {
  color: #333;
  font-size: 18px;
  border-bottom: solid 2px #0d6fb8;
  margin: 30px 4% 10px;
  padding: 10px 0;
}
.ladyScroll .prev,
.ladyScroll .next {
  width: 51px;
  height: 45px;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 100;
  cursor: pointer;
  background: url(../images/index_icon2.png) no-repeat;
}
.ladyScroll .prev {
  background-position: 12px -14px;
}
.ladyScroll .next {
  left: auto;
  right: 0;
  background-position: -25px -14px;
}
.ladyScroll .prev:hover {
  /*background-position: 0 -45px;*/
}
.ladyScroll .next:hover {
  /*background-position: 0 -135px;*/
}
.ladyScroll .scrollWrap {
  width: 92%;
  margin-left: 4%;
  padding: 0px 0 35px;
  overflow: hidden;
}
.ladyScroll dl {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}
.ladyScroll dt {
  float: left;
  width: 140px;
  overflow: hidden;
}
.ladyScroll img {
  display: block;
  width: 140px;
}
.ladyScroll dd {
  width: 330px;
  padding-left: 15px;
  float: left;
  width: 343px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.ladyScroll dd h2 {
  font-size: 18px;
  color: #fd9964;
  text-align: left;
  margin-top: 28px;
}
.ladyScroll dd .des {
  font-size: 14px;
  color: #888888;
  text-align: left;
}
.ladyScroll dd .more {
  color: #333;
  display: block;
  width: 100%;
  position: relative;
  font-size: 13px;
  text-align: right;
}
.ladyScroll dd a {
  color: #fff;
}
.ladyScroll dd a:hover {
  text-decoration: none;
}
/*.ladyScroll dl:hover span {
  background: #B52153;
}*/
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-slide {
    display: none;
  }
  .ladyScroll .title {
    margin: 15px 4% 0px;
  }
  .ladyScroll dl {
    width: 49%;
  }
  .ladyScroll dt {
    display: none;
  }
  .ladyScroll .prev {
    top: 120px;
    left: -10px;
  }
  .ladyScroll .next {
    top: 120px;
    right: -15px;
  }
  .ladyScroll dd {
    width: 100% !important;
  }
  .ladyScroll dd h2 {
    margin-top: 15px;
  }
  .ladyScroll dd .des {
    line-height: 24px;
    height: 120px;
    overflow-y: hidden;
  }
}

/*非遗项目*/
.m-fyxm{
  width: 100%;
  /*height: 620px;*/
  /*background-color: #fff; */
    background-image: url('/images/fyxm-bg.png'); /* 设置背景图片 */
    /* 其他可选属性，用于调整背景图片的位置、大小等 */
    background-repeat: no-repeat; /* 如果不希望背景图片重复 */
    background-position: center center; /* 背景图片居中 */
    background-size: cover; /* 背景图片覆盖整个容器，保持比例 */
  background-size: 100% 100%;
  margin-top: -31px;
  position: relative;
}
.fyxm-title{
    position: absolute;
    left: 13.5%;
    top: 12%;
        background: url(/wapcms/images/title-background.png) no-repeat;
        padding: 10px 28px;
        background-size:100% 100%;
       
}
.fyxm-title span{
    font-size: 30px;
     color: #6f5432;
    /*font-weight: 600;*/
}
.fyxm-content{
    padding-top: 120px;
    margin:0  13.5%;
    display: flex;
    justify-content: space-between;
}
.fyxm-lg-box{
    width: 500px;
    height: 360px;

}


.fyxm-lg-box,.fyxm-sm-box{
    position: relative;
}
.fyxm-lg-box img,.fyxm-sm-box img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.fyxm-lg-box div,.fyxm-sm-box div{
    position: absolute;
    bottom: 0;
    font-size: 16px;
    width: 100%;
    text-indent: 20px;
    padding: 10px 5px;
    font-weight: 800;
    white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
}
.fyxm-lg-box div{
     background: #e4d5b6;
    color: #6a0e11;
}
.fyxm-sm-box{
    width:280px;
    height: 360px;
    /*margin-right: 20px;*/
}
.fyxm-content div:nth-child(2) div{
    background: #957641;
    color: #fff;
}
.fyxm-content div:nth-child(3) div{
    background: #574f41;
    color: #fff;
}.fyxm-content div:nth-child(4) div{
    background: #205479;
    color: #fff;
}


/*非遗传承人*/
.m-fyccr{
     width: 100%;
  height: 460px;
  /*background-color: #f7f2ef; */
    background-image: url('/images/fyccr-bg.png'); /* 设置背景图片 */
    /* 其他可选属性，用于调整背景图片的位置、大小等 */
    background-repeat: no-repeat; /* 如果不希望背景图片重复 */
    background-position: center center; /* 背景图片居中 */
    background-size: cover; /* 背景图片覆盖整个容器，保持比例 */
  background-size: 100% 100%;
  position: relative;
}
.fyccr-content{
    display: flex;
    justify-content:space-between;
    margin: 0 13.5%;
    padding-top: 120px;
}
.fyccr-box{
    width: 220px;
    height: 260px;
    background-image: url('	https://jnfy.wyyli.cn/images/ccr-bg.png'); /* 设置背景图片 */
    background-position: center center; /* 背景图片居中 */
    background-size: cover; /* 背景图片覆盖整个容器，保持比例 */
  background-size: 100% 100%;
  position: relative;
}
.ccr-title{
        position: absolute;
    top: 26%;
    left: 34%;
    width: 72px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.ccr-xm{
    position: absolute;
    top: 60%;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.ccr-more{    
    position: absolute;
    bottom: 10%;
    padding: 5px 7px;
    left: 36%;
    background: #8c642e;
   
}
.ccr-more a{
     color: #fff;
    font-size: 12px;
}

.m-fyjd{
  width: 100%;
  height: 667px;
  display: flex;
  background: url(../images/jdbj.png);
  background-size: 100%;
}
.jd-font{
  width: 30%;
  height: 100%;
  display: flex;
  padding: 100px 10%;
}
.jd-img{
  width: 65%;
  height: 100%;
  padding: 40px 0;
}
.jd-title{
  width: 50px;
}
.jd-title div{
  width: 100%;
  height: 300px;
  background: url(../images/jcfyzt.png) no-repeat;
  background-size: 100%;
}
.jd-name{
  width: 35px;
  height: 100%;
  margin-right: 20px;
}
.jd-name span{
  font-size: 25px !important;
  color: #fff;
}
.jd-img div{
  width: 45%;
  height: 270px;
  background-size: 100%;
  float: left;
  /*margin-top: 20px;*/
  margin: 20px;
}
/*.imgf{*/
/*  background: url(../images/index/基地1.png) no-repeat;*/
/*  margin-right: 20px;*/
/*}*/
/*.imgs{*/
/*  background: url(../images/index/基地2.png) no-repeat;*/
/*}*/
/*.imgt{*/
/*  background: url(../images/index/基地3.png) no-repeat;*/
/*  margin-right: 20px;*/
/*}*/
/*.imgo{*/
/*  background: url(../images/index/基地4.png) no-repeat;*/
/*}*/

.m-fyzx{
  width: 100%;
  height: 757px;
  background: #fff;
}
.zx-title{
  width: 100%;
  height: 97px;
  position: relative;
}
.zx-title div{
  width: 200px;
  height: 50px;
  background: url(../images/zxzt.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 27px;
}
.zx-list{
  width: 100%;
  height: 220px;
  border-bottom: solid 1px #e0e0e0;
}
.zx-list a{
  margin-left: 10%;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
}
.zx-list:hover{
  background: url(../images/listcover.png);
  background-size: 100%;
}
.list-img{
  width: 20%;
  height: 80%;
  margin-left: 15%;
}
.list-img img{
  width: 100%;
  height: 100%;
}
.list-font{
  width: 50%;
  height: 80%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-title{
  font-size: 20px;
  font-weight: bold;
}
.list-time{
  color: #9da7b2;
  font-size: 15px;
  display: flex;
}
.list-intr{
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 60px;
}
.list-icon{
  width: 16px;
  height: 16px;
  background: url(../images/time.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.list-title, .list-time, .list-intr{
  margin-bottom: 10px;
}
/*新增模块*/
.sjkys {
    height: 360px !important;
    margin: 0;
    border: none;
    padding: 20px 100px;
    margin-top: 40px;
    /*background-image: url('/assets/image/hhbg.jpg');*/
    /*background-image: url('/wapcms/images/wap-bg.png');*/
    /*background-size: 100%;*/
}
.sjkys dl{
    width: 25%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sjkys dl dt{
    margin: 0 auto;
    width: 120px;
}
.sjkys dl dt img{
    width: 80px;
    margin: 0 auto;
}
.sjkys dl dd{
    padding: 0;
    margin: 10px 0;
}
.sjkys dl dd h2{
    text-align: center;
    margin: 0;
    color: #000;
    font-weight: 600;
    color: #6f5432;
    /*font-size: 16px;*/
}
