

/*头部样式*/
.bannerList{
    padding: 100px 0;
    background-image: url(https://www.dgylec.com/static/web/images/latest-news.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;
}

/*主体*/

.classBoxRow {
    margin-top: 20px;
    margin-bottom: 50px;
}
.classBox {
    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);
}
.classBox a, .classBox 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;
    margin: 0 -10px;
}
@media (max-width: 600px) {
    .newsList {
        margin: 0;
    }
}
.information-finance, .information-activity,.information-product{
    display: block;
}
.newsList .newsItem {
    padding: 0 10px 34px 10px;
    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: 625px;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.newsList a {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}

.imh_detail {
    overflow: hidden;
    position: relative;
    line-height: 1;
}
.imh_detail:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: rgba(41, 108, 175, 0.7);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.newsList .Img img {
    width: 100%;
}
.imh_detail img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.imh_detail:after {
    content: "查看更多";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.28px;
    line-height: 1.5625;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.newsList .Txt {
    background-color: #f5f5f5;
    padding: 28px 25px 34px;
}
@media (max-width: 480px) {
    .newsList .Txt {
        padding: 25px 20px 30px;
    }
}
.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;
    margin-bottom: 13px;
    border-bottom: 1px solid #dcdcdc;
}
@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 .date {
    line-height: 1;
    font-family: "Lato", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsInfoBox .dateBox span.txt {
    padding-right: 16px;
}
.newsInfoBox .dateBox span {
    color: #8c8c8c;
    font-size: 14px;
}

.newsInfoBox .dateBox .day {
    color: #505050;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-right: 6px;
}

.newsInfoBox .dateBox span {
    color: #8c8c8c;
    font-size: 14px;
}

.newsInfoBox .classTitle {
    color: #707070;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.3px;
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 7px 16px 8px;
    margin-bottom: 4px;
}
@media (max-width: 992px) {
    .newsInfoBox .classTitle {
        margin-bottom: 10px;
    }
}

.newsList .Txt .title {
    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: 4px;
    height: 60px;
    overflow: hidden;
}


.newsList .Txt .btn_moreTwo {
    padding-top: 20px;
}
.btn_moreTwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_moreTwo .txt {
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.96px;
    line-height: 1.5625;
}

.btn_moreTwo .moreBtn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-left: 16px;
}





