.honor-box{
    width: 85%;
    margin: 1rem auto;
    overflow: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    padding-top: 0.4rem;
}
.pop-up{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pop-up img{
    height: 80vh;
}
.pop-up .name{
    color: #fff;
    padding-top: 0.3rem;
    font-size: 0.24rem;
}
.pop-up i{
    color: #fff;
    font-size: 0.4rem;
    padding-left: 30%;
    /* margin-bottom: -1%; */
    cursor: pointer;
}
.honor-box::-webkit-scrollbar { width: 0 !important }
.honor-box ul li{
    position: relative;
    display: flex;
    padding-bottom: 0.5rem;
}
.honor-box ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ccc;
    left: 1.2rem;
    top: 0;
}
.honor-box ul li .dian{
    position: absolute;
    width: 34px;
    height: 34px;
    left: 1.03rem;
    top: 0;
    z-index: 9;
}
.honor-box ul li .date{
    width: 10%;
    font-size: 0.38rem ;
    color: #af4236;
    margin-top: 0.1rem;
}
.inner{
    position: relative;
    width: 80%;
    padding-top: 0.18rem;
    margin-top: 0.18rem;
    border-top: 1px dotted #ccc;
    display: flex;
    justify-content: space-between;
}
.inner .date1{
    position: absolute;
    right: 0;
    top: -0.28rem;
    font-size: 0.17rem;
    color: #ccc;
}
.inner .swiper{
    width: 94%;
    margin: 0;
}
.inner .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.inner .swiper-slide p{
    width: 100%;
    height: 2.82rem;
    overflow: hidden;
}
.inner .swiper-slide p img{
    width: 100%;
}
.inner .swiper-slide .name{
    font-size: 0.24rem;
    padding-top: 0.14rem;
}
.honorbtn{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.honorbtn>div{
    width: 0.64rem;
    height: 49.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0.54rem ;
    background: #e1e1e1;
    color: #9e9e9e;
    cursor: pointer;
}.honorbtn>div:hover{
    color: #fff;
    background: #af4236;
}