.cont_honor {
    width: 100%;
    padding-bottom: 70px;
}

.cont_honortop {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}

.cont_honortopleft1 {
    color: #333;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 150% */
}

.cont_honortopleft2 {
    color: #666;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    margin-top: 10px;
}

.about_next {
    background-image: url(../images/jt1.svg);
    width: 46px;
    height: 46px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    outline: 0;
    z-index: 9;
    cursor: pointer;
    margin-left: 16px;
    transition: .3s;



}

.about_next:hover {
    background-color: #00A3FF;
    background-image: url(../images/jt_hover.svg);
    transition: .3s;
    border: 1px solid #00A3FF;
}

.about_prev:hover {
    background-color: #00A3FF;
    background-image: url(../images/jt1_hover.svg);

    transition: .3s;
    border: 1px solid #00A3FF;
}

.about_prev {
    background-image: url(../images/jt.svg);
    width: 46px;
    height: 46px;
    background-color: #fff;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    transition: .3s;
}

.cont_honortopright {
    display: flex;
}

.about_tit {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 17px;
}

.about_img {
    border-radius: 10px;
    overflow: hidden;
}

.yongyu_box {
    display: flex;
    flex-wrap: wrap;
}

.yongyu {
    width: 100%;
    padding: 70px 0 192px 0;

    background: #EFF3F6;
}

.yongyu_ever {
    padding: 30px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    width: 49.306%;
    margin-right: 1.39%;
    margin-bottom: 20px;
    cursor: pointer;
    align-items: center;

}

.yongyu_ever:hover .yongyu_everlefttop2 {
    color: #00A3FF;
}

.yongyu_ever:nth-child(2n) {
    margin-right: 0;
}

.yongyu_everlefttop1 {
    min-height: 30px;
    width: 100%;
    color: #999;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
 
}

.yongyu_everlefttop2 {
    width: 100%;
    color: #333;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
   
}

.yongyu_everleftbot {
    color: #CCC;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.yongyu_everleft {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yongyu_everright {
    width: 20%;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;

}

/* .yongyu_everright>img{
    min-width: 100px;
    min-height: 100px;
} */
@media (max-width:1217px) {

    /* .yongyu_everright>img{
        min-width: 80px;
        min-height: 80px;
    } */
    .yongyu_ever {
        padding: 25px;
    }
}

@media (max-width:1000px) {

    .yongyu_ever {
        padding: 25px;
    }

    .yongyu_ever {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media (max-width:467px) {
   

    .yongyu_ever {
        flex-wrap: wrap-reverse;
    }

    .yongyu_everleft,
    .yongyu_everright {
        width: 100% !important;
        text-align: center;

    }

    .yongyu_everright {
        padding-bottom: 10px;
    }

    .yongyu {
        width: 100%;
        padding: 30px 0 60px 0;
    }

    .cont_honortop {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .cont_honor {
        width: 100%;
        padding-bottom: 30px;
    }
.yongyu_everright img{
    width: 50px;
    height: 50px;
}
}

@media(max-width:1580px) {

    /* .yongyu_everright>img{
        min-width: 80px;
        min-height: 80px;
    } */
    .yongyu_everright {
        width: 15%;

    }
    .yongyu_everlefttop2{
        font-size: 18px;
    }
}
@media(max-width:1232px) {

  
    /* .yongyu_everright {
        width: 15%;

    } */
    .yongyu_everlefttop2{
        font-size: 16px;
    }
    .yongyu_everlefttop1{
        font-size: 14px;
    }
}
@media(max-width:1052px) {

  
    .yongyu_ever {
        padding: 15px !important;
    }
}