@charset "UTF-8";

/* Base Reset */
* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:focus {
    outline: 0;
}

img {
    border: 0;
}

a img {
    vertical-align: middle;
}

body {
    line-height: 1;
    font-family: "Microsoft YaHei";
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

body,
p {
    font: 14px/1 Microsoft YaHei;
    color: #333;
}

body {}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #0063ae;
}

.wp-wrapper {
    width: 100%;
    background-color: #fff;
}

.wp-wrapper .wp-inner {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

/**头部**/
.wp-header {
    background: #003281;
    padding: 0px 0;
    padding-top: 19px;
    padding-bottom: 26px;
}

/*** [站点LOGO]*/
.logo-panel {
    float: left;
}

.logo-window {
    padding: 0% 0;
    margin-left: 0px;
}

.logo-window img {
    vertical-align: middle;
    padding-right: 21px;
   width: 25rem;
}

.wp-head-tools {
    float: right;
}

span.sitetitle {
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 1px solid #8099c0;
    line-height: 34px;
    height: 34px;
}

a.site-url {
    display: flex;
    align-items: center;
}

.lang-window .wp-menu .menu-item:last-child a.menu-link {
    border: none;
    padding-right: 0;
}

.wp-header .wp-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*** [语言选择]*/
.lang-panel {
    float: right;
    margin-right: 10px;
position: static ! important;
}

.lang-window {
    padding: 6% 0;
}

.lang-window .wp-menu .menu-item {
    float: left;
}

.lang-window .wp-menu .menu-item a.menu-link {
    display: inline-block;
    margin: 0;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    padding: 0 12px;
    border-right: 1px solid #fff6;
}

.lang-window .wp-menu .menu-item a.menu-link:hover {
    text-decoration: underline;
    color: #FFC661;
}

/*** [搜索]*/
.search-panel {
    float: right;
    clear: right;
    width: 18%;
    margin-right: 10px;
    margin-bottom: 12px;
}

.search-window {
    border-radius: 5px;
    border: 1px solid #084985;
    background-color: #082D58;
    overflow: hidden;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 10px;
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border: 0;
    outline: 0;
    background: none;
    color: #fff;
    font-size: 16px;
    padding: 7px 0;
}

.wp-search .search-btn {
    width: 40px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 34px;
    border: 0;
    outline: 0;
    background: url(img/search.png) no-repeat center;
    cursor: pointer;
}

/*** [顶部副导航]*/
.top-nav-panel {
    float: right;
    margin-top: 22px;
    margin-right: 0px;
}

.top-nav-panel .wp-menu .menu-item {
    float: left;
    display: inline-block;
}

.top-nav-panel .wp-menu .menu-item a.menu-link {
    display: inline-block;
    margin: 0 0px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin-right: 24px;
}

.top-nav-panel .wp-menu .menu-item {
    float: left;
    display: inline-block;
}

.top-nav-panel .wp-menu .menu-item a.menu-link:hover {
    text-decoration: underline;
    color: #d5d5d5;
}

/**主导航**/
.wp-navi {
    background-color: #fff;
    border-top: 5px solid #0bb6ff;
}

.main-nav-panel {}

.menu-switch-arrow {
    display: none;
}

.main-nav-panel .wp-menu {
    margin: 0 auto;
    text-align: center;
}

.main-nav-panel .wp-menu .menu-item {
    display: inline-block;
    /* float: left; */
    position: relative;
    z-index: 100;
}

.main-nav-panel .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 10px;
    height: 52px;
    line-height: 52px;
    color: #484848;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.main-nav-panel .wp-menu .menu-item a.menu-link:hover, .main-nav-panel .wp-menu .menu-item a.menu-link.parent{
    text-decoration: none;
    color: #fff;
    background-color: #0064af;
}

.main-nav-panel .sub-menu {
    background: #0064af;
    display: none;
    position: absolute;
   
    top: 52px;
    z-index: 100;
    min-width: 100%;
   
}

.main-nav-panel .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    border-bottom: 1px solid #8fbbdc;
}

.main-nav-panel .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 51px;
    line-height: 51px;
    margin: 0 10px;
    display: block;
    overflow: hidden;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    text-overflow: ellipsis;
}

.main-nav-panel .sub-menu .sub-item a:hover {
    color: #e99839;
    display: block;
}

.main-nav-panel .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    z-index: 200;
    background-color: #e6e6e6;
    border-left: 1px solid #ddd;
}

/**slide导航**/
.wp-navi .navi-slide-head {
    display: none;
    padding: 0 10px;
    height: 40px;
}

