<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    /* background: #f8f8f8; */
}
.pic {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}
.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
}

/* 分页 */
.banner{
    position: relative;
}
.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: #1650b2;
    color: #fff;
    border: 1px solid #1650b2;
}

.pagination a:hover {
    background: #1650b2;
    color: #fff;
    border: 1px solid #1650b2;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    
    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain {
    position: relative;
}

.nymain .leftNav {
    float: left;
    width: 261px;
    position: relative;
    margin-top: 50px;
    margin-right: 70px;
}

.nymain .leftNav&gt;h2 {
    line-height: 80px;
    color: #fff;
    background: #1650b2;
    font-size: 28px;
    overflow: hidden;
    font-weight: bold;
    padding-left: 40px;
}

.nymain .leftNav&gt;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&gt;ul {
    background: #fff;
    /* box-shadow: 0 0 10px rgba(0,0,0,.1); */
}

.nymain .leftNav&gt;ul&gt;li {
    position: relative;
    border-top: 1px solid #eeeeee;
}
.nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li {
    position: relative;
    border-top: 1px solid #eeeeee;
}
.nymain .leftNav&gt;ul&gt;li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 65px;
    padding-left: 35px;
}

.nymain .leftNav ul li span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 20px;
    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 {
    transform: rotate(90deg);
}

.nymain .leftNav&gt;ul&gt;li.on&gt;a {
    /* background: #faf2f3; */
    color: #1650b2;
    font-weight: normal;
}

.nymain .leftNav&gt;ul&gt;li.activ {
    background: #dadada;
}

.nymain .leftNav&gt;ul&gt;li.active&gt;a {
    color: #1650b2;
    font-weight: normal;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav&gt;ul&gt;li.active {
    border-left: 3px solid #1650b2;
}

.nymain .leftNav&gt;ul&gt;li.active&gt;ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #1650b2;
}

.nymain .leftNav&gt;ul&gt;li&gt;ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    font-size: 16px;
    line-height: 64px;
    border-top: 1px solid #eeeeee;
    padding-left: 60px;
    padding-right: 10px;
    color: #666666;
}
.nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li a {
    font-size: 16px;
    line-height: 64px;
    border-top: 1px solid #eeeeee;
    padding-left: 75px;
    padding-right: 10px;
    color: #666666;
}
.ny-right {
    overflow: hidden;
}
.content{
    background:#ffffff;
    padding: 0px 40px 40px 40px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.ny-rcom {
    font-size: 24px;
    color: #1650b2;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    padding-top: 15px;
}

.position&gt;div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 66px;
    border-bottom: 1px solid #d7d7d7;
}
.positionjg&gt;div{
    border-bottom:0px;
}
.content .position&gt;div{
   border:0px; 
}
.position h3 {
    position: absolute;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    text-align: left;
    bottom: 0;
    left: 0;
}

.position h3::after {
    position: absolute;
    right: -37px;
    bottom: -30px;
    width: 74px;
    height: 74px;

    background-size: 100% 100%;
    z-index: 9;
}

.position span {
    color: #666666;
    font-size: 14px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #0166b3;
}

.text-list ul li {
    padding-left: 15px;
    padding-right: 110px;
    position: relative;
    line-height: 62px;
    border-top: 1px dashed #e5e5e5;
    font-size: 18px;
    position: relative;
    left: 0;
    transition: all 0.5s;

    background-position: left center;
}

.text-list ul li:first-child {
    border-top: none;
}

.text-list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    overflow: hidden;
}

.text-list ul li span {
    position: absolute;
    right: 0;
    color: #666666;
    font-size: 16px;
}



.text-list ul li:hover a {
    color: #1650b2;
}

.text-list ul li:hover span {
    color: #1650b2;
}

/* date_list */
.date_list ul{
    min-height:400px;
}
.date_list li{
    padding: 20px 0;
    border-bottom:1px solid #e5e5e5 ;
}
.date_list li:last-child{
    border-bottom: 0px;
}
.date_list li .datetime{
    float: left;
    width: 70px;
    margin-right: 40px;
}
.date_list li .datetime h3{
    font-size: 24px;
    color: #1650b2;
    text-align: right;
}
.date_list li .datetime span{
    display: block;
    text-align: right;
    font-size: 14px;
    color: #666666;
}
.date_list li a{
    width: calc(100% - 110px);
    float: right;
    font-size: 18px;
    line-height:24px;
    color: #000000;
    height: 48px;
    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;
}

/* ssjg */
.ssjg-list ul li {
    padding-left: 15px;
    padding-right: 110px;
    position: relative;
    line-height: 62px;
    border-top: 1px dashed #e5e5e5;
    font-size: 18px;
    position: relative;
    left: 0;
    transition: all 0.5s;
    background-position: left center;
}

.ssjg-list ul li:first-child {
    border-top: none;
}

.ssjg-list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    overflow: hidden;
}

.ssjg-list ul li em {
    position: absolute;
    right: 0;
    color: #666666;
    font-size: 16px;
}

.ssjg-list ul li span{
    font-size:inherit;
    font-family:inherit;
}

.ssjg-list ul li:hover a {
    color: #1650b2;
}

.ssjg-list ul li:hover span {
    color: #1650b2;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 24px;
    margin-top: 30px;
    font-weight: 600;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: 16px!important;
    line-height: 32px;
    margin-bottom: 10px;
}
.art-main .art-body strong{
    /* font-weight:normal; */
}
.art-main .art-body a{
     color: #1653bb;
     word-break: break-all;
}

