/********ÓÒ×óÍ¼ÎÄ**********/
.comp-fImgLr {
    
}

.comp-fImgLr .section-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.comp-fImgLr .left, .comp-fImgLr .right {
    flex: 1;
}

.comp-fImgLr .left {
    padding-right: 20px;
}
.comp-fImgLr .right {
    padding-left: 20px;
}

.comp-fImgLr .mid {
    width: 420px;
}
.comp-fImgLr .mid img {
    width: 100%;
    height: auto;
}

.comp-fImgLr .item {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 8%);
}
.comp-fImgLr .item:last-child {
    margin-bottom: 0;
}
.comp-fImgLr .item .title {
    display: flex;
    align-items: center;
}
.comp-fImgLr .item .title h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.comp-fImgLr .item .title img {
    max-width: 35px;
    margin-right: 10px;
}

.comp-fImgLr .item p {
    font-size: 13px;
    color: #333;
    text-align: left;
    margin-top: 10px;
    color: #666;
}

.comp-fImgLr .left .item:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: -18px;
    padding: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    display: block;
}
.comp-fImgLr .right .item:before {
    content: '';
    position: absolute;
    top: 40%;
    left: -18px;
    padding: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
    display: block;
}