.view-content.download-content-box{
    height: 170px;
    min-height: 170px;
}
.view-content .content-module1.download-box .module1-img{
    height: 170px;
    background-image: url(../../pc/img/about-us-bg.jpg);
}
.view-content .content-module1.download-box .module1-content{
    left: 40%;
}
@media (max-width: 767px) {
    .view-content .content-module1.download-box .module1-content{
        left: 5%;
    }
}
.download-box-body{
    padding-top:30px;
    padding-bottom: 30px;
}
.download-box-body .download-title p{
    text-align: center;
}
.download-box-body .download-title{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.download-box-body .download-title p.title-small{
    font-size: 14px;
    font-size: 1.4rem;
}
.download-box-body .download-title.download-title-top{
    padding-top: 20px;
}
.download-box-content{
    width: 100%;
    padding-bottom: 40px;
}
.download-box-content.line-bottom{
    border-bottom: 1px dashed #bbb;
}
.download-box-content .content-title h3{
    margin-bottom: 30px;
}
.download-box-content .content-img{
    /*margin: 20px;*/
}
.download-box-content .content-info div{
    padding: 15px;
}
.download-box-content .content-info button{
    color:#0ae;
    background-color: #fff;
    border-radius: 5px;
    border:1px solid #0ae;
    padding: 5px 60px;
}
.download-box-content .content-info button:hover{
    background-color:#0ae;
    color:#fff;
}