@charset "UTF-8";
.download_in {
    padding: 40px 0;
}

.download_in .container {
    padding-bottom: 0;
}

.itemLink {
    font-size: 14px;
    white-space: nowrap;
    color: gray;
    padding-left: 32px;
    float: right;
    display: flex;
}

.dl-list {
    padding: 15px;
    list-style: none;
    background-color: white;
}

.dl-list li {
    color: #292929;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dl-list a {
    color: #555;
}

.dl-list a:hover {
    color: #0c68ac;
}

.itemLink img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.itemTitle {
    width: 80%;
    display: inline-block;
}

@media all and (min-width: 320px) {
    .itemTitle {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .itemTitle {
        margin-bottom: 0;
    }
}

.itemLink {
    display: inline-block;
    background: #ebeef3;
    padding: 10px 17px;
    border-width: 0;
}

.itemLink:hover {
    display: inline-block;
    background-color: #E9E9E9;
    padding: 10px 17px;
    /*border-radius: 20px;*/
    color: white;
}

@media screen and (max-width: 480px) {
    .itemTitle {
        width: 80%;
        display: inline-block;
    }
}