.wp-navi .navi-slide-head .navi-slide-title {
    display: inline-block;
    float: left;
    font-weight: normal;
    color: #212121;
    font-size: 18px;
    line-height: 40px;
}

.wp-navi .navi-slide-head .navi-slide-arrow {
    display: block;
    width: 34px;
    height: 40px;
    float: right;
    background: url(img/menu-icon-arrow.png) no-repeat 50%;
}

/**aside导航**/
.navi-aside-page {
    position: fixed;
}

.navi-aside-toggle {
    display: block;
    width: 34px;
    height: 34px;
    background: url(img/menu-icon-arrow-white.png) no-repeat 50%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    display: none;
}

.wp-navi-aside {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
    display: block;
}

.wp-navi-aside .aside-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -216px;
    z-index: 1002;
    width: 216px;
    max-width: 100%;
    background: #252525;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, .3);
    background: #333;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
    padding: 7px 10px;
    font-weight: normal;
    color: #777;
    font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
    color: #aaa;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
    position: relative;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #f6f6f6;
    font-size: 14px;
    background: url(img/menu-switch-arrow.png) no-repeat 30px -25px;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {
    background-position: 20px 12px;
}

.wp-navi-aside .navi-aside-wrap li a {
    display: block;
    text-decoration: none;
    color: #c7c7c7;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 30px 8px 15px;
    border-top: 1px solid rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
    background-color: #404040;
    color: #fff;
    outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
    display: none;
    background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
    padding-left: 20px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
    background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
    padding-left: 30px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
    background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
    padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
    background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 50px;
}

/**焦点图片**/
.wp-focus {
    background-color: #ececec;
}

.fcous-panel {
    width: 100%;
}

.fcous-panel .focus-window {
    width: 100%;
    overflow: hidden;
}

/*** 主体*/
.wp-container {}

.wp-main-page .sidebar .sbox {}

.wp-post {
    margin-bottom: 0px;
}

.wp-post .post-head {
    height: 58px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 16px;
}

.wp-post .post-head .head-bar {
    position: relative;
}

.wp-post .post-head .post-title {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #363636;
    font-family: "Microsoft YaHei";
}
.wp-post .post-head .post-more a {
    color: #004896;
}
.wp-post .post-head .post-more {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
}

.wp-post .post-head .post-more a {
    color: #424242;
    text-decoration: none;
}

.xxdjl .wp-post .post-body {
    margin-top: -10px;
}

.post-news .news-item {
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.news_gkxx .wp-post .post-head {}

.zdgk .wp-post .post-head {
    /* margin-bottom: 16px; */
}

.zdgk ul.wp_nav {
    margin: 0 -3.5px;
}

.gknb ul.post-news {
    margin-top: 15px;
}
.post-news .news-item .meta-title {
    display: block;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.post-news .news-item .meta-time {
    display: block;
    text-align: right;
    width: 80px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    color: #999;
}

/**列表页**/
.wp-banner {
    background-color: #ececec;
}

.wp-banner .wp-inner {
    position: relative;
    max-width: 100%;
}

/**列表页banner图**/
.banner img {
    width: 100%;
    vertical-align: top;
}

.wp-column-menu {
    width: 220px;
    background-color: #f5f5f5;
    position: relative;
    float: left;
    margin-right: -220px;
}

.wp-column-news {
    float: right;
    width: 100%;
}

.wp-column-news .column-news-box {
    margin-left: 255px;
    margin-right: 15px;
}

/**栏目列表**/
.column-head {
    background: #003281;
    line-height: 24px;
}

/**位置栏目背景**/
.column-head .column-anchor {
    padding: 10px;
}

.column-head .column-anchor .column-switch {
    display: block;
    width: 30px;
    height: 24px;
    float: right;
    display: none;
    background: url(img/menu-dot.png) no-repeat center;
}

.column-head .column-anchor h3.anchor-title {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.column-list-wrap li {
    width: 100%;
    vertical-align: bottom;
}

.column-list-wrap li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #383838;
    background: #fff url(img/li.png) no-repeat 10px 19px;
}

.column-list-wrap li a:hover {
    color: #003281;
    text-decoration: none;
    background-color: #f2f2f2;
}

.column-list-wrap li.selected a.selected {
    color: #003281;
    background-color: #f2f2f2;
}

.column-list-wrap li a span {
    display: block;
    padding: 10px;
    padding-left: 20px;
    line-height: 22px;
}

.column-list-wrap .sub-list li a {
    background-position: 18px 11px;
    font-size: 13px;
    background-color: #fff;
}

.column-list-wrap .sub-list li a:hover {
    background-color: #fff;
    color: #003281;
}

.column-list-wrap .sub-list li.selected a.selected {
    background-color: #fff;
    color: #003281;
    background-position: 18px 11px;
}

.column-list-wrap .sub-list li a span {
    padding: 4px 10px;
    padding-left: 28px;
    line-height: 18px;
}

.column-list-wrap .sub-list .sub-list li a {
    font-size: 13px;
    background-position: 26px 10px;
    /*background-color: #f5f5f5;*/
}

.column-list-wrap .sub-list .sub-list li.selected a.selected {
    background-position: 26px 10px;
}

.column-list-wrap .sub-list .sub-list li a span {
    padding-left: 36px;
    line-height: 17px;
}

.column-list-wrap .sub-list .sub-list .sub-list li a {
    background-position: 34px 13px;
}

.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
    background-position: 34px 13px;
}

.column-list-wrap .sub-list .sub-list .sub-list li a span {
    padding: 4px 10px;
    padding-left: 44px;
}

.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
    padding: 4px 10px;
    padding-left: 52px;
}

