@charset "utf-8";
/**
 * [xLarge Screen for PC]
 * >=1200
 */

/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */
@media screen and (max-width: 1620px) {
    .ban2 .slick-prev {
        left: -65px;
    }

    .ban2 .slick-next {
        right: -50px;
    }
}

@media screen and (max-width: 1500px) {
    .ban2 .slick-prev {
        left: 5px;
    }

    .ban2 .slick-next {
        right: 28px;
    }
}

@media screen and (max-width: 1480px) {
    .ban3 .slick-prev {
        left: 20px;
    }

    .ban3 .slick-next {
        right: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .px1400 {
        padding: 0 10px;
    }

    .sec3 {
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 1300px) {
    .s3-left {
        width: 560px;
    }

    .fot-l {
        width: 40%;
    }

    .fot-r {
        /* width: 40%; */
    }

    .nav>ul>li {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .s3-left {
        width: 540px;
    }

    .s1-left {
        width: 640px;
    }

    .nav>ul>li {
        margin-left: 15px;
    }

    .logo img {
        height: 60px;
    }

    .nav>ul>li>a {
        line-height: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .s3-left {
        width: 510px;
    }
}

@media screen and (max-width: 1024px) {
    .sec2-list ul>li .date {
        margin-right: 10px;
    }

    .col_metas .col_title {
        display: inline-block;
        float: left;
        height: 48px;
        padding-left: 10px;
        line-height: 48px;
    }
.col_metas {
    padding-left: left;
    padding: 20px;
}
    #footer {
        background: #125eac
    }


    #footer .inner {
        padding: 30px 0px;
        position: relative;
        background: url(../images/logo_s.png) no-repeat 64% background-size:36%;
    }

    .inner .foot-img {
        float: none;

        margin: 0 auto;
        text-align: center;
        width: 100%;
        display: block;
    }

    .inner .foot-img img {
        display: block;
        margin: 0 auto;
    }

    .inner .foot-left {
        float: left;
        padding: 12px 0px;
        margin-top: 10px
    }

    .inner .foot-right {
        float: right;
        margin-top: 32px
    }

    #header {
        display: none;
    }

    .banner {
        margin-top: 60px;
    }

    .head {
        display: none;
    }

    .wap {
        display: block;
    }

    .top1 {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top1>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .nav {
        display: none;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0b4f96;
        padding: 10px 0;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
        border: none;
    }

    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #0b4f96;
        overflow-y: scroll;
        border-top: 1px solid #fff;
    }

    .m-nav ul {
        padding: 0 15px;
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 100%;
    }

    .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>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;
    }

    /* sec1 */
    /* .slick-dotted.slick-slider {
        margin-bottom: 0px;
    } */

    .top {
        margin-bottom: 15px;
    }

    .top h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .s1-left {
        width: 520px;
    }

    .top a {
        font-size: 14px;
        line-height: 30px;
        padding-right: 28px;
        background-size: 20px;
    }

    .s1-right li p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .s1-right li a {
        padding: 12px 0;
    }

    .s1-right {
        border-top: 3px solid #ae0a29;
    }

    .ban1 .text p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 13px;
        max-height: 20px;
    }

    .ban1 .text {
        bottom: 48px;
        width: 80%;
        padding: 12px 24px 14px 32px;
    }

    /* sec2 */
    .sec2 {
        padding: 20px 0;
    }

    .s1-lb-tit h2 {

        font-size: 22px
    }

    .s1-lb-tit .last {
        margin-left: 20px;
    }

    .s1-lb-tit .on {
        font-size: 26px;
    }

    .sec2-list {
        margin-top: 16px;
    }

    .sec2-list ul>li .date p {
        font-size: 30px;
        line-height: 30px;
    }

    .sec2-list ul>li a {
        padding: 11px 14px 7px 9px;
    }

    .sec2-list ul>li .text {
        padding-bottom: 5px;
    }


    .sec2-list ul>li .text p {
        margin-top: 5px;
    }

    /* sed3 */
    .sec3 {
        margin: 10px 0;
    }

    .sec3 .top {
        margin-bottom: 10px;
    }

    .s3-left {
        width: 424px;
    }

    .s3-right .s3-list h3 {
        margin-bottom: 10px;
    }

    .s3-right .s3-list p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .s3-right .s3-list {
        padding: 10px 10px 14px 10px;
    }

    .s3-right .s3-list span {
        font-size: 12px;
        padding-left: 17px;
        background-size: 12px auto;
    }

    /* sec4 */
    .sec4 {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .ban2 {
        margin: 0 50px;
        margin-top: 20px;
    }

    .ban2 .slick-prev,
    .ban2 .slick-next {
        background-size: 40px auto;
        top: 45%;
    }

    .ban2 .slick-prev {
        left: -50px;
    }

    .ban2 ul li a {
        background-size: 85%;
        padding-right: 28px;
    }

    .ban2 .slick-next {
        right: -50px;
    }

    .ban2 ul li a p {
        width: 100px;
        font-size: 14px;
        line-height: 30px;
        margin-top: 23px;
    }

    /* sec5 */
    .sec5 {
        margin: 20px 0;
    }

    .ban3 p {
        font-size: 18px;
    }

    .ban3 .slick-prev {
        left: -10px;
    }

    .ban3 .slick-next {
        right: -10px;
    }

    .ban3 .slick-prev,
    .ban3 .slick-next {
        background-size: 30px auto;
        width: 30px;
    }

    /* fotter */
    .footer {
        padding-top: 16px;
    }

    .footer .px1400 {
        margin-bottom: 16px;
    }

    .fot-l h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .fot-l span {
        font-size: 12px;
        line-height: 30px;
    }

    .fot-r span {
        font-size: 12px;
        line-height: 30px;
    }

    .test img {
        width: 100%;
    }

    .test {
        /* width: 20%; */
        display: none;
    }

    .fot-l {
        /* margin-left: 20%; */
    }

    .bq p {
        font-size: 14px;
        line-height: 30px;
    }

}

