<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.wp {
    max-width: 16.8rem;
    margin: 0 auto;
}

.n_container&gt;div {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pb_sys_style1 .p_no_d{
    border: 1px solid #592BBA !important;
    background-color: #592BBA !important;
}
/**/

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.36rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #1764B0;
    color: #fff;
    border: 1px solid #1764B0;
}

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

.pagination span {
    /* display: inline-block; */
    font-size: 0.14rem;
    margin: 5px 0px 5px 5px!important;
}
.banner img {
    display: block;
    width: 100%;
}

.n_container {
    padding-top: .2rem;
    padding-bottom: 1.5rem;
}

.n_container .aleft {
    float: left;
    position: relative;
    width: 17.71%;
    margin-top: -1.05rem;
    z-index: 6;
    background: #592BBA;
}

.leftNav .nav_tit h2 {
    font-size: .3rem;
    color: #fff;
    line-height: .87rem;
    text-align: center;
    /* background: #0d75c0; */
    margin-left: .15rem;
}

.leftNav .lv1 li h2 {
    position: relative;
    font-size: .2rem;
    color: #000000;
    line-height: .32rem;
    padding: .14rem .3rem;
    padding-left: .66rem;
    transition: .5s;
}

.leftNav .lv1 li h2 i {
    position: absolute;
    right: .15rem;
    top: 0;
    bottom: 0;
    width: .2rem;
    background: url("../images/n_left.png") no-repeat 50%;
    background-size: .15rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    cursor: pointer;
}

.leftNav .lv1 li h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .04rem;
    height: 0;
    background: #592BBA;
    transition: .5s;
}

.leftNav .lv2 {
    padding-left: .66rem;
    display: none;
}

.leftNav .lv2 li {
    font-size: .16rem;
    line-height: .26rem;
    color: #000;
    padding: .1rem;
}

.leftNav .lv1 li.on h2 i,
.leftNav .lv1 li.active h2 i,
.leftNav .lv1 li:hover h2 i {
    opacity: 1;
    visibility: visible;
}

.leftNav .lv1 li.on h2,
.leftNav .lv1 li.active h2,
.leftNav .lv1 li:hover h2 {
    color: #592BBA;
    font-size: .2rem;
    background: #fff;
    font-weight: 600;
}

.leftNav .lv1 li.on h2:before,
.leftNav .lv1 li.active h2:before,
.leftNav .lv1 li:hover h2:before {
    height: 100%;
}

.leftNav .lv2 li:hover {
    color: #21306c;
}

.leftNav .lv1&gt;li {
    margin-bottom: .1rem;
}

.leftNav .lv1 {
    padding: .36rem 0;
    background: #f9f9fb;
    margin-left: .15rem;
}

.leftNav {
    margin-bottom: .2rem;
}

.rightBox {
    float: right;
    width: 78.57%;
    padding-top: .12rem;
}

.ny-tit {
    position: relative;
    margin-bottom: .13rem;
    border-bottom: 1px solid #d3d3d3;
}

.ny-tit h4 {
    position: relative;
    display: inline-block;
    font-size: 0.22rem;
    line-height: 0.48rem;
    color: #000000;
    font-weight: 600;
    padding: 0 .1rem;
}

.ny-tit h4:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.02rem;
    height: 0.04rem;
    background: #592BBA;
}

.position {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.48rem;
}

.position&gt;* {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.16rem;
    color: #999999;
}

.position span {
    margin: 0 .02rem;
    font-family: 微软雅黑;
}

.position a.active {
    /* color: #1764B0; */
}

.n_list li {
    display: block;
    position: relative;
    line-height: 0.6rem;
    font-size: 0.16rem;
    border-bottom: 1px solid #e8e1e1;
    transition: all .5s;
    background-size: auto 0.6rem;
    background-position: right center;
    background-repeat: no-repeat;
}

