html,body{
    background: #fff;
    color: #666;
}

.cont{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.down{
    margin-bottom: 30px;
}
.down h3{
    font-size: 24px;
    color: #626262;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    width: 100%;
    border-left: 3px solid #6c1d17;
    margin: 35px 0 15px 0;
    padding-left: 10px;
}
.down h3 span{
    color: #e62020;
}
.down .dlr{
    overflow: hidden;
}
.down .dlr .thumb{
    background: #e3e3e3;
    height: 110px;
    margin-right: 20px;
    width: 203px;
    float: left;
}
.down .dlr .info{
    width: 750px;
    float: left;
}
.down .dlr .info p{
    float: left;
    font-size: 16px;
    color: #626262;
    padding: 0;
    padding-left: 10px;
    width: 240px;
    /*height: 30px;*/
    line-height: 30px;
    margin: 0;
}
.down .dlr .info span{
    color: #c7a25b;
    margin-right: 10px;
}
.down .dlr .info p.fullLine{
    width: 100%;
}

.btns{
    clear: both;
    overflow: hidden;
}
.btns .btn{
    display: block;
    float: left;
    width: 300px;
    height: 80px;
    background: url(../images/downloadBtn.png) no-repeat;
    cursor: pointer;
    margin-right: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-indent: 40px;
    line-height: 75px;
    text-decoration: none;
}
.btns .btn:hover{
    background-position: left -160px;
}

.hr{
    height: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.elsed{
    margin-top: 40px;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.elsed .li{
    width: 240px;
    margin-left: 20px;
    float: left;
}
.elsed .li.first{
    margin-left: 0;
}