@charset "utf-8";


.head-page .download_item span{
    color: #D42D26;
}
.head-page .download_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.download .lists .list{
    margin-bottom: 40px;
    width: 46.5%;
    display: flex;
    align-items: center;
    margin-right: 7%;
}
.download .lists .list:nth-child(2n){
    margin-right: 0;
}
.download .lists .img{
    width: 42%;
    height: 173px;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.download .lists .img img{
    transition: all .4s;
    max-height: 100%;
}
.download .lists .texts{
    width: 58%;
    padding-left: 24px;
    box-sizing: border-box;
}
.download .lists .texts .tit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download .lists .con{
    margin: 6px 0;
}
.downlode_btn{
    width: 135px;
    height: 40px;
    background: #D42D26;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .downlode_btn:hover{
        color: #fff;
    }
    .download .lists .list:hover .img img{
        transform: scale(1.08);
    }
    .download .lists .list:hover .tit{
        color: #D42D26;
    }
    .download .lists .list:hover .downlode_btn{
        transform: translateY(3px);
    }
}
@media only screen and (max-width: 1280px) {
    .download .lists .img{
        height: 153px;
    }
}
@media only screen and (max-width: 1200px) {
    .download .lists .img {
        height: 142px;
    }
}
@media only screen and (max-width: 1043px) {
    .downlode_btn{
        width: 125px;
        height: 38px;
    }
}
@media only screen and (max-width: 768px) {
    .download .lists .list {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
    }
    .download .lists .img {
        height: 115px;
        width: 31%;
        padding: 5px;
    }
    .download .lists .con {
        margin: 0px 0;
    }
    .download .lists .texts {
        padding-left: 15px;
        width: 65%;
    }
    .downlode_btn {
        width: 115px;
        height: 35px;
        margin-top: 10px;
    }
}