<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨ start*/

.p-content {
    width: 100%;
    min-height: 600px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 15px;
}

.row {
    clear: both;
    overflow: hidden;
}

.m-liststyle ul li {
    line-height: 33px;
    width: 100%;
}

.m-liststyle ul li a {
    padding-left: 14px;
}

.m-liststyle ul li span {
    font-size: 14px;
    color: #999;
    float: right;
}

.m-listleft {
    width: 18%;
    text-align: center;
}

.m-listleft h1 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #327667;
    background: url(../img/page_icon.gif) #d6e4e1 40px 17px no-repeat;
}

.m-listleft-bd {
    width: 99%;
    min-height: 307px;
    border: 1px solid #d6e4e1;
    border-top: none;
    text-align: center;
    padding-top: 10px;
}

.m-listleft-bd ul li {}

.m-listleft-bd a {
    display: block;
    font-size: 16px;
    color: #acacac;
    background-image: url(../img/column.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    width: 188px;
    text-indent: 7px;
    height: 31px;
    line-height: 31px;
    margin: 10px auto;
}

.m-listleft-bd a.listactive,
.m-listleft-bd a:hover {
    color: #327667;
    background-image: url(../img/columnact.jpg);
    background-position: 0px;
    font-weight: bold;
    text-indent: 0px;
}

.m-listright,
.mainBox {
    width: 81%;
    min-height: 851px;
}

.m-listbd {
    padding-top: 20px;
    min-height: 830px;
    border: 1px solid #eeeeee;
}

.m-listbd ul {
    min-height: 700px;
}

.m-listbd ul li {
    line-height: 36px;
    padding: 0 10px;
    text-align: left;
    margin: 7px 0;
}

.m-listbd ul li a {
    padding-left: 14px;
    font: 16px/1.5 "Microsoft YaHei";
    line-height: 36px;
}

.m-listbd ul li span {
    font-size: 16px;
    float: right;
}

.m-listbd ul li .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    margin-left: 5px;
    border-top: 4px solid transparent;
    border-left: 8px solid #858484;
    border-bottom: 4px solid transparent;
    float: none;
}

.page-list {
    padding: 5px;
    position: relative;
}

.page-list .pagination {
    float: left;
    display: inline-block;
}

.page-list .pagination span {
    cursor: pointer;
}

.page-list .pagination .separate span {
    cursor: default;
    border-top: none;
    border-bottom: none;
}

.page-list .pagination .separate span:hover {
    background: none;
}

.page-list .page-total {
    float: right;
}

.page-list .page-total input,
.page-list .page-total select {
    height: 26px;
    border: 1px solid #ddd;
}

.page-list .page-total input {
    width: 40px;
    padding-left: 3px;
}

.page-list .page-total select {
    width: 50px;
}

.pagination&gt;li {
    display: inline
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:first-child&gt;span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination&gt;li:last-child&gt;a,
.pagination&gt;li:last-child&gt;span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;span:hover,
.pagination&gt;li&gt;a:focus,
.pagination&gt;li&gt;span:focus {
    background-color: #eee
}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span:hover,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination&gt;.disabled&gt;span,
.pagination&gt;.disabled&gt;a,
.pagination&gt;.disabled&gt;a:hover,
.pagination&gt;.disabled&gt;a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg&gt;li&gt;a,
.pagination-lg&gt;li&gt;span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg&gt;li:first-child&gt;a,
.pagination-lg&gt;li:first-child&gt;span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg&gt;li:last-child&gt;a,
.pagination-lg&gt;li:last-child&gt;span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm&gt;li&gt;a,
.pagination-sm&gt;li&gt;span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm&gt;li:first-child&gt;a,
.pagination-sm&gt;li:first-child&gt;span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm&gt;li:last-child&gt;a,
.pagination-sm&gt;li:last-child&gt;span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li&gt;a,
.pager li&gt;span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li&gt;a:hover,
.pager li&gt;a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next&gt;a,
.pager .next&gt;span {
    float: right
}

.pager .previous&gt;a,
.pager .previous&gt;span {
    float: left
}

.pager .disabled&gt;a,
.pager .disabled&gt;a:hover,
.pager .disabled&gt;a:focus,
.pager .disabled&gt;span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}


/*Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡ÂµÃ¥Ë†â€&nbsp;Ã©Â¡Âµ end*/


/*é¢†å¯¼é¡µé¢*/

.m-lleaderleft {
    width: 100%;
    border-bottom: dashed 1px #e0e0e0;
    margin-top: 20px;
    text-align: left;
}

