.list_download .ul {
    margin-top: 1.875rem;
}
.list_download .ul li{
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 2.1875rem;
    color: #7C7C7C;
    padding: 0 4.375rem;
}
.list_download .ul li:nth-child(1){
    background: #0154a6;
    line-height: 3.4375rem;
    font-size: 1.375rem;
    color: #FFFFFF;
}
.list_download .ul li div:nth-child(1) {
    width: 40%;
}
.list_download .ul li div:nth-child(2) {
    width: 30%;
    text-align: center;
    justify-content: center;
}
.list_download .ul li div:nth-child(3) {
    width: 20%;
    text-align: center;
    justify-content: center;
}
.list_download .ul li:not(:first-child) {
    border-bottom: 1px solid #E2E2E2;
}
.list_download .ul li:not(:first-child) > div {
    height: 5.3125rem;
    display: flex;
    align-items: center;
}
.list_download .ul li:not(:first-child) > div {
    height: 5.3125rem;
    display: flex;
    align-items: center;
}
.list_download .ul li div:nth-child(3) {
    width: 20%;
    text-align: center;
    justify-content: center;
}
.more {
    border: 1px solid #0154a6;
    line-height: 3.4375rem;
    font-size: 1rem;
    color: #0154a6;
    padding: 0 2.25rem;
    display: inline-block;
    position: relative;
    border-radius: 6.25rem;
    z-index: 5;
}
.list_download .ul li .more {
    border: 1px solid #E2E2E2;
    color: #7C7C7C;
}
.more::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    transform: scale(0.6);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: #0154a6;
    z-index: -1;
    opacity: 0;
    border-radius: 6.25rem;
}
.more .iconfont {
    font-size: 1rem;
    margin-left: 1rem;
}
.list_download .ul li .more .iconfont {
    font-size: 1.125rem;
}
.list_download .ul li .more:hover {
    border-color: #0154a6;
    color: #fff;
}
.more:hover::before {
    opacity: 1;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transform: scale(1);
}
@media (max-width: 767px){
    
    .list_download .ul {
        margin-top: 15px;
    }
    .list_download .ul li:not(:first-child) {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .list_download .ul li:nth-child(1) {
        display: none;
    }
    .list_download .ul li:nth-child(1), .list_download .ul li .name {
        font-size: 1.125rem;
    }
    .list_download .ul li {
        padding: 0 1.375rem;
    }
    .list_download .ul li div:nth-child(1) {
        width: 100%;
        line-height: 1.875rem;
        height: auto;
    }
    .list_download .ul li div:nth-child(2) {
        width: 100%;
        justify-content: flex-start;
        line-height: 1.875rem;
        height: auto;
        margin: 0px 0 5px;
    }
    .list_download .ul li div:nth-child(3) {
        width: 160px;
        height: auto;
    }
    .list_download .ul li:nth-child(2) {
        border-top: 1px solid #E2E2E2;
    }
    .list_download .ul li:not(:first-child)>div:nth-child(1) {
        width: 100%;
        height: auto;
        /*line-height: 1.875rem;*/
        margin-bottom: 0.625rem;
    }
    .list_download .ul li:not(:first-child)>div:nth-child(2) {
        text-align: left;
        justify-content: flex-start;
    }
    .list_download .ul li:not(:first-child)>div:nth-child(2), .list_download .ul li:not(:first-child)>div:nth-child(3) {
        width: 50%;
        height: auto;
    }
    .list_download .ul li:not(:first-child)>div:nth-child(2), .list_download .ul li:not(:first-child)>div:nth-child(3) {
        width: 50%;
        height: auto;
    }
    .list_download .ul li:not(:first-child)>div:nth-child(3) {
        justify-content: flex-end;
    }
    .more {
        line-height: 44px;
        padding: 0 0.75rem;
        font-size: 0.9rem;
    }
    .list_download .ul li .more {
        width: 130px;
    }
}













