@charset "utf-8";

/* ===== css/reset.css ===== */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    transition: color .3s;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
    outline: none;
}


html {
    font-size: 100px;
}

.wap {
    display: none !important;
}

@media screen and (max-width:1800px) {
    html {
        font-size: 95px;
    }
}

@media screen and (max-width:1600px) {
    html {
        font-size: 87.5px;
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 85px;
    }
}

@media screen and (max-width:1200px) {
    html {
        font-size: 80px;
    }
}

@media(min-width: 1200px) {
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) {}

    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width:1920px) {
            html {
                font-size: 100px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 95.5px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width:1920px) {
            html {
                font-size: 100px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 92.5px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width:1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 87px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.20) {
        @media screen and (min-width:1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 84px !important;
            }
        }
    }

    /* 屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width:1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 80px !important;
            }
        }
    }

    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width:1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width:1920px) {
            html {
                font-size: 70px !important;
            }
        }
    }
}

.w15 {
    width: 15rem;
    max-width: 95%;
    margin: 0 auto;
}

.w16 {
    width: 16rem;
    max-width: 95%;
    margin: 0 auto;
}
.w1680 {
    width: 16.8rem;
    max-width: 95%;
    margin: 0 auto;
}
.w1485 {
    width: 14.85rem;
    max-width: 95%;
    margin: 0 auto;
}

.w14 {
    width: 14rem;
    margin: 0 auto;
    max-width: 95%;
}

.w1440 {
    width: 14.4rem;
    margin: 0 auto;
    max-width: 95%;
}

.w1480 {
    width: 14.8rem;
    margin: 0 auto;
    max-width: 95%;
}

@media screen and (max-width:1024px) {
    .w14, .w15, .w16, .w1440, .w1480, .w1485 {
        width: auto;
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
    }

    html {
        font-size: 85px;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }
}

.icon {
    font-size: 0;
}

.icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

a:hover .icon img {
    animation: jello 1s linear;
}

/* 小图标hover扭动效果 */
@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

 

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1314 {
    max-width: 1314px;
    margin: 0 auto;
}


/* 弹性布局的常用样式预设 */
.flex {
    display: flex;
}

/* 弹性布局-横向对齐方式 */
.flex-jcfs {
    display: flex;
    justify-content: flex-start;
}

.flex-jcct {
    display: flex;
    justify-content: center;
}

.flex-jcfe {
    display: flex;
    justify-content: flex-end;
}

.flex-jcsb {
    display: flex;
    justify-content: space-between;
}

.flex-jcsa {
    display: flex;
    justify-content: space-around;
}

/* 弹性布局-纵向对齐方式 */
.flex-alfs {
    display: flex;
    align-items: flex-start;
}

.flex-alct {
    display: flex;
    align-items: center;
}

.flex-alend {
    display: flex;
    align-items: flex-end;
}

/* 文字进入式下划线 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#9e1416, #9e1416);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

a:hover .titline {
    color: #9e1416;
}

/* ===== css/slick.css ===== */
.slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
 }
 
 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
 }
 
 .slick-list:focus {
     outline: none;
 }
 
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
 }
 
 .slick-slider .slick-track,
 .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
 
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
 }
 
 .slick-track:before,
 .slick-track:after {
     display: table;
     content: '';
 }
 
 .slick-track:after {
     clear: both;
 }
 
 .slick-loading .slick-track {
     visibility: hidden;
 }
 
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
 }
 
 [dir='rtl'] .slick-slide {
     float: right;
 }
 
 .slick-slide img {
     display: block;
 }
 
 .slick-slide.slick-loading img {
     display: none;
 }
 
 .slick-slide.dragging img {
     pointer-events: none;
 }
 
 .slick-initialized .slick-slide {
     display: block;
 }
 
 .slick-loading .slick-slide {
     visibility: hidden;
 }
 
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
 }
 
 .slick-arrow.slick-hidden {
     display: none;
 }

/* ===== css/slick-theme.css ===== */
/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}


/* .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
} */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}


/* .slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.slick-prev {
    left: 0;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

/* ===== css/public.css ===== */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    outline: none;
}
 
  

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zhong {
    max-width: 1400px;
    margin: 0 auto;

}

html {
    overflow-x: hidden;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    /* background: #f5f5f5; */
}

body {
    font-size: 16px;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #9d1416;
    transition: all 0.3s;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}


.icon:hover img {
    animation: jello 1s linear;
}
.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .modulepic img {
    transform: scale(1.05);
}


@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1314 {
    max-width: 1314px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}



/* 定位搜索框 */


.search {
    width: 320px;
    margin: 0 auto;
    position: relative;
    float: right;
    background: rgba(255, 255, 255, 0.94);
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    padding-right: 60px;
    padding-left: 15px;
    height: 51px;
    font-size: 14px;
    background: none;
    color: #333;
    display: block;
    width: 100%;
}

.search .button {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
}

.search input::-webkit-input-placeholder {
    color: #999999;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}

/* 定位搜索框 */

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}




/* 公共代码版块 */

.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#b30203, #b30203);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-size: 100% 1px;
}



/* 大红盒子做背景部分： */
.redBg {
    background: url(../images/maxBack.png);
    padding-bottom: 56px;
}

.logo {
    float: left;
    padding-top: 32px;
    padding-bottom: 32px;
}

.logo a {
    display: block;
    max-width: 4.65rem;
}

.logo img {
    width: 100%;
    height: 100%;
}

.nav {
    float: right;
    padding-top: 35px;
    /* padding-left: 103px; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav .search-switch {
}

.nav .search-switch img {
    display: block;
    cursor: pointer;
}
.nav ul{
    clear: both;
    display: flex;
    margin-top: 15px;
}
.nav .navLi {
    position: relative;
    float: left;
    margin-left: 30px;
}

.navLi a {
    display: block;
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    display: block;
}

.navLi ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: center top;
    width: 170px;
    z-index: 11;
    background: #9e1416;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px 0;
    transition: all 0.3s;
    display: block;
    margin-top: 0;
}

.navLi:hover ul {
    transform: translateX(-50%) scaleY(1);

}

.navLi ul a:hover {
    color: #bcb8b8;

}

.nav .navLi>a {
    border-bottom: 2px solid transparent;
}

.nav .navLi:hover>a {
    border-bottom: 2px solid #ffffff;
}

.nav .navLi ul li a {
    font-size: 16px;
    color: #fff;
}

.nav .navLi ul li a:hover {
    background: #fff;
    color: #9e1416;
}



/* 移动端导航模块： */
.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap {
    display: none !important;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* 页脚模块： */
.footer {
    width: 100%;
    background-color: #323232;
    background: url(../images/footer_bg.png) no-repeat;
    background-size: cover;
    padding: 35px 0 0 0;
    /* background: #444; */
}

.footer .zhong {
    display: flex;
    justify-content: space-between;
}

.footer .friend {

    /* 图上间距是33，但是要把ul已经设的22下内边距考虑到，因此大盒子只要再设11的下内边距就行 */

    overflow: hidden;

    /* margin-right: 25%; */

    width: 350px;
}

.footer p {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
}

.footer .friend .friend_link {
    padding-bottom: 5px;
}

.friend .friend_son {
    float: left;
    font-family: SourceHanSansCN-Regular;
    display: flex;
    flex-wrap: wrap;
}

.friend .friend_son2 {
    padding-right: 0;

}

.friend .friend_son li {
    width: 33.33%;
}

.friend .friend_son li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

.footer .bottom {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    background-color: #313131;
    margin-top: 25px;
}

.footer .bottom p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 30px;
}

.footer .connect {}

.connect .connectUl li {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

.connect p {
    padding-bottom: 5px;
}

.footer .QRcode {
    text-align: center;
}

.footer .QRcode .QRkuang {
    background-color: #ffffff;
    width: 115px;
    margin: 0 auto;
}

.footer .QRcode .QRkuang img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.footer .QRcode p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
}


/* 定位搜索框 */

.b-top {
    line-height: 0.4rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 0.1rem 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 5rem;
    margin: 0 auto;
    position: relative;
    padding-right: 0.5rem;
    padding: 0.05rem 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 0.7rem 0 0.2rem;
    font-size: 0.16rem;
    height: 0.3rem;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 0.4rem;
    width: 0.4rem;
    background: #9e1416;
}

.search-btn input {
    display: block;
    width: 0.2rem;
    margin: 0.1rem auto;
}


@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .zhong {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        width: 300px;
    }

    .nav {
        padding-top: 45px;
    }

    .navLi a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .redBg{
        
padding-bottom: 0px;
    }
   
    
}

