.download_list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 2rem);
    margin-top: calc(9px + 2rem);
}

.download_item{
    width: calc(142px + 30rem);
    height: calc(16px + 15rem);
    background: #F6F9FE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(20px + 2rem);
}
.down_left .p1{
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
font-size: calc(10px + 1rem);
color: #333333;
line-height: calc(3px + 2rem);
}
.down_left .p2{
font-family: Source Han Sans, Source Han Sans;
font-weight: 350;
font-size: calc(8px + 0.5rem);
color: #666666;
line-height: calc(6px + 0.5rem);
margin-top: calc(1px + 2rem);
}
.down_left .p3{
    margin-top: calc(14px + 3rem);
}
.down_left .p3 a{
display: flex;
justify-content: flex-start;
align-items: center;
gap: calc(7px + 0.5rem);
font-family: Source Han Sans, Source Han Sans;
font-weight: 350;
font-size: calc(6px + 0.5rem);
color: #007BA3;
line-height: calc(3px + 1rem);
}
.down_left .p3 a img{
    width: calc(4px + 1rem);
}
.down_pic{
    width: calc(98px + 5rem);
    height: calc(72px + 10rem);
}

.down_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}