/* 下载头部 */

.download-banner {
    height: 108px;
    background-color: #f0f1f2;
    margin-top: 80px;
}

.download-banner .title {
    padding-top: 20px;
    line-height: 48px;
    font-weight: 500;
    font-size: 32px;
    color: #000;
}

.download-banner .locations {
    padding: 10px 0;
}

.download-banner .locations p {
    color: #6c7073;
}

/* 主体内容 */

.main {
    background-color: #f0f1f2;
    padding: 30px 0 72px;
    font-size: 16px;
}

.main .container {
    background-color: #fff;
    height: 700px;
    position: relative;
}

.downList {
    padding: 20px 30px;
}

.downItem{
    position: relative;
}


.downItem .downtext{
    width: 1000px;
}


.downItem .icon{
    float: left;
    font-size: 36px;
    line-height: 2;
    color: #4b79ff;
    width: 50px;
}

.downItem h3 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    padding: 10px 0 20px;
}

.downItem h5 {
    color: rgb(119, 119, 119);
    font-size: 13px;
    height: 18px;
    /* font-family:"Times New Roman",Georgia,Serif; */
}


.downItem .downicon{
    width: 200px;
}
.downItem .btn {
    transition: all 0.3s ease-in-out;
    padding: 9px 22px;
    font-family: inherit;
    color: #fff;
    border-color: #3274cd;
    background-color: #3274cd;
    border-radius: 3px;
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
}

.downItem::after {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}

/* .page{
    position: absolute;
    bottom: 40px;
    left: 464px;
} */