/*头部样式*/
.bannerList{
    padding: 100px 0;
    background-image: url(https://www.dgylec.com/static/web/images/investor-zone.jpg);
}
.bannerList .titleBox .en_title {
    color: #296caf;
    font-weight: 900;
}
.bannerList .titleBox .tw_title {
    color: #373737;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
}
.bannerList .titleBox:after {
    display: block;
    content: "";
    width: 94px;
    height: 3px;
    background-color: #296caf;
    margin-top: 30px;
}
.bannerList .txt {
    color: #585858;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.6875;
    max-width: 490px;
}

/*主体*/
.bannerInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 5;
    top: -55px;
}
@media (max-width: 992px) {
    .bannerInfo {
        top: 0;
        padding-top: 30px;
    }
}

.bannerInfo .contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    width: 100%;
}
@media (max-width: 1400px) {
    .bannerInfo .contentBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.bannerInfo .item {
    border-radius: 5px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 110px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}
@media (max-width: 1200px) {
    .bannerInfo .item {
        min-height: 80px;
    }
}
.bannerInfo .item:nth-of-type(1) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    padding: 16px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1600px) {
    .bannerInfo .item:nth-of-type(1) {
        margin-right: 10px;
    }
}
@media (max-width: 1400px) {
    .bannerInfo .item:nth-of-type(1) {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 840px) {
    .bannerInfo .item:nth-of-type(1) {
        margin-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
}

.bannerInfo .item:nth-of-type(1) .left .title {
    font-size: 30px;
    color: #296caf;
    font-weight: 500;
    position: relative;
    padding: 0 32px;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: left;
}
@media (max-width: 840px) {
    .bannerInfo .item:nth-of-type(1) .left .title {
        margin-bottom: 10px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .bannerInfo .item:nth-of-type(1) .left .title {
        font-size: 26px;
    }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .left .title {
    position: relative;
}

body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .left .title .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    max-height: 50px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.bannerInfo .item:nth-of-type(1) .right {
    text-align: left;
    padding-left: 31px;
}

.bannerInfo .item:nth-of-type(1) .right .enTitle {
    font-size: 20px;
    color: #296caf;
    font-weight: bold;
    letter-spacing: 0.8px;
}
@media (max-width: 840px) {
    .bannerInfo .item:nth-of-type(1) .right .enTitle {
        text-align: center;
        margin-bottom: 6px;
    }
}
@media (max-width: 480px) {
    .bannerInfo .item:nth-of-type(1) .right .enTitle {
        font-size: 18px;
    }
}



.esgListBox {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.esgListBox .esgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.esgListBox .esgList::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #f7f7f7, rgba(255, 255, 255, 0));
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}
@media (max-width: 1200px) {
    .esgListBox .esgList::before {
        width: 100px;
    }
}
@media (max-width: 720px) {
    .esgListBox .esgList::before {
        width: 60px;
    }
}
.esgListBox .esgList.onLeft::before {
    visibility: hidden;
}

.esgListBox .esgList .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.esgListBox .esgList .esgItem {
    position: relative;
    width: auto;
    height: auto;
    min-width: 180px;
    text-align: center;
}
@media (max-width: 1200px) {
    .esgListBox .esgList .esgItem {
        min-width: 120px;
    }
}

.esgListBox .esgList .esgItem::before {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.esgListBox .esgList .esgItem .title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}
@media (max-width: 1200px) {
    .esgListBox .esgList .esgItem .title {
        font-size: 18px;
    }
}

.esgListBox .esgList .esgItem .title {
    display: block;
    padding: 25px 43px;
}
@media (max-width: 1200px) {
    .esgListBox .esgList .esgItem .title {
        padding: 21px 40px;
    }
}
@media (max-width: 840px) {
    .esgListBox .esgList .esgItem .title {
        padding: 21px 18px;
    }
}
.esgListBox .esgList .esgItem.current .title {
    color: #296caf;
}
.esgListBox .esgList .esgItem.current::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #296caf;
    bottom: 0;
    left: 0;
}





.typeLayout.type8_1 .articleList.wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 20px;
}
@media (max-width: 1200px) {
    .typeLayout.type8_1 .articleList.wrap {
        padding-top: 36px;
        padding-bottom: 66px;
    }
}

.typeLayout.type8_1 .articleItem {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.typeLayout.type8_1 .title.bottomLine {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    letter-spacing: 1.1px;
    padding-bottom: 25px;
    margin-bottom: 28px;
}

.typeLayout.type8_1 .title.bottomLine::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #296caf;
}

.textEditor {
    clear: both;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    margin: initial;
    image-rendering: -webkit-optimize-contrast;
    font-family: "Poppins","Noto Sans TC",sans-serif;
}
@media (max-width: 960px) {
    .textEditor {
        font-size: 15px;
    }
}
.typeLayout .textEditor {
    width: 100%;
}
.typeLayout.type8_1 .textEditor {
    color: #666666;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.7;
}

.textEditor ol {
    list-style: decimal outside;
    padding-left: 30px;
}

.textEditor .contentBuilder .shelfWrap {
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 840px) {
    .textEditor .contentBuilder .shelfWrap {
        padding-left: 0;
        padding-right: 0;
    }
}
.textEditor .contentBuilder .pt10 {
    padding-top: 10px!important;
}
.textEditor .contentBuilder .pb10 {
    padding-bottom: 10px!important;
}

.textEditor .contentBuilder .shelfWrap .btnBox {
    margin-left: -3px;
    margin-right: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.textEditor .contentBuilder .shelfWrap .btnBox a {
    display: block;
    line-height: 40px;
    text-align: center;
    width: 100%;
    max-width: 310px;
    height: 40px;
    margin: 3px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #296caf;
    border: 1px solid #296caf;
    color: #fff!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.typeLayout.type8_1 .articleItem {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.typeLayout.type8_1 .articleItem:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.textEditor .contentBuilder .contentBuilderTable {
    margin-bottom: 50px;
}
@media (max-width: 1180px) {
    .textEditor .contentBuilder .contentBuilderTable {
        margin-bottom: 30px;
    }
}
@media (max-width: 640px) {
    .textEditor .contentBuilder .contentBuilderTable {
        margin-bottom: 20px;
    }
}

.textEditor .tableBox {
    overflow-x: auto;
    position: relative;
}

.textEditor .tableRWDWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: auto;
    width: 100%;
    position: relative;
    border-bottom-width: 0;
}

.textEditor table {
    border-collapse: collapse;
}
.textEditor .tableRWDWrap table {
    width: 100%;
    min-width: 900px;
}
.textEditor .tableBox.stickyLeft table {
    table-layout: fixed;
}
.textEditor .contentBuilder .contentBuilderTable table {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
}

.textEditor th {
    padding: 5px;
    border: 1px solid #e1e1e1;
    color: #fff;
    text-align: center;
    background-color: #296caf;
}
.textEditor .tableBox.stickyLeft tr td, .textEditor .tableBox.stickyLeft tr th {
    z-index: 1;
}
.textEditor .contentBuilder .contentBuilderTable table td, .textEditor .contentBuilder .contentBuilderTable table th {
    border: none;
    font-weight: 400;
    padding: 20px 10px;
    position: relative;
}
.textEditor .contentBuilder .contentBuilderTable table th {
    background-color: #296caf;
    color: #fff;
    min-height: 65px;
}
@media (max-width: 1180px) {
    .textEditor .contentBuilder .contentBuilderTable table th {
        min-height: 50px;
    }
}
.textEditor .contentBuilder .contentBuilderTable table td, .textEditor .contentBuilder .contentBuilderTable table th {
    padding: 20px 7px;
}
.textEditor .tableBox.stickyLeft tr td:first-child, .textEditor .tableBox.stickyLeft tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
}

.textEditor .contentBuilder .contentBuilderTable table td:before, .textEditor .contentBuilder .contentBuilderTable table th:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.textEditor .contentBuilder .contentBuilderTable table th:before {
    background-color: rgba(255,255,255,0.2);
}

.textEditor .contentBuilder .contentBuilderTable table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.textEditor td {
    padding: 5px;
    border: 1px solid #e1e1e1;
}
.textEditor .contentBuilder table td {
    padding: 12px;
}
.textEditor .tableBox.stickyLeft tr td {
    background-color: #fff;
}
.textEditor .contentBuilder .contentBuilderTable table td {
    min-height: 75px;
}
@media (max-width: 1180px) {
    .textEditor .contentBuilder .contentBuilderTable table td {
        min-height: 60px;
    }
}
@media (max-width: 400px) {
    .textEditor .contentBuilder .contentBuilderTable table td {
        font-size: 14px;
    }
}
.textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(odd) td, .textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(odd) th {
    background-color: #fff;
}

.textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(2n) td, .textEditor .contentBuilder .contentBuilderTable table tbody tr:nth-child(2n) th {
    background-color: #f1f1f1;
}

/*公司治理评鉴*/
.textEditor .table.style2 .tableWrap {
    overflow: auto;
    width: 100%;
}

.textEditor .tableBox {
    overflow-x: auto;
    position: relative;
}

.textEditor .table.style2 table {
    width: 100%;
    min-width: 900px;
    border: 0;
}

.textEditor .table.style2 table th {
    font-size: 17px;
    color: #fff;
    background-color: #296caf;
    font-weight: 500;
    padding: 10px 30px;
    height: 80px;
    position: relative;
    border: 0;
    text-align: left;
    vertical-align: middle;
}

.textEditor .table.style2 table th:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.textEditor .table.style2 table td {
    font-size: 17px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    padding: 10px 30px;
    height: 100px;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 0.8px;
    text-align: left;
}
.textEditor .table.style2 table td:first-of-type {
    color: #296caf;
    border-color: #296caf;
    font-weight: 500;
}

/*风险管理*/
.textEditor a {
    color: #296caf!important;
}

/*知识产权管理*/
.textEditor .contentBuilder .pb20 {
    padding-bottom: 20px!important;
}
.textEditor .contentBuilder .pt20 {
    padding-top: 20px!important;
}

.textEditor .h2Title {
    font-size: 36px;
    line-height: 1.5;
    margin: initial;
    font-weight: bold;
    position: relative;
}
.textEditor .contentBuilder .shelfWrap .h2Title.center {
    text-align: center;
}

.textEditor .contentBuilder .shelfWrap .Txt.center {
    text-align: center;
}

.textEditor .paragraph {
    font-size: 16px;
    line-height: 1.5;
    margin: initial;
}

.textEditor .contentBuilder .shelfWrap .item.iconContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent .iconBox {
    margin: 12px 0;
    padding: 0 16px;
    position: relative;
    text-align: center;
}
.textEditor .contentBuilder .shelfWrap .item.iconContent.quarters .iconBox {
    width: 25%;
}

.textEditor .contentBuilder .shelfWrap .item.iconContent.innerLine .iconBox:not(:last-child):before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.textEditor .contentBuilder .shelfWrap .item.iconContent .icon {
    margin-bottom: 10px;
    text-align: center;
}

.textEditor ul:not(.df) {
    list-style: disc outside;
    padding-left: 30px;
}
.textEditor .contentBuilder ol, .textEditor .contentBuilder ul {
    line-height: inherit;
    font-weight: inherit;
}

.textEditor .contentBuilder .shelfWrap .btnBox.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*重要内规及运作情形*/
.typeLayout .classHeadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 75px;
}
@media (max-width: 1200px) {
    .typeLayout .classHeadBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .typeLayout .classHeadBox {
        padding-bottom: 5px;
    }
}