@media screen and (max-width:1314px) {}

@media screen and (max-width:1200px) {
    .px1200 {
        padding-left: 10px;
        padding-right: 10px;
    }


}

@media screen and (max-width:1024px) {
    body {
        padding-top: 0 !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #9B0D14;
        z-index: 999;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #9B0D14;
        overflow-y: scroll;
        width: 100%;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li ul li:nth-child(1) a {
        padding-top: 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }




    

    .end_link a {
        min-width: auto;
        margin-right: 15px;
        line-height: 30px;
    }

    .end_link_left {
        line-height: 30px;
        width: auto;
        margin-right: 20px;
        font-size: 16px;
        font-weight: 600;
    }
    


    .footer .zhong{
        display: block;
    }
     
    .connect p{
    font-size: 18px;
    }

    .friend .friend_son li a{
        line-height: 32px;
    }
    .footer .zhong{
        display: block;
    }
     
    .connect p,.footer .friend .friend_link{
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    }

    .friend .friend_son li a,.connect .connectUl li{
        line-height: 32px;
    }
    .footer .friend{
        width: auto;
    }
    .friend .friend_son li{
        width: auto;
        margin-right: 15px;
    }
    .footer .connect{
        margin: 15px 0;
    }
    .footer{
        padding-top: 25px;
    }
}

@media screen and (max-width:768px) {
    .end_link {
        display: block;
    }

    .end_link_left {
        float: none;
        display: block;
    }
}

@media screen and (max-width:480px) {}
/* ===== 顶部banner与主导航（静态banner 1920×600 + 导航） ===== */
.topBanner {
    width: 100%;
    line-height: 0;
}

.topBanner img {
    display: block;
    width: 100%;
    height: auto;
}

.mainNav {
    width: 100%;
    background: #b41419;
}

.mainNav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.mainNav li {
    list-style: none;
}

.mainNav li a {
    display: block;
    padding: 16px 38px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: background .3s;
}

.mainNav li a:hover,
.mainNav li.on a {
    background: rgba(0, 0, 0, .2);
}

@media screen and (max-width:768px) {
    .mainNav li a {
        padding: 12px 14px;
        font-size: 14px;
    }
}

/* ===== 简化后的页脚：仅保留版权栏 ===== */
.footer {
    padding: 0;
    background: #9b0d14;
}

.footer .bottom {
    margin-top: 0;
    padding: 14px 10px;
    background-color: #9b0d14;
}

.footer .bottom p {
    margin: 0;
    color: #fff;
}

/* ===== css/index.css ===== */
/* 大轮播图模块： */
.bannerrr {
    margin: 0 auto;
    max-width: 1600px;
    /* height: 529px; */
}
.bannerrr a{
    display: block;
}
.bannerrr img {
    display: block;
    width: 100%;
    height: 100%;
}

.bannerrr .slick-list {
    width: 100%;
}

.bannerrr {}

.bannerrr .slick-dots {
    bottom: 40px;
    font-size: 0;
}

.bannerrr .slick-dots li {
    width: 30px;
    height: 30px;
    margin-right: 17px;
}

.bannerrr .slick-dots li button {
    width: 100%;
    height: 100%;
    background: url(../images/icon_lun2.png) no-repeat;
    background-size: 100% 100%;
}

.bannerrr .slick-dots li button::before {
    content: '';
}

.bannerrr .slick-dots .slick-active button {
    background: url(../images/icon_lun1.png) no-repeat;
    background-size: cover;

}

.bannerrr .slick-prev:before {
    content: '';
}

.bannerrr .slick-next:before {
    content: '';
}

/* 新闻动态模块： */
.news1 {
    position: relative;
}

.news1 h3 {
    position: relative;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    line-height: 40px;
    color: #111111;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 76px;

}

.news1 h3 p {
    position: absolute;
    font-family: SourceHanSansCN-Bold;
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    text-transform: capitalize;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.news1 a {
    font-size: 16px;
    line-height: 40px;
    color: #c90b0b;
    position: absolute;
    top: 82px;
    right: 0px;
    text-transform: capitalize;
    z-index: 9;
}

.news2 .news2-1 {
    float: left;
    width: 50%;
}

.news2 .news2-2 {
    overflow: hidden;
    /* margin-left: 34px; */
}

.news2 .news2-2 a,
.news2 .news2-1 a {
    display: block;
    overflow: hidden;
    position: relative;
}



.news2-1-1 {
    float: left;
    width: 47%;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}

.px33 {
    margin-right: 33px;

}

/* 单设一个类名用来挤开间距，给谁加谁就有了这个间距，小屏幕时直接把这个类名的间距一改即可 */
.news212 {
    padding: 14px 26px 18px 23px;
    height: 203px;
}

.news2-1-1 .news211 {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
    width: 100%;
}

.news2-1-1 .news211:hover img {
    transform: scale(1.2);
}

.news2-1-1 .news211 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    display: block;
}

.news2-1-1 .news212 h5 {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;
    height: 59px;
    overflow: hidden;
    text-align: justify;
}

.news2-1-1 .news212 span {
    display: block;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    /* padding-top: 12px; */
    padding-top: 9px;
    padding-bottom: 12px;
    /* padding-bottom: 15px; */
}

.news2-1-1 .news212 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    height: 71px;
    overflow: hidden;
    text-align: justify;
}

.news2 .news2-1 .news2-1-1:hover {
    background: #9e1416;
    background-size: 100%;
}

.news2-1-1:hover .news212 h5 {
    color: #ffffff;
}

.news2-1-1:hover .news212 span {
    color: #ffffff;
    opacity: 0.6;
}

.news2-1-1:hover .news212 p {
    color: #ffffff;
    opacity: 0.6;
}

.news2-2 ul li {
    /* width: 99%; */
    width: 94%;
    margin-bottom: 11px;
    margin-left: 34px;
    margin-top: 2px;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}

.news2-2 ul li a {
    display: block;
    padding-left: 101px;
    /* background-color: red; */
}

.news2-2 .news221 {
    float: left;
    padding: 16px 0px 9px 26px;
    /* border-right: 1px solid red; */
    position: absolute;
    top: 0;
    left: 0;
}

.news2-2 .news222 {
    overflow: hidden;
    padding: 13px 29px 21px 22px;
}

.news2-2 .news221 p {
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    line-height: 40px;
    color: #111111;
}

.news2-2 .news221 span {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    /* line-height: 40px; */
    color: #999999;
}

