
.content-content-container {
    padding: 20px;
    background-color: #ffffff;   
}
/* crumbs */
.crumbs {
    height: 22px;
    font-size: 16px;
    color: #999999;
    padding-left: 41px;
    background-image: url(../images/bbdw.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 17px 22px;
}
/* content */
.content-container {
    padding: 38px 74px;
    border: 1px solid #b8cdf3;
}
.content-container img {
    max-width: 100%;
}
.content-top {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #4775b1;
}
.content-center {
    margin-top: 40px;
    padding: 14px 0;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    color: #888888;
}
.pageview {
    color: #4775b1;
}
.share-container {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 36px;
    background: url(../images/share-group-icon.png) no-repeat center left;
    overflow: hidden;
}
.share-container a {
    display: block;
    width: 34px;
    height: 100%;
    float: left;
    cursor: pointer;
}
.content-bottom {
    font-size: 18px;
}
p {
    line-height: 38px;
    margin-top: 20px;
    text-indent: 2em;
    color: #333333;
}
.action-font-text {
    cursor: pointer;
}
.action-font-text:hover {
    text-decoration: underline;
    color: #4775b1;
    cursor: pointer;
}
