.zlg-content {
    width: 1199px;
    padding-top: 25px;
    margin: 0 auto;
}

.zlg-part {
    padding: 0 30px 0 21px;
    background-color: #fff;
    background-image: url("../image/gtj2023_zlg_bg.jpg");
    background-repeat: no-repeat;
    background-position: 30px bottom;
    box-shadow: 3px 4px 7px 0px rgba(240, 240, 240, 0.75);
}

.zlg-breadcrum {
    font-size: 16px;
    line-height: 16px;
    padding: 24px 0 13px;
    color: #000;
}

.zlg-breadcrum a {
    font-size: 16px;
    color: #000;
}

.zlg-fg img {
    width: 100%;
    margin-left: -6px;
}

.zlg-title {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    padding: 28px 0 32px;
    border-bottom: 1px solid #c5c8cb;
    color: #0962be;
}

.zlg-title:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 57px;
    height: 5px;
    background-image: linear-gradient(#0962be, #0962be), linear-gradient(#3e3e3e, #3e3e3e);
    background-blend-mode: normal, normal;
    content: '';
}

.zlg-baike {
    position: relative;
    background: linear-gradient(#125797, #2871b5);
    padding-left: 450px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 36px;
    margin: 112px 30px 82px;
}

.baike-txt {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-indent: 36px;
}

.zlg-baike-title {
    position: absolute;
    left: 43px;
    top: -70px;
    z-index: 1;
    width: 320px;
    height: 300px;
    background: linear-gradient(#125798, #1a3562);
}

.zlg-baike-title p {
    width: 30px;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    padding: 0 18px;
    margin-top: 70px;
}

.zlg-baike-cover {
    position: absolute;
    left: 104px;
    top: -52px;
    z-index: 2;
    border: 3px solid #fff;
    border-radius: 3px;
}

.zlg-baike-cover img {
    width: 316px;
    height: 394px;
    vertical-align: top;
}

.zlg-addr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 35px 75px;
}

.zlg-addr-info {
    width: 408px;
    font-size: 18px;
    color: #000;
    line-height: 48px;
}

.zlg-addr-info span {
    color: #125797;
}

.zlg-addr-info h5 {
    font-size: 24px;
}

.zlg-addr-img {
    width: 586px;
    box-shadow: 22px 28px 0 #f0f0f0;
    border-radius: 12px;
}

.zlg-addr-img img {
    vertical-align: top;
    border-radius: 14px;
}