
.ky-w1200{
    margin: 0 auto;
    overflow: hidden;
    display: block;
    width: 1200px;
}
.dangbanner img{
    width: 100%;
}
.ydshow{
    display: none;
}
.pcshow{
    display: block;
}
.dangzhuanti{
    background: linear-gradient(180deg, #fff4e5, #fffefe);
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newslistbox{
    display: flex;
    padding: 40px 0 40px;
    /*align-items: center;*/
}
.wodeswiper{
    width: 670px;
}

.xinwenbiaoti{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: #8c070c;
    padding: 10px;
}
.xinwenbiaoti span{
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    line-height: 29px;
    font-weight: bold;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-pagination{
    text-align: right;
    right: 30px;
    padding-right: 20px;
    padding-bottom: 9px;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: .5;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-slide img{
    width: 100%;
    height: 465px;
}
.rightlist{
    width: 530px;
}
.rightlist p{
    padding:16px 20px;
    border-bottom: 1px dashed #ffd0c3;
}
.rightlist a{
    display: block;
    font-size: 18px;
    line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rightlist p.active,.rightlist p:hover{
    background: #8c070c;
    color: #fff;
}
.items001{
    width: 580px;
    height: 350px;
    border: 1px solid #e8d1ab;
    background: #fef7ee;
    float: left;
}
.items001 h2{
    height: 78px;
    line-height: 78px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #8c070c;
    font-size: 30px;
    background: linear-gradient(90deg, #e9d1ad, #fef7ee);
}
.items001 h2 a{
    display: flex;
    align-items: center;
}
.items001 h2 img{
    width: 40px;
    margin-right: 5px;
}
.zyjslist{
    padding: 0 20px;
}
.zyjslist a{
    position: relative;
    line-height: 68px;
    overflow: hidden;
    height: 68px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px dashed #ffd0c3;
    padding-left: 15px;
}
.zyjslist a:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #d57526;
    border-radius: 100%;
    left: 0;
    top: 33px;
}
.zyjslist a:hover{
    color: #8c070c;
}
.items001{
    margin-bottom: 40px;
}
.items001:nth-child(2n){
    float: right;
}
.footerbox{
    background: #8c070c;
    padding: 50px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    margin-top: 40px;
}
.footerbox span{
    font-size: 16px;
    margin:0 30px;
    color: #fef7ee;
}

@media (max-width: 768px) {
.footerbox span{display: block;font-size: 3.6vw;margin-bottom: 2vw;}
    .ky-w1200{width: 100%;}
    .ydshow{
        display: block;
    }
    .pcshow{
        display: none;
    }
    .wodeswiper{width: 100%;
        padding: 0 4vw;
        box-sizing: border-box;}
    .newslistbox{padding: 4vw 0 6vw;}
    .xinwenbiaoti span{width: 65vw;font-size: 3.3vw;}
    .zhongyangjsbox{padding: 0 4vw;}
    .items001{width: 100%;}
    .items001 h2{
        height: 13vw;
        line-height: 13vw;
        font-size: 5vw;
        text-align: center;
    }
    .items001{height: auto;margin-bottom:6vw;}
    .items001 h2 a{justify-content: center;}
    .items001 h2 img{width: 7vw;}
    .zyjslist a{height: 14vw;line-height: 14vw;font-size: 4vw;}
    .zyjslist a:before{top: 6.7vw;}
    .footerbox{padding: 5vw 0;
        font-size: 3.6vw;
        line-height: 5vw;}
    .footerbox p{margin-bottom: 3vw;}
    .newslistbox{height: 87vw;}
    .wodeswiper{height: 77vw;}
    .swiper-slide img{height: 64vw;}
    .footerbox{margin-top: 3vw;}
}