@media screen and (max-width: 990px) {
    .s3-left {
        width: 415px;
    }
}

@media screen and (max-width: 950px) {
    .s3-left {
        width: 400px;
    }
}

@media screen and (max-width: 900px) {
    .s3-left {
        width: 385px;
    }
}

@media screen and (max-width: 890px) {
    .s3-left {
        width: 380px;
    }

    .s1-left {
        width: 430px;
    }

}

@media screen and (max-width: 840px) {
    .s3-left {
        width: 365px;
    }

}

@media screen and (max-width: 833px) {
    .s3-right .s3-list:first-child {
        margin-right: 2%;
    }

}

@media screen and (max-width: 780px) {
    .s3-left {
        width: 355px;
    }

}

@media screen and (max-width: 768px) {
    .top a {
        line-height: 24px;
        padding-right: 20px;
        background-size: 15px;
    }

    .fot-l h2 {
        width: 256px;
        margin: 0 auto;
    }

    .banner .slick-dots {
        bottom: 2%;
    }

    .s3-right {
        margin-top: 10px;
    }

    .s1-right li p {
        margin-bottom: 10px;
    }

    .s1-lb-tit a {
        font-size: 12px;
        padding-right: 22px;
        background-size: 15px;
    }

    .s1-lb-tit a {
        font-size: 14px;
    }

    /* banner */
    .banner .slick-prev,
    .banner .slick-next {
        background-size: 20px auto;
        width: 20px;
        height: 20px;
    }

    .top h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .top {
        margin: 10px 0;
    }

    .s1-left {
        float: none;
        width: auto;
    }

    .ban1 .pic {
        padding-top: 52.2%;
    }

    .ban1 .text {
        position: inherit;
        margin: 0 auto;
        margin-top: -30px;
        z-index: 11;
        bottom: 0;
        padding: 15px;
        width: 95%;
    }


    .s1-right {
        padding-bottom: 20px;
        margin-top: 10px;
    }

    .s1-lb-tit .on {
        font-size: 20px;
    }

    .s1-lb-tit .last {
        margin-left: 12px;
    }

    .s1-lb-tit h2 {
        font-size: 18px;
    }

    .ban1 .text p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .ban1 .text span {
        font-size: 14px;
        line-height: 18px;
        padding-left: 20px;
        background-size: 12px;
    }

    .s1-right li span {
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
        background-size: 12px;
    }

    .sec2-list ul>li .text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .sec2-list ul>li .text h3 {
        font-size: 16px;
        line-height: 20px
    }

    /* sec2 */
    .sec2 {
        padding: 15px 0 24px 0;
    }

    .sec2-list {
        margin-top: 10px;
    }

    .sec2-list ul>li:nth-child(3n+2) {
        margin: 0;
    }

    .sec2-list ul>li:nth-child(odd) {
        margin-right: 3.8%;
    }

    .sec2-list ul>li {
        width: 48%;
    }

    .sec2-list ul>li:nth-child(n+3) {
        margin-top: 15px;
    }

    .sec2-list ul>li .date p {
        font-size: 22px;
        line-height: 24px;
    }

    /* sec3 */
    .s3-left {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s3-right .s3-list:first-child {
        margin-right: 4%;
    }

    .s3-right .s3-list {
        width: 47.8%;
    }

    .s3-right .s3-list .pic {
        margin-bottom: 10px;
    }

    .ban2 ul li a {
        background-size: 85%;
    }

    .ban2 ul li a p {
        width: 100px;
        font-size: 14px;
        line-height: 28px;
        margin-top: 15px;
    }

    .ban3 .slick-prev,
    .ban3 .slick-next {
        background-size: 20px auto;
    }

    /* FOOTER */
    .fot-l {
        width: auto;
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .fot-r {
        width: 230px;
        margin: 0 auto;
        float: none;
    }

    .test {
        width: 100px;
        padding-top: 2%;
    }

    .sp {
        float: right !important;
    }

    .bq p {
        font-size: 12px;
    }

}

@media screen and (max-width: 480px) {

    .banner .slick-prev,
    .banner .slick-next {
        background-size: 10px auto;
        width: 30px;
        height: 30px;
    }

    .banner .slick-prev {
        left: 0;
    }

    .banner .slick-next {
        right: 0;
    }

    /* sec1 */
    .s1-right li a {
        padding: 6px 0;
    }

    .sec2-list ul>li .xq {
        line-height: 20px;
        height: 20px;
    }

    .sec2-list ul>li .xq::after {
        height: 20px;
    }

    .s1-right li {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .s1-right {

        margin-top: 10px;

        padding: 0 8px;

    }

    .ban1 .slick-prev,
    .ban1 .slick-next {
        background-size: 15px auto;
        width: 15px;
    }

    /* sec2 */
    .sec2-list ul>li {
        float: none;
        width: auto;
        margin-right: 0 !important;
        margin-top: 10px !important;
    }

    .sec2-list ul>li a {
        padding: 0;
        padding: 10px;
    }

    /* sec3 */
    .sec3 .top {
        margin-bottom: 10px;
    }

    .s3-right .s3-list {
        width: auto;
        margin-right: 0 !important;
    }

    .s3-l {
        margin-top: 5px;
    }

    /* sec4 */
    .ban2 ul li a {
        background-size: 145px;
        padding-right: 22px;
    }

    .ban2 .slick-next {
        right: -50px;
    }

    /* sec5 */
    /* .ban3 .pic {
        padding-top: 20%;
    } */

    .ban2 ul li a {
        background-size: 64%;
        padding: 5% 5% 0 5%;
    }

    .ban2 .slick-prev,
    .ban2 .slick-next {
        background-size: 30px auto;
        width: 30px;
    }

    /* footer */
    .fot-r {
        /* width: 50%; */
    }

}

@media screen and (max-width: 1144px) {
    .wrapper .inner {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper .inner .mod {
        width: auto;
        padding: 0;
    }

    .nav .wp-menu .menu-item {}

    .nav .wp-menu .menu-item a.menu-link {
        padding: 0 24px;
    }

    .main1 .inner {}

    .main1 .ml {
        width: 33.3%;
    }

    .main1 .mc {
        width: 32%;
        margin-left: 20px;
        padding: 0 10px;
    }

    .main1 .mr {
        width: 30%;
        padding: 0 10px;
    }

    .box-bt {
        padding: 0 10px;
    }

    .main2 .ml {
        width: 426px;
    }

    .main2 .mr {
        width: 502px;
    }

    .post-21 .news_list li.news .news_title,
    .post-22 .news_list li.news .news_title,
    .post-23 .news_list li.news .news_title {
        width: 75%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .post-31 .news_list li.news .news_title {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .post-33 .news_list li.news .news_title {
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .post-22 .news_list li.news .news_text {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .post-32 .news_list li.news .news_title {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    /*links*/
    .botlinks .links-wrap {
        margin: 4px 5px;
    }

    /*banner*/
    .focus .focus-title-bar {}
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
    .wrapper .inner {
        width: 100%;
        margin: 0 auto;
    }
.wp_entry {
    width: 89%;
    margin: 2%;
    line-height: 1.7em;
    font-size: 13px;
    color: #333;
    overflow: hidden;
}
    .navi-aside-toggle,
    .navi-aside-search {
        display: none;
    }

    .main1 .mb {
        float: none;
        width: 100%;
    }

    .box-bt .bt-l {
        float: none;
        width: 100%;
    }

    .box-bt .bt-r {
        float: none;
        width: 100%;
    }

    #header {
        background: #125eac;
    }

    #header .inner .mod {
        background: none;
        height: auto;
    }

    #header .inner {
        padding: 10px 0px;
        height: auto;
        position: relative;
        background: none;
    }

    .header .head-left {
        float: none;
        display: inline-block;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .header .sitelogo {
        float: none;
        margin-top: 0px;
    }

    .header .sitelogo a {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
    }

    .header .sitetitle {
        margin-top: 38px;
        font-size: 28px;
    }

    .header .head-main {
        display: none;
    }

    .header .head-right {
        float: none;
        width: 100%;
        margin-top: 0px;
    }

    .header .head-right .searchbox {
        margin: 5px 0px;
        width: 100%;
    }

    /*导航样式：后台绑定时也可以定义配置*/
    .wp-navi .wp-menu {
        display: none;
    }

    .wp-navi-slide .navi-slide-head {
        display: block;
        padding: 0 10px;
        height: 40px;
    }

    .wp-navi-slide .wp-menu {
        background: #fff;
    }

    .wp-navi-slide .wp-menu .menu-item {
        display: inline-block;
        float: none;
        position: relative;
        z-index: 100;
        width: 100%;
        padding-left: 0px;
        text-align: left;
        border-bottom: 1px solid #eee
    }

    .wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
        display: block;
        width: 38px;
        height: 38px;
        position: absolute;
        right: 6px;
        top: 1px;
        background: url() no-repeat 10px -116px;
    }

    .wp-navi-slide .wp-menu .menu-item a.menu-link {
        display: block;
        padding: 0 20px;
        line-height: 40px;
        color: #343434;
        font-size: 14px;
    }

    .wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
    .wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
    .wp-navi-slide .sub-menu .sub-item.hover>a,
    .wp-navi-slide .sub-menu .sub-item a:hover {
        text-decoration: none;
        color: #000;
        background-color: #eee;
    }

    .wp-navi-slide .sub-menu {
        display: none;
        position: relative;
        left: 0;
        bottom: 0px;
        top: 0px;
        min-width: 0px;
        z-index: 100;
        background: #fff;
        opacity: 0.8;
    }

    .wp-navi-slide .sub-menu .sub-item {
        position: relative;
        white-space: nowrap;
        vertical-align: top;
        border-bottom: 1px solid #eee;
    }

    .wp-navi-slide .sub-menu .sub-item a {
        display: block;
        color: #000;
        height: auto;
        line-height: 40px;
        padding: 0 36px;
        font-size: 14px;
        background: none;
    }

    .wp-navi-slide .sub-menu .sub-item a:hover {
        color: #000;
        background-color: #eee;
        display: block;
    }

    .wp-navi-slide .sub-menu .sub-menu {
        left: 0;
        top: 0;
    }

    .wp-navi-slide .sub-menu .sub-menu .sub-item a {
        padding: 0 52px;
    }

    .mbanner .focus {
        /*display:none;*/
    }

    .mbanner .focus .focus-title-bar {
        /* display:none!important; */
    }

    .main1 .ml {
        float: left;
        width: 48%;
        padding-top: 0px;
    }

    .main1 .mll {
        float: none;
        width: 100%;
        margin-left: 0px;
        min-height: 0px;
    }

    .main1 .mc {
        float: right;
        width: 48%;
        margin-left: 0px;
    }

    .main1 .mr {
        float: none;
        width: 100%;
    }

    .main2 .inner {
        padding: 10px 0;
    }

    .main4 .ml {
        float: none;
        width: 100%;
    }

    .main4 .mr {
        float: none;
        width: 100%;
        padding-top: 0px;
    }


    /*左标题右内容*/
    .post5 {
        background: transparent;
    }

    .post5 .tt {
        float: none;
        width: 100%;
        margin-right: 0px;
        border-bottom: 2px solid #146cc1;
    }

    .post5 .tt .tit {
        float: none;
        margin-top: 0px;
        width: 100%;
    }

    .post5 .tt .tit .title {
        display: inline-block;
        margin-right: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #18267d;
        cursor: pointer;
    }

    .post5 .more_btn {
        display: inline-block;
        right: 0;
        bottom: 0px;
        margin-top: 0px;
        text-align: right;
    }

    .post5 .more_btn a {
        line-height: 45px;
        color: #666;
    }

    .post5 .con {
        padding: 6px 0;
        position: relative;
    }

    .post5 .con .conbox {
        margin-left: 0px;
        padding-left: 0px;
        background: transparent;
    }

    .post-41 .con {
        padding: 8px 0;
    }

    #footer .inner {
        background: none;
    }

    #footer .inner .foot-left {
        float: none;
        padding-left: 0px;
        background: none;
        padding: 0;
    }

    #footer .inner .foot-left p {
        text-align: center;
    }

    #footer .inner .foot-right {
        float: none;
        margin-top: 12px;
    }

    .shares ul {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        float: none;
    }

    /**友情链接**/
    .botlinks .links-wrap {
        float: none;
        display: inline-block;
        margin: 4px 0px;
        width: 100%;
    }

    .botlinks .links-wrap .link-items {
        min-width: 100%;
    }

    /*图列表*/
    .news_tu .news_list li.news {
        width: 33.3%;
    }

    .img-scroll .sudy-scroll {
        width: 100% !important;
    }

    .sudy-scroll {
        margin: 0 auto;
    }

    .sudy-scroll-nav .nav-prev {
        left: 0px;
        background: #67a3e2;
        height: 60px;
        line-height: 60px;
        top: 0px;
        margin-top: 0;
        width: 35px;
        color: #fff;
    }

    .sudy-scroll-nav .nav-next {
        right: 0px;
        background: #67a3e2;
        height: 60px;
        line-height: 60px;
        top: 0px;
        margin-top: 0;
        width: 35px;
        color: #fff;
    }

    .sudy-scroll-wrap {
        left: 30px;
    }

    .img-scroll img {
        width: 170px;
    }

    .img-scroll {
        overflow: hidden;
        padding: 0;

        .img-scroll {
            padding: 25px 0 35px 0;
        }

        ;
    }

    .bt-r .sudy-scroll-wrap {
        left: 0;
    }
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) {
    #header .inner {
        height: auto;
    }

    .header .sitelogo a img {
        max-width: 68%;
        margin: 5px 0px;
    }

    .header .sitelogo a {}

    .header .sitetitle {
        display: block;
        margin-top: 10px;
        font-size: 18px;
    }

    .main1 .ml {
        float: none;
        width: 100%;
    }

    .main1 .mr {
        float: none;
        width: 100%;
    }

    .main4 .inner {
        padding: 10px 0 15px;
    }

    .main4 .mr {
        float: none;
    }

    .post-12 .news_list li.news {
        width: 33.3%;
    }

    .post-41 .news_list li.news {
        width: 50%;
    }

    #footer .inner {
        padding: 17px 0px;
    }

    #footer .inner .foot-left {
        float: none;
    }

    #footer .inner p {
        text-align: center;
    }

    .mbanner .focus-pagination {
        display: none;
    }

    /*栏目图片*/
    .l-banner {
        height: 180px;
    }

    .l-banner img {
        width: 100%;
        height: 100%;
    }

    #l-container .inner,
    #d-container .inner {
        padding: 0px 0px;
    }

    #l-container.wrapper .inner .mod,
    #d-container.wrapper .inner .mod {
        padding: 0;
    }

    .column-switch {
        display: block;
    }

    .col_menu .col_menu_head h3.col_name .col_name_text {
        display: block;
        line-height: 40px;
        padding: 0px 5px 0px 12px;
        font-size: 17px;
    }

    /**栏目名称图标**/
    .col_menu {
        width: 100%;
        float: none;
        margin-right: 0px;
        position: relative;
    }

    .col_menu .col_menu_con {
        display: none;
        border: 0px solid #e4e4e4;
    }

    .col_metas .col_title h2 {
        font-size: 18px;
    }

    /**当前栏目名称**/

    .col_news {
        width: 100%;
        min-height: 0px;
        float: none;
    }

    /**栏目新闻**/
    .col_news .col_news_box {
        margin-left: 10px;
        margin-right: 10px;
    }

    .col_news_con {
        padding: 5px 0px 10px 0px;
        margin: 0 0px;
    }

    .col_news_con .news_list li.news {
        line-height: 24px;
        padding: 4px 0px;
        width: 100%;
        display: flex;
    }

    .col_news_con .news_list li.news span.news_title {
        line-height: 24px;
        margin-right: 0;
        width: 79%;
        display: block;
    }

    /*标题*/
    .col_news_con .news_list li.news span.news_meta {
        margin-left: 0;
        float: right;
        margin-right: 0;
    }

    /*属性*/

    .wp_paging li.pages_count,
    .wp_paging li.page_jump {
        display: none;
    }

    .infobox {
        width: auto;
        padding: 0px;
        margin: 0 10px;
    }

    .col_news_list .wp_entry img,
    .article .entry .read img {
        max-width: 100%;
        height: auto !important;
    }

    /**文章阅读部分图片大小限制**/

    /*图列表*/
    .news_tu .news_list li.news {
        width: 50%;
    }

    /*组织机构*/
    .inss .part_xy .sub-list .sub-item {
        width: 50%;
    }

    .main1 .mc {
        width: auto;
        float: none;
    }

    .box-bt .bt-l .bt-ll,
    .box-bt .bt-l .bt-lr {
        float: none;
        width: auto;
    }
}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
    .site-lang ul li.links a {
        margin: 0px 2px 0px 2px;
    }

    .post-11 .news_list li.news .news_title {
        width: 73%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .post-12 .news_list li.news {
        width: 100%;
    }

    #footer .inner p.copyright span {
        display: block;
    }

    .article h1.arti_title {
        line-height: 28px;
        font-size: 18px;
    }

    .article h2.arti_title {
        line-height: 28px;
        font-size: 16px;
    }

    /*图列表*/
    .news_tu .news_list li.news {
        width: 100%;
    }

    /*组织机构*/
    .inss .part_xy .sub-list .sub-item {
        width: 100%;
    }
}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 319px) {}

