.copy-download-list {
    padding: 35px 20px;
}

.copy-download-list li {
    display: flex;
    justify-content: space-between;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e5e5e5;
}

.copy-download-list a:hover {
    color: #00489e;
}
