.container{
    width: 1280px;
}
/*轮播图开始*/
.swiper{
    position: relative;
}
.swiper .swiper-img{
    width: 100%;
    min-height: 380px;
}
.title-line{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    z-index: 50;
}
.line{
    width: 81px;
    height: 2px;
    background-color: #fff;
    margin-top: 30px;
}
.bread{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    color: white;
    line-height: 50px;
    color: white;
    z-index: 50;
    font-size: 18px;
    text-transform: none;
}
.bread a{
    color: white;
}
/*轮播图结束*/

/*具体的内容开始*/
.detail{
    padding-bottom: 6.8rem;
}
.detail .title-time{
    text-align: center;
    padding: 5.25rem 0 3.3rem;
    border-bottom: 1px solid #e0e0e0;
}
.detail .bule-title{
    color: #164199;
    font-size: 1.5rem;
}
.detail .time{
    font-size: 1.25rem;
    color: #3f3f3f;
    margin-top: 1.25rem;
}
.detail .content{
    box-sizing: border-box;
    padding: 67px 16px 0;
}
/*.detail .content img{*/
/*    width: 100%;*/
/*}*/
.detail .pre-next{
    padding-top: 1.7rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 7.68rem;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}
.detail .pre-next .pre + .pre{
    margin-top: 30px;
}
.detail .pre-next a{
    color: #3f3f3f;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s;
}

.detail .pre-next .pre a:hover{
    color: #164199;
    text-decoration: underline;
}

/*具体的内容结束*/
@media all and (max-width: 824px){
    .wap-banner-box{
        height: 220px;
    }
    .wap-banner{
        width: 100%;
        height: 220px;
        overflow: hidden;
        background: url("/application/index/static/image/news-swiper2.png");
        background-repeat: no-repeat;
        background-position:center center;
        background-size: cover;
    }
    .map-con-box-wrapper{
        padding-bottom: 60px;
        margin-top: 20px;
    }
    .left-title{
        font-size: 3rem;
        line-height: 59px;
    }
    .group-box{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .brand-box-title{
        font-size: 2.4rem;
    }
    .desc-swiper .shadow {
        margin-top: 30px;
    }
}

/*具体的内容结束*/
@media all and (max-width: 768px){
    .detail .pre-next a{
        white-space:inherit;
    }
    .container .pre-next .pre{
        width: 100% !important;
    }
    .detail .pre-next{
        margin-top: 1rem;
    }
    .detail{
        padding-bottom: 5rem;
    }
    .el-carousel--horizontal{
        overflow-x: initial;
    }
    .line{
        height: 3px;
    }
    .detail .content img{
        width: 100%; height: auto;max-width: 100%; display: block;
    }
}