/* 关于聆析-了解聆析北京心理咨询 */
.know-us .region1 {
    position: relative;
    width: 100%;
    background-image: url(/img/knowus/line2.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-position-y:190px ;
    margin: 70px 0 20px 0;
    border-top: 2px solid #C9C6E5;
    box-shadow: 0px -4px 4px -5px rgba(0,0,0,.25);}

.know-us .back {
    position: absolute;
    left: -150px;
    top: 20px;
    width: 589px;
    height: 386px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/img/knowus/line.svg);
}

.know-us .region1 .contents{
    width: 1000px;
margin:130px 0 100px; 
}
.know-us .region1 .title{
    display: flex;
    font-size: 15px;
}

.know-us .region1 .val{
    font-size: 22px;
    font-weight: 600;
    color: #3d3d3d;
    padding-bottom: 4px;
    border-bottom: 4px solid #e8ddea;
}
.know-us .articles{
    width: 100%;
    margin: 40px 0 20px;
}

.know-us .articles .left-block{
    position: relative;
    width: 50%;
    padding: 24px;
}
.know-us .articles .left-block>p{
    width: 100%;
    color: #8C8C8C;
    font-size: 15px;
    /* white-space: pre-wrap; */
    /*text-indent: 2em;*/
    margin-bottom: 13px;
}
.know-us .articles .left-block p:last-child{
    margin-bottom: 0;
}

.know-us .sq{
    position: absolute;
    width: 56px;
    height: 52px;
    background-image: url(/img/knowus/block-line.svg);
    background-repeat: no-repeat;
    background-position-y:-18px;
}
.know-us .top-right{
    top: 0;
    right: 0;
    transform: rotate(180deg);
}
.know-us .bottom-left{
bottom: 0;
left: 0;
}

.know-us .articles .right-block{
    justify-content: flex-end;
    width: 48%;
}

.know-us .articles .right-block img{
    width:93%;
    margin-right: -20px;
}