@charset "utf-8";
.support-chan-1003 {
    width: 100%;
    height: auto;
    position: relative;
}

.support-chan-1003 .col {
    width: 100%;
}

.support-chan-1003 .show-title {
    text-align: center;
}

.support-chan-1003 .show-content .list {
    float: left;
    width: 100%;
}

.support-chan-1003 .show-content .list .item {
    border-bottom: 1px solid #eeeeee;
}

.support-chan-1003 .show-content .list .item .download {
    float: left;
    width: auto;
    margin-right: 10px;
}

.support-chan-1003 .show-content .list .item .download a {
    display: block;
    line-height: 50px;
    text-align: center;
    width: 40px;
    height: 50px;
}

.support-chan-1003 .show-content .list .item .download a i {
    display: inline;
    vertical-align: middle;
}

.support-chan-1003 .show-content .list .item .title {
    float: left;
    width: auto;
    height: 50px;
    line-height: 50px;
}

.support-chan-1003 .show-content .list .item .date {
    float: right;
    width: auto;
    height: 50px;
    line-height: 50px;
}

@media screen and (min-width: 1024px) {
    .support-chan-1003 .show-content .list {
        width: 50%;
    }
}