﻿.download{
    width:1200px;
    margin:0 auto;
}
.download *{
    box-sizing:border-box;
}
.dlocation{
    margin:20px auto;
    color:#777;
    font-size:12px;
}
.dlocation a{
    color:#777;
}

.download-item{
    margin-top:10px;
}
    .download-item .ditem-title{
        padding:30px 0;
        border-bottom:1px solid #ccc;
        text-align:center;
    }
    .download-item .ditem-title a{
        color:#222;
        font-size:24px;
    }
        .download-item .ditem-title a:hover {
            color: #00aa5f;
        }

.download-list{
    padding:40px 0;
}
    .download-list li {
        width: 360px;
        float: left;
        display: flex;
        flex-direction: row;
        padding-bottom: 20px;
        margin-right: 60px;
    }
    .download-list li:nth-child(3n){
        margin-right:0;
    }
    .download-list li .downloadicon {
        display: block;
        width: 50px;
        height: 50px;
        background: url('downicon.png') no-repeat center center;
        margin-right: 10px;
    }
    .download-list li .download-item-info {
        width: 210px;
        margin-right: 25px;
    }
        .download-list li .download-item-info .item-info-title,.download-list li .download-item-info p {
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            color: #222;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .download-list li .download-item-info .item-info-title {
            display: block;
        }
        .download-item-info .item-info-title:hover {
            color: #00aa5f;
        }
        .download-list li .download-item-info p {
            font-size: 12px;
            color: #777;
        }
.download-list li .download-file {
    display: block;
    width: 60px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #00aa5f;
    color: #00aa5f;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 14px;
}
.download-list li .download-file:hover{
    background-color:#00aa5f;
    color:#fff;
}

.downloadadv {
    height:325px;
    background: url('downloadadv.png') center center;
    margin-bottom:80px;
}