/*** 栏目新闻*/
.list-head {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.list-meta .column-title {
    float: left;
    display: inline-block;
    white-space: nowrap;
    line-height: 24px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

/**当前位置**/
.list-meta .column-path {
    float: right;
    line-height: 24px;
    color: #454545;
}

.list-meta .column-path a {
    color: #454545;
}

.list-meta .column-path a:hover {
    color: #14427E;
}

.column-news-con {
    padding: 10px 0;
    min-height: 400px;
}

.column-news-con.tsym {
    min-height: 500px;
}

.column-news-list .column-news-item {
    display: block;
    position: relative;
    border-bottom: 1px dashed #b1b1b1;
    line-height: 1.4em;
    padding: 5px 0;
    padding-left: 10px;
    background: url(img/dot.png) no-repeat 2px 13px;
}

/**栏目新闻列表**/
.column-news-list .column-news-item:hover {
    background-color: #F7F7F7;
    color: #000;
}

.column-news-list .column-news-item .column-news-title {
    display: block;
    margin-right: 76px;
}

.column-news-list .column-news-item .column-news-date {
    display: block;
    text-align: right;
    width: 80px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    color: #999;
}

.wp_entry {
    width: auto;
    margin: 0 4px;
}

.wp_entry,
.wp_entry p {
    line-height: 1.7;
    font-size: 15px;
    text-align: justify;
}

.wp_entry p {
    margin-bottom: 11px;
}

.column-news-list .wp_entry img {
    vertical-align: middle;
    max-width: 100%;
    _width: expression(this.width > 800 ? "880px" : this.width);
}

/**列表页文章图片大小限制**/

/**文章页**/
.info-box {
    margin: 0 25px;
}

.article {
    padding: 15px 0;
}

.article h1.arti-title {
    line-height: 35px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #003281;
    border-bottom: 1px solid #ECECEC;
}

/**文章标题**/
.article .arti-metas {
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 10px 0;
}

.article .arti-metas span {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    color: #787878;
}

/**文章其他属性**/
.article .arti-metas .read-options {
    color: #444;
    text-decoration: none;
    float: right;
    display: inline-block;
    padding-left: 17px;
    background: url(img/options.png) no-repeat 0 50%;
    display: none;
}

.article .entry {
    margin: 0 4px;
    overflow: hidden;
    min-height: 400px;
}

/**文章内容**/
.article .entry,
.article .entry p {
    line-height: 1.7;
    font-size: 15px;
    text-align: justify;
}

.article .entry p {
    margin-bottom: 11px;
}

.article .entry .read img {
    vertical-align: middle;
    max-width: 100%;
    _width: expression(this.width > 1100 ? "1100px" : this.width);
}

/**文章阅读部分图片大小限制**/

/**阅读设置**/
.night-model .wp-container {
    background-color: #313131;
    color: #6f6f6f;
}

.night-model .article .entry,
.night-model .article .entry p {
    color: #6f6f6f;
}

.night-model .read a {
    color: #6d6d6d;
}

.night-model .read a:hover {
    color: #f5f5f5;
}

.night-model .article h1.arti-title {
    color: #e7e8e9
}

.read-setting {
    margin-bottom: 10px;
    display: none;
    background-color: #fdfdfd;
    height: 38px;
    border-bottom: 1px solid #F1F1F1;
}

.night-model .read-setting {
    background-color: #1d1d1d;
    border-color: #313131;
}

.read-setting .setting-item {
    display: inline-block;
    width: 49%;
    height: 38px;
    float: left;
}

.read-setting .setting-item a {
    display: inline-block;
    color: #565656;
    font-size: 20px;
    float: left;
    width: 49%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 9px;
    color: #565656;
}

.read-setting .setting-item a:hover {
    color: #999;
}

.read-setting .setting-item a.smaller-font {
    border-left: 1px solid #F1F1F1;
    font-size: 18px;
}

.read-setting .setting-model {
    border-left: 1px solid #F1F1F1;
    text-align: center;
}

.night-model .read-setting .setting-item a.smaller-font,
.night-model .read-setting .setting-model {
    border-left-color: #313131;
}

.read-setting .setting-model a.read-model {
    font-size: 18px;
    background: url(img/moon.png) no-repeat 0 50%;
    float: none;
    width: auto;
    padding-left: 24px;
    margin: 9px auto;
}

.night-model .read-setting .setting-model a.read-model {
    background-image: url(img/sun.png);
}

.article .entry .set-fz12,
.article .entry .set-fz12 p {
    font-size: 12px;
}

.article .entry .set-fz14,
.article .entry .set-fz14 p {
    font-size: 14px;
}

.article .entry .set-fz16,
.article .entry .set-fz16 p {
    font-size: 16px;
}

.article .entry .set-fz18,
.article .entry .set-fz18 p {
    font-size: 18px;
}

.article .entry .set-fz20,
.article .entry .set-fz20 p {
    font-size: 20px;
}

.article .entry .set-fz22,
.article .entry .set-fz22 p {
    font-size: 22px;
}

/**文章分享（百度分享）**/
#bdshare {
    margin-top: 10px;
    display: none !important;
}

/*读图模式*/
.view-box {
    display: block;
    color: #666;
    font-style: normal;
    margin-bottom: 10px;
}

.view-box-inner {
    display: block;
    text-align: center;
    max-width: 400px;
    min-width: 30px;
    margin: 0 auto;
    position: relative;
}

.view-box-inner img {
    width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.view-box-inner .open-view {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 1px;
    bottom: 1px;
    z-index: 1;
}

.view-box-inner .view-icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url(img/view-image.png) no-repeat center;
}

#wp-view-page {
    display: none;
    position: fixed;
    z-index: 10000000;
    width: 100%;
    background-color: #1a1a1a;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#view-head {
    width: 100%;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

#back-read-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 42px;
    background: url(img/back-arrow.png) no-repeat center;
}