.news2-2 .news222 h5 {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    line-height: 40px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news2-2 .news222 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line {
    width: 1px;
    height: 49px;
    background-color: #dddddd;
    /* display: inline-block; */
    float: left;
    margin-top: 24px;
}

.news2-2 li a:hover {
    background-color: #9e1416;
}


.news2-2 li a:hover .news221 p,
.news2-2 li a:hover .news222 h5 {
    color: #ffffff;
}

.news2-2 li a:hover .news221 span,
.news2-2 li a:hover .news222 p {
    color: #ffffff;
    opacity: 0.6;
}

/* <!-- 党建工作模块： --> */
.workBg {
    background-color: #f6f6f6;
    margin-top: 58px;
    overflow: hidden;
    z-index: -1;
    padding-bottom: 45px;
}

.work1 {
    float: left;
    width: 49%;
}

.work2-2,
.work1-1 {
    position: relative;
}

.work2-2 a,
.work1-1 a {
    font-size: 16px;
    line-height: 40px;
    color: #c90b0b;
    position: absolute;
    top: 82px;
    right: 0px;
    text-transform: capitalize;
    z-index: 9;
}

.work2-2 h3,
.work1-1 h3 {
    position: relative;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    line-height: 30px;
    color: #111111;
    padding-top: 76px;
    padding-bottom: 38px;
    z-index: 1;
}

.work1-1 h3 p {
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    position: absolute;
    top: 56px;
    left: -6px;
    font-family: SourceHanSansCN-Bold;
    text-transform: uppercase;
    z-index: -1;
}

.work2-2 h3 p {
    content: "POLICIES AND REGULATIONS";
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    position: absolute;
    top: 56px;
    left: -6px;
    font-family: SourceHanSansCN-Bold;
    text-transform: uppercase;
    z-index: -1;
}

.workLi {
    margin-bottom: 18px;
}

.workLi>a {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
    line-height: 50px;
    padding-right: 100px;
    padding-left: 23px;
}

.workLi>a>span {
    position: absolute;
    top: 0;
    right: 20px;
    float: right;
    font-size: 18px;
    color: #9e1416;
}

.workLi>a>h5 {
    font-size: 18px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    padding-left: 15px;
    position: relative;
}

.workLi>a>h5::before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    top: 0;
    bottom: 0;
    background: url(../images/sanJiao.png) no-repeat;
    background-position: left center;
}

.workLi:hover>a {
    background-color: #9e1416;
}

.workLi:hover>a h5 {
    color: #ffffff;
}

.workLi:hover>a h5::before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    top: 0;
    bottom: 0;
    background: url(../images/sanJiaoBai.png) no-repeat;
    background-position: left center;
}

.workLi:hover>a span {
    color: #ffffff;
}


.work2 div ul li>.hover {
    display: none;
}

.work2 div ul li.on>.hover {
    display: block;
}

.work2 div ul li.on>a {
    display: none;
}

/* <!-- 政策法规模块： --> */
.work2 {
    float: right;
    width: 49%;
}

.work2>a {
    display: block;
}

.hover {
    background-color: #ffffff;
    margin-bottom: 19px;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}

.hover .data {
    position: relative;
    padding: 13px 10px 18px 10px;
}

.hover .data::before {
    content: url(../images/icon_gang.png);
    position: absolute;
    top: 25%;
    left: 36%;
}

.hover .data span {
    display: block;
    width: 47px;
    font-size: 20px;
    color: #ffffff;
}

.hover .data span:first-child {
    text-align: left;
}

.hover .data span:last-child {
    text-align: right;
}



.hover .pic1 {
    width: 13px;
    height: 13px;
    padding-left: 28px;
    padding-bottom: 15px;
    padding-right: 26px;
    background-color: #9e1416;
}

.hover a {
    padding-right: 67px;
    position: relative;
    display: block;
}

.hover .redBox {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9e1416;
}

.work2-3 {
    padding: 10px 84px 17px 15px;
}

.work2-3 h5 {
    font-family: SourceHanSansSC-Medium;
    font-size: 18px;
    line-height: 44px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.work2-3 p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
}

