.download-content {
    height: 1390px;
    background: #fff;
    padding: 42px 47px 90px;
}

.download-content .download-item {
    margin-bottom: 60px;
}

.download-content .download-title{
    position: relative;
    height:  35px;
    padding-left: 162px;
    line-height: 35px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    margin-bottom: 10px;
    color: #888888;
}

.download-content .download-title span {
    position: absolute;
    height: 35px;
    width: 144px;
    background: #61637d;
    line-height: 35px;
    top:0px;
    left: 0px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.download-content .download-title .check-history-patch {
    position: absolute;
    right: 0px;
    line-height: 35px;
    font-size: 14px;
    color: #ff6a34;
}

.download-content .download-title .check-history-patch:after {
    content: '';
    width: 90px;
    height: 1px;
    position: absolute;
    bottom: 9px;
    background: #ff6a34;
    left: 8px;
}

.download-content .download-item p {
    font-size: 15px;
    color: #484343;
    padding-left: 4px;
    line-height: 29px;
}

.download-content .client-name {
    line-height: 36px;
    color: #f25d1a;
    position: relative;
    padding-left: 21px;
    font-size: 15px;
}

.download-content .client-name a {
    line-height: 36px;
    color: #f25d1a;
    position: relative;
    /* padding-left: 29px; */
    font-size: 15px;
    /* text-decoration: underline; */
}

.download-content .client-name a:hover {
    color: #cbaa62;
}

.download-content .client-name:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 4px;
    border: 5px solid transparent;
    border-left-color: #f25d1a;
}

.download-center-btn {
    display: block;
    background: url("../images/common/downloadcenterbtn.jpg") no-repeat 0 0;
    width: 284px;
    height: 78px;
}

.download-center-btn:hover {
    background-position-x: -290px;
}

.download-content .download-center-btn {
    margin: 35px auto;
}

.download-content .download-media-list li {
    float: left;
    width: 121px;
    height: 16px;
    border-right: 2px solid #878585;
    margin-top: 15px;
}

.download-content .download-media-list li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 16px;
    text-align: center;
    color: #484343;
    font-size: 15px;
}

.download-content .download-item .download-patch {
    background-position-y: -83px;
}

.pop-patch {
    width: 916px;
    height: 329px;
}

.pop-patch .close {
    width: 45px;
    height: 45px;
    background: url("../images/common/close.png") no-repeat center center;
    position: absolute;
    top: 0px;
    right: -55px;
}

.pop-patch .patch-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.pop-patch .patch-table tbody {
    border-bottom: 1px solid #e7e7e7;
}

.patch-table th {
    font-size: 16px;
    color: #f25d1a;
}

.patch-table td {
    font-size: 14px;
    color: #414141;
}

.patch-table th , .patch-table td {
    height: 40px;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    background: #f2f2f2;
}

.patch-table tr:nth-child(odd) td {
    background: #f8f8f8;
}

.patch-table tr:nth-child(even) td {
    background: #fff;
}