.download_banner{
    width: 100%;
    height: 300px;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    object-fit: cover;
    object-position: center;
    background: url(/style/download/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 1200px){
    .download_banner{
        height: 400px;
    }
}

@media (max-width: 768px){
    .download_banner{
        height: 250px;
    }
}

.softbg{
    background-color: #EDF2F8;
}

.softlist{
    margin:86px 0 46px ;
}

@media (min-width: 768px){
    .softlist .col-md-6:nth-child(2n-1){
        max-width: 49%;
        margin-right: 1%;
    }
    .softlist .col-md-6:nth-child(2n){
        max-width: 49%;
        margin-left: 1%;
    }
    
}


.softlist dl{
    height: 175px;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin-top: 20px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 0;
    position: relative;
}
.softlist dl dt {
    width: 90px;
    height: 90px;
    float: left;
    margin-top: 42px;
    margin-left: 30px;
    margin-right: 20px;
}

.softlist dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    margin-top: 35px;
}
.softlist dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.softlist dl dd h3{
    color:#000;
    font-size: 24px;
    overflow: hidden;
    line-height: 40px;
    margin-right: 100px;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 15px;
}

.softlist dl dd p{
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    margin-right: 100px;
}

@media (max-width: 768px){
    .softlist dl {
        height: 130px;
        border: none;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #f3f4f5;
    }
    .softlist dl dd {
        margin-top: 1.25rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 1.2rem;
    }
}

.container{
    padding: 0;
}

.downloadBtn{
    background-color: #39CE74;
    color: #fff;
    font-size: 18px;
    width: 133px;
    height: 47px;
    text-align: center;
    display:inline-block;
    border-radius: 10px;
    line-height: 47px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 64px;
}
.downloadBtn:hover{
    font-weight: 800;
    color: #fff;
}

@media (max-width: 1200px){
    .softlist dl dt{
        margin-left: 0px;
        margin-right: 10px;
    }
    .downloadBtn{
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        
    }
}

@media (max-width: 992px){
    .softlist dl dt{
        margin-left: 0px;
        margin-right: 10px;
    }
    .downloadBtn{
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        
    }
}
@media (max-width: 762px){
    .softlist dl dt {
        margin-top: 20px;
    }
    .softlist dl dd h3{
        line-height: 30px;
    }
    .downloadBtn{
        top: 44px;
    }
    .softlist{
        margin-top: 20px;
    }
}
