.article-title{
    font-size: 32px;
    line-height: 40px;
    font-weight: bolder;
    margin-bottom: 15px;
}
.article-title p{
    font-size: 32px;
    line-height: 40px;
    font-weight: bolder;
}
.article-info{
    display: flex;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;
}
.article-info .time{
    font-size: 12px;
    color: #999;
}
.article-info .from{
    font-size: 12px;
    margin: 0 10px 0 15px;
}
.article-info .writer{
    font-size: 12px;

}
.article-content{
    margin-top: 40px;
    line-height: 35px;
}
.article-content video{
    max-width: 100%;
}
.article-content img{
    width: 100%;
}
.article-content #startTime{
    display:block; 
    text-align:center;
    font-weight: bold;
}
.article-tag{
    border-top: 1px solid #E6E6E6;
    line-height: 25px;
    padding: 13px 0;
    display: flex;
    justify-content: flex-end;
}
.article-tag .name{
    color: #999;
    vertical-align: top;
}
.article-tag .info{
    color: #999;
    vertical-align: top;
    margin-left: 10px;
}
.qrcode-box{
    width: 120px;
    border: 1px solid #E6E6E6;
    padding: 30px;
    margin: 60px auto 30px auto;
}
.qrcode-box img{
    width: 120px;
    height: 120px;
}
.qrcode-box .notice{
    font-size: 12px;
}
.relation{
    margin-top: 50px;
    margin-bottom: 50px;
}
.relation h3{
    color: #950000;
    font-size: 20px;
    line-height: 40px;
}
.relation li::before{
    content: '·';
    color: #333;
    margin-right: 10px;
    font-weight: 20px;
}