.art-main .art-body img {
    max-width: 95% !important;
    display: block;
    margin: 0 auto;
    height: auto!important;
}

.art-main .art-body table td{
  border: 1px solid #a4a4a4!important;
}

.art-main .art-body p a{
  /* color:inherit; */
}
.art-main .art-body table tr:first-child{
  background: #144fb0!important;
  color:#fff;
}
.art-main .art-body table tr:first-child p{
  color:#fff;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px solid #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.rinfo {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
    margin: 0 60px;
}
.art-main .art-body table{
    width: 90%;
}
.art-main .art-body table p {
    text-indent:0em;
    margin-bottom:0px;
    padding: 0 10px;
    box-sizing: border-box;
}

.art-main_jz .art-body table tr:first-child{
  background: inherit!important;
  color:inherit;
}
.art-main_jz .art-body table tr:first-child p{
  color:inherit;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 14px;
    line-height: 36px;
    color: #555555
}

.pnext p a {
    font-size: 14px;
    color: #555555
}

.pnext p:hover {
    color: #1f2c61;
}

.pnext p:hover a {
    color: #1f2c61;
}



.art-main_xw .art-tit h3{   
    font-size: 29px;   
    font-family: "Microsoft YaHei";
}

.art-main_xw .cont-tit p span em{
    margin-right:10px;
}

.art-main_xw .art-body1 p{
    font-size:18px!important;
    font-family: "Microsoft YaHei"!important;
    color: #333!important;
    margin: 8px 0;
    text-align: justify;
}
.art-main_xw .art-body1 span{
    font-size:18px!important;
    font-family: "Microsoft YaHei"!important;
    color: #333!important;
    text-align: justify;
}

.art-main_xw .footinfo{
    font-size:14px;
    text-align:right;
    font-family: "Microsoft YaHei";
    color: #333;
    margin-top: 20px;
}

/* 图片列表 */

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 46%;
    margin: 60px 2% 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 61%;
}

.img-lists ul li a&gt;img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a&gt;div.info {
    padding: 10px;
    font-size: 0;
}

.img-lists ul li a&gt;div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a&gt;div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a&gt;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 {
    overflow: hidden;
}

.dt-list2 li {
    position: relative;
    transition: all 0.5s;
    padding: 40px 0 45px 0;
    border-bottom: 1px dotted #cccccc;
}

.dt-list2 li:hover a .date {
    background: #1650b2;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #1650b2;
}

.dt-list2 li:hover a .dt-text p {
    color: #1650b2;
}

.dt-list2 li a {
    display: block;
    overflow: hidden;
}

.dt-list2 li .date {
    background: #bfbfbf;
    float: left;
    width: 68px;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dt-list2 li .date p {
    font-size: 12px;
    line-height: 24px;
}

.dt-list2 li .date span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.dt-list2 li a&gt;.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a&gt;.dt-text h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-list2 li a&gt;.dt-text p {
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

/* 新闻列表  */

.timg-list ul li {
    margin-top: 40px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
}
.timg-list ul li.last{
    border-bottom: 0px;
}
.timg-list ul li a {
    display: block;
    transition: all 0.3s;
}

.timg-list ul li a h3 {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.timg-list ul li:hover a h3{
    color:#1650b2;
    font-weight:bold;
}
.timg-list ul li a&gt;div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 288px;
    margin-right: 30px;
}

.timg-list ul li a .pic {
    padding-top: 62%;
}



.timg-linfo {
    overflow: hidden;
    padding-top: 25px;
}

.timg-linfo p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    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: 15px 0 0 0;
    /* text-indent: 2em; */
}

.timg-linfo span {
    display: block;
    margin-bottom: 20px;
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    padding-left: 30px;
    background: url(../images/date.png) no-repeat;
    background-position: left center;
}



/* 名师风采 */


.ldtz ul {
    margin-top: 30px;
}

.ldtz ul li {
    float: left;
    width: 48%;
    margin-bottom: 60px;
}

.ldtz ul li:nth-child(2n+1) {
    margin-right: 4%;
}

.ldtz ul li a {
    display: block;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
    overflow: hidden;
    margin: 5px;
    border: 1px solid #eeeeee;
    transition: all 0.3s;
}

.ldtz ul li a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}



.ldtz-pic {
    float: left;
    width: 165px;
    margin-right: 25px;
}

.ldtz-pic .pic {
    padding-top: 143%;
}

.ldtz-info {
    overflow: hidden;
    padding-top: 35px;
}

.ldtz-info h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #333333;
    padding-top: 20px;
    position: relative;
    margin-bottom: 15px;
}

.ldtz-info h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 4px;
    background: #1650b2;
}

.ldtz-info p {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #666666;
}




/*机构*/

.list-jg ul {
    margin-left: -2%;
    margin-right: -2%;
}

.list-jg ul li {
    float: left;
    width: 21%;
    margin: 2%;
    font-size: 16px;
    text-align: center;
}

.list-jg ul li a {
    display: block;
    background: #ffffff;
    border-bottom: 3px solid #1650b2;
    box-sizing: border-box;
    color: #666;
    padding: 0 38px;
    font-size: 0;
    line-height: 70px;
    transition: all 0.5s;
}

