.byBox {
    position: relative;
    padding-top: 90px;
    background-image: url(../image/byBg.png);
    background-position: top;
    background-size: 100% auto;
    background-color: #f7f8f9;

    background-repeat: no-repeat;

}

.byTop {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}




.byNavRir {
    display: flex;
    align-items: center;
}

.byNav {
    font-size: 16px;
    line-height: 1;
    border-radius: 50px;
    padding: 16px 30px;
    margin-left: 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    cursor: pointer;
}

.byNav.Act {
    background: #0130a6;
    color: #fff;
}













.byTit {
    position: relative;
}

.byTIcon {
    width: 50px;
    position: relative;
}

.byTit p {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    margin-top: 15px;
}

.byTit span {
    font-size: 60px;
    line-height: 1;
    display: block;
}

.byTit.byTit_lan p {
    color: #0130a6;
}

.byTit.byTit_lan span {
    color: #666;
}

.byTit.byTit_Bai p {
    color: #fff;
}

.byTit.byTit_Bai span {
    color: #fff;
}


.byTit.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.byTit.center p {
    text-align: center;
}

.byTit.center span {
    text-align: center;
}



@media(max-width:1680px) {
    .byTit p {
        font-size: 44px;
    }

    .byTIcon {
        width: 45px;
    }

    .byBox {
        padding-top: 70px;
    }

    .byNav {
        margin-left: 12px;
    }
}

@media(max-width:1368px) {
    .byNav {
        font-size: 14px;
    }

    .byTIcon {
        width: 40px;
    }

    .byTit p {
        font-size: 40px;
        margin-top: 10px;
    }

    .byBox {
        padding-top: 50px;
    }
}

@media(max-width:1280px) {
    .byTIcon {
        width: 35px;
    }

    .byTit p {
        font-size: 36px;
    }

    
}


@media(max-width:1200px) {
    .byNav {
        padding: 14px 25px;
    }

    .byTIcon {
        width: 30px;
    }

    .byTit p {
        font-size: 32px;
    }
}

@media(max-width:1024px) {
    .byTop {
        flex-direction: column;
        align-items: flex-start;
    }

    .byNavRir {
        width: 100%;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .byNav {
        margin-left: 0;
        margin-right: 12px;
        margin-bottom: 12px;
    }
}
@media(max-width:900px) {
    .byTit p {
        font-size: 28px;}}
@media(max-width:680px) {
    .byTit p {
        font-size: 24px;
        margin-top: 10px;
    }
.byBox {
        padding-top: 40px;
    }
    .byTIcon {
        width: 25px;
    }

    .byNav {
        font-size: 12px;
    }

    .byNav {
        padding: 14px 20px;
    }

    .byNav {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .byNavRir {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:500px) {
    .byNav {
        padding: 12px 18px;
        margin-left: 0;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .byTit p {
        font-size: 20px;

    }
}























.proDRItem {
    border-radius: 16px;
    padding: 40px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

.proDRTbox {
    width: calc(100% - 100px);
    position: relative;
}

.proDRTit {
    font-size: 24px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all 0.48s;
}

.proDRTime {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.proDRTime p {
    font-size: 16px;
    color: #666;
    line-height: 1;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.proDRTime p::before {
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: rgb(26, 47, 162, .1);
}

.proDRTime p:last-child::before {
    width: 0;
}

.proDRBDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s ease-out;
    opacity: .8;
}

.proDRBDiv svg {
    width: 30px;
    height: 30px;
}

.proDRBDiv svg path {
    fill: #0130a6;
}

.proDRItem:hover .proDRBDiv {
    opacity: 1;
}

.proDRItem:hover .proDRTit {
    color: #0130a6;
}








@media(max-width:1480px) {
    .proDRTime p {
        font-size: 14px;
    }

    .proDRTit {
        font-size: 20px;
    }

    .proDRBDiv svg {
        width: 25px;
        height: 25px;
    }

    .proDRItem {
        padding: 30px;
    }
}

@media(max-width:1200px) {
    .proDRTbox {
        width: calc(100% - 35px);
    }

    .proDRTime p {
        line-height: 1;
        padding-right: 10px;
        margin-right: 10px;
    }
}

@media(max-width:900px) {
    .proDRTit {
        font-size: 18px;
    }

    .proDRBDiv svg {
        width: 22px;
        height: 22px;
    }

    .proDRItem {
        padding: 20px;
        margin-bottom: 14px;
    }
}

@media(max-width:680px) {
    .proDRTime p:nth-child(3) {
        display: none;
    }

    .proDRTime p:nth-child(2)::before {
        opacity: 0;
    }
    
}
   @media(max-width:500px){
    .proDRTime p:nth-child(2){
                    display: none;
                 }
                  .proDRTime p:nth-child(1)::before{
                    opacity: 0;
                 }
                 .proDRTime {
    margin-top: 10px;
}
    .proDRTit {
        font-size: 16px;
    }
         .proDRBDiv svg {
        width: 20px;
        height: 20px;
    }
    .proDRTime p {
        font-size: 12px;
    }
   }