@charset "utf-8";

a {
    /* display: inline-block; */
}

#topHead {
    background: rgba(255, 255, 255, .2);
}

#topHead.bg {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.banner img {
    display: block;
    width: 100%;
}



/* 分页 */

.footer {
    margin-top: 30px;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #821418;
    color: #fff;
    border: 1px solid #821418;
}

.pagination a:hover {
    background: #821418;
    color: #fff;
    border: 1px solid #821418;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    background: url() no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain .leftNav {
    float: left;
    width: 250px;
    position: relative;
    margin-right: 55px;
    margin-top: -105px;
}

.nymain .leftNav>h2 {
    line-height: 105px;
    text-align: center;
    color: #fff;
    background: url() no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 30px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.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 {
    background: #9b0d14;
    background-position: center bottom;
    padding-top: 30px;
    padding-bottom: 155px;
    padding-right: 25px;
}

.nymain .leftNav>ul>li {
    position: relative;
    padding-right: 7px;
    overflow: hidden;
    margin-bottom: 15px;
}

.nymain .leftNav>ul>li::after {
    content: "";
    position: absolute;
    right: 0;
    border-left: 22px solid #fefefe;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    top: 0;
    left: 100%;
    margin-left: -7px;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 45px;
    padding-left: 35px;
    background: #fefefe;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 25px;
    top: 15px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>span {
    background: url(../images/sub_left_up.png) no-repeat center center;
    /* background-size: 14px 14px; */
}

.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    background: #821418;
    font-weight: 600;
    color: #fff;
}

.nymain .leftNav>ul>li.active.on>span {
    background: url(../images/sub_left_up3.png) no-repeat center center;
}

.nymain .leftNav>ul>li.active>span {
    background: url(../images/sub_left_down3.png) no-repeat center center;
}

.nymain .leftNav>ul>li.active::after {
    border-left-color: #821418;
}

.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;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 55px;
    padding-top: 15px;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
    line-height: 30px;
    padding-left: 20px;
    background: none;
    color: #fff;
    position: relative;
}

