/* 面包屑 */
.bread .breadcrumb{ 
    height: 1.78571429rem;
    background: #F8F8F8;
    padding: .64285714rem 9.28571429rem;
    font-size: .5rem;
    color: #666666;
    margin-bottom: 2.5rem;
}
.bread .breadcrumb li{
    margin-right: .35714286rem;
}
.bread .breadcrumb a{
    color: #666666 !important;
}
/* 具体内容 */
.newsDetail{
    padding: 0 9.28571429rem;
}
.newsDetail-title{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1.14285714rem;
    font-weight: bold;
    color: #333333;
}
.newsDetail-date{
    display: flex;
    justify-content: center;
    font-size: .57142857rem;
    color: #666666;
    margin: .53571429rem 0 .92857143rem;
}
.newsDetail-date i{
    font-style: normal;
    padding-right: .42857143rem;
}
.newsDetail-date span{
    padding-right: .42857143rem;
}
.newsDetail-line{
    width: 100%;
    height: .03571429rem;
    background: #EEEEEE;
}
.newsDetail-content{
    margin-top: .78571429rem;
}
.newsDetail-content p, .newsDetail-content b{
    font-size: .64285714rem;
    color: #444444;
    line-height: 1.28571429rem;
}
.newsDetail-content p{
    text-indent: 2em;
}
.newsDetail-content b{
    margin: .71428571rem 0;
    display: block;
}
.newsDetail-content div{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: .71428571rem 0;
}
.newsDetail-content div img{
    width: 22.82142857rem;
    height: auto;
    /* height: 17.14285714rem; */
}
.newsDetail-button{
    padding: 0 10.92857143rem 0 11.42857143rem;
    display: flex;
    justify-content: space-between;
    margin: 1.03571429rem 0 2.85714286rem;
}
.newsDetail-button span a {
    color: #1F8CBF !important;
    width: 3.85714286rem;
    height: 1.21428571rem;
    border: 1px solid #1F8CBF;
    border-radius: 4px;
    font-size: .64285714rem;
    background-color: transparent;
    display: block;
    text-align: center;
    line-height: 1.14285714rem;
}
.newsDetail-button span a:hover{
    color: #FFFFFF !important;
    background: #1F8CBF;
}
@media only screen and (max-width:1024px){
    .bread .breadcrumb {
        padding: .64285714rem 4.285714rem;
    }
    .newsDetail {
        padding: 0 4.285714rem;
    }
}
@media only screen and (max-width:768px){
    .newsDetail {
        padding: 0 2.5rem;
    }
    .bread .breadcrumb {
        padding: 0.5rem;
        height: 1.785714rem;
        
    }
    .bread .breadcrumb .active{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .newsDetail-button {
        padding: 0;
    }
    .newsDetail-content div img {
        width: 17.821429rem;
        height: 15.142857rem;
    }
}
@media only screen and (max-width:576px){
    .newsDetail {
        padding: 0 0.5rem;
    }
    .bread .breadcrumb {
        padding: 0.5rem;
        height: 2.785714rem;
        
    }
    .bread .breadcrumb .active{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .newsDetail-button {
        padding: 0;
    }
    .newsDetail-content div img {
        width: 17.821429rem;
        height: 15.142857rem;
    }
}
@media only screen and (max-width:375px){
    .newsDetail {
        padding: 0 0.5rem;
    }
    .bread .breadcrumb {
        padding: 0.5rem;
        height: 2.785714rem;
        
    }
    .bread .breadcrumb .active{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .newsDetail-button {
        padding: 0;
    }
    .newsDetail-content div img {
        width: 17.821429rem;
        height: 15.142857rem;
    }
}

