.distinction .test-difference {
    margin-top: 53px;
    box-shadow: 2px 2px 2px #facbc5,
             -2px -2px 2px #facbc5;
    border-radius: 20px;
}

.distinction .test-difference .item {
    padding: 65px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.distinction .test-difference .item.underline {
    position: relative;
}

.distinction .test-difference .item.underline::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 80%;
    height: 1px;
    background-color: #fa9657;
}

.distinction .test-difference .item div {
    flex-shrink: 0;
    width: 302px;
    height: 120px;
    line-height: 120px;
    background: url(/statics/images/ckqb/point.png) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: 30px;
}

.distinction .test-difference .item p {
    color: #5b5b5b;
    padding-right: 70px;
    font-size: 16px;
    line-height: 24px;
} 


@media screen and (max-width: 1200px) {
    .distinction.container {
        margin: 0;
        padding: 0;
    }
    .distinction .test-difference {
        margin-top: .44rem;
        box-shadow: none;
        border-radius: 0;
    }
    
    .distinction .test-difference .item {
        padding: .54rem 0px;
    }
    
    .distinction .test-difference .item div {
        width: 4.37rem;
        height: 1.75rem;
        line-height: 1.75rem;
        font-size: .25rem;
        margin-right: .25rem;
    }
    
    .distinction .test-difference .item p {
        padding-right: .58rem;
        font-size: .4rem;
        line-height: 1.6em;
    } 
}