.site-nav .menu li:nth-child(3) a:after {

    display: block;

}

.download-breadcrumb {

    float: none;

    padding: 0;

    margin-bottom: 30px;

    text-align: left;

}



.download-list {

    margin: 0 -10px -30px;

}

.download-list .item {

    width: 20%;

    padding: 0 10px;

}

.download-list .item a {

    max-width: 186px;

    margin: 0 auto 35px;

}

/*.download-list .item a:after {

    content: "";

    background: url(../images/products/arrow.png) no-repeat;

    width: 25px;

    height: 25px;

    display: block;

}
*/
.download-list .item a:hover:after {

    background-position: 0 100%;

}

.download-list .pic {

    border: 3px solid #ddd;

    margin-bottom: 6px;

}

.download-list a:hover .pic {

    border-color: #0B3177;

}

.download-list .title {

    color: #444;

    font-size: 15px;

    font-weight: bold;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

.download-list a:hover .title {

    color: #B20000;

    text-decoration: underline;

}





@media screen and (max-width: 1100px) {

    .download-list .item {

        width: 33.33%;

    }

}

@media screen and (max-width: 767px) {



}

@media screen and (max-width: 630px) {

    .download-list .item {

        width: 50%;

    }

}

@media screen and (max-width: 600px) {



}

@media screen and (max-width: 460px) {

    .download-list .item {

        width: auto;

        float: none;

    }

}

