.content {
    display: flex;
    padding: 2.4rem 0 1.2rem;
}
.content .main {
    flex: 1;
}
.content .main .article {
    width: 100%;
    padding: .9rem 0.6rem;
    background: #f7f9fa;
    border-radius: 0.16rem;
}
.content .main .article .top {
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #DBDBDB;
}
.content .main .article .top .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.1rem;
}
.content .main .article .top .info .share {
    display: flex;
    align-items: center;
    column-gap: 0.14rem;
    height: 0.34rem;
}
.content .main .article .top .info .share .social-share {
    display: flex;
    align-items: center;
    column-gap: 0.14rem;
    height: 0.34rem;
}
.content .main .article .top .info .share .social-share .social-share-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    border: none;
}
.content .main .article .top .info .share .social-share .social-share-icon::before {
    content: "";
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .content .main .article .top .info .share .social-share .icon-weibo::before {
    background: url(../images/icon/icon8.png) no-repeat center / contain;
} */
.content .main .article .top .info .share .social-share .icon-wechat::before {
    background: url(../images/content/icon2.png) no-repeat center / contain;
}
.content .main .article .top .info .share .social-share .icon-weibo::before {
    background: url(../images/content/icon_sina.png) no-repeat center / contain;
}
.content .main .article .top .info .share .social-share .icon-qq::before {
    background: url(../images/content/icon_qq.png) no-repeat center / contain;
}
.content .main .article .top .info .share .social-share .icon-wechat .wechat-qrcode {
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -2.05rem;
    left: -0.84rem;
    width: 2rem;
    height: 1.92rem;
    color: #666;
    font-size: 0.12rem;
}
.content .main .article .top .info .share .social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 0.26rem;
    line-height: 0.26rem;
    font-size: 0.12rem;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.content .main .article .top .info .share .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 1.05rem;
    margin: 0.1rem auto;
}
.content .main .article .top .info .share .social-share .icon-wechat .wechat-qrcode .help p {
    line-height: 1.2;
}
.content .main .article .top .info .share .social-share .social-share-icon:hover {
    background: inherit;
}
.content .main .article .bot {
    margin-top: 0.55rem;
}
.content .main .article .bot p {
    line-height: calc(32/16);
    margin: 0.3rem 0;
}
.content .main .article .bot img {
    margin-top: 0.3rem;
    width: auto;
    max-width: 100%;
    margin: .3rem auto 0;
}
.content .main .abstract {
    width: 70%;
    padding: 0.6rem 0;
}
.content .main .abstract .icon {
    display: flex;
    align-items: center;
    column-gap: 0.14rem;
}
.content .main .abstract .icon img {
    width: 0.4rem;
}
.content .main .abstract .icon .line {
    width: 1px;
    height: 0.28rem;
    background: var(--color-primary);
}
.content .main .abstract .top .line {
    transform: rotate(-22.5deg);
}
.content .main .abstract .bot {
    justify-content: flex-end;
}
.content .main .abstract .bot .line {
    transform: rotate(22.5deg);
}
.content .main .abstract .bot img {
    transform: rotate(180deg);
}
.content .main .abstract .center {
    padding: 0 0.8rem;
}
.content .main .abstract .center .desc {
    margin-bottom: 0.44rem;
    line-height: calc(32/16);
}
.content .main .abstract .center .desc span {
    color: var(--color-primary);
}
.content .aside {
    width: 4.52rem;
    margin-left: 0.45rem;
}
.content .aside .top {
    padding: 0.6rem 0;
    background: #f7f9fa;
    border-radius: 0.16rem;
}
.content .aside .top h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    line-height: 1;
}
.content .aside .top h3::before {
    content: '';
    display: block;
    width: 2px;
    height: 0.3rem;
    background: var(--color-primary);
    margin-right: 0.28rem;
}
.content .aside .top h3 span {
    position: relative;
    top: 2px;
}
.content .aside .top .box {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    width: 100%;
    padding: 0 0.3rem;
}
.content .aside .top .box .item {
    width: 100%;
}
.content .aside .top .box .item p.tit {
    width: 100%;
    line-height: calc(32/16);
}
.content .aside .top .box .item p.time {
    width: 100%;
    line-height: calc(20/12);
    color: #999;
}
.content .aside .bottom {
    margin-top: 0.1rem;
    background: #f7f9fa;
    border-radius: 0.16rem;
    overflow: hidden;
}
.content .aside .bottom .next {
    padding-top: 0.6rem;
}
.content .aside .bottom .next h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    line-height: 1;
}
.content .aside .bottom .next h3::before {
    content: '';
    display: block;
    width: 2px;
    height: 0.3rem;
    background: var(--color-primary);
    margin-right: 0.28rem;
}
.content .aside .bottom .next h3 span {
    position: relative;
    top: 2px;
}
.content .aside .bottom .next .box {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    width: 100%;
    padding: 0 0.3rem;
}
.content .aside .bottom .next .box .item {
    width: 100%;
}
.content .aside .bottom .next .box .item p.tit {
    width: 100%;
    line-height: calc(32/16);
}
.content .aside .bottom .next .box .item p.time {
    width: 100%;
    line-height: calc(20/12);
    color: #999;
}
.content .aside .bottom .rollback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.7rem;
    padding: 0.2rem 0;
    background: var(--color-primary);
    column-gap: 0.2rem;
}
.content .aside .bottom .rollback img {
    width: 0.16rem;
}