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

.main .wrap_width {
    width: 1060px;
}
.wrap_width {
    margin: 0 auto;
    position: relative;
}

.left_menu {
    float: left;
    width: 240px;
    padding-top: 25px;
}

.left_menu_title {
    height: 62px;
    width: 240px;
    background: #327cd3;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 62px;
}

.sub_menu {
    margin: 0 0 50px;
}

.sub_menu li {
    height: 50px;
    width: 240px;
    line-height: 50px;
    margin: 2px 0 0;
}

.sub_menu li a {
    padding: 0 0 0 40px;
    display: block;
    font-size: 16px;
    float: left;
}

li.now {
    background-color: #cccccc;
}

ins,
a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

.right {
    float: left;
    width: 790px;
    margin: 0 0 0 30px;
}

.right .current {
    border-bottom: #ccc 2px solid;
    height: 60px;
    line-height: 60px;
}

.right .breadcrumb {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    padding: 0 10px 0 0;
    float: right;
}

.breadcrumb {
    display: inline-block;
    border-bottom: #327cd3 2px solid;
}

.breadcrumb&gt;dd {
    display: inline-block;
}

#left_col {
    width: 20%;
    background-color: ;
    float: left;
}
#left_col_name {
    height: 30px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}
#left_col ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #CCCCCC;
    text-align: center;
}
#right_lst {
    width: 75%;
    float: right;
}
#right_nav {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}
#right_nav a {
    margin-right: 10px;
    margin-left: 10px;
    display: inline;
}



/*list page start*/
.main_up_navpad {
    position: relative;
    float: left;
    min-height: 380px;
    width: 100%;
    z-index: 5;
}
.news_main {
    width: 974px;
    background-color: #fff;
    padding: 14px 13px;
    margin: 0 auto !important;
}

.list_main_title {
    width: 226px;
    height: 44px;
    border-top: 2px solid #197dcd;
    border-bottom: 1px solid #cccccc;
    margin-top: 0px !important
}
.list_main_title span {
    padding-left: 32px;
    padding-right: 10px;
    float: left;
    color: #197dcd;
    display: block;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 41px;
    height: 41px;
    border-bottom: 3px solid #197dcd;
}

.list_main_left {
    width: 226px;
    margin-top: 87px;
    padding-bottom: 10px;
    float: left;
}

.list_main_list li {
    width: 170px;
    text-align: center;
    height: 45px;
    border-bottom: 1px solid #cccccc;
    line-height: 45px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.list_main_list li a {
    color: #383838;
}
.list_main_list li a:hover {
    color: #1997B5;
}

.list_main_right {
    width: 730px;
    float: left;
    overflow: auto;
    margin-top: 55px;
    margin-left: 15px;
}
.list_main_right .gb-list ul {
    border: 0;
}
.list_main_right .gb-list ul li {
    border-bottom: 1px dashed #c3c2c2;
    line-height: 36px;
    background-position: left 16px;
}

.gb-title {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #197dcd;
}
.gb-title span {
    display: block;
    text-align: center;
    float: left;
    font-size: 18px;
    color: #197dcd;
    font-family: "Microsoft Yahei";
    line-height: 32px;
    width: 108px;
    height: 34px;
}
.gb-title label {
    display: block;
    float: right;
    padding-right: 6px;
    padding-left: 25px;
    background: url("../img/newsarea.jpg") no-repeat left;
    font-size: 12px;
    color: #000;
    line-height: 32px;
    height: 34px;
    font-family: "Microsoft YaHei";
    background-color: #fff;
}




/*list page end*/



/*column list start*/

.default_pgContainer&gt;ul&gt;li {
    height:40px;
    line-height:20px;
    padding:12px 2px;
    position:relative;
    border-bottom:#ddd 1px dashed;
}


.l&gt;a {
    display:block;
    border-left:#d62c2c 2px solid;
    padding:0 0 0 10px;
    color:#555;
    font-size:15px;
    text-decoration: none;
    width: 680px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    float: left;
}

.r {
    position:absolute;
    right:5px;
    top:12px;
    font-size: 14px;
    color:#888;
}

/*column list end*/






/*jpage start*/

#pagination-digg{
    text-align: center;
    margin-left: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
    
}

#pagination-digg li {
    background: aliceblue;
    text-indent: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none; /* savers */
    float: left;
    line-height: normal;
    height: auto;
}

#pagination-digg a {
    border: solid 1px #9aafe5;
    margin-right: 2px;
}

#pagination-digg .previous-off,#pagination-digg .next-off {
    border: solid 1px #DEDEDE;
    color: #888888;
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 3px 4px;
}

#pagination-digg .next a,#pagination-digg .previous a {
    font-weight: bold;
}


#pagination-digg .active {
    background: #DDDDDD;
    color: #015293;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px; /* savers */
    margin-right: 2px;
}

#pagination-digg a:link,#pagination-digg a:visited {
    color: #0e509e;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

#pagination-digg a:hover {
    border: solid 1px #0e509e;
}

.default_pgContainer{
}

/*jpage end*/

.art-title {
    font-size: 32px;
    text-align: center;
    margin: 40px auto;
    color: #000;
    height: auto;
    font-weight: bold;
    line-height: 30px;
    font-family: "Microsoft YaHei";
}

.art-menu {
    font-size: 14px;
    text-align: center;
    color: #666;
    padding-bottom: 20px;
    font-family: "Microsoft YaHei";
}

.art-main {
    margin-top: 15px;
    width: 835px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.art-cpage {
    float: left;
    margin-left: 10px;
    line-height: 25px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.art-cpage a {
    color: #333;
}

.art-cpage a:hover {
    color: #197dcd;
}

.art-print {
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.art-print a {
    color: #666;
    margin-right: 10px;
    display: block;
    font-size: 14px;
    height: 22px;
    min-width: 60px;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    font-family: "Microsoft YaHei";
    line-height: 22px;
    float: left;
}

.art-print a img {
    vertical-align: middle;
    margin-right: 5px;
}

.clear {
    clear: both;
}</pre></body></html>