.nymain .leftNav>ul>li>ul>li>a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
}

.ny-right {
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
}

.ny-rcom {
    font-size: 24px;
    color: #821418;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    background: #f2f2f2;
    padding-right: 15px;
    margin-top: 50px;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 42px;
}

.position h3 {
    position: absolute;
    width: 235px;
    padding-left: 35px;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    background: #821418;
  
    background-position: center top;
    text-align: left;
    line-height: 100px;
    bottom: 0;
    left: 0;
}

.position h3::after {
    content: "";
    position: absolute;
    right: -37px;
    bottom: -30px;
    width: 74px;
    height: 74px;
    background: url() no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.position span {
    color: #888888;
    font-size: 16px;
    vertical-align: middle;
}

.position h2 {
    float: left;
    padding-left: 40px;
    position: relative;
    color: #9b0d14;
    font-size: 20px;
    font-weight: 600;
}

.position h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #9b0d14;
    width: 10px;
    height: 4px;
}

.position h2::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #27aeb6;
    width: 10px;
    height: 4px;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #666666;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #0166b3;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #444444;
    font-weight: normal;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.art-main .art-tit h4 {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 30px;
}

.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px dashed #d9d9d9;
}

.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: 14px;
    color: #999999;
    margin: 0 10px;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.pnext p a {
    font-size: 16px;
    color: #555555;
}

