.zonghe-container-content {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.zonghe-container-content .zonghe-content-item {
    width: 380px;
    height: 305px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 30px;
    padding-top: 39px;
}
.zonghe-container-content .img-content {
    width: 90px;
    height: 90px;
    line-height: 1;
    font-size: 0;
    margin: auto;
}
.zonghe-container-content .img-content img {
    width: 100%;
    height: 100%;
}
.zonghe-container-content .item-name {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
}
.zonghe-container-content .item-desc {
    color: #757575;
    font-size: 20px;
    margin-top: 13px;
    padding: 0 38px;
}

.hangye-item-back {
    width: 516px;
    height: 516px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.hangye-item-content {
    width: 346px;
    height: 434px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 1px #E5E5E5;
    border-radius: 10px;
    position: relative;
}
.hangye-item-body {
    padding: 28px;
}
.hangye-item-header {
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 26px;
    background-color: #EB8748;
    border-radius: 10px 10px 0 0;
}
.hangye-item-p {
    color: #333333;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    margin-top: 22px;
}
.hangye-item-p::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #EB8748;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.hangye-item-p.after-red::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #F04B44;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.hangye-item-desc {
    color: #9B9B9B;
    font-size: 18px;
    margin-top: 10px;
    padding-left: 20px;
}
.hangye-item-content .tubiao {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 18px;
    top: -35px;
    font-size: 0;
    line-height: 1;
}
.hangye-item-content .tubiao-right {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 18px;
    top: -35px;
    font-size: 0;
    line-height: 1;
}