.publicTab {
    padding-top: 60px;
    margin-bottom: 55px;
}

.publicTab a {
    color: #333;
}

.publicTab li,
.publicTab .whiteBg {
    width: 140px;
}

.publicTab li.active a {
    color: #1E95E8;
}

.news {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.news li {
    width: 33.3%;
    height: auto;
    margin-bottom: 70px;
    padding: 0px 14px;
    position: relative;
}

.news li a {
    display: block;
    /*margin: 0px 14px;*/
    border-bottom: 1px solid #ECEEF5;
}

.news li a::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #1E95E8;
    position: absolute;
    bottom: -1px;
    left: 14px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news .img {
    width: 100%;
    height: 253px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news .img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news li p {
    color: #8695B1;
}

.news li h2 {
    color: #333333;
    line-height: 1.7;
    min-height: 70px;
    margin-bottom: 26px;
}

.news li:hover a::after {
    width: calc(100% - 28px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news li:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicPage {
    margin-bottom: 60px;
}

/* 大号新闻 */
.news .bigNew {
    width: 66.6%;
}

.bigNew .img {
    height: 510px;
}

.news li.bigNew h2 {
    min-height: unset;
}



/* 生态合作 - 展会论坛 样式 */
.pbulicPageBanner a {
    display: inline-block;
    margin-top: 26px;
    font-weight: 500;
    padding: 10px 26px;
    background: #fff;
    color: #1E95E8;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pbulicPageBanner a:hover {
    background: #1E95E8;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.zhcrumbsTabs {
    margin-bottom: 60px;
}

.exhibitionForum li {
    /* margin-bottom: 60px; */
}


/* 移动端 */
@media (max-width: 767px) {
    .publicTab {
        padding-top: 30px;
        margin-bottom: 40px;
    }

    /*  */
    .news li {
        width: 100%;
        margin-right: 0px;
        /*padding-bottom: 20px;*/
        padding: 0px 0px 20px 0px;
        margin-bottom: 24px;
        border-bottom: 1px solid #ECEEF5;
        display: flex;
    }

    .news li:last-child {
        margin-bottom: 0px;
    }

    .news li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 0px;
        margin: 0px;
    }

    .news .img {
        width: 40%;
        height: auto;
        margin-bottom: 0px;
        margin-right: 16px;
        flex-shrink: 0;
    }

    .news li h2 {
        min-height: unset;
        margin-bottom: 0px;
    }

    .publicPage {
        margin: 40px auto;
    }


    /* 大号新闻 */
    .news .bigNew {
        width: 100%;
    }

    .news li a::after {
        left: 0px;
    }

    .news li:hover a::after {
        width: 100%;
    }
}