.pnext p:hover {
    color: #9b0d14;
}

.pnext p:hover a {
    color: #9b0d14;
}


/* 列表 */

.text-list ul li a {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    transition: all 0.3s;
}

.text-ldata {
    float: left;
    width: 120px;
    margin-right: 30px;
}

.text-ldata img {
    display: block;
}

.text-ldata div {
    margin-left: 30px;
    height: 80px;
    transition: all 0.3s;
}

.text-ldata div p {
    color: #9b0d14;
    font-size: 26px;
    line-height: 28px;
    padding-top: 15px;
}

.text-ldata div span {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}

.text-linfo {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}

.text-linfo h3 {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-linfo p {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 15px;
}

.text-list ul li a:hover {
    background: #ecf3fa;
}

.text-list ul li a:hover .text-ldata img {
    display: none;
}

.text-list ul li a:hover .text-ldata div {
    background: #9b0d14;
    padding-left: 10px;
    margin-top: 10px;
}

.text-list ul li a:hover .text-ldata div p {
    color: #fff;
}

.text-list ul li a:hover .text-ldata div span {
    color: #fff;
}

.text-list ul li a:hover .text-linfo {
    padding-left: 20px;
    border-color: transparent;
}

.text-list ul li a:hover .text-linfo h3 {
    font-weight: 600;
    color: #9b0d14;
    font-size: 18px;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin-top: 10px;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: 35px;
    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: #9b0d14;
    font-weight: 600;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 56%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: 10px 10px 10px 25px;
    font-size: 0;
    background: url() no-repeat;
    background-position: left center;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}


/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%;
}

