@import url(./layout.css);
@import url(./news_pub.css);
@import url(./pagination.css);

.banner {
    background: url(../images/download_banner.png) center no-repeat;
    background-size: 100% 100%;
}
.download {
    width: 100%;
    margin: 100px auto 60px;
    border-collapse: collapse;
}
.download td {
    border-bottom: 1px solid #DDDDDD;
    color: #76797C;
    font-size: 18px;
    text-align: center;
    height: 70px;
}
.download tr:first-child td {
    border-top: 1px solid #DDDDDD;
}
.download .name {
    text-align: left;
    max-width: 200px;
    padding-left: 20px;
}
.btn-download {
    padding: 5px 16px;
    background: #FFBC25;
    border-radius: 4px;
    color: #1E2023;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}

