.lbanner-box {
    display: none !important;
}
.web_main {
    margin-top: 5%;
}
.pdfList .list li {
    background: #F5F5F5;
    padding: 30px 60px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
}
.pdfList .list li .pdf_name::before {
    flex-shrink: 0;
    width: 40px;
    padding-bottom: 40px;
    background: url(../img/other/pdf-hei.png) no-repeat center/cover;
    display: inline-block;
    content: ' ';
    margin-right: 10px;
}
.pdfList .list li .pdf_name {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
     color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    text-transform: none;
    position: relative;
    cursor: pointer;
}
.pdfList .list li .down {
    display: inline-block;
    width: 25px;
    height: 27px;
    background-image: url(../img/other/down-hei.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pdfList .list li .look {
    display: inline-block;
    width: 29px;
    height: 27px;
    background-image: url(../img/other/look-lan.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 15px;
}
.pdfList .list li:hover {
    background-color: #2000C3;
}
.pdfList .list li:hover .pdf_name::before {
    background: url(../img/other/pdf.png) no-repeat center/cover;
}
.pdfList .list li:hover .pdf_name {
    color: #FFFFFF;
}
.pdfList .list li:hover .down {
    background-image: url(../img/other/down.png);
}
.pdfList .list li:hover .look {
    background-image: url(../img/other/look.png);
}
.lbanner-box {
    display: none;
}
.page_bar {
    margin-top: 5% !important;
}
.page_bar ul {
    justify-content: center !important;
}
@media (max-width:950px) {
    .web_main {
        margin-top: 8%;
    }
    .pdfList .list li {
        padding: 20px;
    }
    @media (max-width:619px) {
        .pdfList .list li .down {
            margin-left: 15px;
        }
    }
}