.banner {
    font-size: 0;
}

    .banner img {
        width: 100%;
    }

.news {
    margin-top: 0.3rem;
    background: #fff;
    padding: 0.4rem;
}

.news-box {
}

.news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #93080B;
    padding-bottom: 0.2rem;
}

    .news-top .name {
        font-size: 0.26rem;
        color: #93080B;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .news-top .position {
        display: flex;
        align-items: center;
        background: url('../imgs/icon-home.png') no-repeat left;
        padding-left: 0.25rem;
        line-height: 1;
    }

        .news-top .position a {
        }

        .news-top .position i {
            width: 1px;
            height: 0.16rem;
            background: #333;
            transform: rotate(10deg);
            margin: 0 0.1rem;
        }



.artlist-list {
    padding: 0.2rem 0;
}

    .artlist-list li {
        line-height: 0.6rem;
        height: 0.6rem;
        border-bottom: 2px dashed #eee;
        position: relative;
    }


        .artlist-list li a {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            font-size: 0.18rem;
            padding-right: 1.4rem;
            box-sizing: border-box;
        }

            .artlist-list li a:before {
                content: "";
                display: inline-block;
                width: 0.08rem;
                height: 0.08rem;
                border-radius: 50%;
                background: rgb(211,5,3);
                margin-right: 0.12rem;
                margin-left: 0.05rem;
                vertical-align: middle;
            }

        .artlist-list li span {
            position: absolute;
            right: 0;
            color: #999;
        }

.pagebar {
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    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: 0.07rem 0.1rem;
        border: 1px solid #ccc;
        border-radius: 0.05rem;
        margin-left: 0.1rem
    }

    .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: 0.1rem;
    }

.news-content {
    padding: 0.2rem;
    background: #fff;
    position: relative;
}

    .news-content .article-hd {
        margin-top: 0.35rem;
    }

        .news-content .article-hd.center {
            text-align: center
        }

        .news-content .article-hd h1 {
            padding-bottom: 0.15rem;
            font-size: 0.26rem;
            font-weight: 600;
            text-align: center;
        }

        .news-content .article-hd h2 {
            padding-bottom: 0.15rem;
            font-size: 0.2rem;
            color: #333;
            font-weight: normal;
            padding: 0 0.1rem;
        }

        .news-content .article-hd .article-hd-bar {
            color: #999;
            margin-top: 0.2rem;
            padding-top: 0.2rem;
            padding-bottom: 0.3rem;
            border-top: 2px solid #f2f2f2;
            text-align: center;
        }

            .news-content .article-hd .article-hd-bar span {
                margin: 0 0.1rem;
            }

    .news-content .article-bd {
        font-size: 0.16rem;
        color: #222;
        padding: 0.2rem;
        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: 0.15rem
        }

        .news-content .article-bd p {
            /* margin-bottom: 0.15rem; */
            line-height: 2 !important;
        }

        .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
            }
 .news-content .article-bd *{
     max-width:100%;
 }

