.downLoad{
    padding: .42rem 0 5.85rem;
}
.tabList{
    display: flex;
    flex-wrap: wrap;
    margin-top: .75rem;
    padding-bottom: .9rem;
    border-bottom: 1px solid #FFFFFF;
    gap: .65rem .6rem;
}

.tabList a{
    width: 4.24rem;
    height: 0.81rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.3rem;
    color: #fff;
}

.tabList a:nth-child(3n-1){
    position: relative;
}

.tabList a:nth-child(3n-1)::after,
.tabList a:nth-child(3n-1)::before{
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
}
.tabList a:nth-child(3n-1)::after{
    left: -.3rem;
}

.tabList a:nth-child(3n-1)::before{
    right: -.3rem;
}

.tabList a.act,
.tabList a:hover{
    background: #fff;
    color: #000000;
}

.fileList .item{
    padding: .22rem 0;
    display: flex;
    align-items: center;
}

.fileList .item .tit{
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    text-decoration-line: underline;
    width: 6rem;
    margin-right: 2.74rem;
}

.fileList .item img{
    width: .29rem;
    height: .29rem;
}

.fileList .item .time{
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.26rem;
    color: #9A9A9A;
    margin-left: auto;
}