.page-content {
    background: #F1F1F1 url(../imgs/bg-ny.png) no-repeat bottom;
    overflow: hidden;
}

.banner {
    text-align: center;
    font-size: 0;
}

    .banner img {
        max-width: 100%;
    }

.news {
    display: flex;
    margin-top: -60px;
    justify-content: space-between;
    background: #fff;
    z-index: 9;
    position: relative;
    flex-direction: column;
    margin-bottom: 70px;
}

.news-box {
    width: 100%;
    padding: 50px;
}

.news-nav {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: var(--zhu-color) 1px solid;
}

    .news-nav h1 {
        background: var(--zhu-color);
        color: #fff;
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 4px;
        padding: 0 40px;
        position: relative;
        line-height: 60px;
    }

    .news-nav .sub {
        margin: 0 20px;
        background: #fff;
        position: relative;
        flex: 1;
        display: flex;
    }

        .news-nav .sub a {
            display: block;
            line-height: 40px;
            padding: 0 25px;
            font-size: 20px;
            transition: all ease 0.4s;
            letter-spacing: 2px;
            border-radius: 20px;
        }

            .news-nav .sub a.on {
                background: #EA9312 !important;
                color: #fff;
            }

            .news-nav .sub a:hover {
                background: #eee;
            }

    .news-nav .position {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }

        .news-nav .position img {
            margin-right: 10px;
        }

        .news-nav .position i {
            width: 1px;
            height: 16px;
            background: #333;
            transform: rotate(10deg);
            margin: 0 10px;
        }
.news-nav .position i:last-child{
    display:none;
}

.artlist-list .list_a {
    display: flex;
    background: #fff;
    align-items: center;
    position: relative;
    flex: 1;
    padding-bottom: 15px;
    overflow: hidden;
}

    .artlist-list .list_a .date {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 55px;
        font-weight: bold;
        font-size: 14px;
        margin-right: 15px;
        /* margin-left: 15px; */
    }

        .artlist-list .list_a .date .d {
            background: var(--zhu-color);
            line-height: 30px;
            color: #fff;
            width: 100%;
        }

        .artlist-list .list_a .date .y {
            background: #EA9414;
            line-height: 20px;
            color: var(--zhu-color);
            width: 100%;
        }

    .artlist-list .list_a .text {
        flex: 1;
        overflow: hidden;
    }

        .artlist-list .list_a .text .name {
            margin-bottom: 5px;
            font-size: 18px;
            font-weight: bold;
            display: flex;
            align-items: center;
        }

            .artlist-list .list_a .text .name span {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .artlist-list .list_a .text .name img {
                flex: auto;
                max-width: 37px;
                margin-left: 10px;
            }

        .artlist-list .list_a .text .desc {
            margin-bottom: 5px;
            display: block;
            color: #999;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .artlist-list .list_a .text .time {
            display: block;
            color: #727272;
            font-size: 14px;
            background: url('../imgs/icon-time.png') no-repeat left;
            text-indent: 15px;
        }

    .artlist-list .list_a:before {
        height: 2px;
        position: absolute;
        content: "";
        bottom: 0;
        width: 100%;
        background: #f4f4f4;
    }

    .artlist-list .list_a:after {
        height: 2px;
        position: absolute;
        content: "";
        bottom: 0;
        width: 0%;
        background: var(--zhu-color);
        transition: all ease 0.4s;
    }

    .artlist-list .list_a:hover:after {
        width: 100%;
    }

.artlist-list li {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

    .artlist-list li .img {
        font-size: 0;
        margin-right: 15px;
    }

        .artlist-list li .img img {
            width: 140px;
            height: 85px;
            object-fit: cover;
        }

.pagebar{
    display:flex;
    align-items: center;
    margin-top:40px;
    justify-content: center;
}
.p_pages{
    display:flex;
    justify-content:center;
    align-items: center;
}
.p_pages .p_no a,.p_pages .p_fun a,.p_pages .p_fun_d,.p_pages .p_no_d{
    position:relative;
    background:#fff;
    padding:7px 10px;
    border:1px solid #ccc;
    border-radius:5px;
    margin-left:10px
}
.p_pages span a:hover,.p_pages .p_no_d{
    color:#fff;
    border-color:var(--zhu-color);
    background:var(--zhu-color);
}
.p_pages .p_fun_d{
    background:#ddd;
    color:#999;
}
.p_pages .p_dot{
    margin-left:10px;
}
.news-content {
    position: relative;
}

    .news-content .article-hd {
    }

        .news-content .article-hd.center {
            text-align: center
        }

        .news-content .article-hd h1 {
            padding-bottom: 15px;
            font-size: 26px;
            font-weight: 600;
            text-align: center;
        }

        .news-content .article-hd h2 {
            padding-bottom: 15px;
            font-size: 20px;
            color: #333;
            font-weight: normal;
            padding: 0 10px
        }

        .news-content .article-hd .article-hd-bar {
            color: #999;
            background: #F9F9F9;
            margin-top: 20px;
            padding: 10px;
            border: 1px solid #ECECEC;
            text-align: center;
            font-size: 14px;
        }

            .news-content .article-hd .article-hd-bar>span {
                margin: 0 10px
            }

    .news-content .article-bd {
        font-size: 16px;
        line-height: 28px;
        color: #222;
        margin-top: 30px;
        margin-bottom: 30px;
        overflow: hidden
    }

        .news-content .article-bd h1, .news-content .article-bd h2, .news-content .article-bd h3, .news-content .article-bd h4, .news-content .article-bd h5, .news-content .article-bd h6 {
            margin-bottom: 15px
        }

        .news-content .article-bd p {
            margin-bottom: 15px;
        }

        .news-content .article-bd table {
            border: 0;
            border-collapse: collapse;
            border-spacing: 0
        }

            .news-content .article-bd table td, .news-content .article-bd table th {
                border: 1px solid #000
            }

        .news-content .article-bd a {
            color: blue
        }

            .news-content .article-bd a:hover {
                color: #ff6a00;
                text-decoration: underline
            }

.article-page {
    background: #EEEEEE;
    display: flex;
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .article-page a,.article-page span {
        flex: 1;
        display: flex;
        overflow: hidden;
        align-items: center;
        font-size: 14px;
    }

        .article-page a.lt,.article-page span:first-child {
            justify-content: end;
        }

            .article-page a.lt .jt {
                transform: rotate(180deg);
            }

        .article-page a.rt,.article-page span:last-child  {
            justify-content: start;
        }

        .article-page a:hover {
        }

        .article-page a .jt {
            max-width: 14px;
            min-width: 14px;
            height: 14px;
            background: url(../imgs/icon-jt.png) no-repeat center;
            margin: 0 5px;
            flex: auto;
        }

        .article-page a p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .article-page .line {
        content: "";
        width: 2px;
        height: 36px;
        background: #ccc;
        display: inline-block;
        margin: 0 30px;
    }
.article-file{
    margin-bottom:40px;
    display:flex;
    flex-direction:column;
}
.article-file a{
    border:1px solid #f1f1f1;
    background:#f9f9f9;
    padding:10px;
    margin-top:10px;
}