.img-lists2 ul li a {
    display: block;
}

.img-lists2 ul li a .pic {
    padding-top: 120%;
}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.dt-list2 li {
    float: left;
    width: 48%;
    margin-top: 40px;
}

.dt-list2 li:nth-child(2n+1) {
    margin-right: 4%;
}

.dt-list2 li a {
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    background: #f2f2f2;
    padding: 30px 25px;
    box-shadow: 6px 6px 0 0px #dbe8f7;
    transition: all 0.3s;
}

.dt-list2 li a h3 {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dt-list2 li a h4 {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 28px;
}

.dt-list2 li a div {
    height: 1px;
    background: #cccccc;
    position: relative;
}

.dt-list2 li a div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(-50%);
    background: #27aeb6;
    width: 50px;
    height: 3px;
}

.dt-list2 li a div::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -2px;
    transform: translateY(-50%);
    background: #9b0d14;
    width: 50px;
    height: 3px;
}

.dt-list2 li a p {
    overflow: hidden;
    line-height: 24px;
    margin-top: 25px;
}

.dt-list2 li a p span {
    float: left;
    padding-left: 25px;
    background: url() no-repeat;
    background-position: left center;
    color: #9b0d14;
}

.dt-list2 li a p em {
    float: right;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #9b0d14;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-family: 宋体;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
}

