/*头部样式*/
.bannerList{
    padding: 100px 0;
    background-image: url(https://www.dgylec.com/static/web/images/investor-zone.jpg);
}
.bannerList .titleBox .en_title {
    color: #296caf;
    font-family: "Lato", sans-serif;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.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;
    }
}



.right-content .article-item {
    padding: 12px 0 27px 36px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
@media (max-width: 768px) {
    .right-content .article-item {
        padding-left: 0 !important;
    }
}

.right-content .article-item .item-title {
    padding-right: 90px;
    height: 30px;
    line-height: 30px;
    color: #a3a3a3;
}

@media (max-width: 768px) {
    .right-content .article-item .item-title .artcile-index{
        display: none;
    }
}
.right-content .article-item .item-title .artcile-index {
    position: absolute;
    font: 700 24px/2 "microsoft yahei";
    color: #a3a3a3;
    left: 0;
    top: 5px;
}

.right-content .article-item .item-title .text {
    display: inline-block;
    max-width: 100%;
    padding-right: 25px;
    font-size: 19px;
    color: #333;
}
@media (max-width: 768px) {
    .right-content .article-item .item-title .text {
        font-size: 14px;
    }
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pull-right {
    float: right!important;
}

.right-content .article-item .pull-right{
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 20px;
}

.right-content .article-item .item-content {
    line-height: 30px;
    color: #a3a3a3;
    font-size: 15px;
}






















