.content{
    width: 60%;
}
.content_text{
    display: flex;
    align-items: center;
}
.content_right P{
    text-indent: 2em;
    line-height: 30px;
}
.content_left a{
    color: #0a8de4;
}
.content_text>.contentLmack{
    width: 60%;
    padding-right: 20px;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}
.content_text>.contentLmack .content_left{
    width: 100%;
}
.content_left p{
    line-height: 30px;
    text-indent: 2em;
}
.contentRmack{
    width: 40%;
    height: 100%;
    /* padding-top: 50px; */
}
.content_right img{
    width: 100%;
    height: 380px;
}
.content_rightE img{
    height: 100%;
}