* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}
@font-face {
    font-family: "yasong";
    src: url("../assets/yasong.TTF");
}

html,
body {
    width: 100vw;
    height: 100vh;
    font-family: "yasong" !important;
}

#app {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: scroll;
    background-color: #F9F9F9;
}

#app ::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.leader-preview {
    box-sizing: border-box;
    width: 96%;
    min-height: 100%;
    margin: 2%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 5px lightgrey;
    font-size: 16px;
    padding: .8em;
}

.leader-preview .title {
    font-size: 22px;
    font-weight: bold;
    color: #43342A;
}

.leader-preview .from {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.leader-preview .from {
    margin: 20px 0px;
}

/* .leader-preview .from .left {

} */
.leader-preview .from .left .logo-box {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
}

.leader-preview .from .left .logo-box img {
    width: 100%;
    height: 100%;
}

.leader-preview .from .right {
    flex: 1;
    margin-left: 6px;

}

.from .right .source {
    font-size: 14px;
    color: #666;


}

.from .right .time {
    color: #999999;
    font-size: 12px;
    margin-top: 2px;

}

.content-box {
    min-height: 200px;
    letter-spacing: .1em;
    line-height: 1.75em;
    font-size: 18px;
    /* text-indent: 2em; */
    font-family: "yasong";
    color: #43342A;
}

.content-box * {
    max-width: 100%;
    /* color: #43342A; */
    /* font-family: "yasong" !important; */
}

.content-box img {
    width: 100%;
    display: inline-block;
    /* margin-bottom: 1em; */

}

/* 段间距 */
.content-box p {
    /* margin-bottom: 1em; */
    margin-top: 1em;
}

.content-bottom {
    margin: 10px 0;
}

.content-bottom .info-item {
    color: #999999;
    font-size: 14px;
    margin-bottom: .1em;
}


.image-caption {
    color: #999;
    text-align: center;
    font-size: 14px;
    padding-top: 0.5em;
    line-height: 1.2em;

}

.image-caption span {
    color: #999;
}

.leader-null {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 32%;
}

.leader-null img {
    width: 32px;
    height: 32px;
}

.leader-null .tishi {
    margin-top: 20px;
}

.content-video {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
  
.content-video .video-info {
    width: 100%;
    height: 100%;
}
.circle-cover {
    width: 100px;
    height: 100px;
}
.circle-cover .cover-img {
    width: 100px;
    height: 100px;
}