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

.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-content {
    background-color: #fff;
    padding: 0 30px;
    margin-top: 50px;
}

/*
 * 文件信息start
 */
.file-info {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    /* background-color: #f3f3f3; */
}

.file-info li {
    width: calc(100% / 2);
    height: 40px;
    display: flex;
    align-items: center;
}

.file-info li.yxxsm {
    width: 100%;
    height: auto;
	position: relative;
}

.file-info li.yxxsm .info-pop {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #ec1d2b;
}

.file-info li.yxxsm .info-content {
    overflow: visible;
    text-overflow: initial;
    white-space: initial;
    position: relative;
    line-height: 25px;
    text-indent: 0;
    padding: 15px 0px 15px 10px;
    box-sizing: border-box;
}

.file-info li p.info-title {
    width: 130px;
    background-color: #E3E3E3;
    text-align: center;
    color: #333;
}

.file-info li .info-content {
    width: calc(100% - 130px);
    background-color: #F3F3F3;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-indent: 10px;
    line-height: 40px;
}

.file-info li p.info-title, .file-info li p.info-content, .file-info li a.info-content {
    height: 100%;
    font-size: 16px;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
	box-sizing: border-box;
}

.file-info li p.info-title {
    justify-content: center;
}

.file-info li p.info-content {
    justify-content: flex-start;
}

/*
 * 文件信息end
 */

/*
 * 文件内容start
 */
.file-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 60px;
    padding-bottom: 50px;
}

.content-left img {
    max-width: 100%;
    height: auto;
}

.content-left.maxWidth {
    width: 100% !important;
}

.file-content .content-left {
    width: calc(70%);
}

.file-content .content-left .details-erweima {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 50px;
}

.file-content .content-left .details-erweima #erweima {
    max-width: 130px;
}

.file-content .content-left .details-erweima #erweima canvas {
    width: 100%;
}

.file-content .content-left .details-erweima p {
    font-size: 14px;
}

.file-content .content-right {
    width: calc(30%);
}

.file-content .content-right .right-area {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-top: 3px solid #245399;
}

.file-content .content-right .right-area1 {
    margin-bottom: 30px;
    height: 185px;
    /*background-image: url(../imgs/file-bg.png);*/
    background-size: 100% 100%;
    position: relative;
}

.file-content .content-right .right-area1 p {
    position: absolute;
    font-size: 28px;
    color: #ec1d2b;
    top: 50px;
    width: 100%;
    text-align: center;
    font-family: STZhongsong, STZhongsong-Regular;
}

.file-content .content-right .right-area1 .word, .file-content .content-right .right-area1 .pdf {
    position: absolute;
    width: 140px;
    height: 37px;
    border: 1px solid #06478f;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.file-content .content-right .right-area1 .word {
    left: calc(50% - 70px);
    bottom: 105px;
}

.file-content .content-right .right-area1 .word img, .file-content .content-right .right-area1 .pdf img {
    width: 21px;
}

.file-content .content-right .right-area1 .word span, .file-content .content-right .right-area1 .pdf span {
    width: calc(100% - 65px);
    font-size: 14px;
    color: #06478F;
    text-align: center;
    position: relative;
}

.file-content .content-right .right-area1 .word span::after, .file-content .content-right .right-area1 .pdf span::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 24px;
    background-color: #245399;
    top: -3px;
    left: -6px;
}

.file-content .content-right .right-area1 .pdf {
    left: calc(50% - 70px);
    bottom: 40px;
}

.file-content .content-right .right-area2 {
    min-height: 500px;
    padding: 20px;
    box-sizing: border-box;
}

.file-content .content-left, .file-content .content-right {
    padding: 0 15px;
    box-sizing: border-box;
}

.file-content .content-right .right-area2 .related {
    margin-bottom: 20px;
}

.file-content .content-right .right-area2 .related:last-child {
    margin-bottom: 0;
}

.file-content .content-right .right-area2 .related .related-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.file-content .content-right .right-area2 .related .related-list {
    display: flex;
    flex-direction: column;
}

.file-content .content-right .right-area2 .related .related-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-bottom: 12px;
    text-indent: 15px;
}

.file-content .content-right .right-area2 .related .related-list li::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #235399;
    left: 0;
    top: calc(50% - 2px);
}

.file-content .content-right .right-area2 .related .related-list li:last-child {
    margin-bottom: 0;
}

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

/*
 * 文件内容end
 */
table {
	max-width: 100% !important;
}

