.newsTab {
    background: #fff;
    box-shadow: 0px 12px 30px rgba(9, 84, 98, 0.06);
}

.newsTab ul {
    display: flex;
    justify-content: center;
}

.newsTab li {
    width: 50%;
    text-align: center;
    max-width: 440px;
    line-height: 64px;
    color: #333;
}

.newsTab li.active,
.newsTab li:hover {
    background: #82CBD9;
    color: #fff;
}

.newsCon {
    padding-top: 80px;
    padding-bottom: 70px;
}


/* 置顶新闻 */
.topNew {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(3, 28, 36, 0.08);
    margin-bottom: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.topNew a {
    display: flex;
    align-items: center;
}

.topNewL {
    width: 64%;
    flex-shrink: 0;
}

.topNewL .pubImgBox {
    padding-top: 58.4%;
}

.topNewR {
    padding: 0px 45px;
}

.topNewR span {
    display: block;
    font-family: "Rany";
    color: #999;
    margin-bottom: 18px;
}

.topNewR h3 {
    color: #333;
    margin-bottom: 35px;
}

.topNewR p {
    color: #666;
    margin-bottom: 100px;
}

.topNewR i {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/triangle5.png)no-repeat center center, #F7F7F7;
    background-size: 16px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.topNew:hover {
    box-shadow: 0px 0px 30px rgba(3, 28, 36, 0.12);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.topNew:hover .topNewR i {
    background: url(../images/triangle6.png)no-repeat center center, #82CBD9;
    background-size: 16px 12px;
    -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;
}

.newsList li {
    width: 31.6%;
    margin-right: 2.6%;
    background: #F8F8F8;
    -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 li:nth-child(n+4) {
    margin-top: 50px;
}

.newsList .pubImgBox {
    padding-top: 58%;
}

.newsTxt {
    padding: 20px;
}

.newsTxt p {
    color: #999;
    font-family: "Rany";
    margin-bottom: 12px;
}

.newsTxt>div {
    min-height: 100px;
}

.newsTxt i {
    display: block;
    width: 76px;
    height: 38px;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background: url(../images/triangle5.png)no-repeat center center;
    background-size: 16px 12px;
}

.newsList li:hover {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(3, 28, 36, 0.08);
    transform: translateY(-15px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsList li:hover i {
    border: 1px solid #82CBD9;
    background: url(../images/triangle6.png)no-repeat center center, #82CBD9;
    background-size: 16px 12px;
}

.pubPage {
    margin-top: 45px;
}




/* 适配 */
@media (max-width: 1440px) {
    .newsTab ul {
        font-size: 16px;
    }

    .newsTab li {
        line-height: 60px;
    }
}

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

    .topNewR p {
        margin-bottom: 90px;
    }

    .topNewR i {
        width: 50px;
        height: 50px;
    }

    .topNewR {
        padding: 0px 35px;
    }
}

@media (max-width: 992px) {
    .newsCon {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .newsTab li {
        line-height: 55px;
    }

    .topNewR span {
        margin-bottom: 12px;
    }

    .topNewR h3 {
        margin-bottom: 20px;
    }

    .topNewR p {
        margin-bottom: 40px;
    }

    .topNewR i {
        width: 42px;
        height: 42px;
        background-size: 12px 8px;
    }

    .topNewR {
        padding: 0px 22px;
    }

    .topNewL {
        width: 60%;
    }

    .topNewL .pubImgBox {
        padding-top: 68%;
    }

    .topNew {
        margin-bottom: 36px;
    }

    .newsList {
        justify-content: space-between;
    }

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

    .newsList li:nth-child(n+3) {
        margin-top: 20px !important;
    }

    .newsTxt>div {
        min-height: 70px;
    }

    .mPageBox {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .newsTab ul {
        width: 100%;
        font-size: 14px;
    }

    .newsTab li {
        line-height: 44px;
    }

    .topNew a {
        flex-wrap: wrap;
    }

    .topNewL {
        width: 100%;
        margin-bottom: 20px;
    }

    .newsCon {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .topNewL .pubImgBox {
        padding-top: 58%;
    }

    .topNewR {
        padding: 0px 16px 20px 16px;
    }

    .topNewR span,
    .newsTxt p {
        margin-bottom: 8px;
    }

    .topNewR h3 {
        margin-bottom: 16px;
    }

    .topNewR p {
        margin-bottom: 26px;
    }

    .topNewR i {
        width: 36px;
        height: 36px;
    }

    .topNew {
        margin-bottom: 30px;
    }

    .newsList li {
        width: 100%;
    }

    .newsList li:nth-child(n+2) {
        margin-top: 16px !important;
    }

    .newsTxt {
        padding: 14px 16px 20px 16px;
    }

    .newsTxt>div {
        min-height: unset;
        margin-bottom: 24px;
    }

    .newsTxt i {
        width: 55px;
        height: 28px;
        background-size: 12px 8px;
    }

    .pubPage {
        margin-top: 28px;
    }
}