/* 校园规划模块： */
.school {
    width: 100%;
    height: 460px;
    background-color: #f8f3ee;
    background-image: url(../images/school-authority.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.school1 {
    position: relative;

}

.school1 h3 {
    position: relative;
    text-align: center;
    padding-top: 76px;
    padding-bottom: 58px;
    font-size: 30px;
    color: #111111;
    line-height: 30px;
    z-index: 1;
}

.school1 h3 p { 
    width: 100%;
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.school1 a {
    display: block;
    width: 51px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #c90b0b;
    position: absolute;
    top: 82px;
    right: 9px;
    line-height: 40px;
    z-index: 9;
}

.school2-2 {
    padding-left: 22px;
    padding-right: 22px;
}

.school2-2 a {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #ffffff;
    padding: 37px 42px 39px 30px;
    box-shadow: 0px 0px 5px 0px rgba(62, 62, 62, 0.15);
}

.school2-2 a h5 {
    height: 59px;
    font-family: SourceHanSansSC-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #111111;
    text-align: justify;
    overflow: hidden;
}

.redLine {
    width: 48px;
    height: 2px;
    margin-top: 17px;
    margin-bottom: 18px;
    background-color: #9e1416;
}

.school2-2 a p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #666666;
}

.school2-2 a p::after {
    content: url(../images/icon_schoolJian.png);
    float: right;
}

.school2-2 .slick-prev {
    width: 58px;
    height: 58px;
    background: url(../images/school_left.png) no-repeat;
    background-size: cover;
    left: -62px;
}

.school2-2 .slick-prev::before {
    content: '';
}

.school2-2 .slick-next {
    width: 58px;
    height: 58px;
    background: url(../images/school_right.png) no-repeat;
    background-size: cover;
    right: -60px;
}

.school2-2 .slick-next::before {
    content: '';
}

.school2-2 a:hover h5 {
    color: #9e1416;
    font-weight: 600;
}

/* <!-- 项目展示模块： --> */
.item {
    margin-bottom: 57px;
}

.item1 {
    position: relative;
}

.item .item1 h3 {
    position: relative;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    color: #111111;
    padding-bottom: 34px;
    padding-top: 76px;
}

.item .item1 h3 p {
    font-family: SourceHanSansCN-Bold;
    font-size: 41px;
    line-height: 40px;
    color: #eaeaea;
    text-transform: uppercase;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: -1;
}

.item .item1 a {
    display: block;
    width: 51px;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #c90b0b;
    position: absolute;
    top: 82px;
    right: 7px;
    line-height: 40px;
    z-index: 9;
}

/* <!-- 项目展示模块： --> */
.item2 img {
    width: 100%;
    height: 100%;
}

.item2 a {
    display: block;
}
.item2 a .pic{
    padding-top: 70%;
}

.item2 .item221 a .pic{
    padding-top: 71%;
}
.item2 .item222 a .pic{
    padding-top: 35.5%;
}
.item2 .item2-3 a .pic{
    padding-top: 124%;
}
.item2-1 {
    float: left;
    width: 39%;
    overflow: hidden;
    margin-right: 15px;
}

.item2-2 {
    float: left;
    width: 37%;

}

.item2-3 {
    overflow: hidden;
    float: right;
    width: 22%;
}

.item221 a:first-child {
    float: left;
    width: 49%;
    overflow: hidden;
    /* margin-right: 9px; */
}

.item221 a:nth-child(2) {
    float: right;
    width: 49%;
    overflow: hidden;

}

.item222 {
    width: 100%;
    overflow: hidden;
    margin-top: 14px;
}

.item2-1 img:hover,
.item221 a:first-child img:hover,
.item221 a:nth-child(2) img:hover,
.item222 img:hover,
.item2-3 img:hover {
    transform: scale(1.2);
}

.item2-1 img,
.item221 a:first-child img,
.item221 a:nth-child(2) img,
.item222 img,
.item2-3 img {
    object-fit: cover;
    transition: all .8s;
}

/* ===== css/media.css ===== */
@media only screen and (max-width:1521px) {
    .school2 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width:1400px) {
    .work1-1 h3 p, .work2-2 h3 p,.news1 h3 p,.school1 h3 p,.item .item1 h3 p{
        font-size: 26px;
        white-space: nowrap;
        top: 56px;
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (max-width:1400px) {

    .news .news2 .news2-1 {
        width: auto;
    }

    .news .news2 .news2-1-1 {
        width: 329px;
    }

    .news2-2 ul li {
        margin-left: 14px;
        width: 96%;
    }

    /* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
    .work2-2 h3::before,
    .work1-1 h3::before {
        font-size: 32px;
        line-height: 30px;
    }
}

@media only screen and (max-width:1240px) {
    

    /* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
    .news .news2 .news2-1-1 {
        width: 267px;
    }

    .px33 {
        margin-right: 14px;
    }

    .news2-2 .news221 {
        padding: 10px 0 9px 16px;
    }

    .news2-2 .news222 {
        padding: 10px 19px 14px 22px;
    }

    /* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
    .school2-2 a {
        padding: 22px 22px 26px 22px;
    }
}

@media only screen and (max-width:1140px) {
    .item222 {
        margin-top: 10px;
    }

    .item2-1 {
        margin-right: 11px;
    }

    /* ________________ */
   
}

@media only screen and (max-width:1024px) {
    .news212{
        padding: 15px;
        height: 203px;
    }
    .news2-2 .news222{
        padding: 10px;
    }
    .news2-2 .news221 p{
        font-size: 20px;
    }
    .news2-2 .news221 span{
        font-size: 16px;
    }
    .news2-2 ul li a{
        padding-left: 85px;
    }
    .workLi>a{
        padding-left: 15px;
    }
    .work2-3{
        padding-right: 15px;
    }
    .redBg{
        padding-bottom: 0;
    }
}

@media only screen and (max-width:950px) {
   
    /* æ–°é—»åŠ¨æ€æ¨¡å—ï¼š */
    .workBg {
        margin-top: 10px;
    }

    .news1 {
    }

    .news .news2 .news2-1 {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .news2 .news2-1 .news2-1-1 {
        width: 49%;
    }

    .news2 .news2-2 {
        width: 100%;
    }

    .news2 .news2-2 ul li {
        width: 99%;
        margin-left: 2px;
    }

    /* ________________ */
    .item2-1 {
        float: none;
        width: 100%;
        /* height: 400px; */
        margin-right: 0;
    }

    .item2-1 a {
        /* height: 400px; */
    }

    .item2-2 {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .item2-3 {
        float: none;
        width: 100%;
        /* height: 400px; */
        margin-top: 10px;
    }

    .item2-3 a {
        /* height: 400px; */
    }

    .item221 a:nth-child(2),
    .item221 a:first-child {
        /* height: 300px; */
    }

    /* ________________ */
   
}

@media only screen and (max-width:659px) {
    .news212 {
        height: 180px;
    }
}

@media only screen and (max-width:822px) {

    .bannerrr .slick-dots {
        bottom: 10px;
    }

   
}

@media only screen and (max-width:777px) {
   
    .bannerrr .slick-dots li {
    width: 20px;
    height: 20px;
    }
}

@media only screen and (max-width:768px) {

    .school2-2 .slick-next,
    .school2-2 .slick-prev {
        width: 40px;
        height: 40px;
    }

    .school2-2 a {
        padding: 15px;
    }

    .school2-2 a p {
        font-size: 14px;
    }

    .school2-2 a h5 {
        font-size: 16px;
    }

    /* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
    
    /* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
    .news1 a {
        top: 40px;
    }

    .news1 h3 {
    }

    .news1 h3::before,
    .work2-2 h3::before,
    .work1-1 h3::before,
    .school1 h3:before,
    .item .item1 h3::before {
        content: '';
    }

    /* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
    .px33 {
        margin-bottom: 15px;
    }

    .news2 .news2-1 .news2-1-1 {
        width: 100%;
    }

    .item {
        margin-top: 25px;
    }

    /* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
    .work1,
    .work2 {
        float: none;
        width: 100%;
    }

    .work2-2 h3,
    .work1-1 h3 ,.item .item1 h3,.school1 h3,.news1 h3{
        padding-top: 36px;
        text-align: left;
        padding-bottom: 20px;
    }
    .news1 h3 p{
        left: 0;
        transform: translateX(0);
    }
    .work2-2 a, .work1-1 a,.item .item1 a {
        top: 40px;
    }

    /* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
    .school {
        height: 320px;
    }

    .school1 h3 {
        /* padding-top: 55px; */
        padding-bottom: 48px;
    }

    .school1 a {
        top: 40px;
    }
    .school2-2{
        padding: 0;
    }
    .school2{
        padding: 0 40px;
    }
    .school2-2 .slick-prev{
        left: -50px;
    }
    .school2-2 .slick-next{
        right: -50px;
    }
}

@media only screen and (max-width:659px) {
  
    .bannerrr .slick-dots li button {
    }

    .bannerrr .slick-dots {
    }

    /* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
    .item .item1 h3,
    .school1 h3,
    .work2-2 h3,
    .work1-1 h3,
    .news1 h3 {
        font-size: 25px;
    }
    .work1-1 h3 p, .work2-2 h3 p,.news1 h3 p,.school1 h3 p,.item .item1 h3 p{
        top: 20px;
        font-size: 20px;
    }
}

/* ===== css/ny2.css ===== */
.head {
    transition: all 1s;
}

html, body {
    background: #f8f8f8;
}
body{
    font-size: .16rem;
}
.banner img {
    display: block;
    width: 100%;
}
.bannerrr{
    margin: 0 auto;
    max-width: 1600px;
}
.bannerrr img {
    display: block;
    width: 100%;
}


.pagination {
    text-align: center;
    padding-top: 50px;
    font-size: 14px;
}


.pagination .pb_sys_style1 .p_no_d {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #9e1416!important;
    background-color: #9e1416!important;
}

#nymain {

    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain {
    position: relative;
    padding-bottom: 50px;
    margin-top: 60px;
}

.nymain::before {}

.nymain .leftNav {
    float: left;
    width: 220px;
    position: relative;
    margin-right: 50px;
    background: #fff;
}

.nymain .leftNav>h2 {
    line-height: 90px;
    color: #fffafc;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
    background-color: #9e1416;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    background-position: right bottom;
    position: relative;
}

.nymain .leftNav>ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 70px;
    top: 0;
    /* background: #fff; */
}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul>li {
    position: relative;
    border-top: 1px solid #ebebeb;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .2rem;
    padding-left: 30px;
    height: .55rem;
    line-height: .54rem;
    background: #f4f4f4;
    border-bottom: 1px solid #fff;
    color: #333;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .3rem;
    height: .3rem;
    right: .1rem;
    top: .11rem;
    background: url(../images/sub_left_down4.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}



.nymain .leftNav>ul>li.on>a {
    color: #9e1416;
}



.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    color: #9e1416;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #9e1416;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 0.16rem;
    line-height: 0.46rem;
    /* border-top: 1px solid #eeeeee; */
    /* padding-left: 65px; */
    color: #666666;
    background: #fff;
    height: auto;
    border-top: 1px solid #edebeb;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.ny-right {
    overflow: hidden;
    padding-top: 15px;
    background: #fff;
    padding: .5rem .3rem;
}

.ny-rcom {
    font-size: 24px;
    color: #9e1416;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    margin-bottom: .3rem;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: .3rem;
}

.position>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background: #eee;
    z-index: 1;
}

.position h3 {
    font-size: .3rem;
    line-height: .3rem;
    font-weight: normal;
    color: #000000;
    text-align: left;
    bottom: 0;
    left: 0;
    float: left;
    background: #fff;
    font-weight: 600;
    z-index: 9;
    position: relative;
    padding-right: .5rem;
}


.position h3::after {
    content: "";
}

.position span {
    color: #666666;
    font-size: .16rem;
    vertical-align: middle;
    background: #fff;
    z-index: 9;
    position: relative;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    display: none;
    z-index: 9;
    position: relative;
}

.position a {
    font-size: .16rem;
    padding: 0 .1rem;
    vertical-align: middle;
    color: #666666;
    background: #fff;
    z-index: 9;
    position: relative;
}

.position a:hover {
    color: #9e1416;
}





.ind_art_box {
    padding: 30px 0;
}

.ind_art h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-indent: 0;
    color: rgba(0, 0, 0, .85);
}

.ind_art h4 {
    font-weight: 900;
    line-height: 1.5;
    margin: 2em 0;
    color: rgba(0, 0, 0, 0.65);
}

.ind_art p.noIndent {
    text-indent: 0
}

.ind_art_main p {
    color: rgba(0, 0, 0, .6);
    line-height: 2.5em;
    text-indent: 2em;
}

.ind_art .c img {
    display: block;
    width: 300px;
    margin: 0 auto;
}


.ind_art p.noTitle {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}





.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: .3rem .2rem;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.timg-list ul li a h3 {
    font-size: .2rem;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    clear: both;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 2rem;
    margin-right: .24rem;
}

.timg-list ul li a .pic {
    padding-top: 65%;
}

.timg-list ul li a:hover h3 {}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover span b {
    color: #fff;
}

.timg-linfo {
    overflow: hidden;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .28rem;
    color: rgba(102, 102, 102, .6);
    height: .56rem;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: .1rem;
}

.timg-linfo div {
    overflow: hidden;
}

.timg-linfo span {
    display: block;
    color: rgba(153, 153, 153, .8);
    font-size: .16rem;
    background-position: left center;
    line-height: .2rem;
    float: left;
}

.timg-linfo span b {
    font-size: 24px;
    font-weight: 600;
    color: #9e1416;
    margin-right: 5px;
    display: inline-block;
    vertical-align: baseline;
}

.timg-list ul li a:hover {
    background: #f4f4f4;
}

.timg-list ul li a:hover h3 {
    color: #9e1416;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: .35rem;
    margin-left: 5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
    top: -10px;
}

.img-lists ul li:hover .info p {
    color: #9e1416;
    font-weight: 600;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 65%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: .1rem;
    font-size: 0;
    background-position: left center;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .2rem;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}





.art-main .art-tit h3 {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: .28rem;
    font-weight: normal;
    font-weight: 600;
    margin: .3rem 0;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: .16rem;
    line-height: .3rem;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: .3rem auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    line-height: .26rem;
    background: bottom;
    background: #f4f4f4;
    padding: .2rem .15rem;
    color: #4e4e4e;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: .16rem;
    margin: 0 10px;
    color: #4e4e4e;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
}

.pnext p a {
    color: #333333;
}

.pnext p:hover {
    color: #9e1416;
}

.pnext p:hover a {
    color: #9e1416;
}



.szdw {
    margin-top: 8px;
}

.szdw ul {
    font-size: 0;
}

.szdw ul li {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 67px;
    font-size: 0;
    width: 49%;
    margin-left: 2%;
}

.szdw ul li:nth-child(2n + 1) {
    margin-left: 0;
}

.szdw ul li .z {
    display: block;
}

.szdw ul li:hover .zi1 {
    border-bottom: 2px solid #084295;
    box-shadow: 10px 0 10px #eee;
}

.szdw .aaa {
    float: left;
    width: 180px;
}

.szdw .zi1 {
    overflow: hidden;
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}

.szdw .pic {
    padding-top: 127%;
}

.szdw .zi1 h4 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.szdw .zi1 p {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #666;
    margin-top: 20px;
    margin-bottom: 35px;
    /* border-bottom: 1px solid #ccc; */
}

.szdw .zi1 a {
    display: block;
}

.szdw .zi1 span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #1b4fa2;
    padding-top: 12px;
    border-top: 1px solid #ccc;
}


.col-main {
    float: left;
    width: 75%;
    padding-top: 50px
}

.col-side {
    float: right;
    width: 23.34%;
    padding-top: 60px
}

.m-txt5 {
    overflow: hidden;
    padding: 10px 0 39px
}

.m-txt5 .pics {
    float: left;
    width: 262px;
    margin-right: 30px
}

.m-txt5 .pics .pic {
    padding-top: 134%;
}

.m-txt5 .pics img {
    display: block;
    width: 100%
}

.m-txt5 .txt {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.75;
    color: #333
}

.m-txt5 p {
    font-size: 16px;
}

.m-txt5 .m-tit3 {
    margin-bottom: 34px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.m-tit3 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.p-list2 {
    padding: 4px 0 12px
}

.p-list2 li {
    padding-bottom: 29px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.p-list2 .col-r, .p-list2 .date {
    float: right;
    font-size: 16px;
    color: #666
}

.p-list2 .date {
    margin-left: 40px
}

.p-list2 a {
    color: inherit;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-list2 .col-r a:hover, .p-list2 a:hover, .p-list2 em {
    color: #204ba0
}

.p-list2 .col-r a {
    color: #666;
    margin-left: 30px
}

.pages {
    text-align: center;
    clear: both;
    margin-bottom: 80px;
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.pages .p-flip, .pages ul {
    display: inline-block;
    vertical-align: top
}

.pages .p-flip {
    margin-left: 12px
}

.pages .inp {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    margin: 0 8px
}

.pages ul li {
    float: left;
    margin: 0 3px
}

.pages ul a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center
}

.pages ul a:hover {
    color: #204ba0
}

.pages ul li.on a {
    background-color: #204ba0;
    color: #fff
}

.pages .p-first a {

}

.pages .p-last a {
 
}

.pages .p-next, .pages .p-prev {
    display: inline-block;
    vertical-align: top;
    color: #333
}

.pages .p-next a, .pages .p-prev a {
    color: inherit;
    width: auto;
    margin: 0 5px
}

.pages .p-next a:hover, .pages .p-prev a:hover {
    color: #204ba0
}

.m-txt6 {
    background: #f3f9ff;
    font-size: 14px;
    color: #333;
    line-height: 2
}

.m-txt6 .tit {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 62px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 23px
}

.m-txt6 .tit img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    height: 26px
}

.m-txt6 .more {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #204ba0
}

.m-txt6 .more:hover {
    background: #4070cf
}

.m-txt6 .con {
    padding: 12px 20px 17px
}

.m-txt6 p {
    overflow: hidden;
    margin-bottom: 7px
}

.m-txt6 p em {
    display: block;
    float: left;
    width: 56px;
    margin-right: 5px
}

.m-txt6 p span {
    display: block;
    overflow: hidden
}




.text-list li {
    padding: .3rem .2rem;
    border-bottom: 1px solid #e1e1e1;
}

.text-list li a {
    display: flex;
    align-items: center;
}

.text-list .time {
    width: .88rem;
    background: #f6f6f6;
    border-radius: 3px;
    font-size: 12px;
    color: #777777;
    text-align: center;
    padding: 14px 0px;
}

.text-list .time span {
    display: block;
    font-size: .24rem;
    color: #000;
}

.text-list .txt {
    width: calc(100% - 88px);
    padding-left: 3%;
    position: relative;
}

.ablink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 5;
    display: block;
}

.text-list .txt h3, .text-list li.text-list-img h3 {
    font-weight: bold;
    position: relative;
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .25rem;
    color: #333333;
    line-height: 32px;
}

.text-list li:hover .txt h3, .text-list li.text-list-img:hover h3 {
    background-size: 100% 1px;
}

.text-list .txt p, .text-list>li.text-list-img p {
    color: #777777;
    margin-top: .1rem;
    font-size: .16rem;
    line-height: .28rem;
    height: 0.56rem;
    overflow: hidden;
}

.text-list li:hover {
    background: #f4f4f4;
}

.text-list li:hover .time {
    background: #9e1416;
}

.text-list li:hover h3 {
    color: #9e1416;
    font-weight: bold;
}

.text-list li:hover .time, .text-list li:hover span {
    color: #fff;
}



/*文字 列表 */
.project {
    margin-top: .35rem;
}

.project h3 {
    font-size: .2rem;
    font-weight: 600;
}

.i-list {
    padding: 17px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.i-list li {
    width: 48%;
    position: relative;
    font-size: .18rem;
    line-height: .5rem;
    padding: 0 0 0 .2rem;

    background-position: left center;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #111111;
}



.i-list li:hover a {
    color: #9e1416;
    font-weight: 600;
}





/* 师资列表页 */
.sz ul {
    flex-wrap: wrap;
}

.sz ul li {
    width: 48%;
    margin-top: 0.5rem;
}

.sz ul li:nth-child(even) {
    margin-left: 4%;
}

.sz ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #dcdcdc;
    position: relative;
    z-index: 1;
}

.sz ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #9e1416;
}

.sz ul li .sz-pic {
    width: 1.52rem;
    position: relative;
    left: 0.2rem;
    bottom: 0.2rem;
}

.sz ul li .sz-pic .pic {
    padding-top: 135.52%;
}

.sz ul li .sz-tx {
    width: calc(100% - 2.47rem);
    margin-left: 0.55rem;
}

.sz ul li .sz-tx p {
    line-height: 0.36rem;
    font-size: 0.16rem;
}

.sz ul li .sz-tx p span {
    font-size: 0.18rem;
    font-weight: bold;
    color: #b21f24;
}

.sz ul li:hover a {
    border-color: #9e1416;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* 师资内容 */
.sz-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sz-t {
    width: 2.2rem;
}

.sz-t>img {
    display: block;
    width: 100%;
}

.sz-t h3 {
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.25rem;
    color: #333;
}

.sz-t h4 {
    font-size: 0.18rem;
    font-weight: normal;
    text-align: center;
    margin-top: 0.15rem;
    color: #666;
}

.sz-t h5 {
    font-size: 0.18rem;
    font-weight: normal;
    margin-top: 0.1rem;
    color: #9e1416;
    text-align: center;
}

.sz-t h5 img {
    vertical-align: middle;
    margin-right: 0.05rem;
    display: inline-block;
    width: 0.26rem;
    height: 0.23rem;
}

.sz-r {
    width: calc(100% - 2.8rem);
}

.sz-r h3 {
    font-size: 0.28rem;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0.2rem;
    position: relative;
}

.sz-boxbg {
    background: rgba(169, 12, 12, 0.02);
    padding: 1px 0.4rem 0.4rem 0.4rem;
}

.sz-box {
    margin-bottom: 0.45rem;
}

.sz-box h4 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #9e1416;
    background: url(../images/sz-sj.png) no-repeat left center;
    background-size: 0.17rem 0.26rem;
    padding-left: 0.35rem;
    border-bottom: 1px solid rgba(99, 6, 95, 0.6);
    margin-bottom: 0.2rem;
}


.sz-box p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #333;
}
.sz-box p img{
    display:block;
    margin:10px auto;
    max-width: 100%;
    height: auto;
}

/* ===== css/ny_media2.css ===== */
@media screen and (max-width: 1530px) {
    .px1530 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1420px) {


    .nymain::before {
        display: none;
    }

    .nymain .leftNav>h2 {
        padding-left: 20px;
    }

    .nymain .leftNav {
        margin-right: 30px;
    }

}

@media screen and (max-width: 1200px) {}


@media screen and (max-width: 1140px) {}

@media screen and (max-width: 1024px) {
    .nymain .leftNav>h2 {
        line-height: 60px;
        font-size: 20px;
    }

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
    }

    .nymain .leftNav ul li a {
        font-size: 16px;
    }

    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
        padding: 0 0.05rem;
    }

    .position h3 {
        font-size: 22px;
    }


    .timg-list ul li a {
        padding: .25rem .15rem;
    }


    .img-lists ul li {
        width: 49%;
        margin-left: 2%;
        margin-top: .2rem;
    }

    .img-lists ul li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .img-lists ul li:nth-child(2n+1) {
        margin-left: 0
    }

    .img-lists ul li a>img {
        height: 209px;
    }

    .img-lists ul li a>div.info p {
        font-size: .14rem;
    }

    .img-lists ul li a>div.info img {
        height: 12px;
    }

    .img-lists ul li a>div.info span {
        font-size: 12px;
    }



    .szdw ul li {
        padding-top: 20px;
    }

    .szdw ul li {
        width: auto;
        margin-left: 0;
        display: block;
    }


    
	.sz ul li {
		width: 100%;
	}

	.sz ul li:nth-child(even) {
		margin-left: 0;
	}

	.sz-main {
		justify-content: center;
	}

	.sz-r {
		width: 100%;
		margin-top: 0.3rem;
	}

}