.list-jg ul li a span {
    display: inline-block;
    color: #666;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
}

.list-jg ul li:hover a {
    background: #1650b2;
    color: #fff;
}

.list-jg ul li:hover a span {
    color: #fff;
}

/*领导*/
.list-ld ul li {
    padding: 30px 0;
}

.list-ld ul li a {
    display: block;
}

.list-ld ul li h3 {
    font-size: 20px;
    color: #1650b2;
    position: relative;
    padding-left: 14px;
}

.list-ld ul li h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 4px;
    height: 24px;
    background: #1650b2;
}

.list-ld ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
}

.list-ld ul li:hover h3 {
    text-decoration: underline;
}

/*历史*/
.list-ls ul {
    border-left: 1px solid #bfbfbf;
    margin-left: 15px;
    margin-top: 40px;
}

.list-ls ul li h3 {
    font-weight: bold;
}

.list-ls ul li h3::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 50px;
}

.list-ls ul li h3::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: #1650b2;
    border-radius: 50px;
    z-index: 1;
}

.list-ls ul li h3 {
    padding-left: 30px;
}

.list-ls ul li p {
    margin-left: 30px;
}

@media screen and (max-width: 1420px) {
    .position h3 {
        /* left: 10px; */
    }

    .dt-list2 li a&gt;.dt-text h3 {
        font-size: 20px;
    }

    .nymain::before {
        display: none;
    }

    .nymain .leftNav&gt;h2 {
        padding-left: 20px;
    }

    .nymain .leftNav ul li a {
        padding-left: 30px;

    }

    .nymain .leftNav {
        margin-right: 50px;
    }

    .ldtz-pic {
        width: 140px;
        margin-right: 15px;
    }

    .ldtz-info {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .ldtz-info p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1140px) {
    .list-jg ul li a {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .nymain .leftNav&gt;h2 {
        line-height: 60px;
        font-size: 20px;
    }

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
        /* margin-top: -60px; */
    }

    .nymain .leftNav ul li a {
        font-size: 18px;
        padding-left: 20px;
    }

    .nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        padding-left: 40px;
    }

    .nymain .leftNav ul li.active a {}

    .nymain .leftNav ul li:hover a {}

    .position {}

    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }

    .position h3 {
        left: 10px;
        height: 70px;
        line-height: 70px;
        width: 185px;
    }

    .text-list ul li {
        font-size: 16px;
    }
    
    .ssjg-list ul li {
        font-size: 16px;
    }

    .img-lists ul li {
        width: 48%;
        margin: 20px 1%;
    }

    .img-lists ul li a&gt;img {
        height: 209px;
    }

    .img-lists ul li a&gt;div.info p {
        font-size: 14px;
    }

    .img-lists ul li a&gt;div.info img {
        height: 12px;
    }

    .img-lists ul li a&gt;div.info span {
        font-size: 12px;
    }

    .dt-list2 li {
        padding: 25px 0;
    }

    .timg-list ul li a h3 {
        font-size: 16px;
    }

    .timg-list-img {
        width: 260px;
    }

    .timg-linfo {
        padding-top: 10px;
    }

    .ldtz-pic {
        float: none;
        margin: 0 auto;
    }

    .ldtz-info {
        padding: 0 20px;
        padding-bottom: 15px;
        margin-top: 20px;
        text-align: center;
    }

    .ldtz-info h3::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .ldtz ul li a {
        padding-top: 15px;
    }

    .list-jg ul li {
        width: 46%;
    }
    .list-jg ul li a span{
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .banner::after{
        content: none;
    }
    .nymain .leftNav&gt;h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        background: #1650b2;
    }

    .nymain .leftNav&gt;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 {
        padding: 0 0 10px 0;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .nymain .leftNav&gt;p {
        font-size: 18px;
        padding: 10px 0;
    }

    .ny-right {
        float: none;
        width: auto;
    }

    .position {
        padding: 16px 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .position&gt;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;
    }

    .nymain .leftNav ul li a {
        line-height: 55px;
        padding-left: 20px;
    }

    .nymain .leftNav&gt;ul&gt;li&gt;span {
        top: 13px;
    }

    .text-list ul li {
        line-height: 46px;
        font-size: 14px;
        padding-right: 100px;
    }
    .ssjg-list ul li {
        line-height: 46px;
        font-size: 14px;
        padding-right: 100px;
    }
    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0;
    }

    .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;
    }

    .zzjg_text li {
        width: 50%;
    }

    .img-lists ul li {
        margin: 10px 1%;
    }

    .img-lists ul li a&gt;img {
        height: 191px;
    }

    .img-lists ul li a&gt;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&gt;h2 img {
        height: 20px;
    }

    .text-list ul li span {
        font-size: 14px;
    }

    .ssjg-list ul li span {
        font-size: 14px;
    }

    .position a {
        margin: 0 2px;
    }

    .dt-list2 li a&gt;.dt-text h3 {
        font-size: 18px;
    }

    .dt-list2 li a&gt;.dt-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
    }

    .dt-list2 li a&gt;.dt-text {
        padding-left: 10px;
    }

    .dt-list2 li .date {
        width: 60px;
    }

    .dt-list2 li .date span {
        font-size: 24px;
    }

    .dt-list2 li .date {
        padding: 4px 0;
    }

    .dt-list2 li {
        padding: 15px 0;
    }

    .nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        font-size: 14px;
        line-height: 45px;
    }

    .art-main .art-body {
        padding-top: 0;
    }

    .timg-list-img {
        width: 220px;
        margin-right: 20px;
    }

    .timg-linfo span {
        margin-top: 10px;
    }

    .timg-linfo p {
        margin-top: 10px;
    }

    .timg-list ul li {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .list-ld ul li{
        padding: 15px 0;
    }
    .list-ld ul li h3{
        font-size: 18px;
    }
    .list-ld ul li p{
        font-size: 14px;
        margin-top: 10px;
    }
    .list-ls ul li{
        padding: 15px 0;
    }
    .list-ls ul li h3{
        font-size: 18px;
    }
    .list-ls ul li p{
        font-size: 14px;
        margin-top: 10px;
    }
    .list-ls ul{
        margin-top: 0;
    }
}

