.has-side .download-list.type1 .item .col.name {
    width: 45%;
}
.download-list.type1 .item .col.name {
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 12px 20px;
    line-height: 2;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}
@media screen and (max-width: 1330px){
.has-side .download-list.type1 .item .col.name {
    width: 35%;
}
}