.article-page {
    background: #eee;
    display: flex;
    height: 0.6rem;
    width: 100%;
    padding: 0 0.2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .article-page a {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .article-page i {
        content: "";
        width: 2px;
        height: 0.36rem;
        background: #ccc;
        display: inline-block;
        margin: 0 0.3rem;
    }


.link-list {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    margin-top: 0.6rem;
    flex-wrap: wrap;
}

    .link-list a {
        flex: 0 0 calc(16.66% - 0.2rem);
        margin-bottom: 0.4rem;
        height: 1.8rem;
        background: #fff;
        border-radius: 8px 8px 0 0;
        border: 1px solid var(--zhu-color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all cubic-bezier(0.6, -0.28, 0.74, 0.05) 0.6s;
        z-index: 1;
        position: relative;
        box-shadow: 0px 0px 0px #999;
    }

        .link-list a.last {
            margin-right: 0;
        }

    .link-list p {
        height: 0.48rem;
        font-size: 0.18rem;
        font-weight: bold;
        padding: 0 0.3rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .link-list img {
        height: 1rem;
        transition: all ease 0.6s;
    }

    .link-list a:hover {
        background: var(--zhu-color);
        color: #fff;
        transform: scale(1.2);
        transform-origin: bottom;
        z-index: 9;
        box-shadow: 0px 0px 5px #999;
    }

    .article-file{
        background: #eee;
        padding: 0.2rem;
        margin-bottom: 0.2rem;
    }
  .article-file a{
      display:flex;
      justify-content: space-between;
      line-height: 0.4rem;
      border-bottom: 1px solid #ddd;
  }
    .article-file a p {
        flex:1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 0.5rem;
    }

@media screen and (max-width: 767.9px) {
    .news-content .article-bd p{
        line-height: 1.8 !important;
        margin-bottom: 0.8rem;
        text-align: justify;
    }
    .banner img {
        height: 100px;
        object-fit: cover;
    }

    .news-top {
        padding-bottom: 10px;
    }

    .news {
        margin: 15px;
        padding: 15px;
    }

    .news-top .name {
        font-size: 18px;
        flex: 1;
    }

    .news-top .position {
        font-size: 12px;
        background-size: 12px;
        padding-left: 15px;
    }

        .news-top .position span {
            display: none;
        }

        .news-top .position i {
            margin: 0 5px;
            height: 10px;
        }

    .artlist-list {
        padding: 10px 0
    }

        .artlist-list li {
            height: auto;
            line-height: 26px;
            overflow: hidden;
            border-width: 1px;
        }

            .artlist-list li a {
                padding: 0;
                white-space: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 16px;
                padding: 8px 0;
            }

                .artlist-list li a:before {
                    width: 6px;
                    height: 6px;
                    margin-left: 0;
                    margin-right: 5px;
                }

            .artlist-list li span {
                position: relative;
                display: block;
                text-align: right;
                font-size: 12px;
                line-height: 1.2;
            }

    .pagebar {
        font-size: 12px;
        margin-top: 20px;
    }

    .p_pages .p_no a, .p_pages .p_fun a, .p_pages .p_fun_d, .p_pages .p_no_d {
        padding: 4px 8px;
        margin-left: 5px;
    }

    .p_pages .p_no, .p_pages .p_dot {
        display: none;
    }

    .news-content {
        padding: 0;
    }

        .news-content .article-hd {
            margin-top: 20px;
        }

            .news-content .article-hd h1 {
                font-size: 20px;
                padding-bottom: 0
            }

            .news-content .article-hd .article-hd-bar {
                padding-top: 10px;
                padding-bottom: 20px;
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
            }

                .news-content .article-hd .article-hd-bar span {
                    font-size: 14px;
                    margin: 0;
                    margin-right: 10px;
                    margin-bottom: 5px;
                }

        .news-content .article-bd {
            padding: 0;
            margin-bottom: 20px;
        }
.news-content .article-bd img{
    height:auto !important;
}
.article-file{
        padding: 15px;
}
    .article-file a{
        flex-direction: column;
        line-height: 1.2;
        width: 100%;
        padding: 0.4rem 0;
    }
    .article-file a p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
        width: 100%;
    }
    .article-page {
        flex-direction: column;
        height: auto;
        text-align: left;
        align-items: flex-start;
        padding: 10px 15px;
        overflow: hidden;
    }

        .article-page i {
            width: 100%;
            height: 1px;
            margin: 10px 0;
        }


    .link-list {
        margin-top: 25px;
        justify-content: space-between;
    }

        .link-list a {
            flex: 0 0 calc(33.33% - 0.5rem);
            margin-right: 0;
            height: auto;
            padding: 10px 0;
            margin-bottom: 15px;
        }

        .link-list img {
            height: 65px;
        }

        .link-list p {
            font-size: 14px;
            padding: 0 5px;
            height: 25px;
        }
}
