.download-list {
    margin: 65px auto 0;
    max-width: 1440px;
}

.download-list li {
    width: 16.66%;
    padding: 0 1%;
}

.download-list li a {
    margin: 0 auto 70px;
    position: relative;
    max-width: 218px;
}

.download-list li a .pic {
    background: #F9F9F9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 218px;
    padding: 10%;
}
.download-list li a:hover .pic {
    background: #FF2E12;
}
.download-list li a .pic:after {
    content: '';
    display: block;
    margin: auto;
    width: 140px;
    height: 140px;
    border-radius: 70px;
}
.download-list.ferry li a .pic:after {
    background: url(../images/ferry/icon_download.png) no-repeat center;
}
.download-list.ferry li a:hover .pic:after {
    background: url(../images/ferry/icon_download-.png) no-repeat center;
}
.download-list.car li a .pic:after {
    background: url(../images/car/icon_download.png) no-repeat center;
}
.download-list.car li a:hover .pic:after {
    background: url(../images/car/icon_download-.png) no-repeat center;
}

.download-list .cover {
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    color: #5D5D5D;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 12px 12px;
}

.download-list a:hover .cover {
    color: #FF722E;
}

@media screen and (max-width:1260px) {
    .download-list li {
        width: 25%;
    }
}
@media screen and (max-width: 800px) {
    .download-list li {
        width: 33.33%;
    }
}
@media screen and (max-width: 600px) {
    .download-list li {
        width: 50%;
    }
}
@media screen and (max-width: 420px) {
    .download-list li {
        width: 100%;
    }
    .download-list li a{
        margin-bottom: 20px;
    }
}