.m-lleadername {
    width: 168px;
    text-align: center;
}

.m-lleadername img {
    display: block;
    width: 150px;
    margin: 0 auto;
    border: 4px solid #eeeeee;
}

.m-lleadername p {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

.m-lleadername p em {
    font-weight: bold
}

.m-lleadername span {
    line-height: 30px;
    font-size: 12px;
}

.m-lleaderdesc {
    width: 575px;
    height: 260px;
    margin-left: 22px
}

.m-lleaderdesc p {
    font-size: 18px;
    font-weight: bold
}

.u-lleaderti {
    width: 100%;
    height: 23px;
    line-height: 23px;
    margin-top: 10px;
}

.u-lleaderti span {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    background: #72b6ea;
    padding: 0px 5px;
    border-radius: 2px;
}

.u-lleaderti span em {
    font-weight: bold;
}

.m-lleaderfgbd {
    position: relative;
    margin: 6px 0 0 10px;
    font-size: 16px;
}

.m-lleaderfgbd p,
.m-lleaderjjbd p {
    line-height: 30px;
}

.m-lleaderjjbd {
    position: relative;
    margin: 6px 0 0 10px;
    font-size: 16px;
}

.u-lleaderti.jj span {
    background: #e8a26e;
}

.m-lleader {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    max-height: 420px;
    overflow: auto
}

.rightleaderjjbd {
    margin-left: 22px
}

.rightleaderjjbd p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px
}

.rightleaderjjbd a {
    width: 70px;
    height: 28px;
    border: 1px dashed #cccccc;
    display: block;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
}

.m-leader:nth-child(3n) {
    margin-right: 10px;
}

.m-leader {
    margin-right: 60px;
    margin-bottom: 28px;
}

.m-leader .m-lleadername,
.m-leader .m-lleadername img {
    width: 115px;
}


/*å†…è®¾æœºæž„*/

.jg_nav {
    width: 630px;
    margin: 0px auto;
}

.jg_nav li {
    display: inline-block;
    width: 210px;
    text-align: center;
    cursor: pointer;
    height: 73px;
    line-height: 73px;
}

.jg_nav li.active {
    color: #2885d5;
}

.jg_nav li:hover {
    color: #2885d5;
}

.m-lnsjg {
    width: 97%;
    border-top: 5px solid #f5f5f5;
    text-align: left;
    max-height: 420px;
    overflow: auto;
    display: none;
    padding: 0px 14px;
}

.m-lnsjg.active {
    display: block;
}

.m-lnsjg .jg_name {
    display: block;
    width: 225px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #e7e7e7;
    background: #f5f5f5;
    margin-top: 19px;
    float: left;
    margin-right: 64px
}

.m-lnsjg .jg_name:nth-child(3n) {
    margin-right: 0px
}

.list-newcontnet {
    font-size: 16px;
    line-height: 188%;
    font-family: Ã¥Â®â€¹Ã¤Â½â€œ;
    min-height: 164px;
    padding: 20px 0px 40px;
}

.m-detailltitle,
.m-detailstitle {
    width: 100%;
    line-height: 61px;
    text-align: center;
    font-size: 32px;
    color: #3269B8;
}

.contentbox {
    margin-left: 20px;
}

.selte {
    height: 47px;
    line-height: 47px;
    background: url(../img/columnst.jpg);
}

.selte .topleftname {
    float: left;
    margin-left: 15px;
    height: auto;
    font-size: 18px;
    color: #ffffff
}
#page_div {
    margin: 15px auto;
    padding: 0 15px;
    text-align: right;
    font-size: 14px;
    position:relative;
    height:35px;
    line-height:35px;
}

    #page_div a {
        display: inline-block;
        padding: 5px 12px;
        margin: 0 0 0 8px;
        border: 1px solid #f7dbca;
        line-height: 20px;
        height: 20px;
        color: #327667;
        background: #fff;
        text-decoration: none;
    }

        #page_div a:hover {
            border: 1px solid #327667;
        }

    #page_div span {
        display: inline-block;
        padding: 5px 0;
        line-height: 20px;
        height: 20px;
    }
    #page_div span.current {
        padding: 5px 12px;
        margin: 0 0 0 8px;
        color: #f7dbca;
        font-weight: bold;
        background-color: #327667;
    }

#page_div span.disabled {
    border: 1px solid #eee;
    padding: 5px 12px;
    margin: 0 0 0 8px;
    color: #ddd;
}</pre></body></html>