@media screen and (max-width:1024px) {
    .banner::after {
        content: none;
    }

    .nymain .leftNav>h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        display: block;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 24px;
        height: 30px;
        margin-top: 5px;
        background-position: left center;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        margin-right: 10px;
    }


    .nymain {
        padding: 0 0 .3rem 0;
        margin-top: .3rem;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 15px;
        border: none;
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }

    .ny-right {
        float: none;
        width: auto;
        padding-top: 15px;
        padding: .3rem .15rem;
    }

    .position {
        margin-top: 0;
        margin-bottom: 0;
    }

    .position>div {
        text-align: left;
        line-height: 40px;
    }

    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        display: none;
    }

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }

    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }

    .nymain .leftNav ul {
        display: none;
        padding-bottom: 0;
    }

    .nymain .leftNav ul li a {
        line-height: 42px;
    }

    .nymain .leftNav>ul>li>span {
        top: 13px;
    }

    .timg-list ul li {
        margin-top: 0;
    }

    .img-lists ul li a>div.info p {
        font-size: 12px;
    }


    .art-main .art-tit h3 {
        font-size: .2rem;
        line-height: .3rem;
        margin: .2rem 0;
    }

    .art-main .art-tit h4 {
        font-size: 16px;
    }

    .art-main .cont-tit p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }

    .pnext {
        float: none;
        border: none;
        width: auto;
    }

    .pnext p {
        line-height: 30px;
    }

    .text-list li {
        padding: .2rem 0;
    }

    .i-list {
        display: block;
    }

    .i-list li {
        width: auto;
        line-height: .4rem;
    }
    .sz ul li {
		margin-top: 0.2rem;
	}

	.sz ul li .sz-pic {
		width: 1.52rem;
		position: static;
	}

	.sz ul li .sz-tx {
		width: calc(100% - 1.92rem);
		margin-left: 0.2rem;
	}
    .sz-boxbg{
        padding: 1px .2rem .2rem .2rem;
    }
}


