.Width {
    margin: 0 1rem;
}




.detail-tit {
    font-size: 0.9rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 1.3rem;
}

.art-msg {
    /* margin-top: 0.3rem; */
}

.detail-txt {
    font-family: PingFangSC, PingFang SC;
    float: left;
    font-size: 0.7rem;
    color: #666;
    line-height: 2.1rem;
}

.article .f-cb {
    float: right;
}
.detail_content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.art-wrap {
    position: relative;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9e9e9;
}
.art-wrap img{
    max-width:100%;
}



.contedel{
    padding: 10px 15px 10px;
}
.contedel .title{
    font-size:25px;
    font-weight:bold;
}
.contedel .title:before{
    background:none;
}
.contedel .title:after{
    background:none;
}
.contedel .info{
    font-size:13px;
    color:#999;
    margin:10px 0;
}
.contedel .contents{
    font-size:16px;
    line-height:32px;
}
.contedel .contents img{
    max-width:100%;
}