body {
    background-image: url("/static/layout/wbjGuoban/imgs/bg.png");
    background-repeat: no-repeat;
}

.logo {
    height: 70px;
    line-height: 70px;
    margin-top: 39px;
}

.logo img {
    height: 100%;
}

.logo span {
    color: #fff;
    font-size: 33px;
    margin-left: 10px;
}

.logo img,
.logo span {
    float: left;
}

.zfxxgk-text img {
    max-width: 100%;
}

.zfxxgk-text {
    text-align: center;
}

.details-container {
    background-color: #F2F2F2;
    padding-top: 84px;
    padding-left: 35px;
    padding-right: 37px;
    margin-top: 126px;
}

/* 搜索 */
.search {
    width: 70%;
    max-width: 510px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 2px solid #2b66a5;
    border-radius: 9px;
    margin: 0 auto;
    overflow: hidden;
}

.search input,
.search img {
    float: left;
}

.search input {
    width: calc(100% - 41px);
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    text-indent: 1rem;
}

.search img {
    width: 36px;
    margin-top: 8px;
    cursor: pointer;
}

/* 文章信息 */
.details-info {
    width: 100%;
    margin-top: 10px;
}

.details-info tbody tr td,
.details-info tbody tr th {
    border: 2px solid #ffffff;
    height: 40px;
}

.details-info tbody tr .title {
    font-size: 16px;
    line-height: 17px;
    color: #333;
    background-color: #E3E3E3;
    text-align: center;
    width: 120px;
}

.details-info tbody tr .content {
    font-size: 16px;
    color: #000;
    background-color: #F3F3F3;
    padding-left: 16px;
}

.details-content .details-title {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-top: 68px;
    margin-bottom: 26px;
}

.details-content .details-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}

.details-info .details-release-date {
    font-size: 16px;
    color: #999;
    float: left;
}

.details-info .details-info-right {
    float: right;
    height: 21px;
    line-height: 21px;
}

.details-info .details-info-right li {
    float: left;
}

.details-info .details-info-right li.details-info-fontsize {
    color: #666;
    font-size: 16px;
    font-weight: 700;
}

.details-info .details-info-right li.details-change-fontsize {
    color: #999;
    font-size: 16px;
    font-weight: 700;
    margin-right: 9px;
    cursor: pointer;
}

.details-info .details-info-right li.details-change-fontsize.active {
    color: #245399;
    font-size: 18px;
    border: 1px solid #245399;
    border-radius: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

.details-info .details-info-right li.details-change-print {
    color: #666;
    font-size: 14px;
    margin-left: 16px;
    cursor: pointer;
}

.details-content {
    margin-top: 84px;
    padding-left: 34px;
    padding-right: 34px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.details-content p {
    font-size: 16px;
}

.details-content img {
    max-width: 95%;
}

.details-content table {
    width: 100% !important;
}

.details-content table,
.details-content table tr th,
.details-content table tr td {
    border: 1px solid #ccc;
}

.details-erweima {
    text-align: right;
}

.details-erweima img {
    max-width: 123px;
}

.details-erweima p {
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}

/* 相关 */
.related-item {
    margin-top: 52px;
    margin-bottom: 40px;
}

.related {
    padding: 22px 20px 34px;
    border: 1px solid #e3e3e3;
    border-top: 2px solid #245399;
    margin-top: 28px;
}

.related-title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.related-list {
    margin-top: 19px;
}

.related-list li {
    padding-left: 12px;
    position: relative;
}

.related-list li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #235399;
}

.related-list li a {
    color: #333;
    font-size: 14px;
}