html{
    font-size:50px;
}
body {
    background: #F5F5F5;
}

.content {
    width: 100%;
}

.content .chead {
    width: 100%;
    height: 44px;
    background: rgba(245, 245, 245, 0);
    border-radius: 0px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff;
}

.content .chead img {
    width: 20px;
    height: 20px;
}

.content .chead span {
    height: 20px;
    font-family: FZYaSongS-B-GB, FZYaSongS-B-GB;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 8px;
    position:relative;
}
.content .chead span::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 15px;
    background: #C81D14;
    top: 4px;
    left: -12px;
    border-radius: 5px;
}

.contentbox {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    padding: 20px 15px;
    box-sizing: border-box;
}

.contentbox .title {
    font-family: 'SourceHanSerifCN-Medium' !important;
    font-weight: 600;
    font-size: 23px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contentbox .info {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.contentbox .info .time,
.contentbox .info .orgin {
    font-family: 'SourceHanSerifCN-Medium' !important;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contentbox .info .orgin {
    margin-left: 10px;
}

.contentbox .infobox section,
.contentbox .infobox p,
.contentbox .infobox span{
   font-family: 'SourceHanSerifCN-Regular' !important;
   font-size:18px;
       line-height: 1.6;
   text-align: justify;
}

.contentbox .infobox img,
.contentbox .infobox video {
    max-width: 100%;
    width: 100%;
    height:auto;
}

.contentbox .editor {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contentbox .editor div {
    width: 50%;
    font-family: 'SourceHanSerifCN-Medium' !important;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex-shrink: 0;
    margin-bottom: 15px;
}
.social-share{
    padding-bottom: .16rem;
    background: #fff;
    padding: 15px 55px;
    display:none;
}
.social-share>span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .16rem;
}
.social-share>span::before{
    content: '';
    width: .16rem;
    height: .01rem;
    display: inline-block;
    background: #D8D8D8;
    margin-right: .16rem;
}
.social-share>span::after{
    content: '';
    width: .16rem;
    height: .01rem;
    display: inline-block;
    background: #D8D8D8;
    margin-left: .16rem;
}
.share_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .45rem;
}
.share_icon a span{
    width: .45rem;
    font-size: .12rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 1;
    display: block;
    margin-top: .08rem;
    position: absolute;
    left: calc((100% - .45rem) / 2);
}
.picSwiper img{
    width: 3.43rem;
    height: 2.02rem;
}

.reading_list {
    margin-top: 15px;
    background: white;
}

.reading_list h5 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
    padding-left: .3rem;
    border-bottom: none;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
}

.reading_list ul {
    padding: 10px 0;
    padding-top: 0;
    padding-bottom: 30px;
}

.reading_list ul a {
    color: black;
}

.reading_list ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: .3rem .3rem;
}

.reading_list ul a:last-child li {
    border-bottom: none;
}

.reading_list ul li .text {
    width: 100%;
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}

.reading_list ul li .text p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-break: normal;
    -webkit-box-orient: vertical;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
}

.reading_list ul li .text .time {
    display: flex;
    justify-content: space-between;
    color: #666;
}

.reading_list ul li .text .time span {
    font-size: 10px;
}

.reading_list ul li .img {
    height: 1.2rem;

}

.reading_list ul li img {
    width: 2.7rem;
    height: 1.5rem;
    border-radius: 0.1rem;
}