@media screen and (max-width:480px) {
    .img-lists ul li a&gt;img {
        height: 100px;
    }

    .text-list ul li {
        padding-left: 15px;
    }

    .ssjg-list ul li {
        padding-left: 15px;
    }

    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }

    .text-list ul li span {
        width: 80px
    }
    .ssjg-list ul li span {
        width: 80px
    }
    .date_list li a{
        font-size: 14px;
    }
    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .timg-linfo {
        padding-top: 0;
    }

    .ldtz ul li {
        float: none;
        width: auto;
    }

    .ldtz ul li:nth-child(2n+1) {
        margin-right: 0;
    }

    .ldtz-pic {
        float: left;
    }

    .ldtz ul li {
        margin-bottom: 30px;
    }

    .ldtz ul li a {
        padding: 0;
    }

    .ldtz-pic {
        width: 120px;
    }

    .ldtz-info {
        text-align: left;
    }

    .ldtz-info h3::before {
        left: 0;
        transform: translateX(0);
    }

    .ldtz-info h3 {
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .ldtz ul li a {
        margin: 0;
    }
}

@media screen and (max-width:320px) {
    .text-list ul li {
        line-height: 40px;
        font-size: 12px;
    }
    .ssjg-list ul li {
        line-height: 40px;
        font-size: 12px;
    }

    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }@charset "utf-8";

    body {
        background: #fafafa;
    }
    
    .banner::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: center top;
    }
    
    /* 分页 */
    .banner{
        position: relative;
    }
    .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: #1650b2;
        color: #fff;
        border: 1px solid #1650b2;
    }
    
    .pagination a:hover {
        background: #1650b2;
        color: #fff;
        border: 1px solid #1650b2;
    }
    
    .pagination span {
        display: inline-block;
        font-size: 14px;
    }
    
    #nymain {

        background-size: 1920px auto;
        background-position: center bottom;
    }
    
    .nymain {
        position: relative;
    }
    
    .nymain .leftNav {
        float: left;
        width: 261px;
        position: relative;
        margin-right: 70px;
        margin-top: -114px;
    }
    
    .nymain .leftNav&gt;h2 {
        line-height: 114px;
        color: #fff;

        font-size: 28px;
        overflow: hidden;
        font-weight: bold;
        padding-left: 40px;
    }
    
    .nymain .leftNav&gt;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&gt;ul {
        background: #fff;
        /* box-shadow: 0 0 10px rgba(0,0,0,.1); */
    }
    
    .nymain .leftNav&gt;ul&gt;li {
        position: relative;
        border-top: 1px solid #eeeeee;
    }
    
    .nymain .leftNav&gt;ul&gt;li:first-child {
        border-top: none;
    }
    
    .nymain .leftNav ul li a {
        display: block;
        font-size: 20px;
        color: #333333;
        line-height: 65px;
        padding-left: 45px;
    }
    
    .nymain .leftNav&gt;ul&gt;li&gt;span {
        position: absolute;
        width: 25px;
        height: 25px;
        right: 10px;
        top: 20px;
        line-height: 50px;
        background: url(../images/sub_left_down.png) no-repeat center center;
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .nymain .leftNav&gt;ul&gt;li.on&gt;span {
        transform: rotate(90deg);
    }
    
    .nymain .leftNav&gt;ul&gt;li.on&gt;a {
        background: #faf2f3;
        color: #1650b2;
        font-weight: 600;
    }
    
    .nymain .leftNav&gt;ul&gt;li.activ {
        background: #dadada;
    }
    
    .nymain .leftNav&gt;ul&gt;li.active&gt;a {
        color: #1650b2;
        font-weight: 600;
    }
    
    .nymain .leftNav ul li:hover {}
    
    .nymain .leftNav ul li.active {
        border-left: 3px solid #1650b2;
    }
    
    .nymain .leftNav ul li.active ul {
        display: block;
    }
    
    .nymain .leftNav ul li a:hover {
        background-position: 31px center;
        color: #1650b2;
    }
    
    .nymain .leftNav&gt;ul&gt;li&gt;ul {
        display: none;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    
    .nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        font-size: 16px;
        line-height: 64px;
        border-top: 1px solid #eeeeee;
        padding-left: 65px;
        color: #666666;
    }
    
    .ny-right {
        overflow: hidden;
    }
    
    .ny-rcom {
        font-size: 24px;
        color: #1650b2;
        margin-bottom: 15px;
        font-weight: normal;
    }
    
    .position {
        padding-top: 15px;
    }
    
    .position&gt;div {
        position: relative;
        text-align: right;
        font-size: 0;
        line-height: 66px;
        border-bottom: 1px solid #d7d7d7;
    }
    
    .position h3 {
        position: absolute;
        font-size: 24px;
        font-weight: normal;
        color: #333333;
        text-align: left;
        bottom: 0;
        left: 0;
        border-bottom: 4px solid #1650b2;
    }
    
    .position h3::after {
        position: absolute;
        right: -37px;
        bottom: -30px;
        width: 74px;
        height: 74px;

        background-size: 100% 100%;
        z-index: 9;
    }
    
    .position span {
        color: #666666;
        font-size: 14px;
        vertical-align: middle;
    }
    
    .position img {
        height: 16px;
        vertical-align: middle;
        margin-right: 5px;
    }
    
    .position a {
        font-size: 14px;
        color: #666666;
        margin: 0 5px;
        vertical-align: middle;
    }
    
    .position a:hover {
        color: #0166b3;
    }
    
    .text-list ul li {
        padding-left: 15px;
        padding-right: 110px;
        position: relative;
        line-height: 62px;
        border-top: 1px dashed #e5e5e5;
        font-size: 18px;
        position: relative;
        left: 0;
        transition: all 0.5s;
       
        background-position: left center;
    }
    
    .text-list ul li:first-child {
        border-top: none;
    }
    
    .text-list ul li a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333333;
        overflow: hidden;
    }
    
    .text-list ul li span {
        position: absolute;
        right: 0;
        color: #666666;
        font-size: 16px;
    }
    
    
    
    .text-list ul li:hover a {
        color: #1650b2;
    }
    
    .text-list ul li:hover span {
        color: #1650b2;
    }
    
    .art-main .art-tit h3 {
        text-align: center;
        color: #1650b2;
        font-weight: normal;
        font-size: 24px;
        margin-top: 30px;
        font-weight: 600;
    }
    
    .art-main .art-body {
        padding-top: 30px;
    }
    
    .art-main .art-body p {
        color: #333333;
        text-indent: 2em;
        font-size: 16px;
        line-height: 32px;
        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: 20px;
        padding-bottom: 20px;
        line-height: 20px;
        background: bottom;
        border-bottom: 1px solid #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: #888;
        margin: 0 10px;
    }
    
    .art-info {
        border-top: 1px dashed #eaeaea;
        margin-top: 25px;
    }
    
    .pnext {
        margin-top: 25px;
    }
    
    .pnext p {
        text-indent: initial;
        font-size: 14px;
        line-height: 36px;
        color: #555555
    }
    
    .pnext p a {
        font-size: 14px;
        color: #555555
    }
    
    .pnext p:hover {
        color: #1f2c61;
    }
    
    .pnext p:hover a {
        color: #1f2c61;
    }
    
    
    /* 图片列表 */
    
    .img-lists ul {
        overflow: hidden;
    }
    
    .img-lists ul li {
        float: left;
        width: 46%;
        margin: 60px 2% 0 2%;
        border: 1px solid #eee;
        transition: all 0.3s;
        position: relative;
        top: 0;
    }
    
    .img-lists ul li:hover {
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
        top: -10px;
    }
    
    .img-lists ul li a {
        display: block;
        width: 100%;
    }
    
    .img-lists ul li a .pic {
        padding-top: 61%;
    }
    
    .img-lists ul li a&gt;img {
        display: block;
        width: 100%;
        height: 196px;
    }
    
    .img-lists ul li a&gt;div.info {
        padding: 10px;
        font-size: 0;
    }
    
    .img-lists ul li a&gt;div.info p {
        color: #333;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
    }
    
    .img-lists ul li a&gt;div.info img {
        height: 14px;
        vertical-align: middle;
    }
    
    .img-lists ul li a&gt;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 {
        overflow: hidden;
    }
    
    .dt-list2 li {
        position: relative;
        transition: all 0.5s;
        padding: 40px 0 45px 0;
        border-bottom: 1px dotted #cccccc;
    }
    
    .dt-list2 li:hover a .date {
        background: #c30600;
    }
    
    .dt-list2 li:hover a .dt-text h3 {
        color: #c30600;
    }
    
    .dt-list2 li:hover a .dt-text p {
        color: #c30600;
    }
    
    .dt-list2 li a {
        display: block;
        overflow: hidden;
    }
    
    .dt-list2 li .date {
        background: #bfbfbf;
        float: left;
        width: 68px;
        text-align: center;
        color: #fff;
        padding: 7px 0;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .dt-list2 li .date p {
        font-size: 12px;
        line-height: 24px;
    }
    
    .dt-list2 li .date span {
        display: block;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: 600;
    }
    
    .dt-list2 li a&gt;.dt-text {
        overflow: hidden;
        padding: 0 0 0 20px;
    }
    
    .dt-list2 li a&gt;.dt-text h3 {
        font-size: 24px;
        line-height: 34px;
        color: #333;
        overflow: hidden;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .dt-list2 li a&gt;.dt-text p {
        overflow: hidden;
        color: #666666;
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }
    
    /* 新闻列表  */
    
    .timg-list ul li {
        margin-top: 35px;
    }
    
    .timg-list ul li a {
        display: block;
        transition: all 0.3s;
    }
    
    .timg-list ul li a h3 {
        font-size: 18px;
        color: #333333;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .timg-list ul li a&gt;div {
        overflow: hidden;
    }
    
    .timg-list-img {
        float: left;
        width: 350px;
        margin-right: 30px;
    }
    
    .timg-list ul li a .pic {
        padding-top: 62%;
    }
    
    .timg-list ul li a:hover h3 {
        color: #ba2a17;
    }
    
    .timg-list ul li a:hover span {
        background: #ba2a17;
        border-color: #ba2a17;
        color: #fff;
    }
    
    .timg-linfo {
        overflow: hidden;
        padding-top: 35px;
    }
    
    .timg-linfo p {
        font-size: 14px;
        line-height: 24px;
        color: #999999;
        height: 48px;
        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: 15px 0 0 0;
        text-indent: 2em;
    }
    
    .timg-linfo span {
        display: block;
        margin-top: 20px;
        line-height: 24px;
        color: #970707;
        font-size: 16px;
        padding-left: 30px;

        background-position: left center;
    }
    
    .timg-list ul li a:hover {
        background: #970707;
        padding: 20px;
    }
    
    .timg-list ul li a:hover h3 {
        color: #fff;
    }
    
    .timg-list ul li a:hover span {
        color: #fff;

        background-position: left center;
    }
    
    .timg-list ul li a:hover p {
        color: #fff;
    }
    
    /* 名师风采 */
    
    
    .ldtz ul {
        margin-top: 30px;
    }
    
    .ldtz ul li {
        float: left;
        width: 48%;
        margin-bottom: 60px;
    }
    
    .ldtz ul li:nth-child(2n+1) {
        margin-right: 4%;
    }
    
    .ldtz ul li a {
        display: block;
        /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
        overflow: hidden;
        margin: 5px;
        border: 1px solid #eeeeee;
        transition: all 0.3s;
    }
    
    .ldtz ul li a:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    
    
    
    .ldtz-pic {
        float: left;
        width: 165px;
        margin-right: 25px;
    }
    
    .ldtz-pic .pic {
        padding-top: 143%;
    }
    
    .ldtz-info {
        overflow: hidden;
        padding-top: 35px;
    }
    
    .ldtz-info h3 {
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        color: #333333;
        padding-top: 20px;
        position: relative;
        margin-bottom: 15px;
    }
    
    .ldtz-info h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 4px;
        background: #c30600;
    }
    
    .ldtz-info p {
        font-size: 16px;
        line-height: 30px;
        overflow: hidden;
        color: #666666;
    }
    
    
    
    
    /*机构*/
    
    .list-jg ul {
        margin-left: -2%;
        margin-right: -2%;
    }
    
    .list-jg ul li {
        float: left;
        width: 21%;
        margin: 2%;
        font-size: 16px;
        text-align: center;
    }
    
    .list-jg ul li a {
        display: block;
        background: #faf4f4;
        border-bottom: 3px solid #94070a;
        box-sizing: border-box;
        color: #666;
        padding: 0 38px;
        font-size: 0;
        line-height: 80px;
        transition: all 0.5s;
    }
    
    .list-jg ul li a span {
        display: inline-block;
        color: #666;
        vertical-align: middle;
        font-size: 16px;
        line-height: 24px;
    }
    
    .list-jg ul li:hover a {
        background: #94070A;
        color: #fff;
    }
    
    .list-jg ul li:hover a span {
        color: #fff;
    }
    
    /*领导*/
    .list-ld ul li {
        padding: 30px 0;
    }
    
    .list-ld ul li a {
        display: block;
    }
    
    .list-ld ul li h3 {
        font-size: 20px;
        color: #94070a;
        position: relative;
        padding-left: 14px;
    }
    
    .list-ld ul li h3::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -12px;
        width: 4px;
        height: 24px;
        background: #94070A;
    }
    
    .list-ld ul li p {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-top: 20px;
    }
    
    .list-ld ul li:hover h3 {
        text-decoration: underline;
    }
    
    /*历史*/
    .list-ls ul {
        border-left: 1px solid #bfbfbf;
        margin-left: 15px;
        margin-top: 40px;
    }
    
    .list-ls ul li h3 {
        font-weight: bold;
    }
    
    .list-ls ul li h3::before {
        content: "";
        position: absolute;
        left: -14px;
        top: 50%;
        margin-top: -13px;
        width: 26px;
        height: 26px;
        background: #fff;
        border: 1px solid #dcdcdc;
        box-sizing: border-box;
        border-radius: 50px;
    }
    
    .list-ls ul li h3::after {
        content: "";
        position: absolute;
        left: -7px;
        top: 50%;
        margin-top: -6px;
        width: 12px;
        height: 12px;
        background: #94070a;
        border-radius: 50px;
        z-index: 1;
    }
    
    .list-ls ul li h3 {
        padding-left: 30px;
    }
    
    .list-ls ul li p {
        margin-left: 30px;
    }
    
    @media screen and (max-width: 1420px) {
        .position h3 {
            left: 10px;
        }
    
        .dt-list2 li a&gt;.dt-text h3 {
            font-size: 20px;
        }
    
        .nymain::before {
            display: none;
        }
    
        .nymain .leftNav&gt;h2 {
            padding-left: 20px;
        }
    
        .nymain .leftNav ul li a {
            padding-left: 30px;
    
        }
    
        .nymain .leftNav {
            margin-right: 50px;
        }
    
        .ldtz-pic {
            width: 140px;
            margin-right: 15px;
        }
    
        .ldtz-info {
            padding-top: 20px;
        }
    }
    
    @media screen and (max-width: 1200px) {
        .ldtz-info p {
            font-size: 14px;
        }
    }
    
    @media screen and (max-width: 1140px) {
        .list-jg ul li a {
            padding: 0 20px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .nymain .leftNav&gt;h2 {
            line-height: 60px;
            font-size: 20px;
        }
    
        .nymain .leftNav {
            margin-right: 30px;
            width: 220px;
        }
    
        .nymain .leftNav ul li a {
            font-size: 18px;
            padding-left: 20px;
        }
    
        .nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
            padding-left: 40px;
        }
    
        .nymain .leftNav ul li.active a {}
    
        .nymain .leftNav ul li:hover a {}
    
        .position {}
    
        .position span {
            font-size: 14px;
        }
    
        .position a {
            font-size: 14px;
        }
    
        .position h3 {
            left: 10px;
            height: 70px;
            line-height: 70px;
            width: 185px;
        }
    
        .text-list ul li {
            font-size: 16px;
        }
    
        .img-lists ul li {
            width: 48%;
            margin: 20px 1%;
        }
    
        .img-lists ul li a&gt;img {
            height: 209px;
        }
    
        .img-lists ul li a&gt;div.info p {
            font-size: 14px;
        }
    
        .img-lists ul li a&gt;div.info img {
            height: 12px;
        }
    
        .img-lists ul li a&gt;div.info span {
            font-size: 12px;
        }
    
        .dt-list2 li {
            padding: 25px 0;
        }
    
        .timg-list ul li a h3 {
            font-size: 16px;
        }
    
        .timg-list-img {
            width: 260px;
        }
    
        .timg-linfo {
            padding-top: 10px;
        }
    
        .ldtz-pic {
            float: none;
            margin: 0 auto;
        }
    
        .ldtz-info {
            padding: 0 20px;
            padding-bottom: 15px;
            margin-top: 20px;
            text-align: center;
        }
    
        .ldtz-info h3::before {
            left: 50%;
            transform: translateX(-50%);
        }
    
        .ldtz ul li a {
            padding-top: 15px;
        }
    
        .list-jg ul li {
            width: 46%;
        }
        .list-jg ul li a span{
            font-size: 14px;
        }
    }
    
    @media screen and (max-width:768px) {
        .banner::after{
            content: none;
        }
        .nymain .leftNav&gt;h2 {
            line-height: 40px;
            font-size: 16px;
            text-align: left;
            padding-left: 15px;
            font-weight: 600;
        }
    
        .nymain .leftNav&gt;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 {
            padding: 0 0 10px 0;
        }
    
        .nymain .leftNav {
            float: none;
            width: auto;
            top: 0;
            margin-right: 0;
            margin-top: 15px;
        }
    
        .nymain .leftNav&gt;p {
            font-size: 18px;
            padding: 10px 0;
        }
    
        .ny-right {
            float: none;
            width: auto;
        }
    
        .position {
            padding: 16px 0;
            margin-top: 0;
            margin-bottom: 0;
        }
    
        .position&gt;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;
        }
    
        .nymain .leftNav ul li a {
            line-height: 55px;
            padding-left: 20px;
        }
    
        .nymain .leftNav&gt;ul&gt;li&gt;span {
            top: 13px;
        }
    
        .text-list ul li {
            line-height: 46px;
            font-size: 14px;
            padding-right: 100px;
        }
        .date_list{
            padding: 0px 10px;
        }
    
        .art-main .art-tit h3 {
            font-size: 16px;
            line-height: 30px;
            margin-top: 0;
        }
    
        .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;
        }
    
        .zzjg_text li {
            width: 50%;
        }
    
        .img-lists ul li {
            margin: 10px 1%;
        }
    
        .img-lists ul li a&gt;img {
            height: 191px;
        }
    
        .img-lists ul li a&gt;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&gt;h2 img {
            height: 20px;
        }
    
        .text-list ul li span {
            font-size: 14px;
        }
    
        .position a {
            margin: 0 2px;
        }
    
        .dt-list2 li a&gt;.dt-text h3 {
            font-size: 18px;
        }
    
        .dt-list2 li a&gt;.dt-text p {
            font-size: 14px;
            line-height: 24px;
            margin-top: 0;
        }
    
        .dt-list2 li a&gt;.dt-text {
            padding-left: 10px;
        }
    
        .dt-list2 li .date {
            width: 60px;
        }
    
        .dt-list2 li .date span {
            font-size: 24px;
        }
    
        .dt-list2 li .date {
            padding: 4px 0;
        }
    
        .dt-list2 li {
            padding: 15px 0;
        }
    
        .nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
            font-size: 14px;
            line-height: 45px;
        }
    
        .art-main .art-body {
            padding-top: 0;
        }
    
        .timg-list-img {
            width: 220px;
            margin-right: 20px;
        }
    
        .timg-linfo span {
            margin-top: 10px;
        }
    
        .timg-linfo p {
            margin-top: 10px;
        }
    
        .timg-list ul li {
            margin-top: 0;
            margin-bottom: 20px;
        }
    
        .list-ld ul li{
            padding: 15px 0;
        }
        .list-ld ul li h3{
            font-size: 18px;
        }
        .list-ld ul li p{
            font-size: 14px;
            margin-top: 10px;
        }
        .list-ls ul li{
            padding: 15px 0;
        }
        .list-ls ul li h3{
            font-size: 18px;
        }
        .list-ls ul li p{
            font-size: 14px;
            margin-top: 10px;
        }
        .list-ls ul{
            margin-top: 0;
        }
    }
    
    @media screen and (max-width:480px) {
        .img-lists ul li a&gt;img {
            height: 100px;
        }
    
        .text-list ul li {
            padding-left: 15px;
        }
    
        .art-main .cont-tit p .liulan {
            margin-left: 15px;
        }
    
        .text-list ul li span {
            width: 80px
        }
    
        .img-lists2 ul li {
            width: 47%;
            margin-left: 1.5%;
            margin-right: 1.5%;
        }
    
        .timg-list-img {
            float: none;
            width: auto;
            margin-right: 0;
            margin-bottom: 10px;
        }
    
        .timg-linfo {
            padding-top: 0;
        }
    
        .ldtz ul li {
            float: none;
            width: auto;
        }
    
        .ldtz ul li:nth-child(2n+1) {
            margin-right: 0;
        }
    
        .ldtz-pic {
            float: left;
        }
    
        .ldtz ul li {
            margin-bottom: 30px;
        }
    
        .ldtz ul li a {
            padding: 0;
        }
    
        .ldtz-pic {
            width: 120px;
        }
    
        .ldtz-info {
            text-align: left;
        }
    
        .ldtz-info h3::before {
            left: 0;
            transform: translateX(0);
        }
    
        .ldtz-info h3 {
            padding-top: 15px;
            margin-bottom: 10px;
        }
    
        .ldtz ul li a {
            margin: 0;
        }
    }
    
    @media screen and (max-width:320px) {
        .text-list ul li {
            line-height: 40px;
            font-size: 12px;
        }
    
        .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&gt;img {
            height: 84px;
        }
    }
    .art-main .art-body p {
        font-size: 12px;
        line-height: 30px;
    }

    .img-lists ul li a&gt;img {
        height: 84px;
    }
}
.jz_list li{width: 48%;float: left;}
.jz_list li a{
    
display: block;height: auto;width: auto;text-align: left;float: none;padding: 0 20px;}
.jz_list li:nth-child(2n){
    margin-left:4%
}

