.w12 {
    max-width: 12rem;
    margin: 0 auto;
}

.w123 {
    max-width: 12.3rem;
    margin: 0 auto;
}

.w14 {
    max-width: 14rem;
    margin: 0 auto;
}

.w10 {
    max-width: 100%;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

    .clearfix::after {
        clear: both;
        content: '';
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
    }

.bannerNy {
    position: relative;
    z-index: 6;
    overflow: hidden;
}

    .bannerNy .infoName {
        font-size: 0;
        height: 70vh;
    }

        .bannerNy .infoName:before {
            content: "";
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100px;
            background-image: linear-gradient(to top, rgba(0,0,0,0.7),rgba(0,0,0,0));
            z-index: 1;
        }

        .bannerNy .infoName img {
            position: relative;
            left: 50%;
            height: 100%;
            min-height: auto !important;
            min-width: 100%;
            transform: translate(-50%, 0);
            top: 0;
        }

    .bannerNy .w14 {
        position: relative;
    }

    .bannerNy .local {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 0.7rem;
        display: flex;
        align-items: center;
        margin-top: 49px;
        z-index: 9;
    }

        .bannerNy .local a {
        }

        .bannerNy .local i {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #fff;
            margin: 0 10px;
        }

    .bannerNy .local_bg {
        z-index: 1;
        position: absolute;
        width: 40%;
        height: 0.7rem;
        left: 60%;
        background-image: linear-gradient(to right, rgba(148, 7, 10,0.7), rgba(255,0,57,0.8));
        bottom: 0;
    }

.sub_page {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

.sub_nav {
    width: 2.7rem;
    margin-top: -1.2rem;
    position: relative;
    z-index: 9;
    float: left;
}

    .sub_nav h5 {
        font-size: 0.28rem;
        color: #fff;
        background: rgba(148, 7, 10,0.7);
        font-weight: normal;
        height: 1.2rem;
        padding-left: 0.25rem;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .sub_nav ul {
        background: #f9f9f9;
        /* box-shadow: inset 0px 0px 10px 0px #ffe0e0; */
    }

        .sub_nav ul li {
            color: #000;
            border-left: 0.05rem solid #eee;
            transition: all 0.5s ease;
        }

            .sub_nav ul li a {
                color: #000;
                text-indent: 0.2rem;
                font-size: 0.2rem;
                display: flex;
                align-items: center;
                height: 0.8rem;
                transition: all 0.5s ease;
            }

            .sub_nav ul li:hover, .sub_nav ul li.on {
                background: #eee;
                border-color: var(--primary);
            }

                .sub_nav ul li:hover a, .sub_nav ul li.on a {
                    color: var(--primary);
                }

            .sub_nav ul li .sanji {
                padding-bottom: 0.2rem;
            }

                .sub_nav ul li .sanji a {
                    height: 0.4rem;
                    text-indent: 0.4rem;
                }

                    .sub_nav ul li .sanji a.on, .sub_nav ul li .sanji a:hover {
                        background: var(--primary);
                        color: #fff;
                    }

.sub_content {
    float: left;
    width: calc(100% - 2.7rem);
    padding-left: .65rem;
    padding-top: 0.5rem;
    overflow: hidden;
}

    .sub_content .content p {
        font-size: 0.18rem;
        line-height: 0.34rem;
        color: #1d1d22;
        /* margin-bottom: 0.3rem; */
        text-align: justify;
    }

    .sub_content .content td p {
        text-align: inherit;
    }

    .sub_content img {
        /* width: auto; */
        /* height: auto; */
        max-width: 100%;
    }

    .sub_content a > img:hover {
        transform: scale(1);
    }

    .sub_content .content a {
        color: #333
    }

        .sub_content .content a:hover {
            color: #94070a
        }

.sub_content_title {
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: .4rem;
    font-weight: normal;
    color: #94070a;
    font-size: 0.3rem;
}


.ul-links {
    justify-content: space-between;
    margin-bottom: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .ul-links li {
        width: 47%;
        margin-bottom: 0.4rem;
        background: #fff8f9;
        height: 0.77rem;
        align-items: center;
        overflow: hidden;
        position: relative;
    }
.ul-links li p{
    height:100%;
}

        .ul-links li > a, .ul-links li > p > a {
            font-size: 0.2rem !important;
            color: #333 !important;
            position: relative;
            text-decoration: none !important;
            padding: 0 .3rem;
            height: 100%;
            display: flex;
            align-items: center;
            transition: all 0.5s ease;
            position: relative;
            z-index: 9;
            text-indent: 0;
        }

        .ul-links li:before {
            content: '';
            left: 0;
            height: 100%;
            position: absolute;
            width: 0.02rem;
            height: 100%;
            background: #94070a;
            transition: all 0.5s ease;
            z-index: 0;
        }

        .ul-links li:hover a {
            color: #fff !important;
        }

        .ul-links li:hover:before {
            width: 100%;
        }

.sub_erji_hd {
    background: #94070a;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    padding: 0.2rem;
    border-radius: 0.1rem;
    letter-spacing: 1px;
    margin: 0 auto;
    position: relative;
    font-size: 0.24rem !important;
    text-indent:0;
    margin-bottom: 0.3rem;
    float: left;
}

    .sub_erji_hd:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 0.12rem solid transparent;
        border-right: 0.12rem solid transparent;
        border-top: 0.12rem solid #94070a;
        transform: translateX(-50%);
        position: absolute;
        bottom: -0.12rem;
        left: 50%;
    }

.leader {
    /* text-align:center; */
    padding-bottom: 0.6rem;
}

    .leader .bd {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0.5rem;
        justify-content: space-between;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .leader .item {
        width: calc(50% - 0.5rem);
        margin-bottom: 0.5rem;
    }

        .leader .item .h {
            font-size: 0.24rem;
            min-height: 0.55rem;
            background-image: linear-gradient(to right, rgb(255 252 211), rgba(255, 0, 57, 0));
            position: relative;
            line-height: 1.333;
            display: flex;
            align-items: center;
            padding-left: 0.25rem;
            border-left: 0.05rem solid #94070a;
        }

        .leader .item .cont {
            margin-top: 0.15rem;
            display: flex;
            position: relative;
        }

            .leader .item .cont .pic {
                width: 1.8rem;
                position: relative;
                overflow: hidden
            }

                .leader .item .cont .pic::before {
                    content: '';
                    display: block;
                    padding-top: 139.82808%
                }

                .leader .item .cont .pic .i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    -webkit-transition: all 0.3s ease-out 0s;
                    transition: all 0.3s ease-out 0s
                }

            .leader .item .cont .text {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding-bottom: 0.3rem;
                position: absolute;
                top: 0;
                left: 2rem;
                bottom: 0
            }

                .leader .item .cont .text .name {
                    font-size: 0.22rem;
                    margin-bottom: 0.1rem;
                }

            .leader .item .cont .more {
                position: absolute;
                bottom: 0;
                right: 0;
                color: #999;
            }

.tb_lrld table {
    margin-top: 50px;
}

    .tb_lrld table td {
        padding: 10px !important;
        border-color: #ebebeb !important;
    }

.files {
    margin-top: 0.2rem
}

    .files > span {
        border: 1px solid #e5e5e5;
        display: block;
        padding: 0.12rem;
        margin-top: -10px;
    }