#back-read-page span {
    display: none;
}

#view-original-image {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFF;
    float: right;
    font-size: 15px;
    margin: 12px 12px 0px 0px;
    display: block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 40px;
}

#view-foot {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 42px;
    left: 0;
    bottom: 0;
    color: #FFF;
    position: absolute;
    font-size: 14px;
    line-height: 42px;
    opacity: 0.8;
    z-index: 99;
}

#view-index {
    float: left;
    margin-left: 10px;
}

#view-current {
    color: #3495FF;
}

#view-title {
    position: absolute;
    left: 60px;
    top: 10px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #fff;
}

#view-body {
    width: 100%;
    height: 100%;
    position: relative;
}

#view-image-items {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#view-image-items li {
    float: left;
    text-align: center;
    background: no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

/**底部**/
p.copyright {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 37px;
}

p.copyright span {
    margin: 0 4px;
}
.wp-footer {
    background-color: #003281;
    border-top: 6px solid #4095af;
}

.wp-footer .wp-inner {
    padding: 36px 0 62px 0;
}

.wp-footer .wp-inner .footer {
    color: #868686;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    margin: 0 7px;
}

.wp-footer .wp-inner .footer span {
    margin: 0 5px;
}

.wp-footer .wp-inner .footer a {
    color: #ddd;
    font-size: 14px;
    margin: 0 5px;
}

.wp-footer .wp-inner .footer a:hover {
    color: #ddd;
    text-decoration: underline;
}

/**jumphandle**/
#jumphandle {
    width: 32px;
    height: 70px;
    position: fixed;
    right: 6px;
    bottom: 20px;
    z-index: 100000000;
    display: none;
}

#jumphandle a {
    display: block;
    width: 32px;
    height: 32px;
    background: #777 url(img/jump-icon.png) no-repeat 0 top;
    opacity: 0.7;
}