.n_list .li a {
    display: block;
    font-size: .18rem;
    padding-left: 0.26rem;
    padding-right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_list .li time {
    position: absolute;
    right: 0.1rem;
    top: 0;
    color: #777e6e;
}

.n_list .li:before {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 50%;
    width: 0.05rem;
    height: 0.2rem;
    transform: translateY(-50%);
    background: #592BBA;
}

.n_list .li:hover {
    color: #fff;
    background-color: #592BBA;
    background-size: 100% 100%;
    border: none;
}

.n_list .li:hover:before {
    background: #fff;
}

.n_list .li:hover time {
    color: #fff;
}


/*detail*/

.dtl-tit h4 {
    font-size: .24rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: .18rem;
}

.dtl-tit .dtl-ar {
    font-size: 0;
    text-align: center;
}

.dtl-ar span {
    display: inline-block;
    font-size: .16rem;
    line-height: .3rem;
    color: #999;
    margin: 0 .08rem;
}

.dtl-tit {
    padding-top: .5rem;
    padding-bottom: .07rem;
    border-bottom: 1px solid #dee4eb;
}
.dtl-txt{
    font-size: .18rem!important;
    color: #000000!important;
    font-family:'SourceHanSansCN', "microsoft yahei",'PingFang SC','PingFangMedium'!important;
}
.dtl-txt p {
    font-size: .18rem!important;
    color: #000000!important;
    line-height: 2;
    text-indent: 2em;
    margin-top: .32rem;
    font-family:'SourceHanSansCN', "microsoft yahei",'PingFang SC','PingFangMedium'!important;

}
.dtl-txt span {
    font-size: .18rem!important;
    color: #000000!important;
    font-family:'SourceHanSansCN', "microsoft yahei",'PingFang SC','PingFangMedium'!important;
}

.dtl-txt table{
    text-align:center;
}
.dtl-txt table td{
    padding:0 10px;
    box-sizing:border-box;
}
.dtl-txt table p{
    text-indent:0em;
}
.dtl-txt img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
    height: auto!important;
}
.dtl-txt video {
    display: block !important;
    max-width: 100% !important;
    margin: 0 auto;
    height:auto;
}
.p-page {
    border-top: 1px solid #dee4eb;
    padding-top: 0.3rem;
    margin-top: 0.42rem;
}

.p-page p {
    font-size: 0.18rem;
    line-height: .34rem;
    color: #592BBA;
}

.p-page p a {
    color: #333;
}

.p-page p:hover a {
    color: #592BBA;
}


/*n_listTxt*/

.n_listTxt li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.2rem 0.25rem;
    transition: all .3s;
}

.n_listTxt li .pic {
    position: relative;
    width: 3rem;
    height: 2rem;
    overflow: hidden;
}

.n_listTxt li .txt {
    width: calc(100% - 3.3rem);
}

.n_listTxt li .txt h2 {
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
    display: block;
    white-space: nowrap;
    margin-bottom: 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n_listTxt li .txt p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999;
    height: 0.52rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
}

.n_listTxt li .txt time {
    display: block;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem;
}

.n_listTxt li {
    position: relative;
    border-bottom: 1px dashed #d4d5d8;
}

.n_listTxt li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    right: 100%;
    height: 1px;
    background: #1764B0;
    transition: .5s;
}

.n_listTxt li:hover a {
    background: #592BBA;
}

.n_listTxt li:hover .txt h3 {
    color: #1764B0;
}

.n_listTxt li:hover .txt h2 {
    color: #fff;
}

.n_listTxt li:hover .txt p {
    color: #fff;
}

.n_listTxt li:hover .txt time {
    color: #fff;
}


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #592BBA;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
}

#sub_nav_content ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #1764B0;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}

#sub_nav_content dt i {
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}

#sub_nav_content dt a {
    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {}

#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #1764B0;
}

.pic .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic img:hover,
.bg-mask:hover .cover_img .a {
    transform: scale(1.05);
}


/* 图片列表 */

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;
}

.scale {
    overflow: hidden;
}

a:hover .imged {
    transform: scale(1.1);
}

