<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.aboutLeigod-wrap {
    width              : 100%;
    /* height          : 1256px; */
    background-color   : #E0E0E0;
    margin             : 0 auto;
    overflow           : hidden;
}

.aboutLeigod-wrap .aboutLeigod-title {
    width              : 100%;
    height             : 517px;
    background-size    : 2560px 517px;
    background-image   : url('/img/aboutLeigod-title-bg.png');
    background-position: center 0;
    background-repeat  : no-repeat;
    overflow           : hidden;
}

.aboutLeigod-wrap .aboutLeigod-title .aboutLeigod-title-content {
    width : 1200px;
    margin: 0 auto;
}

.aboutLeigod-wrap .aboutLeigod-title .aboutLeigod-title-content .aboutLeigod-title-content-p1 {
    font-size    : 50px;
    font-weight  : 500;
    line-height  : 66px;
    color        : #FFFFFF;
    margin-top   : 78px;
    margin-bottom: 50px;
}

.aboutLeigod-wrap .aboutLeigod-title .aboutLeigod-title-content .aboutLeigod-title-content-p2,
.aboutLeigod-wrap .aboutLeigod-title .aboutLeigod-title-content .aboutLeigod-title-content-p3,
.aboutLeigod-wrap .aboutLeigod-title .aboutLeigod-title-content .aboutLeigod-title-content-p4 {
    width      : 728px;
    color      : #FFFFFF;
    font-size  : 17px;
    opacity    : 0.7;
    line-height: 30px;
    text-align : left;
    margin     : 17px 0;
}

.aboutLeigod-wrap .aboutLeigod-section {
    width         : 1200px;
    height        : 639px;
    background    : #fff;
    border-radius : 15px;
    margin        : 50px auto 50px;
    display       : flex;
    flex-direction: column;
    position      : relative;
    padding-top   : 31px;
    box-sizing    : border-box;
}

.aboutLeigod-wrap .aboutLeigod-section .aboutLeigod-section-i {
    width      : 343px;
    height     : 52px;
    line-height: 52px;
    padding    : 0 26px 17px;
    box-sizing: border-box;
    margin-bottom: 17px;
}

.aboutLeigod-wrap .aboutLeigod-section .aboutLeigod-section-left {
    cursor: pointer;
    padding:0 19px;
    white-space: nowrap;
    /* overflow: hidden;
    text-overflow:ellipsis; */
}

.aboutLeigod-wrap .aboutLeigod-section .aboutLeigod-section-left:hover {
    background   : #f4f4f4;
    color        : #333333;
    border-radius: 5px;
}

.aboutLeigod-wrap .aboutLeigod-section .on_active {
    background   : #f4f4f4;
    color        : #333333;
    border-radius: 5px;
}

.aboutLeigod-wrap .aboutLeigod-section .aboutLeigod-section-i .aboutLeigod-section-right {
    position  : absolute;
    width     : 867px;
    height    : 639px;
    right     : 0;
    top       : 0;
    padding   : 62px 93px;
    box-sizing: border-box;
    overflow-y: auto;
    display   : none;
}

.aboutLeigod-wrap .aboutLeigod-section .aboutLeigod-section-line {
    position        : absolute;
    top             : 0;
    left            : 343px;
    width           : 1px;
    height          : 639px;
    background-color: rgba(112, 112, 112, 0.1);
}

html,
body {
    padding: 0;
    margin : 0;
}</pre></body></html>