﻿.silder_panel {
}

.silder_intro .des {
    height: 185px;
    color: #EFEFEF !important;
    line-height: 22px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
}

/*.color-blue .welcome-header-color {
    background: #296F7B no-repeat !important;
    background-position: right top !important;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0) !important;
}*/

.color-blue .font-color {
    color: #94070A;
}

.color-blue .bg-color {
    background: #A71102;
}

.list .title span {
    color: #94070A !important;
    font-size: 18px !important;
    margin-right: 3px;
    line-height: 30px;
}

.left-navs {
    background: #fff;
}

    .left-navs li A {
        color: #333;
    }

    .left-navs li.active {
        background: #660601;
        border-radius: 0px 0px 0px 0px;
        text-align: left;
        margin-left: -20px;
        padding-left: 20px;
    }

.header-top {
    background: #660601 !important;
    color: #fff;
    transition: 0.3s all;
    border-bottom: solid 0px #660601;
    height: 46px;
    text-align: center !important;
}

.footer .part {
    padding: 0px 0;
    display: -ms-flexbox;
    background: #660601;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.links .logo .hs {
}

.links .logo {
    background: #FFF !important;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 2px solid #660601;
}

    .links .logo .as {
        width: 1020px;
        margin: auto;
        padding-bottom: 20px;
    }

    .links .logo .w {
        display: none;
    }

    .links .logo a {
        background: #ECEEEF;
        background-size: cover;
        padding: 50px;
        border-radius: 10px;
        text-align: center;
    }

    .links .logo a {
        display: block;
        padding: 10px 10px 10px 10px;
    }

        .links .logo a:hover {
            background: #A71102;
            text-align: center !important;
        }

            .links .logo a:hover .d {
                display: none;
            }

            .links .logo a:hover .w {
                display: block;
                margin: auto;
            }

    .links .logo .a1 {
        display: block;
        background: url(/ZNY24/images/bj/1.jpg) center no-repeat;
        margin: 10px;
        width: 470px;
        text-align: center;
        float: left;
    }

    .links .logo .a2 {
        display: block;
        background: url(/ZNY24/images/bj/9.jpg) center no-repeat;
        margin: 10px;
        width: 470px;
        text-align: center;
        float: right;
    }

    .links .logo p {
        color: #94080B;
        background: #FFF;
        width: 200px;
        margin: auto;
        margin-top: -55px;
        font-size: 22px;
        border-radius: 10px;
        padding-bottom: 15px;
        font-weight: bolder;
    }

.tabs li.active {
    background-color: #94070A;
    color: white;
}

@media screen and (max-width: 1200px) {
    .left-navs li.active {
        background: #94070A !important;
        color: #FFF !important;
        text-align: left;
        margin-left: 0;
        padding-left: 0.75rem !important; /* 12px -> 0.75rem */
        margin-right: 0.3125rem; /* 5px -> 0.3125rem */
        border-radius: 0.3125rem !important; /* 5px -> 0.3125rem */
    }

        .left-navs li .active a {
            font-size: 0.8125rem; /* 13px -> 0.8125rem */
            margin-left: 0;
        }

    .left-navs {
        background: #F4F4F4;
    }

    .item2 .h {
        line-height: 1.875rem; /* 30px -> 1.875rem */
    }

    .card {
        margin: 0.625rem; /* 10px -> 0.625rem */
        border-radius: 0.3125rem; /* 5px -> 0.3125rem */
        padding: 0.625rem; /* 10px -> 0.625rem */
        margin-top: 1.25rem; /* 20px -> 1.25rem */
        background: #FFF;
    }

        .card .title {
            line-height: 1.625rem; /* 26px -> 1.625rem */
            padding-top: 0.625rem; /* 10px -> 0.625rem */
        }

        .card .intro {
            display: none;
        }

        .card .data span {
            line-height: 1.625rem; /* 26px -> 1.625rem */
            font-size: 0.8125rem; /* 13px -> 0.8125rem */
            color: #999;
            padding-bottom: 0.625rem; /* 10px -> 0.625rem */
        }
}

