#weibu {
    display: flex;
    justify-content: space-evenly;
    color: white;
}

#weibu .left {
    position: relative;
    width: 332px;
    height: 120px;
    border-right: 1px solid white;
}

#weibu .left img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#weibu .right {
    position: relative;
    width: 332px;
    height: 120px;
    border-left: 1px solid white;
}

#weibu .right img {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#weibu .right .beizhu,
#weibu.cf .left .beizhu {
    color: white;
    font-size: 12px;
    text-align: center;
}



#weibu.cf .right .beizhu {
    position: absolute;
    right: 41px;
    top: 32%;
    transform: translateY(-50%);
}

.single>.head .time {
    margin-top: 14px;
}