@media screen and (max-width:768px) {
    .jz_list li{
        float:none;
        width:auto;
        margin-left:0'
    }
    .jz_list li:nth-child(2n){
    margin-left:0
}
}



.share1{}
 .share_btn{float: left;line-height: 33px;font-weight: normal;}
 .share1 .bdsharebuttonbox{font-size: 0;}
 .share1 .bdsharebuttonbox  &gt; a{padding-left: 0;margin: 0 0 0 12px !important;height: 32px;text-indent: 0;width: 32px;line-height: 32px;text-align: center;background: none;font-size: 23px;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;}
 .share1 .bdsharebuttonbox &gt; a.bds_weixin{background:url(../images/wechat.png) no-repeat center ;color:#7dd43c;}
 .share1  .bdsharebuttonbox  &gt; a.bds_tsina{background:url(../images/sina.png) no-repeat center;color:#e83437;}

 .shareBox {width: 260px;background-color: #fff;position: fixed;top: 50%;left: 50%;margin: -150px 0 0 -130px;z-index: 9998;height: 310px;border: 6px solid #8F8F8F;border-radius: 8px;box-shadow: 0 0 7px #aaa;display: none;}
 .shareBox { font-size: 14px;}
 .shareBox .title {   background: #f6f6f6;  font-size: 14px;  font-weight: bold;  padding: 10px 15px !important;}
 .shareClose {   position: absolute;    right: 0;    top: 0; cursor: pointer;font-size: 18px;width: 20px;}
 .sharelist {  position: static;   height: 250px;  overflow-y: auto;padding-left: 17px !important;}
 .sharelist li {    float: left;    width: 130px;     padding: 2px;     margin-left: 6px;     _margin-left: 3px;     height: 28px;     overflow: hidden;     list-style: none;}
 .sharelist li a {     color: #565656;     font: 12px 'å®‹ä½“';     display: block;        text-decoration: none;     border: 1px solid #fff;     line-height: 18px; width: auto;height: auto;text-indent: 0;}
 .weChatBox{width: 280px;height:300px;background-color:#fff;border:solid 1px #d8d8d8;padding:10px;position: fixed;left: 50%;top: 50%;margin:-150px 0 0 -140px;z-index: 9998;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.25);}
 .weChatBox .w-title{font-size: 12px;font-weight: bold;padding:0 0 10px 0;}
 .w-close{width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;position: absolute;right: 0;top: 0;color:#333;cursor: pointer;}
 .qrcode{width: 200px;height: 200px;margin:15px auto;background: #ccc;}
 .w-footer{font-size: 12px;line-height: 1.5;color:#999;}
 #qrodeText{opacity: 0;position: absolute;left: 0;top: 0;z-index: 0;visibility:hidden;}
 .weChatBox{ height: 320px!important;}
 .article-share {
    overflow: hidden;
    margin-top: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    }






</pre></body></html>