.detail-header{
    width: 100%;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
    position: relative;

}
.header-container{
    width: 1200px;
    margin: auto;
}
.header-link-img{
   /*width: 318px;*/
    margin-top:15px;
}
.header-index-box {
    top: 114px !important;
}
.header-link{
    /*float: right;
    width: 72px;
    height: 128px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;*/
    color: #222222;
    line-height: 30px;
}
.header-link:hover{
    color: #004E96;
}
.imageList-index{
    margin-top:33px;
    color:#888;
    cursor:pointer;
    font-size: 14px;
    display: block;
}
.imageList-index-now{
    color: #555555;
}
.detail-content{
    width:1200px;
    margin:auto;
}
.detail-content .title{
    width: 100%;
    text-align: center;
    line-height: 42px;
    height: 42px;
    font-size: 30px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222222;
}
.detail-content .date{
    width: 100%;
    margin-top: 26px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #555555;
    line-height: 20px;
    text-align: center;
}
.detail-content .content{
    width: 100%;
    margin-top:39px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #555555;
    line-height: 28px;
    margin-bottom:55px;
}
@media screen and (max-width: 960px) {
    .mobile-header{
        position: relative!important;
        box-shadow: 0px 5px rgba(0,0,0,0.1);
    }
    .mobile-image-banner{
        background: url('../images/mobile-banner.png');
        height: 2.8rem;
        width:7.5rem;
        position: relative;
    }
    .mobile-image-title{
        line-height: 0.58rem;
        font-size: 0.42rem;
        position: absolute;
        top: 1.67rem;
        left:0.36rem;
        color: white;
        font-weight: bold
    }  
    .mobile-image-list{
        width:6.78rem;
        margin:auto;
        margin-top:0.6rem;
    }  
    .mobile-image-list img{
        width:6.78rem;
        height: 2.95rem;    
    }
    .mobile-image-list-content{
        width: 100%;
        margin: auto;
    }
    .mobile-image-list-content .title{
        color: #222222;
        font-weight: bold;
        font-size: 0.3rem;
        line-height: 0.42rem;
        margin-top:0.3rem;  
    }
    .mobile-image-list-content .date{
        font-size: 0.24rem;
        line-height: 0.26rem;
        color: #555;
        margin-top:0.14rem;
    }
    .mobile-image-list-content .txt{
        font-size: 0.24rem;
        line-height: 0.36rem;
        color: #555;
        margin-top:0.19rem;
    }
    .mobile-image-list-content .detail{
        color: #004E96;
        font-size: 0.24rem;
        line-height: 0.33rem;
        margin-top:0.3rem;
    }
    .mobile-more{
        background: #004E96;
        width:3.2rem;
        height: 0.8rem;
        margin: 0.6rem auto 1rem;
        color: white;
        line-height: 0.8rem;
        text-align: center;
        font-size: 0.3rem;
        font-family: bold;
    }
    #mobile .title{
        color: #222222;
        font-size: 0.42rem;
        text-align: center;
        width: 6.90rem;
        margin: 0.5rem auto 0.21rem;
        line-height: 0.6rem;
    }
    #mobile .date{
        color: #888888;
        font-size: 0.24rem;
        line-height: 0.35rem;
        width:6.9rem;
        margin:0 auto 0.37rem;
    }
    #mobile .content{
        font-size: 0.3rem;
        line-height: 0.48rem;
        width:6.9rem;
        margin: 0 auto 0.65rem;
        overflow-x: scroll;
    }
   #mobile .content img{
        width:100%;
    }
}