.page_templateDownload {
    background-color: #f6f7f6;
}

.page-title {
    padding-top: 10px;
    height: 56px;
    border-bottom: 2px solid #649f76;
    border-radius: 1px;
    margin: 30px auto 50px;
}

.page-title .page-title-name {
    font-size: 24px;
    color: #649f76;
    font-weight: bold;
}

.page-content {
    margin: 20px 50px;
    overflow: hidden;
}

.page-content-left {
    display: block;
    width: 25%;
    float: left;
}

.page-content-left .page-content-item {
    display: block;
    outline: none;
    list-style: none;
    font-size: 14px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 400;
    color: #333;
    line-height: 60px;
    padding: 14px 24px;
    padding-left: 45px;
    width: 240px;
    background: #fff;
}
.page-content-left .page-content-item:hover {
    color: #649f76;
}
.page-content-left .page-content-item.item-active {
    background: #649f76;
    color: #fff;
}
.page-content-right {
    display: block;
    width: 75%;
    overflow: hidden;
    padding: 40px;
    background-color: #fff;
    float: left;
    min-height: 600px;
}
.page-content-right .page-content-body {
    display: none;
    width: 100%;
}
.page-content-right .page-content-body.show {
    display: block;
}
.page-content-right .page-content-body .body-file {
    height: 250px;
}
.body-file .file-list-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 10px 0;
}
.body-file .file-list-item .title {
    white-space: normal;
    word-break: break-all;
    color: #649f76;
}
.body-file .file-list-item .item-btn {
    margin-left: 40px;
}
.body-file .file-list-item .item-btn div {
    min-width: 60px;
    background: #649f76;
    cursor: pointer;
}