
.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 {
    min-height: 500px;
    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 {
    line-height: 38px;
    font-size: 18px;
    overflow-wrap: break-word !important;
    word-wrap: break-word;
    word-break: break-word !important;
    line-break: anywhere;
    hyphens: auto;
    overflow: hidden;
}

.content-bottom * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  max-width: 100%;
  vertical-align: baseline;
  white-space: normal !important;
}

.content-bottom img,
.content-bottom video,
.content-bottom iframe,
.content-bottom table,
.content-bottom pre,
.content-bottom code {
  vertical-align: top;
}

.content-bottom pre,
.content-bottom code {
  white-space: pre-wrap;
  word-break: break-all;
}

.content-bottom p {
    margin-top: 20px;
    /* text-indent: 2em; */
    color: #333333;
}
.action-font-text {
    cursor: pointer;
}
.action-font-text:hover {
    text-decoration: underline;
    color: #4775b1;
    cursor: pointer;
}
