.zfgjj-body {
    width: 1100px;
    margin: 0 auto;
}

.zfgjj-head {
    padding: 40px 26px;
    background: #e7eaf2;
}

.zfgjj-head h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    color: #5a6ba2;
    padding-left: 80px;
    background: url(./icon.png) no-repeat left;
}

.zfgjj-main {
    padding: 25px 0;
    box-shadow: 0px 0px 10px 0px rgb(240 240 240);
}

.zfgjj-main>p {
    width: 660px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.ewm-list ul {
    display: flex;
    justify-content: space-between;
    padding: 0 173px;
}

.ewm-list li {
    text-align: center;
}

.ewm-list li div {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
    border: 6px solid #e6e5e5;
    position: relative;
}

.ewm-list li div>img {
    position: absolute;
    width: 106px;
    height: 106px;
    top: calc(50% - 53px);
    left: calc(50% - 53px);
}

.ewm-list li>img {
    display: block;
    height: 30px;
    margin: 15px auto;
}

.ewm-list li:first-of-type div>img {
    width: 130px;
    height: 130px;
    top: calc(50% - 65px);
    left: calc(50% - 65px);
}

.ewm-list span {
    display: inline-block;
    width: 260px;
    line-height: 50px;
    font-size: 24px;
    background: #c40311;
    color: #fff;
    border-radius: 50px;
}

.zfgjj-foot {
    padding: 15px 0;
}

.zfgjj-foot p {
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    color: #666666;
}