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

/* 分页 */
.banner {
    margin-top: 40px;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center 40px;
}

.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: #085ba8;
    color: #fff;
    border: 1px solid #085ba8;
}

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

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

#nymain {

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

.nymain .leftNav {
    float: left;
    width: 290px;
    position: relative;
    margin-right: 55px;
    margin-top: -90px;
}

.nymain .leftNav&gt;h2 {
    line-height: 90px;
    text-align: center;
    color: #fff;
    background: url(../images/ny-dqlm-bj.png) no-repeat;
    font-size: 30px;
    overflow: hidden;
    background-position: right top;
    background-size: cover;
    font-weight: 600;
}

.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: #e4f2ff;
    background-position: center bottom;
    padding: 60px 20px 200px 20px;
}

.nymain .leftNav&gt;ul&gt;li {
    position: relative;
    background: #fff;
    margin-top: 15px;
}

.nymain .leftNav&gt;ul&gt;li:first-child {
    margin-top: 0;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 55px;
    padding-left: 35px;
    border-left: 3px solid #085ba8;
}

.nymain .leftNav&gt;ul&gt;li&gt;span {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
    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;a {
    background: #085ba8;
    border-color: #f26c14;
    color: #fff;
    font-weight: 600;
}

.nymain .leftNav&gt;ul&gt;li.on&gt;span {
    background: url(../images/sub_left_up.png) no-repeat center center;
    /* background-size: 14px 14px; */
}

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

.nymain .leftNav&gt;ul&gt;li.active&gt;span {
    background: url(../images/sub_left_up.png) no-repeat center center;
}

.nymain .leftNav&gt;ul&gt;li.active&gt;a {
    background: #085ba8;
    border-color: #f26c14;
    color: #fff;
    font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {}

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


.nymain .leftNav&gt;ul&gt;li&gt;ul {
    display: none;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 40px;
}

.nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    font-size: 16px;
    line-height: 38px;
    border: none;
    position: relative;
}
.nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a::before{
    content: "&gt;";
    position: absolute;
    left: 20px;
    color: #757575;
    font-size: 14px;
    font-family: 宋体;
    font-weight: 600;
}
.nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover {
    color: #085ba8;
    font-weight: 600;
}
.nymain .leftNav&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover::before{
    color: #085ba8;
}
.ny-right {
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
    padding-top: 25px;
    position:relative;
    z-index:1;
}

.ny-rcom {
    font-size: 24px;
    color: #085ba8;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {}

.position&gt;div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 70px;
    border-bottom: 1px solid #085ba8;
}

.position h3 {
    position: absolute;
    font-size: 34px;
    font-weight: normal;
    color: #333;
    background-position: center top;
    text-align: left;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #085ba8;
}


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

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

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

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

.text-list ul li {
    padding-left: 140px;
    position: relative;
    line-height: 80px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    position: relative;
    left: 0;
    transition: all 0.5s;
}

.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;
    transition: padding 0.3s;

}

.text-list ul li&gt;span {
    position: absolute;
    left: 0;
    color: #666666;
    font-size: 16px;
    width: 117px;
    line-height: 29px;
    border: 1px solid #57a5ed;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}



.text-list ul li:hover a {
    color: #085ba8;
    font-weight: 600;
    padding-right: 35px;
    background: url(../images/right.png) no-repeat;
    background-position: right center;
}

.text-list ul li:hover span {
    color: #fff;
    background: #085ba8;
    border-color: #085ba8;
}

.art-main{
    position:relative;
    z-index:1;
}

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

.art-main .art-tit h4 {
    font-size: 18px;
    line-height: 53px;
    color: #333333;
    text-align: center;
}

.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: 100% !important;
    display: block;
    margin: 0 auto;
    height:auto!important;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-bottom: 20px;
    line-height: 20px;
    background: bottom;
    padding-top: 10px;
    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: 16px;
    line-height: 36px;
    color: #444444;
}

.pnext p a {
    font-size: 16px;
    color: #444444;
}

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

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


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin-top: 10px;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin: 20px 1.5% 0 1.5%;
    border: 1px solid #d5d5d5;
    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;
    background: #085ba8;
}

.img-lists ul li:hover a&gt;div.info p {
    color: #fff;
    font-weight: 600;
}

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

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

.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;
    text-align: center;
    line-height: 40px;
}

.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: #0b6cb8;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #0b6cb8;
}

.dt-list2 li:hover a .dt-text p {
    color: #0b6cb8;
}

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


.zzjg&gt;div {
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
    padding: 20px 0;
    margin: 0 10px;
    margin-top: 40px;
}

.zzjg&gt;div h3 {
    float: left;
    width: 179px;
    height: 48px;
    background-color: #085ba8;
    position: relative;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.zzjg&gt;div h3::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 48px solid #085ba8;
    border-right: 10px solid transparent;
}

.zzjg&gt;div ul {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 40px 0 40px;
}

.zzjg&gt;div ul li {
    float: left;
    width: 33%;
    padding: 10px 0;
}

.zzjg&gt;div ul li a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    background: url(../images/zzjg-jt.png) no-repeat;
    background-position: left center;
    color: #333333;
}




@media screen and (max-width: 1350px) {
    .position h3 {}

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

    .zzjg&gt;div ul {
        padding: 20px;
    }

    .zzjg&gt;div ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        margin-top: 0;
    }

    .banner::after {
        content: none;
    }

    .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: 14px;
    }

    .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 {
        font-size: 24px;
    }

    .text-list ul li {
        font-size: 16px;
        line-height: 60px;
    }

    .img-lists ul li {
        width: 45%;
        margin: 20px 2.2%;
    }

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

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

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

    .nymain .leftNav&gt;ul {
        padding: 10px 10px 150px 10px;
    }

    .zzjg&gt;div ul li {
        width: 50%;
    }
}

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

    .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 .leftNav &gt; ul &gt; li &gt; ul &gt; li &gt; a::before {
        left:-6px;
    }
    .nymain .leftNav&gt;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: 20px;
    }

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

    .ny-right {
        float: none;
        width: auto;
        padding-top: 10px;
        min-height: 250px;
    }

    .position {}

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

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }

    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }

    .nymain .leftNav ul {
        display: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        background: #e4f2ff;
    }

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

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

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

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



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

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

    .zzjg&gt;div ul li {
        padding: 2px 0;
    }
    .zzjg&gt;div{
        padding-bottom: 0;
    }
}

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

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

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

    .text-list ul li span {
        width: 90px;
    }

    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .zzjg&gt;div ul li {
        float: none;
        width: auto;
    }
}

@media screen and (max-width:320px) {
    .text-list ul li {
        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;
    }
}
.td1{height:54px; background: #fff;}
.f_16_{padding-left: 20px;}
.f_16_ font{font-size:16px !important;color: #555 !important; FONT-FAMILY: 微软雅黑 !important;}

/*table layout fix*/
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;
}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);
}
/*table layout fix end*/</pre></body></html>