@media screen and (max-width:480px) {
    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .timg-linfo {
        padding-top: 0;
    }

    .szdw .aaa {
        width: 120px;
    }

    .szdw .zi1 h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .szdw .zi1 p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .szdw .zi1 {
        padding: 0 0px 0 20px;
    }

    .szdw .zi1 span {
        padding-top: 0;
    }


}

/* ===== css/sys.css ===== */
/*公共样式*/
.pb_sys_common {
    font-size: 12px;
    font-family: SimSun;
    line-height:12px;

    color:#222;
}

.pb_sys_common a{
    text-decoration: none;
}

.pb_sys_common .p_pages{
    margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin:0px 0px 0px 5px;

    height:24px;
    -height:auto;

    line-height:12px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
}

.pb_sys_common .p_t{
    line-height:12px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color: #ccc;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    color: #222;
}

.pb_sys_common .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    /*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#258CFF;

    text-align:center;
    vertical-align:middle;    
    */
    font-family: SimSun;
    font-size:12px;

    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;

    outline-width:thin;
    outline-color:#258CFF;
    
    margin:0px 2px;
    padding:0px 1px;
}


.pb_sys_common .p_goto input{
    width:22px;
    text-align:center;
}

.pb_sys_common .p_search input{
    width:100px;
    text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
    border: 1px solid #258CFF;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;

    margin:0px;

    height:24px;
    -height:auto;
    
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
    /*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
    border-right:1px solid #ccc;
    padding: 1px 5px;
    color: #888888;
}

.pb_sys_common .p_dosize_d{
    /*background-color:#f5f5f5;*/
    color: #222;
}