#jumphandle a#gobot {
    background-position: 0 bottom;
    margin-top: 6px;
}

.main-nav-panel .wp-menu .menu-item a.menu-link.selected {
    display: inline-block;
    padding: 0 22px;
    height: 52px;
    line-height: 52px;
    color: #484848;
    font-size: 17px;
    font-family: "Microsoft YaHei";
}

.foot_left {
    width: 34%;
    float: left;
    min-height: 37px;
}

.xnlj {
    float: left;
    height: 37px;
    width: 48.77%;
}

.qtlj {
    float: right;
    height: 37px;
    width: 48.77%;
}

.xnlj select {
    border: 1px solid #858688;
    padding: 0px;
    height: 37px;
    line-height: 37px;
    background: #424447;
    width: 100% !important;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: #e2e2e2;
    padding-left: 6%;
}

.qtlj select {
    border: 1px solid #858688;
    padding: 0px;
    height: 37px;
    line-height: 37px;
    background: #424447;
    width: 100% !important;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: #e2e2e2;
    padding-left: 6%;
}

.foot_right {
    float: right;
    min-height: 37px;
    line-height: 37px;
    color: #b1b2b3;
    font-family: "Microsoft YaHei";
    width: 50%;
    text-align: right;
}

.siteCounter4 {
    display: inline-block;
    height: 37px;
    line-height: 37px;
}