.dt-list2 li a:hover {
    background: #9b0d14;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, .3);
}

.dt-list2 li a:hover h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.dt-list2 li a:hover h4 {
    color: rgba(255, 255, 255, .6);
}

.dt-list2 li a:hover p em {
    background: rgb(128, 40, 40);
}

.dt-list2 li a:hover p span {
    color: #fff;
    background: url() no-repeat;
    background-position: left center;
}

.dt-list2 li a:hover div::before {
    background: #27aeb6;
}

.dt-list2 li a:hover div::after {
    background: #f29b76;
}



/* 名师风采 */

.ldtz ul {
    margin-top: 30px;
}

.ldtz ul li {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.ldtz ul li a {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(199, 207, 228, 0.33);
    overflow: hidden;
    margin: 0 18px;
    padding: 25px;
    transition: all 0.3s;
}

.ldtz ul li a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.ldtz-pic {
    float: left;
    width: 320px;
    /* height: 214px; */
    overflow: hidden;
    margin-right: 40px;
}

.ldtz-pic .pic {
    width: 100%;
    height: 100%;
    padding-top: 66%;
    font-size: 0;
}

.ldtz-pic .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.ldtz-info {
    overflow: hidden;
}

.ldtz-info {
    overflow: hidden;
    padding-top: 30px;
}

.ldtz-info h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    padding-top: 15px;
    position: relative;
}

.ldtz-info h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 4px;
    background: #821418;
}

.ldtz-info p.zc {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
    margin-top: 10px;
}

.ldtz-info p.zy {
    font-size: 14px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    color: #666666;
    margin-top: 10px;
}

.ldtz ul li a:hover {
    background: #f3f5f9;
    color: #fff;
}

.ldtz ul li a:hover:after {
    display: block;
}



/*机构*/
.list-jg {
    margin-top: 50px;
}

.list-jg h3 {
    font-size: 24px;
    color: #000;
    background: url() no-repeat left center;
    padding-left: 40px;
}

.list-jg ul {
    margin-left: -15px;
    margin-right: -15px;
}

.list-jg ul li {
    float: left;
    width: 25%;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
}

.list-jg ul li a {
    display: block;
    background: #f2f4f7;
    box-sizing: border-box;
    color: #666;
    padding: 0 38px;
    margin: 0 15px;
    font-size: 0;
    line-height: 100px;
    border-top: 2px solid #821418;
    transition: all 0.3s;
}

.list-jg ul li a span {
    display: inline-block;
    color: #333;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
}

.list-jg ul li:hover a {
    background: #821418;
    color: #fff;
}

.list-jg ul li:hover a span {
    color: #fff;
}


