
.download {
    padding-bottom: 3rem;
}
.download-top {
    padding: 135px 0 60px;
}
.download-top-title {
    font-family: 'Montserrat-SemiBold';
    font-size: 60px;
    line-height: 70px;
    color: #000;
    text-align: center;
}
.download-cont{
    padding-bottom: 1rem;
}
.download-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem 0;
    cursor: pointer;
}
.download-item:nth-child(2n+1){
    background-color: #f8f8f8;
}
.download-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0 .4rem;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    line-height: 30px;
    color: #363636;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download-title .iconfont{
    margin-right: .2rem;
    color: #c93636;
}
.download-date{
    width: 85px;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    line-height: 30px;
    color: #a8a8a8;
    text-align: center;
}
.download-size{
    width: 12.82894736842105%;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    line-height: 30px;
    color: #a8a8a8;
    text-align: center;
}
.download-xz{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 5.59210526315789%;
    font-family: 'Montserrat-Bold';
    font-size: 28px;
    line-height: 30px;
    color: #bb0404;
}
.download-xz .iconfont{
    font-size: 24px;
    line-height: 30px;
    color: #bb0404;
    /* background-color: #fff;
    border-radius: 50%; */
}



.download-item.active{
    border-top: 1px solid #bb0404;
    border-bottom: 1px solid #bb0404;
}
.download-item.active .download-title{
    color: #bb0404;
}
.download-item:hover {
    background-color: #1e1e1e;
}
.download-item:hover .download-title{
    color: #fff;
}
/* .download-item:hover .download-xz{
    color: #fff;
} */
@media (max-width: 768px){
    .main-cont {
        padding: 0;
    }
}