.siteCounter4 span {
    padding: 0px 0px;
    margin: 0px;
    background: none;
    color: #678dab;
    border-radius: 0px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

.jsfw {
    /* padding-top: 22px; */
    /* padding-bottom: 21px; */
    /* background: #e8eaeb; */
    /* min-height: 37px; */
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

.wp-main-page .content {
    width: 73.8334%;
    float: left;
}

.wp-main-page .sidebar {
    width: 21.83%;
    float: right;
}

.wp-main-page .content .cbox-left {
    width: 47.1785%;
    float: left;
}

.wp-main-page .content .cbox-right {
    width: 47.1785%;
    float: right;
}

.main_bottom {
    background: #f2f4f5;
    padding-top: 20px;
    padding-bottom: 57px;
}

.bottom_top {
  background: #fff;
  padding: 63px 0;
}

.bottom_down {
    padding-top: 26px;
    padding-bottom: 26px;
    background: #e0e1e1;
}

.slide-mask {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    z-index: 40;
    background: #000 !important;
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
}

.slide-navigation {
    display: block;
    width: 31px !important;
    text-align: center;
    height: 40px !important;
    line-height: 40px !important;
    background: none;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 50% !important;
    margin-top: -20px !important;
    z-index: 50;
    text-indent: 100px !important;
    overflow: hidden !important;
}

.slide-prev {
    background: url(../images/slide-prev.png) no-repeat;
    left: -62px !important;
}

.slide-next {
    background: url(../images/slide-next.png) no-repeat;
    right: -62px !important;
}

.slide-title {
    width: auto !important;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 22px !important;
    font-weight: bold !important;
    font-family: "Microsoft YaHei";
    position: absolute;
    left: 0px;
    bottom: 80px !important;
    z-index: 50;
    line-height: 60px !important;
    padding: 0 15px !important;
    background: url(../images/banner_btbj.png);
    max-width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal !important;
}

.slide-title-bar {
    height: 140px !important;
}

.slide-pagination {
    display: none !important;
}

.slide-mark {
    display: none !important;
}

.top-nav-panel li {
    width: 120px;
    text-align: right;
    background: url(../images/wz_map.png) left center no-repeat;
}

.main_top {
    padding-top: 21px;
    padding-bottom: 35px;
}

.kstd img {
    width: 262px;
}

.kstd_list {float: left;width: 50%;padding: 0 10px;box-sizing: border-box;margin-bottom: 16px;}
.kstd.kstd1 {
    float: left;
    width: 55%;
}

.kstd.kstd2 {
    float: right;
    width: 41%;
}

.kstd .news_list {
    margin: 0 -10px;
}
.kstd_list a {
    height: 86px;
    display: flex;
    align-items: center;
}

.kstd1 .kstd_list.i1 a {
    background: url(../images/ibg1.png) no-repeat;
    background-size: cover;
}
.kstd1 .kstd_list.i2 a {
    background: url(../images/ibg2.png) no-repeat;
    background-size: cover;
}
.kstd1 .kstd_list.i3 a {
    background: url(../images/ibg3.png) no-repeat;
    background-size: cover;
}
.kstd1 .kstd_list.i4 a {
    background: url(../images/ibg4.png) no-repeat;
    background-size: cover;
}
.kstd1 .kstd_list a{    justify-content: center;}
.kstd2 .kstd_list a{
    padding-left: 83px;
}
.kstd .kstd_list a {

    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    font-size: 20px;
}
.kstd2 .kstd_list.i1 a {
    background: #4777c3 url(../images/icon1.png) no-repeat center left 30px;
}
.kstd2 .kstd_list.i2 a {
     background: #4095af url(../images/icon2.png) no-repeat center left 30px;
}
.kstd2 .kstd_list.i3 a {
     background: #cf6c5f url(../images/icon3.png) no-repeat center left 30px;
}
.kstd2 .kstd_list.i4 a {
     background: #eba34c url(../images/icon4.png) no-repeat center left 30px;
}
.news_gkxx .wp-post .post-head {
    height: 58px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
}

.zdgk .wp_nav .nav-item {
    width: calc((100% - 14px)/2);
    margin: 0 3.5px;
    background: #f2f4f5 url(../images/jiantou.png) 95% center no-repeat;
    border-radius: 2px;
    margin-bottom: 7px;
    float: left;
}

.zdgk .wp_nav .nav-item a span.item-name {
    display: inline-block;
    /* padding: 5px 10px; */
    line-height: 24px;
    cursor: pointer;
    padding-left: 14px;
}

.zdgk li.nav-item.i13 {
    margin-bottom: 0px;
}

.zdgk li.nav-item.i14 {
    margin-bottom: 0px;
}

.zdgk .wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    /* text-align: center; */
    position: relative;
    z-index: 100;
    font-size: 15px;
    color: #0063ae;
    font-family: "Microsoft YaHei";
    /* line-height: 40px; */
    height: 40px;
    display: flex;
    align-items: center;
}

.time_top {
    width: 56px;
    height: 26px;
    background: #4095af;
    line-height: 26px;
    font-family: "Microsoft YaHei";
    text-align: center;
    color: #fff;
    font-size: 18px;
    /* border-radius: 5px 5px 0px 0px; */
}

.time_bottom {
    width: 56px;
    height: 23px;
    /* background: #4095af; */
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    color: #4095af;
    font-family: "Microsoft YaHei";
    /* border-radius: 0px 0px 5px 5px; */
}

.zxgg_left {
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid #4095af;
}

.zxgg_right {
    float: right;
    text-align: left;
    width: 80%;
    height: 44px;
    line-height: 22px;
    margin-top: 13px;
    /* overflow: hidden; */
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zxgg_right a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.zxgg .post-news .news-item {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dfdede;
}

.xwfb_img {
    width: 34%;
    float: left;
}

.xwfb_bt a {
    line-height: 22px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.xwfb_bt {font-size: 16px;line-height: 26px;text-overflow: -o-ellipsis-lastline;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.xwfb_bt a {
    color: #003281;
}

.xwfb_bt {}

.xwfb_time {
    font-size: 16px;
    line-height: 26px;
    color: #8d8d8d;
}
.xwfb .post-news .news-item {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    /* margin-top: 7px; */
    max-height: 82px;
    background: #fff;
    height: 77px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 21px;
    margin-bottom: 13px;
}

.xwfb ul.post-news {
    margin-top: 12px;
}

.gknb .post-news .news-item {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    line-height: 22px;
    /* max-height: 44px; */
    /* padding-bottom: 9px; */
    border-bottom: 1px solid #dfdede;
    /* margin-top: 12px; */
    min-height: 83px;
    display: flex;
    align-items: center;
}

.banner2 {
    display: none;
}

.banner2 .focus-title-bar {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 40;
    width: 100%;
    height: 50px;
    width: 100% !important;
}

.banner2 .focus-title {
    display: inline-block;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    padding: 0 2%;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    font-family: "Microsoft YaHei";
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.banner2 .focus-pagination {
    display: none;
}

.xwfb_img img {
    max-width: 100%;
}

.news_gkxx .post-news .news-item {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #dbdbdb;
    /* padding-left: 14px; */
    /* background: url(../images/list_style.png) center left no-repeat; */
    font-size: 16px;
}

.news_gkxx .post-news .news-item .meta-title a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.news_gkxx .post-news .news-item .meta-title {
    height: 34px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 90px;
    /* font-size: 16px; */
}

.news_gkxx .post-news .news-item .meta-time {
    display: block;
    text-align: right;
    width: 85px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    color: #999;
}

.jsfw_ss {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    height: 80px;
    background: #fff;
    box-shadow: 0 1px 8px #3333331f;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 21px;
}

select#orgIds {
    background: #fff;
    border: 0px;
    color: #858585;
    width: 193px;
    line-height: 37px;
    height: 37px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding-left: 10px;
}

select#folderIds {
    background: #fff;
    border: 0px;
    color: #858585;
    width: 183px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding-left: 10px;
    border: 1px solid #b5b5b5;
     /*将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
 
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url('../images/arrow.png') no-repeat scroll right 10px center transparent;  
 
background-color: white;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}

input.orgCode {
    width: 183px !important;
    border: 0px;
    color: #858585;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding-left: 10px;
}

input.keyword {
    width: 183px !important;
    border: 0px;
    color: #858585;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding-left: 10px;
    border: 1px solid #b5b5b5;
}

input#beginTime {
    width: 149px !important;
    border: 0px;
    color: #858585;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding-left: 10px;
}

input#endTime {
    width: 149px !important;
    border: 0px;
    color: #858585;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding-left: 10px;
}

.wp_search .search {
    background: url(../images/sougou.jpg) no-repeat;
    width: 38px;
    height: 37px;
    border: 0px;
    cursor: pointer;
    background-size: 100%;
}

span.jigouxuanxiang {
    display: inline-block;
    float: left;
}

span.muluxuanxiang {
    display: inline-block;
    width: 183px;
    height: 37px;
    /* float: left; */
    margin-left: 12px;
}

span.suoquhao {
    width: 193px;
    height: 37px;
    display: inline-block;
    float: left;
    margin-left: 12px;
}

span.guanjianzi {
    width: 197px;
    height: 37px;
    display: inline-block;
    /* float: left; */
    margin-left: 12px;
}

span.qishi {
    width: 159px;
    height: 37px;
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 12px;
}

.wp_search .datepicker {
    cursor: pointer;
    background: url(../images/xiala.jpg) center no-repeat;
    width: 15px;
    height: 37px;
    display: inline-block;
    border: 0px;
    margin-left: 0px;
    position: absolute;
    top: 0px;
    right: 12px;
}

span.jiezhi {
    width: 159px;
    height: 37px;
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 12px;
}

span.sousuobutton {
    width: 38px;
    height: 37px;
    display: inline-block;
    /* float: left; */
    margin-left: 12px;
    vertical-align: middle;
}

span.bq {
    display: inline-block;
    float: left;
    margin-right: 60px;
}

span.zdlll {
    height: 37px;
    line-height: 37px;
    display: inline-block;
    float: right;
}

span.llq {
    height: 37px;
    display: inline-block;
    float: left;
}

span.lll {
    height: 37px;
    line-height: 37px;
    float: left;
}

select#orgIds option {
    line-height: 37px;
}

select#folderIds option {
    line-height: 37px;
}

li.list_news {
    width: 100%;
    height: 32px;
    line-height: 32px;
    list-style: none;
    border-bottom: 1px dotted #dcdcdc;
}

span.list_bt a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

span.list_bt {
    width: 80%;
    display: block;
    height: 32px;
    float: left;
    overflow: hidden;
text-overflow: ellipsis;
}

span.datetime {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    float: right;
    min-width: 95px;
    text-align: right;
}

.possplit {
    background: url(../images/posslit.png) no-repeat left center;
    width: 12px;
}

.site-nav {
    padding: 20px 0;
}

.site_tt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    color: #0063AF;
    border-bottom: 1px solid #dcdcdc;
}

