<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.download-list {
    margin: 0 -6px;
}

.download-list .item {
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 30px;
}

.download-list .item a {
    max-width: 310px;
    padding: 8px 92px 4px 10px;
    margin: 0 auto 20px;
    border: 4px solid #DDDDDD;
    background: #fff;
    position: relative;
}

.download-list .item a:hover {
    color: #006EBD;
    border-color: #016FBD;
}

.download-list .item a:before {
    content: "";
    background: url(../images/_icon/download_icon.png) top center no-repeat;
    width: 69px;
    height: 69px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 12px;
}

.download-list .item a:hover:before {
    background-position: 0 100%;
}

.download-list .pic {
    position: relative;
    overflow: hidden;
}

.download-list .title {
    text-align: center;
    font-size: 24px;
    text-align: left;
    display: inline-block;
    width: 100%;
    height: 54px;
    color: #444444;
    font-family: '敺株��迤暺煾��';
    overflow: hidden;
}

.download-list a:hover .title {
    color: #006EBD;
}

@media screen and (max-width: 1380px) {
    .download-list .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 1130px) {
    .download-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .download-list .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .download-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 530px) {
    .download-list .item {
        width: auto;
        float: none;
    }
}
</pre></body></html>