.attest_list dd li {
    margin-bottom: 0;
    width: auto;
    float: none;
}

.attest_list dd .attest_box {
    margin: 0;
    padding: 15px 30px;
    background: #f9f9f9;
}

.attest_list dd li:nth-child(2n) .attest_box {
    background: #ffffff;
}

.pro_down {
    float: right;
    padding-top: 0;
}

.pro_down i {
    font-weight: 400;
    font-size: 1.5em;
    margin-top: -0.5em;
    display: inline-block;
}

.attest_list dd {
    display: block;
}

.content {
    background: url(../images/downloadBg.jpg) no-repeat center center;
    background-size: cover;
}

.attest_tab li.on a, .attest_tab li a {
    border-top: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #363636;
}

.attest_tab li.on a {
    border-top: 0;
    background: #fff;
}

.attest_tab li {
    background: none;
    border-radius: 10px 10px 0 0;
    margin-right: 10px;
    overflow: hidden;
}

.attest_list dd ol {
    margin: 0;
}

.menu {
    line-height: 24px;
    margin-bottom: 24px;
    /* background: #f9f9f9; */
    padding: 0 30px;
}

.menu span::after{
    content: '/';
    margin: 0 1em;
    color: #888;
}

.menu a{
    color: #888;
}

.menu a:hover{
    color: #01cb00;
}

.menu a.on{
    color: #333;
    color: #01cb00;
}