/*li.menu-item { float: left;}*/
li.menu-item a.menu-link {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}

.wp_subcolumn_list {
    display: block;
    width: 100%;
}

.wp_subcolumn_list .wp_sublist {
    margin: 15px 0;
}

.wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 10px;
}

.wp_subcolumn_list .wp_sublist .sublist_title a {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #0063AF;
}

.wp_subcolumn_list .wp_sublist .sublist_title a:hover {
    color: #0063AF;
}

.wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
    cursor: pointer;
}

/**子栏目文章列表更多：more**/
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    color: #525252;
    float: right;
}

.wp_subcolumn_list .wp_sublist .sublist_title a.morelink:hover {
    color: #000;
}

.wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {
    display: inline-block;
}

.wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext img {
    vertical-align: bottom;
}

.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    display: none;
    margin-top: 11px;
}

.wp_subcolumn_list li.list_news {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #dcdcdc;
}

.wp_subcolumn_list li.list_news span.list_bt {
    height: 30px;
}

.wp_subcolumn_list li.list_news span.datetime {}

.entry {
    overflow-x: auto !important;
}

.site-nav .menu-item {
    float: left;
}

.wp_paging {
    font-size: 14px;
}

.banner_main .focus-title-bar {
    position: absolute;
    left: 50%;
    bottom: 64px;
    z-index: 40;
    width: 100%;
    max-width: 1180px;
    height: 65px;
    margin-left: -590px;
    overflow: hidden;
}