.pb_sys_common .p_dosize a:hover{
    /*background-color:#f5f5f5;*/
    color: #222;
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
    /*border-right-width:1px*/
    border-right-width:0px;
}


/*按钮控制*/
.pb_sys_normal .p_first,.pb_sys_normal .p_first_d,.pb_sys_normal .p_last,.pb_sys_normal .p_last_d{
    display:none;
}

.pb_sys_normal2 .p_first,.pb_sys_normal2 .p_first_d,.pb_sys_normal2 .p_last,.pb_sys_normal2 .p_last_d,.pb_sys_normal2 .p_prev_d,.pb_sys_normal2 .p_next_d{
    display:none;
}

.pb_sys_full{
}

.pb_sys_full2 .p_first_d,.pb_sys_full2 .p_last_d,.pb_sys_full2 .p_prev_d,.pb_sys_full2 .p_next_d{
    display:none;
}

.pb_sys_short .p_no,.pb_sys_short .p_no_d,.pb_sys_short .p_no_o,.pb_sys_short .p_dot{
    display:none;
}

.pb_sys_short2 .p_no,.pb_sys_short2 .p_no_d,.pb_sys_short2 .p_no_o,.pb_sys_short2 .p_dot,.pb_sys_short2 .p_first,.pb_sys_short2 .p_first_d,.pb_sys_short2 .p_last,.pb_sys_short2 .p_last_d{
    display:none;
}

/*样式1-4*/
.pb_sys_style1 .p_no a:hover,.pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover,.pb_sys_style2 .p_fun a:hover, .pb_sys_style2 .p_goto a:hover, .pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover,.pb_sys_style3 .p_fun a:hover, .pb_sys_style3 .p_goto a:hover, .pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover,.pb_sys_style4 .p_fun a:hover, .pb_sys_style4 .p_goto a:hover, .pb_sys_style4 .p_search a:hover{
    background-color: #f5f5f5;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #258CFF;
    color: #fff;
    background-color: #258CFF;
}
/*样式2 红*/
.pb_sys_style2 .p_no_d {
    border: 1px solid #F04646;
    color: #fff;
    background-color: #F04646;
}
/*样式3 绿*/
.pb_sys_style3 .p_no_d {
    border: 1px solid #32B907;
    color: #fff;
    background-color: #32B907;
}
/*样式4 灰*/
.pb_sys_style4 .p_no_d {
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
}

/*样式5-8*/
.pb_sys_style5 .p_fun_d, .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no_o,.pb_sys_style5 .p_fun a, .pb_sys_style5 .p_no a, .pb_sys_style5 .p_goto a, .pb_sys_style5 .p_search a,
.pb_sys_style6 .p_fun_d, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no_o,.pb_sys_style6 .p_fun a, .pb_sys_style6 .p_no a, .pb_sys_style6 .p_goto a, .pb_sys_style6 .p_search a,
.pb_sys_style7 .p_fun_d, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no_o,.pb_sys_style7 .p_fun a, .pb_sys_style7 .p_no a, .pb_sys_style7 .p_goto a, .pb_sys_style7 .p_search a,
.pb_sys_style8 .p_fun_d, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no_o,.pb_sys_style8 .p_fun a, .pb_sys_style8 .p_no a,  .pb_sys_style8 .p_goto a, .pb_sys_style8 .p_search a{
    border: 1px solid transparent;
}

.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover,
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover,
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover,
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.pb_sys_style5 .p_fun a:hover,.pb_sys_style5 .p_goto a:hover,.pb_sys_style5 .p_search a:hover,
.pb_sys_style6 .p_fun a:hover,.pb_sys_style6 .p_goto a:hover,.pb_sys_style6 .p_search a:hover,
.pb_sys_style7 .p_fun a:hover,.pb_sys_style7 .p_goto a:hover,.pb_sys_style7 .p_search a:hover,
.pb_sys_style8 .p_fun a:hover,.pb_sys_style8 .p_goto a:hover,.pb_sys_style8 .p_search a:hover{
    text-decoration: underline;
}


/*样式5 蓝*/
.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover{
    border: 1px solid #258CFF;
    color: #fff;
    background-color: #258CFF;
}
/*样式6 红*/
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover{
    border: 1px solid #F04646;
    color: #fff;
    background-color: #F04646;
}
/*样式7 绿*/
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover{
    border: 1px solid #32B907;
    color: #fff;
    background-color: #32B907;
}
/*样式8 灰*/
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
}

/* ===== css/jjy.vsb.css ===== */
/*****/
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}

/* ===== content-page shared styles ===== */
.art-main .art-body img.px50 {
    vertical-align: middle !important;
    display: inline !important;
    margin-right: 10px;
}

.art-main .art-body .textindent {
    text-indent: 0 !important;
}

/* ===== readability improvements for list and content pages ===== */
.text-list .time {
    font-size: 14px;
    line-height: 1.5;
}

.text-list .time span {
    font-size: 27px;
    line-height: 1.15;
}

.text-list .txt h3,
.text-list li.text-list-img h3 {
    font-size: 20px;
    line-height: 1.45;
}

.text-list .txt p,
.text-list>li.text-list-img p {
    font-size: 17px;
    line-height: 30px;
    height: 60px;
}

.art-main .art-tit h3 {
    font-size: 32px;
    line-height: 1.45;
}

.art-main .art-body {
    color: #2f2f2f;
    font-size: 18px;
    line-height: 1.95;
}

.art-main .art-body p {
    font-size: 18px;
    line-height: 1.95;
    margin-bottom: .18rem;
}

.art-main .art-body li,
.art-main .art-body td,
.art-main .art-body th {
    font-size: 18px;
    line-height: 1.85;
}

