body {
    background: #f7f7f5;
}
.main {
    margin-top: 45px;
    padding-bottom: 60px;
}
img {
    width: 100%;
}
/* 主体部分 */
/* 下载 列表 */
.downList {
    padding-top: 40px;
}
.downList table {
    width: 100%;
    border: 1px solid #e6e6e6;
}
.downList table thead tr th {
    font-weight: 400;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: #096cb0;
    text-align: center;
    font-size: 12px;
}
.downList table thead tr th:nth-of-type(1) {
    width: 50%;
}
.downList table tbody tr {
    border-bottom: 1px solid #e6e6e6;
}
.downList table tbody tr td {
    padding: 16px 0;
    line-height: 22px;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    font-size: 14px;
}
.downList table tbody tr td:nth-of-type(4) a {
    font-size: 22px;
    line-height: 22px;
}
.downList table tbody tr td:nth-of-type(1) {
    width: 50%;
    text-align: left;
    padding-left: 70px;
}
.downList table tbody tr:nth-of-type(even) {
    background: #ebebeb;
}
.downList table tbody tr td:nth-of-type(4):hover a {
    color: #096cb0;
}
.icon-xiazai {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background: url(../images/icon_download.png) no-repeat center center;
}
@media only screen and (min-width:0px) and (max-width:768px) {
    .downList table tbody tr td:nth-of-type(1) {
        padding-left: 10px;
    }
}
@media only screen and (min-width:769px) and (max-width:1280px) {}
@media only screen and (min-width:1281px) and (max-width: 1366px) {}
@media only screen and (min-width:1367px) and (max-width: 1440px) {}
@media only screen and (min-width:1441px) and (max-width: 1920px) {}
.flex-direction-nav {
    display: none;
}