/* 人才理念 */
.rcln .item:nth-child(1){
    width: 65%;
}
.rcln .item:nth-child(2){
    width: 33%;
}
.rcln .item p{
    font-size: 18px;
    text-indent: 2em;
    line-height: 2;
    text-align: justify;
}
@media (max-width: 1200px) {
    .rcln .item:nth-child(1){
        width: 100%;
    }
    .rcln .item:nth-child(2){
        width: 100%;
    }
    .rcln .item img{
        width: 100%;
        margin-top: 20px;
    }
}
<!--0.00016593933105469-->