.pnext p {
    font-size: 17px;
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    .text-list .time {
        font-size: 13px;
    }

    .text-list .time span {
        font-size: 24px;
    }

    .text-list .txt h3,
    .text-list li.text-list-img h3 {
        font-size: 20px;
        line-height: 1.45;
    }

    .text-list .txt p,
    .text-list>li.text-list-img p {
        font-size: 16px;
        line-height: 1.75;
        height: 3.5em;
    }

    .art-main .art-tit h3 {
        font-size: 24px;
        line-height: 1.5;
    }

    .art-main .art-body,
    .art-main .art-body p,
    .art-main .art-body li,
    .art-main .art-body td,
    .art-main .art-body th {
        font-size: 16px;
        line-height: 1.9;
    }

    .pnext p {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 600px) {
    .text-list li a {
        align-items: flex-start;
    }

    .text-list .time {
        width: 68px;
        flex: 0 0 68px;
        padding: 10px 0;
    }

    .text-list .txt {
        width: calc(100% - 68px);
        padding-left: 15px;
    }

    .text-list .txt h3,
    .text-list li.text-list-img h3 {
        font-size: 18px;
    }

    .text-list .txt p,
    .text-list>li.text-list-img p {
        margin-top: 6px;
        font-size: 15px;
        line-height: 1.7;
        height: 3.4em;
    }

    .art-main .art-tit h3 {
        font-size: 22px;
    }
}

/* =========================================================
   列表页 / 内容页 视觉增强（保持原有红白主题，仅做精修）
   ========================================================= */

/* 右侧内容区做成卡片 */
.nymain .ny-right {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(20, 20, 20, 0.06);
}

/* 左侧导航卡片化 */
.nymain .leftNav {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(20, 20, 20, 0.06);
}

.nymain .leftNav > h2 {
    background-image: linear-gradient(135deg, #b41419 0%, #8a1012 100%);
}

.nymain .leftNav > ul {
    box-shadow: none;
}

/* 面包屑标题前的红色短条 */
.position h3 {
    padding-left: 14px;
}

.position h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0.7em;
    border-radius: 2px;
    background: linear-gradient(180deg, #b41419, #8a1012);
}

/* ---------- 列表页 ---------- */
.text-list li {
    position: relative;
    border-radius: 10px;
    border-bottom: 1px solid #ededed;
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.text-list li:last-child {
    border-bottom: none;
}

/* 左侧滑入的红色强调条 */
.text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #b41419, #8a1012);
    transform: scaleY(0);
    transform-origin: center;
    transition: transform .35s ease;
}

.text-list li:hover {
    background: #fbf7f7;
    box-shadow: 0 8px 22px rgba(158, 20, 22, 0.08);
    transform: translateY(-2px);
}

.text-list li:hover::before {
    transform: scaleY(1);
}

/* 日期块精修 */
.text-list .time {
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: background .3s ease, border-color .3s ease, color .3s ease;
}

.text-list li:hover .time {
    background: linear-gradient(135deg, #b41419, #8a1012);
    border-color: transparent;
    box-shadow: 0 6px 16px rgba(158, 20, 22, 0.28);
}

/* 悬停时右侧出现的箭头（仅桌面端） */
@media screen and (min-width: 1025px) {
    .text-list .txt {
        padding-right: 30px;
    }

    .text-list .txt::after {
        content: "\203A";
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%) translateX(-6px);
        font-size: 26px;
        line-height: 1;
        color: #9e1416;
        opacity: 0;
        transition: opacity .3s ease, transform .3s ease;
    }

    .text-list li:hover .txt::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

/* 分页器做成圆角按钮 */
.pagination .pb_sys_style1 .p_t {
    color: #999;
    margin-right: 12px;
}

.pagination .pb_sys_style1 .p_no a,
.pagination .pb_sys_style1 .p_fun a,
.pagination .pb_sys_style1 span.p_no_d,
.pagination .pb_sys_style1 .p_fun_d {
    display: inline-block;
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    padding: 0 12px;
    margin: 0 4px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #555;
    font-size: 14px;
    text-align: center;
    transition: all .25s ease;
}

.pagination .pb_sys_style1 .p_no a:hover,
.pagination .pb_sys_style1 .p_fun a:hover {
    border-color: #9e1416;
    color: #9e1416;
    box-shadow: 0 4px 12px rgba(158, 20, 22, 0.18);
    transform: translateY(-1px);
}

.pagination .pb_sys_style1 span.p_no_d {
    border-color: #9e1416 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(158, 20, 22, 0.25);
}

.pagination .pb_sys_style1 .p_fun_d {
    color: #c4c4c4;
}

/* ---------- 内容页 ---------- */
/* 标题下方红色装饰短线 */
.art-main .art-tit h3 {
    position: relative;
    padding-bottom: 18px;
}

.art-main .art-tit h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 52px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #b41419, #d6363a);
}

/* 发布信息条 */
.art-main .cont-tit p {
    background: #fbf5f5;
    border-radius: 8px;
    color: #8a6a6b;
}

.art-main .cont-tit p span {
    color: #8a6a6b;
}

/* 正文图片圆角与阴影 */
.art-main .art-body img {
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* 上一条/下一条做成柔和卡片 */
.art-info {
    background: #fafafa;
    border: 1px solid #eee;
    border-top: 1px solid #eee;
    border-radius: 10px;
    padding: 6px 18px;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.art-info:hover {
    border-color: #e3c9ca;
    box-shadow: 0 6px 18px rgba(158, 20, 22, 0.08);
}

.pnext {
    margin-top: 0;
}

/* =========================================================
   首页稀疏数据保护：栏目数据不足时保持布局稳定
   ========================================================= */

/* 包住内部浮动，避免后续模块绕到新闻卡片右侧 */
.news2,
.work {
    display: flow-root;
    width: 100%;
}

/* 兼容不支持 flow-root 的旧浏览器 */
.news2::after,
.work::after {
    content: "";
    display: block;
    clear: both;
}

/* 后续整行模块始终从新的一行开始 */
.workBg,
.school,
.footer {
    clear: both;
    width: 100%;
}

/* 图片缺失时保留卡片比例，不显示浏览器的破图图标 */
.news2-1-1 .news211 {
    background: #f4f1ee;
}

.news2-1-1 .news211.image-unavailable::after {
    content: "";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 15px;
    letter-spacing: 2px;
}

.news2-1-1 .news211 img.is-broken {
    display: none;
}

/* 中央部署右侧日期：固定区域内纵向居中，避免月日被底边裁切 */
.news2-2 ul li a {
    min-height: 87px;
}

.news2-2 .news221 {
    box-sizing: border-box;
    width: 101px;
    height: 100%;
    padding: 9px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news2-2 .news221 p {
    line-height: 32px;
}

.news2-2 .news221 span {
    display: block;
    line-height: 24px;
}

.news2-2 .line {
    position: absolute;
    left: 100px;
    top: 18px;
    width: 1px;
    height: 51px;
    margin: 0;
    float: none;
}

@media only screen and (max-width: 1024px) {
    .news2-2 ul li a {
        padding-left: 85px;
    }

    .news2-2 .news221 {
        width: 85px;
    }

    .news2-2 .line {
        left: 84px;
    }
}

/* 空栏目不显示提示，仅保留稳定的宽高占位 */
.news2-1.is-empty,
.news2-2.is-empty {
    min-height: 160px;
}

.work1.is-empty,
.work2.is-empty {
    min-height: 138px;
}

.school2-2.is-empty {
    min-height: 160px;
    padding: 0 22px;
}

@media only screen and (max-width: 950px) {
    .news2-1.is-empty,
    .news2-2.is-empty {
        min-height: 100px;
    }
}
