.detail-wrap {
    margin: 0 auto;
    padding-bottom: 1rem;
}

.detail-title {
    margin-top: 0.66rem;
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.48rem;
    text-align: center;
}

.detail-date {
    display: flex;
    justify-content: center;
    margin: 0.45rem 0;
    padding-bottom: 0.17rem;
    border-bottom: 0.01rem solid #DCDCDC;
}

.detail-time {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 0 0.4rem;
}

.detail-content {
    padding-bottom: 0.5rem;
    border-bottom: 0.01rem solid #DCDCDC;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.28rem;
    text-indent: 2em;
}

.detail-page-box {
    margin-top: 0.35rem;
}

.detail-page {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    margin-bottom: 0.18rem;

}

.detail-page:hover {
    color: #E00025;
}


/* 新闻详情轮播图 */

.goodsDetail-banner-box {
    width: 100%;
    position: relative;
    border: 1px solid #D9D9D9;
    margin: 0.5rem auto;
}


.goodsSwiper2 {
    width: 100%;
    background: #fff;
    height: 6.6rem;
    overflow: hidden;
    padding: .3rem;
}

.goodsSwiper2 img {
    width: 8.05rem;
    height: 6rem;
    object-fit: contain;
    margin: 0 auto;
    display: block!important;
}

.goodsSwiper2 .swiper-button-next,
.goodsSwiper2 .swiper-button-prev {
    width: 0.52rem;
    height: .52rem;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    /* border: 1px solid #ccc; */
    background: #CCCCCC;
}

.goodsSwiper2 .swiper-button-next:after,
.goodsSwiper2 .swiper-button-prev:after {
    font-size: 0.3rem;
    color: #fff;
    text-indent: 0;
}

.goodsSwiper2 .swiper-button-next {
    right: 0.25rem;
}

.goodsSwiper2 .swiper-button-prev {
    left: 0.25rem;
}

.goodsDetail-banner {
    width: 100%;
    position: relative;
    padding: 0.08rem .5rem;
    border-top: 1px solid #D9D9D9;
}

.goodsSwiper {
    width: 100%;
    overflow: hidden;

}

.goodsSwiper img {
    width: 100%;
    height: 1.6rem;
    object-fit: contain;
    cursor: pointer;
}

.goodsDetail-banner .swiper-button-next,
.goodsDetail-banner .swiper-button-prev {
    width: 0.3rem;
    height: 1.6rem;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    /* border: 1px solid #ccc; */
    background: #CCCCCC;
}

.goodsDetail-banner .swiper-button-next:after,
.goodsDetail-banner .swiper-button-prev:after {
    font-size: 0.3rem;
    color: #fff;
    text-indent: 0;
}

.goodsDetail-banner .swiper-button-next {
    right: 0.1rem;
}

.goodsDetail-banner .swiper-button-prev {
    left: 0.1rem;
}
.detail-content p span{
    font-size: 14pt !important;
    line-height: 2 !important;
}
@media only screen and (max-width: 1024px) {
    .detail-wrap{
        padding: 0 .3rem;
    }
    .detail-title{
        font-size: .3rem;
    }
    .detail-time{
        font-size: .24rem;
    }
    .detail-content p span{
        font-size: .28rem !important;
        line-height: .44rem;
    }
    .detail-page{
        font-size: .24rem;
        line-height: .36rem;
    }
    .goodsSwiper2{
        height: auto;
        padding: 0;
    }
    .goodsSwiper2 img{
        width: 75%;
    }
    .detail-content p span img,.detail-content p img{
        text-indent: 0 !important;
        display: block;
    }
    .detail-content table{
        width: 100% !important;
    }
  
}