.web_main {
    position: relative;
    width: 100%;
    margin-top: -19%;
    margin-bottom: 15%;
}
.head_nav>li>a {
    color: #FFF;
}.web_head .btn--search:before{
    background-image: url(../img/Vecto1r.png) !important;
}
.fixed.web_head .btn--search:before {
    background-image: url(../img/Vector.png) !important;
}
.web_main_wrap {
    z-index: 999;
    width: 100%;
    padding: 20% 0;
    padding-bottom: 10%;
    
}
.detail_title, .detail_title h1 {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 3%;
}

.details_image {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 46%;
}

.details_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.detail_date {
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.detail_date .date {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-right: 30px;
}

.share {
    justify-content: flex-start;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.details_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    /* overflow: auto; */
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 22px;
}
.details_info a{
    color: #FFA30E;
    font-weight: bold;
}
.details_info a:hover{
    text-decoration: underline;
}
.details_info .table_wrap{width: 100%; overflow-x: auto;}

.click_btn {
    display: flex;
    margin-top: 30px;
    justify-content: space-around;
}

.click_btn .colo_btn a {
    display: flex;
    align-items: center;
    font-family: 'DINAlternate-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    padding: 12px 10px;
    border-radius: 4px;
}

/* .prev_btn .colo_btn{background-color: #0f4eb8;} */
.prev_btn .colo_btn {
    width: 132px;
    background: #333333;
    border-radius: 4px 4px 4px 4px;
    margin-right: 20px;
}

.prev_btn .colo_btn:hover {
    background: #FFA30E;
    border-radius: 4px 4px 4px 4px;
}

.prev_btn .colo_btn a::before,
.next_btn .colo_btn a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.next_btn .colo_btn {
    width: 132px;
    background: #333333;
    border-radius: 4px 4px 4px 4px;
    margin-left: 20px;
}

.next_btn .colo_btn:hover {
    background: #FFA30E;
    border-radius: 4px 4px 4px 4px;
}

@media (max-width:1500px) {
    .next_btn .colo_btn {
        margin-left: 0;
        margin-right: 20px;
    }

    .next_btn .con {
        width: calc(100% - 140px);
    }
}

.prev_btn .colo_btn a::before {
    background-image: url(../img/demo/Group_403.webp);
}

.next_btn .colo_btn a::before {
    background-image: url(../img/demo/Group_404.webp);
}

.prev_btn .con,
.prev_btn .con a,
.prev_btn .con span,
.next_btn .con,
.next_btn .con a,
.next_btn .con span {
    font-family: 'Times-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.prev_btn,
.next_btn {
    display: flex;
    align-items: center;
}

.next_btn {
    flex-direction: row-reverse
}

/* .prev_btn .con a:hover,.next_btn .con a:hover{color: #0f4eb8;} */
.prev_btn .con a:hover,
.next_btn .con a:hover {
    color: #FFA30E;
}

@media (max-width:1200px) {
    .pdfList .list li .yunpan_down{
        margin-left: 15px;
    }
}

@media (max-width:1400px) {
.prev_btn{        margin-right: 13px; }

/* 
.next_btn{  text-align: right;   flex-wrap: wrap; }
 .next_btn .con{ text-align: right;      margin-right: 20px; } */

}
@media (max-width:950px) {
     .head_nav>li>a {
        color: #000;
    }
    .web_main_wrap {
        /* top: -4%; */
        padding-top: 20%;
    }
    .detail_title, .detail_title h1{
        font-size: 24px;
        line-height: 40px;
    }
    .click_btn{
        flex-wrap: wrap;
        justify-content: start;
    }
    .click_btn .colo_btn{
        order: 1;
    }
    .prev_btn .con{
        order: 2;
    }
    .prev_btn{
        margin-bottom: 3%;
    }
}
