.contentBody {
    position: relative;
    width: calc(var(--bodyW) - 52rem);
    min-height: 50rem;
}

.contentBody .content {
    padding: 11.8rem 0;
}

.contentBody .content img{
    width:1.6rem;
    height:1.6rem;
}

.contentBody .content li {
    height: 14.6rem;
    box-sizing: border-box;
    padding: 3rem 0;
    border-bottom: .1rem dashed #D6D6D6;
}

.contentBody .content >a {
    width: calc(var(--bodyW) - 52rem);


}

.contentBody .content a p {
    margin-bottom: 1rem;
}

.contentBody .content a p:nth-child(1) {
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contentBody .content a p:nth-child(2) {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contentBody .content a p:nth-child(3) {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    color: #999999;
    margin: 0;
}