.typeLayout .classHeadBox > .title {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1200px) {
    .typeLayout .classHeadBox > .title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
@media (max-width: 1200px) {
    .typeLayout.type9_3 .classHeadBox .title {
        display: none;
    }
}

.typeLayout .classHeadBox > .title .note {
    font-size: 22px;
    font-weight: 500;
    margin-left: 20px;
    padding-right: 32px;
}
@media (max-width: 1200px) {
    .typeLayout .classHeadBox > .title .note {
        margin-left: 10px;
        padding-right: 0;
    }
}

.typeLayout .classHeadBox .line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 90px;
    background-clip: content-box;
    background-color: #e5e5e5;
    height: 1px;
}
@media (max-width: 1200px) {
    .typeLayout .classHeadBox .line {
        display: none;
    }
}

.typeLayout .classHeadBox .selectBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}
@media (max-width: 1200px) {
    .typeLayout .classHeadBox .selectBox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}

.typeLayout .classHeadBox .selectBox .title {
    color: #333333;
    font-size: 17px;
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 1px;
}
@media (max-width: 1200px) {
    .typeLayout .classHeadBox .selectBox .title {
        display: none;
    }
}

.typeLayout .classHeadBox .selectBox .selector {
    min-width: 240px;
    border-radius: 99px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 1200px) {
    .typeLayout .classHeadBox .selectBox .selector {
        width: 100%;
        margin-bottom: 30px;
    }
}

.typeLayout .classHeadBox .selectBox .selector select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 60px;
    border: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 17px;
    color: #333333;
    border-radius: 99px;
}
@media (max-width: 1200px) {
    .typeLayout .classHeadBox .selectBox .selector select {
        height: 52px;
    }
}

.typeLayout .classHeadBox .selectBox .selector .icon {
    position: absolute;
    right: 30px;
}































