@charset "UTF-8";

/**!
 * 伟德国际1946bv官网区政策文件库
 * date:2021-09-24
 * author: wppei;
 */

.file {
    padding: 0 20px;
    margin-bottom: 20px;
    min-height: 500px;
    background-color: #fff;
}

.file-tt {
    padding-top: 45px;
    margin-bottom: 20px;
    line-height: 37px;
    color: #666;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.file-search {
    width: 100%;
    max-width: 480px;
    height: 42px;
    margin: 0 auto 20px;
    border-radius: 3px;
    overflow: hidden;
}

.file-search-input {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: calc(100% - 80px);
    height: 42px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 3px 0 0 3px;
}

.file-search-input .input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.file-search-input .input-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 0;
    background: 0 0;
}

.file-search-btn {
    width: 80px;
    height: 42px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #ef4837;
    cursor: pointer;
    outline: none;
    border: none;
}

.file-return-btn {
    width: 80px;
    height: 42px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #ef4837;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0 auto 20px;
    border-radius: 3px;
    overflow: hidden;
}
.file-main {
    padding-top: 20px;
    border-top: 1px dashed #dfdfdf;
}

.file-left {
    width: 380px;
}

.file-one {
    position: relative;
    height: 62px;
    padding-left: 72px;
    margin-bottom: 15px;
    line-height: 62px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #e4333b;
    background: linear-gradient(to left, #e4333b, #fd6332);
    background: -moz-linear-gradient(right, #e4333b, #fd6332);
}

.file-one:before {
    content: " ";
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -15px;
    width: 28px;
    height: 30px;
    background: url("/Template/zcwjku/css/../images/file/file_one.png") no-repeat;
}

.file-tree-node {
    height: 72px;
    padding: 0 20px 0 80px;
    line-height: 72px;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: 25px center;
}

.file-tree-tt {
    display: block;
    width: calc(100% - 30px);
    color: #333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-tree-tt span {
    color: #ef4837;
}

.file-tree-iconr {
    display: none;
    width: 20px;
    height: 20px;
    margin-top: 26px;
    background: url("/Template/zcwjku/css/../images/file/two_bom.png") no-repeat;
    cursor: pointer;
}

.file-tree-subs {
    display: none;
    padding: 0 19px;
}

.file-tree-node1 {
    padding: 10px 0;
}

.file-tree-child {
    display: block;
    width: calc(100% - 43px);
    margin-left: 43px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
}

.file-tree-icontr {
    display: none;
    width: 8px;
    height: 14px;
    margin: 7px 0 0 21px;
    background: url("/Template/zcwjku/css/../images/file/three_right.png") no-repeat;
    cursor: pointer;
}

.file-tree-ss {
    display: none;
    border-top: 1px dashed #dfdfdf;
    border-bottom: 1px dashed #dfdfdf;
    padding: 10px 20px 10px 48px;
}

.file-tree-four {
    padding: 8px 0;
}

.file-tree-four a {
    display: block;
    line-height: 20px;
    padding-left: 11px;
    color: #333;
    font-size: 16px;
	font-weight: 400;
    background: url("/Template/zcwjku/css/../images/file/tree_dian.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-tree-items {
    margin-bottom: 14px;
}

.file-tree-items:nth-child(1) .file-tree-node {
    background-image: url("/Template/zcwjku/css/../images/file/file_two1.png");
}

.file-tree-items:nth-child(2) .file-tree-node {
    background-image: url("/Template/zcwjku/css/../images/file/file_two2.png");
}

.file-tree-items:nth-child(3) .file-tree-node {
    background-image: url("/Template/zcwjku/css/../images/file/file_two3.png");
}

.file-tree-items:nth-child(4) .file-tree-node {
    background-image: url("/Template/zcwjku/css/../images/file/file_two4.png");
}

.file-tree-items:nth-child(5) .file-tree-node {
    background-image: url("/Template/zcwjku/css/../images/file/file_two5.png");
}

.file-tree-items.hasChild .file-tree-iconr {
    display: block;
}

.file-tree-items.current {
    margin-bottom: 8px;
}

.file-tree-items.current .file-tree-subs {
    display: block;
}

.file-tree-items.current .file-tree-iconr {
    background-image: url("/Template/zcwjku/css/../images/file/two_top.png");
}

.file-tree-item.hasChild .file-tree-icontr {
    display: block;
}

.file-tree-item.current .file-tree-ss {
    display: block;
}

.file-tree-item.current .file-tree-icontr {
    width: 14px;
    height: 8px;
    margin: 10px 0 0 18px;
    background-image: url("/Template/zcwjku/css/../images/file/three_bom.png");
}

.file-right {
    margin-left: 400px;
}

.file-right-top {
    padding: 20px 2px 20px 20px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.file-sort {
    margin-right: 3px;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

.file-sort-item {
    float: left;
    margin-right: 12px;
}

.file-sort-item.active .file-sort-name {
    color: #e1313e;
}

.file-sort-name {
    color: #000;
}

.file-sort-name:hover,.file-sort-name.accfocus {
    color: #e1313e;
}

.file-tab {
    margin-bottom: 5px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.file-tab-list {
    float: left;
}

.file-tab-list.active .file-tab-name {
    color: #fff;
    background-color: #ef4837;
}

.file-tab-name {
    display: block;
    padding: 0 12px;
    line-height: 52px;
    color: #333;
    font-size: 16px;
}

.file-tab-name:hover,.file-tab-name.accfocus {
    color: #fff;
    background-color: #ef4837;
}

.file-box {
    padding-bottom: 52px;
    text-align: center;
}

.file-box-list {
    text-align: left;
    margin-bottom: 32px;
}

.file-box-item {
    padding: 5px 15px 10px;
    font-size: 16px;
    border: 1px solid #fff;
    border-bottom: 1px dashed #dfdfdf;
}

.file-box-item:hover,.file-box-item.accfocus {
    border: 1px solid #dfdfdf;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
}

.file-box-name {
    display: block;
    line-height: 36px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-box-intro {
    height: 48px;
    margin-bottom: 11px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
}

.file-box-skip {
    overflow: hidden;
}

.file-box-time {
    float: left;
    margin: 0 10px 5px 0;
    padding: 0 24px;
    height: 32px;
    line-height: 30px;
    color: #999;
    background-color: #f6f6f6;
    border: 1px solid #dfdfdf;
    border-radius: 16px;
}

@media (max-width: 979px) {
    .file-left {
        width: 290px;
    }
    .file-tree-node {
        background-size: 25px 25px;
        padding: 0 10px 0 40px;
        background-position: 8px center;
    }
    .file-tree-tt,
    .file-tree-child {
        font-size: 16px;
    }
    .file-right {
        margin-left: 310px;
    }
    .file-sort {
        margin-bottom: 10px;
    }
}


/* 手机端 */

@media (max-width: 767px) {
    .file-left {
        width: 100%;
    }
    .file-right {
        margin-left: 0;
    }
}


.result-summary {
    color: #666;
    background: #ffebeb;
    line-height: 36px;
    padding: 0 15px;
}