.xyfg ul {
    margin: 0 -0.18rem;
    flex-wrap: wrap;
}

.xyfg li {
    width: 33.3%;
    padding: 0 0.18rem;
    margin-bottom: 0.4rem;
}

.xyfg li a {
    display: block;
    position: relative;
    z-index: 1;
    padding: .15rem;
}

.xyfg li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #dcdcdc;
    background: #fff;
    z-index: -1;
}

.xyfg li h3 {
    font-size: 0.22rem;
    color: #000;
    line-height: 0.5rem;
    text-align: center;
    height: 50px;
    transition: 0.5s;
    padding-top: .1rem;
}

.xyfg li:hover h3 {
    color: #1764B0;
}

.xyfg li .scale .imged {
    padding-bottom: 70%;
}


/* 现任领导 */

.xrld {
    margin-top: .3rem;
}

.xrld ul {
    justify-content: space-between;
    flex-wrap: wrap;
}

.xrld li {
    width: 48%;
    margin-bottom: .6rem;
}

.xrld li a {
    position: relative;
    align-items: center;
    box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1);
    background: #fff;
}

.xrld li a::after {
    content: "";
    position: absolute;
    background: #0f55a6;
    width: 100%;
    height: 0;
}

.xrld li .scale {
    width: 2.15rem;
}

.xrld li .con {
    width: calc(100% - 2.15rem);
    padding: .3rem .25rem;
}

.xrld li h3 {
    color: #333;
    line-height: 0.32rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #eee;
    transition: 0.5s;
}

.xrld li:hover h3 {
    color: #0f55a6;
}

.xrld li h3::after {
    width: 0.83rem;
    height: 0.03rem;
    background: #0f55a6;
    bottom: -1.5px;
}

.xrld li p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.3rem;
    max-height: 0.9rem;
    margin-top: .2rem;
    transition: 0.5s;
    overflow: hidden;
}

.xrld li .imged {
    padding-bottom: 130%;
}

@media screen and (max-width: 1024px) {
    .xrld li {
        width: 49%;
        margin-bottom: .3rem;
    }
    .xyfg li {
        padding: 0 0.1rem;
        margin-bottom: 0.3rem;
    }
    .xyfg li a::after {
        left: 0;
        right: 0;
    }
    .xyfg li h3 {
        height: 0.4rem;
        line-height: 0.4rem;
    }
    .banner {
        /* margin-top: 0.75rem; */
    }
    .banner .wp {
        padding: 0 !important;
    }
    .leftNav {
        display: none;
    }
    .n_container .aleft {
        float: none;
        margin-top: 0;
        width: 100%;
    }
    .ny-tit h4 {
        font-size: .24rem;
    }
    .rightBox {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    #m_n_nav {
        display: block;
    }
    .n_container {
        padding-top: .2rem;
        padding-bottom: 1.8rem;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .n_list li {
        font-size: .18rem;
    }
    .pagination {
        padding-top: .25rem;
    }
    .dtl-tit {
        padding-top: .25rem;
    }
    .p-page {
        padding-top: .2rem;
        margin-top: .3rem;
    }
}

@media screen and (max-width: 768px) {
        .n_container {
        padding-bottom: 0.8rem; 
    }
    .xrld li {
        width: 100%;
    }
    .xyfg li {
        width: 50%;
    }
    .xyfg li:last-child {
        display: none;
    }
    .position {
        position: static;
    }
    .n_listTxt li .pic {
        width: 100%;
        height: auto;
        padding-top: 69.19%;
    }
    .n_listTxt li .txt {
        width: 100%;
        padding: 0.2rem 0.1rem;
    }
    .n_listTxt li a {
        padding: 0;
    }
    .n_listTxt li {
        margin-bottom: 0.2rem;
    }
    .xrld li .scale {
        width: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .xrld li .con {
        width: calc(100% - 1.6rem);
        padding: .2rem .2rem;
    }
}
.n_list {
    min-height: 404px;
}
</pre></body></html>