html { font-size: 100px; height: 100%; }
body { height: 100%; }
p { margin: 0;}

.xx-newsview {
    width: 100%;
    min-height: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #f2f2f2 url(../images/newsview-head.jpg) top center/100% auto no-repeat;
    padding-top: 3.8rem;
}
.xx-newsview .container {
    width: 7rem;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding-bottom: 1.5rem;
}
.xx-newsview .article {
    background-color: white;
    padding: .35rem;
    border-radius: .24rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.xx-newsview .article .head {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}
.xx-newsview .article .head .avatar {
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
    background: #d7000f url(../images/newsview-avatar.jpg);
    background-size: 1rem auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.xx-newsview .article .head .author {
    flex-grow: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    font-size: .3rem;
    margin-left: .2rem;
}
.xx-newsview .article .head .author p {
    color: #999;
}
.xx-newsview .article .head .share .iconfont {
    font-size: .5rem;
}
.xx-newsview .article .head .share a {
    line-height: .5rem;
    display: block;
    width: .5rem;
    height: 1rem;
    text-align: center;
    color: #999;
    text-decoration: none;
}

.xx-newsview .article .title {
    margin-top: .2rem;
}
.xx-newsview .article .title h4 {
    font-size: .4rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.xx-newsview .article .tags-wrap {
    margin-top: .4rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    font-size: .3rem;
}
.xx-newsview .article .tags-wrap .tags {
    flex-grow: 1;
}
.xx-newsview .article .tags-wrap .view-num {
    color: #999;
}

.xx-newsview .content {
    font-size: .3rem;
    color: #666;
    margin-top: .4rem;
}
.xx-newsview .content p {
    line-height: 1.5;
    margin: .2rem 0;
    text-align: justify;
    word-break: break-word;
}
.xx-newsview .content img {
    max-width: 100%;
}

.xx-newsview .article-page {
    background-color: white;
    padding: .35rem;
    border-radius: .24rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-top: .15rem;
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    font-size: .3rem;
    color: #333;
    font-weight: 700;
}
.xx-newsview .article-page span {
    font-size: .35rem;
    border-right: 1px solid #d7000f;
    padding-right: .3rem;
}
.xx-newsview .article-page p {
    flex-grow: 1;
    padding-left: .3rem;
    color: #666;
}

.xx-newsview .copyright {
    font-size: .2rem;
    text-align: center;
    color: #999;
    margin-top: .2rem;
}
.xx-newsview .copyright a {
    color: #999;
    text-decoration: none;
}

.xx-newsview .contact-us {
    width: 100%;
    max-width: 750px;
    left: calc((100% - 7.5rem) / 2);
    padding: .12rem .16rem;
    background-color: white;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, .04);
    z-index: 999;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
}
.xx-newsview .contact-us a {
    display: block;
    background-color: #d7000f;
    font-size: .4rem;
    line-height: 2;
    color: white;
    font-weight: 700;
    border-radius: 1rem;
    text-decoration: none;
    width: 100%;
}

.xx-newsview .outlink {
    font-size: .3rem;
    color: #333;
    font-weight: 700;
    text-decoration: none;
}
