.table .layerContainer {
    background: #fff;
}

.table .table-content {
    margin-bottom:64px;
}

.table .table-content .title {
    margin-bottom: 48px;
}
.table .table-content .listBox{
    width: 100%;
    overflow-x:auto;
}
.table .table-content .list {
    width: 1280px;
    display: flex;
    overflow: hidden;
}

.table .table-content .list .item {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
}

.table .table-content .list .small {
    flex: 0.5 1 auto;
}

.table .table-content .list .item .item-head{
    height: 32px;
    background: #F5F5F5;
}

.table .table-content .list .item li {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
    box-sizing: border-box;
    height: 40px;
}

.table .table-content .list .item li{
    padding-right: 16px;
    text-align: left;
}

.table .table-content .list .item:first-child li{
    padding-left: 32px;
}

.table .table-content .list .text-center{
    text-align: center;
}

.table .table-content .list .item li:not(:first-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.table .table-content .list .item .download-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.table .table-content .list a {
	color: #328DFF;
}

.table .downLoad_li {
	text-align: center !important;
}
.table .downLoad_li a {
	cursor: pointer
}