.banner_main .focus-title {
    display: inline-block;
    white-space: nowrap;
    height: 65px;
    line-height: 65px;
    padding: 0 0px;
    color: #fff;
    font-size: 42px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    font-family: "微软雅黑";
}

.banner_main .focus-pagination {
    position: absolute;
    left: 50%;
    bottom: 35px;
    z-index: 60;
    width: 100%;
    height: 20px;
    text-align: right;
    max-width: 1180px;
    margin-left: -590px;
}

.banner_main .focus-text {
    padding: 0px;
    line-height: 24px;
    color: #fff;
    font-size: 20px;
}

.banner_main .focus-text-box {
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 20;
    width: 100%;
    max-width: 1180px;
    margin-left: -590px;
    height: 24px !important;
    overflow: hidden;
}

.banner_main .focus-page {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 0px;
    background: url(../images/inside-btn1.png) no-repeat;
    color: #fff;
    margin-right: 4px;
    margin-left: 4px;
    cursor: pointer;
}

.banner_main .focus-page-active {
    background: url(../images/inside-btn2.png) no-repeat;
}

.banner_main .focus-title-bg {
    background: none;
}

.banner_main .focus-text-bg {
    background: none;
}

.banner_mobile {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: none;
}

.banner_mobile table {
    display: none;
}

.banner_mobile .focus-title {
    display: block;
    white-space: pre-wrap;
    word-break: break-all;
    height: auto;
    line-height: 40px;
    padding: 0 0px;
    color: #fff;
    font-size: 32px;
    left: 0;
    top: 0;
    z-index: 50;
    font-family: "微软雅黑";
    padding: 0 25px;
}

.banner_mobile .focus-title-bar {
    position: absolute;
    right: 0px;
    bottom: 20%;
    z-index: 40;
    width: 100%;
    line-height: 40px;
    height: auto;
    overflow: hidden;
}

.banner_mobile .focus-text-box {
    float: left;
    position: absolute;
    left: 0px;
    z-index: 20;
    width: 100%;
    height: auto;
    bottom: 3%;
    overflow: hidden;
}

.banner_mobile .focus-text {
    padding: 0 25px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    height: 60px;
    overflow: hidden;
}

.banner_mobile .focus-text-inner a {
    line-height: 24px;
    height: 24px;
}

.banner_mobile .focus-pagination {
    display: none;
}

.banner_main .focus-text-bg {
    display: none;
}

.banner_mobile .focus-text-bg {
    display: none;
}

.math_lb {
    position: relative;
    margin-top: 30px;
}

.math_lb .bd ul li img {
    width: 100%;
}

.math_lb .bd ul li {
    position: relative;
}

.math_lb .bd ul li p {
    height: 96px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 25px 50px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
}

.math_lb .bd ul li p span {
    font-size: 12px;
    padding: 25px 5px 0 0;
    display: inline-block;
    float: right;
}

.math_lb .bd ul li h5 {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.math_lb .hd {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.math_lb .hd ul {
    text-align: center;
}

.math_lb .hd li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    text-indent: 1000px;
    opacity: 0.8;
}

.math_lb .hd li.on {
    background: #0062ac;
}

.math_lb>a {
    position: absolute;
    z-index: 10;
    top: 150px;
}

.math_lb>a.next {
    right: 20px;
}

.math_lb>a.prev {
    left: 20px;
}

.list-head.con_wz {
    border: none;
}

.list-head.con_wz .list-meta .column-path {
    float: left;
}

iframe#hot_content_list {
    height: 1500px;
}

.wp_search.wp_search_ad {
    text-align: right;
}
.mbanner .news .news_imgs a {
    padding-top: 25.2%;
    display: block;
}

.mbanner .slick-prev,.mbanner .slick-next {
    width: 33px;
    height: 41px;
    margin-top: -20px;
}
.mbanner .slick-prev {
    background: url(../images/banner-prev.png);
    left: 297px;
}
.mbanner .slick-next {
    background: url(../images/banner-next.png);
    right: 297px;
}