.news-detail{
margin-top: 128px;
}
.crumbs-box{
font-size: 0.16rem;
padding-top: 0.5rem;
}
.crumbs-box .home-icon {
    width:0.2rem;
    height:0.2rem;
    background:url('../images/home_icon.png') no-repeat;
    background-size: 100% 100%;
}
.crumbs-box .c-text1{
    color:#999;
    
}
.crumbs-box .c-title{
    color:#000;
    
}
.crumbs-box .back-btn{
    border: 2px solid #a6bbc9;
    font-size: 0.24rem;
    color: #666;
    width: 2rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    cursor: pointer;
}
.detail-content{
    font-size:0.18rem;
    color:#666;
    line-height: 0.3rem;
}
.detail-content .d-title{
    font-size:0.32rem;
    padding-top: 0.6rem;
    color: #333;
}
.detail-content .time{
    font-size:0.18rem;
    color:#053583;
    padding:0.3rem 0 0.5rem;
}
.detail-content img{
    display: block;
    width:6rem;
    margin:0.1rem auto;
}
.news-list{
    font-size:0.2rem;
    margin:0.34rem 0;
}
.news-list .list{
    border-top:1px solid #d3dbe2;
    padding:0.2rem 0;
}
.news-list .n-name{
    width:50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
}
.news-list .time{
    font-size:0.18rem;
    color:#053583;
}
.news-list .l-btn{
    font-size: 0.18rem;
    color: #053583;
}
.content5{
    background:#f8f8f8;
    padding:0.6rem 0 1rem;
}
.content5 .all-btn{
    border:2px solid #a6bbc9;
    font-size:0.24rem;
    color:#666;
    width:2rem;
    height:0.5rem;
    text-align: center;
    line-height: 0.5rem;
    cursor: pointer;
}

.content5 .swiper {
    overflow-x: clip;
    overflow: initial;
}

.content5 .swiper-box {
    overflow-x: hidden;
    padding-bottom: 1rem;
    margin-top:0.3rem;
}

.content5 .swiper-slide {
    font-size: 18px;
    /* background: #fff; */
    cursor: pointer;
}

.content5 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content5 .swiper-button-next,
.content5 .swiper-button-prev {
    bottom: -70px;
    top: initial !important;
}

.content5 .swiper-pagination {
    top: initial !important;

    width: 90% !important;
    left: 5% !important;
    /* width: 80% !important;
    left: 50% !important;
    transform: translateX(-50%)!important; */
}

.content5 .swiper-scrollbar {
    bottom: -55px !important;
    height: 7px !important;
    background: url('../images/bg1.png') repeat-x !important;
    width: 90% !important;
    left: 5% !important;
    border-radius: 0 !important;
}

.content5 .swiper-scrollbar-drag {
    background: url('../images/bg2.png') no-repeat !important;
    height: 7px !important;
    background-size: 100% 100%;
    border-radius: 0 !important;
}

.content5 .swiper-button-next:after,
.content5 .swiper-button-prev:after {
    font-size: 26px !important;
    font-weight: bold;
    color: #666;
}
.n-item {
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 0.3rem;
    margin-bottom: 0.2rem;
}

.n-item img {
    width: 100%;
    height: 2rem;
}

.n-item .time {
    font-size: 0.14rem;
    color: #052583;
    margin-top: 0.2rem;
    padding: 0 0.1rem;
}

.n-item .n-title {
    font-size: 0.18rem;
    color: #000;
    line-height: 0.3rem;
    margin: 0.1rem 0;
    padding: 0 0.1rem;
}

.n-item .n-desc {
    font-size: 0.13rem;
    color: #666;
    line-height: 0.22rem;
    padding: 0 0.1rem;

}
@media (max-width: 1025px) {
    .news-detail{
        margin-top: 1rem;
    }
    .crumbs-box .back-btn{
        font-size: 0.18rem;
        width: 1.2rem;
        height: 0.4rem;
        line-height: 0.4rem;
        box-sizing: border-box;
    }
    .content5 .all-btn{
        font-size: 0.18rem;
        width: 1.2rem;
        height: 0.4rem;
        line-height: 0.4rem;
    }
    .news-list{
        font-size: 0.18rem;
    }
    .detail-content .d-title{
        font-size: 0.24rem;
        padding-top: 0.3rem;
    }
    .detail-content .time{
        font-size: 0.16rem;
        padding: 0.15rem 0 0.2rem

    }
}
@media screen and (max-width:670px){
    .crumbs-box {
        display: block !important;
        padding-top: 0.3rem;
    }
    .crumbs-box .back-btn{
        margin-top: 0.1rem;
        border: 1px solid #a6bbc9;
    }
    .breadcrumb{
        display: none !important;
    }
    .news-list .n-name{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .content5{
        padding: 0.25rem 0;
    }
    .content5 .swiper-button-next, .content5 .swiper-button-prev{
        display: none;
    }
}