/*头部样式*/
.bannerList{
    background-image: url(https://www.dgylec.com/static/web/images/latest-news.jpg);
}
.bannerList .titleBox .en_title {
    color: #fff;
    text-shadow: 0 0 0 white;
    -webkit-text-stroke: 0 white;
}
.bannerList .titleBox .tw_title {
    color: #fff;
    text-shadow: 0 0 0 white;
    -webkit-text-stroke: 0 white;
}

/*主体*/

.classBoxRow {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 4;
}
.classBoxRow .classLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.classBoxRow .classLink li {
    padding: 0 10px 15px;
}
.classBoxRow .classLink span {
    min-width: 245px;
    display: block;
    color: #505050;
    font-size: 17px;
    font-weight: 500;
    padding: 15.5px 15px;
    letter-spacing: 0.34px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
}
.classBoxRow .classLink a{
    min-width: 245px;
    display: block;
    color: #505050;
    font-size: 17px;
    font-weight: 500;
    padding: 15.5px 15px;
    letter-spacing: 0.34px;
    text-align: center;
    border-radius: 3px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
}
.classBoxRow a, .classBoxRow span {
    cursor: pointer;
}
.classBoxRow .classLink a h2, .classBoxRow .classLink a h3, .classBoxRow .classLink span h2, .classBoxRow .classLink span h3 {
    font-weight: 500;
}
.classBoxRow .classLink a.current, .classBoxRow .classLink a:hover, .classBoxRow .classLink span.current, .classBoxRow .classLink span:hover {
    color: #ffffff;
    background-color: #2883dd;
}


.newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
@media (max-width: 600px) {
    .newsList {
        margin: 0;
    }
}
.information-finance, .information-activity,.information-product{
    display: block;
}
.newsList .newsItem {
    padding: 0 25px 35px;
    width: 33.33%;
}
@media (max-width: 992px) {
    .newsList .newsItem {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .newsList .newsItem {
        width: 100%;
        padding: 0 0 30px 0;
    }
}

.newsList .item {
    height: 520px;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
}

.newsList a {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}

.imh_detail {
    height: 270px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.newsList .imh_detail img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.newsList .Txt {
    padding: 7px 25px 34px;
}
@media (max-width: 480px) {
    .newsList .Txt {
        padding: 7px 20px 30px;
    }
}

.newsList .Txt .titleContent{
    min-height: 120px;
}

.newsInfoBox {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 13px;
}
@media (max-width: 992px) {
    .newsInfoBox {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .newsInfoBox .dateBox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.newsInfoBox .dateBox {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 14px;
}

.newsInfoBox .classTitle {
    color: #1D4E9E;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.3px;
    border-radius: 3px;
    font-weight: 600;
}

.newsList .Txt .title {
    height: 60px;
    color: #303030;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 1.526;
}

.newsList .Txt .text {
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8125;
    margin-top: 30px;
    height: 60px;
    overflow: hidden;
    overflow-wrap: break-word;
}


.btn_moreTwo {
    text-align: right;
    color: #1D4E9E;
    font-size: 16px;
    font-weight: 600;
}





