.xqbox {
    padding: 2rem;
    background-color: white;
    border: 1px solid #e4e3f0;
}

.cqn-t h2 {
    font-size: 1.6rem;
    color: #444;
    margin-bottom: 1rem;
    text-align: center;
}

.cqn-tb {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
}

.cqn-tb .time {
    text-align: center;
}

.cqn-tb .time p,
.cqn-tb .clike p {
    font-size: 14px;
    color: #808080;
    display: inline-block;
    margin-right:40px;
}

.cqn-c {
    border-bottom: 1px solid #ebebeb;
    padding: 2rem 0;
}

.cqn-clb {
    margin-bottom: 2rem;
    font-size: 14px;
}

.xqbox .about-cqn {
    border-bottom: none;
    padding-bottom: 0;
}

.cqn-cimg img {
    max-width: 96%;
    width: auto;
    height: auto;
    display: block;
    margin: 1rem auto;
}

.cqn-cimg p {
    font-size: 14px;
    color: #444;
    line-height: 28px;
}

.cqn-cimg p:last-child {
    margin-bottom: 0;
}

.position {
    background-size: 10% !important;
}
@media (max-width:768px) {
    .cqn-tb .time p, .cqn-tb .clike p{
        margin-right:20px;
    }
}
