.banner-wrap {
    position: relative;
    margin-top: 70px;
    background: url('../image/file/banner.png') no-repeat;
    background-size: cover;
}

.banner {
    height: 650px;
    width: 1242px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.banner_left {
    margin-left: 90px;
}

.banner_left h1 {
    width: 638px;
    font-family: FZZCHJW--GB1, FZZCHJW--GB1;
    font-weight: normal;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 67px;
    text-align: left;
    font-style: normal;
    font-weight: 700;
}

.banner_left .p1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-top: 32px;
}

.banner_left button {
    margin-top: 87px;
}


.banner_right img {
    width: 606px;
}

.banner-btn {
    margin-top: 47px;
}

/*  */
.file_wrap {
    margin-top: 70px;
    background: url('../image/file/file_bg.jpg') no-repeat;
    background-size: cover;
}

.file_container {
    display: flex;
    max-width: 1242px;
    margin: 0 auto;
    padding: 82px 0 88px 0;

}

.file_sidebar {
}
.sidebar_menu{
    background: #fff;
    border-radius: 6px;
}
.sidebar_menu .sidebar_item {
    width: 236px;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    color: #303133;
}

.sidebar_menu .sidebar_item:hover {
    background-color: #ecf5ff;
}

.sidebar_menu .sidebar_item.active {
    background-color: #006EFE;

}

.sidebar_menu .sidebar_item.active span {
    color: #fff;
}

.sidebar_menu .sidebar_item img {
    width: 40px;
    margin-right: 14px;
}

.sidebar_menu .sidebar_item span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #747FA5;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.file_content {
    flex: 1;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    margin-left: 14px;
    box-shadow: 0px 6px 18px 0px rgba(0, 31, 112, 0.16);
}

.file_list {
    height: 500px;
    overflow: auto;
}

.file_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 17px;
    border-bottom: 1px solid #e6e6e6;
}

.file_name {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.file_download {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #006EFE;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    color: #606266;
    font-size: 14px;
}

.pagination span {
    margin: 0 5px;
}

.pagination select {
    margin: 0 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
}

.pagination button {
    background: none;
    border: 1px solid #dcdfe6;
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 4px;
    cursor: pointer;
}

.pagination button.active {
    background-color: #006EFE;
    color: white;
    border-color: #006EFE;
}

.pagination input {
    width: 30px;
    text-align: center;
    padding: 5px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    margin: 0 5px;
}


.nodata{
    text-align: center;
}


