.news {
    padding-top: 70px;
    padding-bottom: 90px;
}

.newsTab {
    display: flex;
    margin-bottom: 70px;
}

.newsTab li {
    width: 160px;
    line-height: 50px;
    text-align: center;
    color: #333;
    cursor: pointer;
    border-radius: 24px;
}

.newsTab li.active {
    background: #fff;
    box-shadow: 2px 2px 8px rgba(189, 206, 240, 0.5);
    color: #227764;
    font-weight: bold;
}
.newsTab li a{ color: #333;}
.newsTab li a:hover{ color: #227764;}
.newsTab li.active  a{ color: #227764;}
/*  */
.bigNew {
    width: 100%;
    background: #fff;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 50px;
}

.bigNew a {
    display: flex;
    justify-content: space-between;
}

.bigNewR {
    width: 44%;
}

.bigNewR div {
    width: 100%;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}

.bigNewR img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bigNew:hover .bigNewR img {
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bigNewL {
    width: 56%;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.titleBox h3 {
    color: #333;
    font-weight: bolder;
    margin-bottom: 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4em
}

.titleBox p {
    color: #999;
}

.btmBox {
    display: flex;
    justify-content: space-between;
}

.btmBox p {
    color: #999;
}

.btmBox span {
    display: block;
    color: #227764;
}

.bigNew:hover h3 {
    color: #227764;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*  */
.newsList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.newsList li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsList li:nth-child(3n) {
    margin-right: 0px;
}

.newsList a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 440px;
    position: relative;
}

.newCon {
    padding: 34px 30px 100px 30px;
}

.newsList span {
    display: block;
    color: #227764;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsTitle {
    height: 55px;
    margin-bottom: 20px;
}

.newsTitle h3 {
    color: #333;
    font-weight: bolder;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4em
}

.newsList p {
    color: #666;
    line-height: 1.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btmBtn {
    position: absolute;
    bottom: 24px;
    left: 30px;
    width: 76px;
    height: 46px;
    background: url(../images/triangle4.png)no-repeat center center, #F8F7F7;
    background-size: 18px 12px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsList li:hover {
    background: #227764;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsList li:hover span,
.newsList li:hover h3,
.newsList li:hover p {
    color: #fff !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsList li:hover .btmBtn {
    width: 100px;
    background: url(../images/triangle5.png)no-repeat center center, #fff;
    background-size: 18px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 有封面图 */
.newsList li.imgNew img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.newsList li.imgNew .newCon {
    padding-top: 14px;
}

.newsList li.imgNew .newsTitle {
    height: unset;
    margin-bottom: 14px;
}

.newsList li.imgNew h3,
.newsList li.imgNew p {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}

.newsList li.imgNew span {
    margin-bottom: 10px;
}




/* 适配 */
@media (max-width: 1440px) {
    .newsList li.imgNew img {
        height: 200px;
    }

    .newsList a {
        min-height: 400px;
    }

    /* 新闻 tab */
    .newsTab {
        margin-bottom: 40px;
    }
}

@media (max-width: 1280px) {
    .news {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .newsList li {
        width: 32%;
        margin-right: 2%;
    }

    .newCon {
        padding: 26px 18px 100px 18px;
    }

    .newsList li.imgNew img {
        height: 165px;
    }

    .btmBtn {
        left: 18px;
        height: 42px;
        background-size: 16px 10px
    }

    .newsList a {
        min-height: 360px
    }

    /* 大新闻 */
    .titleBox h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .bigNewL {
        padding: 24px 34px;
    }
}

@media (max-width: 992px) {
    .newsList {
        justify-content: space-between;
    }

    .newsList li {
        width: 48%;
        margin-right: 0px !important;
    }

    .newsList li.imgNew img {
        height: 190px;
    }

    .newsList li.imgNew span {
        margin-bottom: 8px;
    }

    .newsList li.imgNew .newsTitle {
        margin-bottom: 10px;
    }

    .newsList {
        margin-bottom: 0px;
    }

    /* 大新闻 */
    .bigNewR {
        width: 50%;
    }

    .titleBox h3 {
        font-size: 18px;
    }

    .titleBox p {
        font-size: 12px;
    }

    .titleBox h3 {
        margin-bottom: 14px;
    }

    .bigNewL {
        padding: 22px 24px;
    }
}

@media (max-width: 767px) {
    .newsList li {
        width: 100%;
    }

    .newsList li {
        margin-bottom: 30px;
    }

    .aboutCrumbs li {
        width: 50%;
        margin: 0px;
        text-align: center;
    }

    /*  */
    .news {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .newsTab li {
        line-height: 42px;
        width: auto;
        padding: 0px 26px;
    }

    .newsTab {
        margin-bottom: 30px;
    }

    .bigNew a {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .bigNewL,
    .bigNewR {
        width: 100%;
    }

    .titleBox h3 {
        font-size: 16px;
    }

    .bigNewL {
        padding: 20px 18px;
    }

    .btmBox {
        margin-top: 18px;
    }

    .bigNew {
        margin-bottom: 30px;
    }
}