
.articleContent {
    padding: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}

.articleContent .title {
    color: #f60;
    font: 22px/32px "Microsoft YaHei";
    text-align: center;
}
.articleContent .subTitle {
    color: #333;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
}
.articleContent .property, .articleContent .userControl {
    background: #f9fbfb none repeat scroll 0 0;
    border: 1px dashed #c8dde4;
    color: #999;
    line-height: 22px;
    margin-top: 10px;
    padding: 2px 10px;
    text-align: center;
}
.articleContent .property span {
    margin: 0 2px;
}
.articleContent .property .fontZoomA, .articleContent .property .fontZoomB {
    padding: 0 5px;
}
.articleContent .shareBtns #bdshare {
    display: inline-block;
    float: none;
    margin-right: 10px;
    vertical-align: middle;
}
.articleContent #contentTxt {
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}
.articleContent #contentTxt p {
    color: #333;
    margin-bottom: 20px;
}
.articleContent #contentTxt a {
    color: #1855a8;
}
.articleContent #contentTxt #fontzoom {
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: normal;
    width: 100%;
}
.articleContent .page {
    padding: 0 10px 10px;
}
.articleContent .moodVote {
    padding-top: 10px;
}
.articleContent .userControl {
    overflow: hidden;
    text-align: left;
}
.articleContent .userControl #bdshare {
    float: right;
}
.articleContent .userControl .a {
    color: #333;
    line-height: 30px;
}
.articleContent .others {
    border-top: 1px dotted #ccc;
    color: #666;
    line-height: 25px;
    margin: 10px 0;
    padding-top: 10px;
}
.articleContent .others a {
    color: #f60;
    margin-right: 10px;
}