@media screen and (max-width: 1350px) {
    .position h3 {
        left: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .nymain .leftNav>h2 {
        font-size: 20px;
        line-height: 80px;
    }

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
    }

    .nymain .leftNav ul li a {
        font-size: 14px;
    }

    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }

    .position h3 {
        left: 10px;
        height: 70px;
        line-height: 70px;
        width: 185px;
    }

    .img-lists ul li {
        width: 49%;
        margin-left: 2%;
        margin-top: 20px;
    }

    .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: 14px;
    }

    .img-lists ul li a>div.info img {
        height: 12px;
    }

    .img-lists ul li a>div.info span {
        font-size: 12px;
    }

    .dt-list2 li a {
        padding: 20px 15px;
    }

    .ldtz ul li {
        margin-bottom: 25px;
    }

    .ldtz-pic {
        margin-right: 30px;
        width: 200px;
        /* height: 148px; */
    }

    .ldtz-info h3 {
        font-size: 18px;
        padding-top: 10px;
    }

    .ldtz-info p.zc {
        line-height: 26px;
        margin-top: 5px;
        font-size: 14px;
    }

    .ldtz-info p.zy {
        line-height: 24px;
        margin-top: 5px;
        font-size: 12px;
    }

    .ldtz-info {
        padding-top: 15px;
    }

    .ldtz ul li a {
        padding-top: 15px;
    }

    .list-jg ul li a {
        font-size: 16px;
    }

    .list-jg ul li a {
        font-size: 16px;
    }

    .list-jg ul li a span {
        font-size: 14px;
    }

    .list-jg ul {
        padding: 20px;
    }

    .list-jg ul li {
        width: 33.33%;
    }
}

@media screen and (max-width:768px) {
    .nymain .leftNav>h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        border-radius: 0;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 24px;
        height: 30px;
        margin-top: 5px;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-position: left center;
        margin-right: 10px;
    }

    .nymain .leftNav>h2 span.on {
        background: url(../images/sub_left_up2.png) no-repeat center center;
        background-position: left center;
    }

    .nymain {
        padding: 0 10px 10px 10px;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 10px;
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }

    .ny-right {
        float: none;
        width: auto;
    }

    .position h2 {
        float: none;
        font-size: 16px;
    }

    .position {
        padding: 5px 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .position>div {
        text-align: left;
        line-height: 40px;
    }

    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }

    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 0 3px;
    }

    .nymain .leftNav ul {
        display: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .nymain .leftNav ul li a {
        line-height: 40px;
        padding-left: 10px;
    }

    .nymain .leftNav>ul {
        background: #9b0d14;
    }

    .nymain .leftNav>ul>li>span {
        top: 13px;
    }

    .nymain .leftNav>ul>li::after {
        border-top-width: 20px;
        border-bottom-width: 20px;
    }

    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
    }

    .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;
    }

    .zzjg_text li {
        width: 50%;
    }

    .img-lists ul li a>div.info p {
        font-size: 12px;
    }

    .xbxx {
        padding-top: 0;
    }

    .xbxx ul li a {
        padding: 15px 10px;
    }

    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;
    }

    .xbxx ul li a div span {
        font-size: 12px;
    }

    .xbxx ul li a div img {
        height: 14px;
    }

    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .nymain .leftNav>h2 img {
        height: 20px;
    }

    .position a {
        margin: 0 2px;
        font-size: 12px;
    }

    .position span {
        font-size: 12px;
    }

    .text-ldata {
        width: 75px;
        overflow: hidden;
        margin-right: 15px;
    }

    .text-ldata div {
        margin-left: 0;
    }

    .text-ldata div p {
        font-size: 20px;
    }

    .text-ldata div span {
        font-size: 12px;
    }

    .text-list ul li a:hover .text-linfo {
        padding-left: 5px;
    }

    .text-list ul li a {
        padding-top: 20px;
    }

    .text-linfo {
        padding-bottom: 20px;
    }

    .ldtz ul li a {
        margin: 0 10px;
        padding: 15px;
    }

    .ldtz-pic {
        margin-right: 15px;
    }

    .list-jg h3 {
        padding: 0 20px;
    }

    .list-jg ul {
        padding: 20px 0;
        margin: 0;
    }

    .list-jg ul li {
        width: 50%;
        margin-top: 20px;
    }

    .list-jg ul li a {
        padding: 0 10px;
        margin: 0 5px;
    }
}

@media screen and (max-width:480px) {
    .img-lists ul li a>img {
        height: 100px;
    }

    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }

    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .dt-list2 li {
        width: auto;
        float: none;
    }

    .dt-list2 li:nth-child(2n+1) {
        margin-right: 0;
    }

    .ldtz-pic {
        float: none;
        width: auto;
        margin: 0 auto;
    }

    .ldtz-info h3 {
        font-size: 16px;
    }

    .ldtz-info h3::before {}

    .ldtz-info p.zc {}
}

@media screen and (max-width:320px) {
    .art-main .art-tit h3 {
        /* font-size: 20px; */
        /* font-weight: bold; */
    }

    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }

    .art-main .art-body p {
        font-size: 12px;
        line-height: 30px;
    }

    .img-lists ul li a>img {
        height: 84px;
    }
}