.art{display: flex;
    flex-wrap: wrap;
    position: relative;
}
.shareIcon{
    text-align: right;
    padding: .1vw 1.5vw;
    zoom: 1.2;
    display: block;
    position: absolute;
    right: .1vw;
    color: #777;
    
}

#share-1{
    display: inline-block;
}

section.atitle{
     text-align: center;
     font-size: 28px;
     letter-spacing: 2px;
     font-weight: bolder;
     color: #df3a39;
     line-height: 150%;
     margin: 7% 3%;
     width: 100%;
     
}
.atitle span{
    display: block;
}
section.adate{
    line-height: 200%;
    width: 20%;
    min-width: 145px;
    color: #555;
    text-indent: 40px;
    background: url(/images/2016_info_time.gif) no-repeat 18px center;
}
section.asource, section.adepartment{
    line-height: 200%;
    text-align: center;
    padding-left:2%;
    color: #777;
    width: 36.5%;
    min-width: 300px;
    letter-spacing:.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

section.acontent,section.attachment,section.related_doc{
    line-height: 200%;
    padding: 1% 4% 2% 3%;
    width: 100%;
    margin: 1%;
    color: #333;
    border-top: 2px solid #eee;
}
section.acontent{
    min-height: 200px;
}

section.acontent a,section.attachment a,section.related_doc a{
    color: #05f;
    border-bottom: 1px solid;
}

section.acontent a:hover,section.attachment a:hover,section.related_doc a:hover{
    color: #a22316;
}

section.acontent p, section.acontent span, section.acontent h2{
    font-size: unset!important;
    font-weight:unset!important;
    line-height:unset!important;
    font-family: unset!important;
    color: unset!important;
}

section.acontent p img[img-id] {
    max-width: 88%;
    min-width: 70%;
    height: auto;
    display: block;
    margin: 0.5% auto;
}


section.attachment,section.related_doc{
    display: none;
}

section.attachment h3,section.related_doc h3{
    font-weight: bolder;
}

section.attachment ul,section.related_doc ul{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 2%;
    margin: 0 0 0 20px;
}

section.related_doc ul{
    list-style: circle;
}

section.attachment li,section.related_doc li{
    margin-bottom:10px; 
}

section.related_doc{
    border:0;
}

section.related_doc h3 {
    width: 95%;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 15px 1%;
    border-bottom: 2px solid #ccaaff;
    padding: 2px 0 6px 10px;
    border-left: 22px solid #ccaaff;
    border-image: linear-gradient(to right, #ccaaff 110px, #eee 110px) 1;
}

section.related_doc li span {
    display: inline-block;
    color: #777;
    margin: 0 0 0 5px;
}

@media screen and (max-width: 550px) {
    .shareIcon{display: none;}
    section.art{display: block;}
    section.adate, section.asource, section.adepartment{
        text-align: left;
        width: 100%;
    }

    section.atitle{
        font-size: 22px;
    }

    section.acontent{
        font-size: 17.5px;
    }

    section.adate{
        background: unset;
        text-indent: unset;
    }

    section.adate::before {
        content: "时间：";
        color: #555;
    }
    
    section.adate, section.asource, section.adepartment{
        margin: 0 0 0 10px;
        padding-left: 1%;
    }

    section.related_doc h3{
        font-size: 16.5px;
    }

    audio{max-width: 87%;}
}