@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: none;
}

a img {
    vertical-align: middle;
}

body {
    line-height: 1;
}

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, Arial;
    color: #333;
}

body {
}

a {
    text-decoration: none;
    color: #1e1e1e;
}

a:hover {
    text-decoration: none;
    color: #0068b7;
}

.wp-wrapper {
    width: 100%;
}

.wp-wrapper .wp-inner {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

/**头部**/
.wp-header {
    padding: 7px 0;
    background: url(../images/logo_bg.jpg) #0068b7 no-repeat right;
}

/** [站点LOGO]*/
.logo-panel {
    float: left;
    width: 25%;
}

.logo-window {
    padding: 15px 0;
}

.logo-window img {
    vertical-align: middle;
}

.wp-head-tools {
    float: right;
}

/** [语言选择]*/
.lang-panel {
    float: right;
    margin-top: 20px;
    margin-right: 18px;
}

.lang-window {
}

.lang-window .wp-menu .menu-item {
    float: left;
    position: relative;
}

.lang-window .wp-menu .menu-item a.menu-link {
    display: inline-block;
    margin-right: 8px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding-left: 8px;
    background: url(../images/xian.jpg) no-repeat left center;
}

.lang-window .wp-menu .menu-item.i1 a.menu-link {
    background: none;
}

.lang-window .wp-menu .menu-item a.menu-link:hover {
    text-decoration: underline;
    color: #fff;
}

.lang-window .wp-menu .menu-item ul.sub-menu {
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 999;
    box-shadow: #333 1px 1px 2px;
}

.lang-window .wp-menu .menu-item ul.sub-menu li span {
    white-space: nowrap;
    display: block;
    padding: 10px 8px;
    background: #fff;
    color: #0068b7;
}

/** [顶部副导航]*/
.top-nav-panel {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}

.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-left: 12px;
    height: 30px;
    line-height: 30px;
    color: #d3e9ff;
    font-size: 14px;
    padding-left: 8px;
}

.top-nav-panel .wp-menu .menu-item.i1 a.menu-link {
    background: url(../images/xian1.jpg) no-repeat left center;
}

.top-nav-panel .wp-menu .menu-item.i2 a.menu-link {
    background: url(../images/xian2.jpg) no-repeat left center;
}

.top-nav-panel .wp-menu .menu-item.i3 a.menu-link {
    background: url(../images/xian3.jpg) no-repeat left center;
}

.top-nav-panel .wp-menu .menu-item.i4 a.menu-link {
    background: url(../images/xian4.jpg) no-repeat left center;
}

.top-nav-panel .wp-menu .menu-item a.menu-link:hover {
    text-decoration: underline;
    color: #fff;
}

/**主导航**/
.wp-navi {
    width: 75%;
    float: right;
    clear: right;
    margin-top: 10px;
}

.main-nav-panel {
}

.menu-switch-arrow {
    display: none;
}

.main-nav-panel .wp-menu {
    margin: 0 auto;
}

.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 17px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
}

.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
    text-decoration: none;
    color: #f90;
}

.main-nav-panel .sub-menu {
    background-color: #0068B7;
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 100;
    width: 210px;
    padding: 10px;
}

.main-nav-panel .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    border-bottom: 0px solid #ddd;
    width: 50%;
    float: left;
    text-align: center;
}

.main-nav-panel .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
}

.main-nav-panel .sub-menu .sub-item a:hover {
    color: #f90;
    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.jpg) 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.jpg) 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.jpg) 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 {
    padding: 20px 0;
}

.wp-main-page .cbox-center {
}

.wp-main-page .cbox-center .wp-post.post-7 {
    width: 100%;
    float: left;
}

.wp-main-page .cbox-center .wp-post.post-17 {
    width: 65%;
    float: left;
}

.wp-post.post-17 .post-news .news-item {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 5%;
    padding-top: 10px;
}

.wp-post.post-17 .post-news .news-item.item-1 {
    margin-left: 0%;
}

.wp-post.post-17 .post-news .news-item .item-picture {
    display: block;
    width: 100%;
    height: 144px;
    overflow: hidden;
}

.wp-post.post-17 .post-news .news-item .item-picture img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.wp-post.post-17 .post-news .news-item .item-title {
    display: block;
    width: 100%;
    line-height: 24px;
    margin: 10px 0;
    margin-right: 0px;
    text-align: left;
}

.wp-post.post-17 .post-news .news-item .item-title a {
    font-size: 15px;
    color: #133a85;
}

.wp-post.post-17 .post-news .news-item .item-summary {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #6b6b6b;
    text-align: left;
    height: 40px;
    overflow: hidden;
}

.wp-post.post-17 .post-news .news-item .item-time {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #6b6b6b;
    text-align: left;
    margin-top: 5px;
}

.wp-main-page .cbox-center .wp-post.post-27 {
    width: 32%;
    float: right;
}

.wp-main-page .content {
    width: 65%;
    float: left;
}

.wp-main-page .content .cbox-left {
    width: 48%;
    float: left;
}

.wp-main-page .content .cbox-right {
    width: 47%;
    float: right;
}

.wp-post.post-18 .post-news .news-item {
    height: auto;
    border-bottom: 1px dashed #dcdcdc;
}

.wp-post.post-18 .post-news .news-item .meta-title {
    display: block;
    width: 100%;
    margin: 0px 0 10px;
}

.wp-post.post-18 .post-news li:hover.news-item .meta-title {
    color: #133a85;
    font-weight: normal;
}

.wp-post.post-18 .post-news .news-item .meta-title a {
    font-size: 15px;
    color: #133a85;
}

.wp-post.post-18 .post-news .news-item .meta-summary {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #636363;
    text-align: left;
    margin-bottom: 6px;
    height: 40px;
    overflow: hidden;
}

.wp-post.post-9 .post-news .news-item {
    width: 33.33333%;
    float: left;
    height: auto;
    position: relative;
}

.wp-post.post-9 .post-news .news-item.item-1 {
    background: #1a774a;
}

.wp-post.post-9 .post-news .news-item.item-2 {
    background: #9e7a35;
}

.wp-post.post-9 .post-news .news-item.item-3 {
    background: #154d88;
}

.wp-post.post-9 .post-news .news-item img {
    width: 100%;
    height: auto;
    max-height: 315px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

.wp-post.post-9 .post-news .news-item img:hover {
    width: 100%;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.wp-post.post-9 .post-news .news-item .news_title {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 35%;
    left: 0;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.wp-post.post-9 .post-news .news-item .news_summary {
    display: block;
    width: 60%;
    padding: 0 20%;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-top: 40px;
}

.wp-post.post-9 .post-news .news-item a:hover .news_title {
    display: none;
}

.wp-post.post-9 .post-news .news-item a:hover .news_summary {
    display: none;
}

.wp-post.post-21 {
    height: auto;
}

.wp-post.post-21 .news {
    padding-top: 10px;
    padding-bottom: 0px;
}

.wp-post.post-21 li .news_time {
    width: 60px;
    height: 48px;
    padding: 3px 0;
    float: left;
    background: #878787;
}

.wp-post.post-21 li:hover .news_time {
    background: #0068b7;
}

.wp-post.post-21 .news_article {
    width: 76%;
    float: right;
    padding: 3px 0;
}

.wp-post.post-21 .news_article .news_tit a {
    color: #3b3b3b;
    font-size: 15px;
    height: auto;
    line-height: 24px;
}

.wp-post.post-21 .news_article .news_tit a:hover {
    color: #224994;
    font-weight: bold;
}

.wp-post.post-21 .date-day {
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
}

.wp-post.post-21 .date-month {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.wp-post.post-22 .post-news .news-item {
    height: 64px;
    line-height: 24px;
    background: #f2f2f2;
    padding: 0 10px;
    margin-top: 18px;
}

.wp-post.post-22 .post-news .news-item .meta-title {
    display: block;
    width: 100%;
    margin: 8px 0;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-post.post-32 {
    margin-top: 16px;
}

.wp-post.post-32 .post-news .news-item {
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.wp-post.post-32 .post-news .news-item .meta-title {
    display: block;
    font-size: 15px;
    margin-right: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-post.post-23 .post-body {
    width: 100%;
    height: auto;
    padding-top: 1px;
}

.wp-post.post-23 .post-body img {
    width: 100%;
    height: auto;
}

.wp-main-page .sidebar {
    width: 32%;
    float: right;
}

.wp-main-page .sidebar .sbox {
}

.wp-post {
}

.wp-post .post-head {
    height: 48px;
    margin-bottom: 8px;
}

.wp-post .post-head .head-bar {
    position: relative;
}

.wp-post .post-head .post-title {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #404143;
    padding-bottom: 16px;
    background: url(../images/xian6.jpg) no-repeat left bottom;
}

.post-7 .post-head .post-title a {
    color: #404143;
}

.wp-post .post-head .post-more {
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
}

.wp-post .post-head .post-more a {
    display: inline-block;
    width: 15px;
    height: 23px;
    color: #424242;
    text-decoration: none;
    background: url(../images/more.jpg) no-repeat center;
}

.post-7 .post-head .post-more a {
    width: 100px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    background: url(../images/more.jpg) no-repeat right center;
}

.wp-post .post-body {
}

.post-news .news-item {
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.post-news .news-item .meta-title {
    display: block;
    font-size: 15px;
    margin-right: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-news li:hover.news-item .meta-title a {
    color: #224994;
    font-weight: bold;
}

.post-news .news-item .meta-time {
    display: block;
    text-align: right;
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    color: #575757;
}

.post-news li:hover.news-item .meta-time {
    color: #224994;
}

/**列表页**/
.wp-banner {
}

.banner img {
    width: 100%;
    vertical-align: top;
}

.wp-column-menu {
    width: 250px;
    background-color: #f5f5f5;
    position: relative;
    float: left;
    margin-right: -250px;
}

.wp-column-news {
    float: right;
    width: 100%;
}

.wp-column-news .column-news-box {
    margin-left: 300px;
    margin-right: 15px;
}

/**栏目列表**/
.column-head {
    background: #0068b7;
    line-height: 37px;
}

/**位置栏目背景**/
.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.jpg) no-repeat center;
}

.column-head .column-anchor h3.anchor-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/**位置栏目字体**/
.column-list-wrap li {
    width: 100%;
    vertical-align: bottom;
}

.column-list-wrap li a {
    display: block;
    width: 100%;
    border-top: 1px solid #eeeeed;
    font-size: 16px;
    color: #3e3e3e;
    background: #f6f6f5;
    text-align: center;
}

.column-list-wrap li a:hover {
    color: #0068b7;
    background: url(../images/xian5.jpg) no-repeat #fff left center;
}

.column-list-wrap li.selected a.selected {
    color: #0068b7;
    background: url(../images/xian5.jpg) no-repeat #fff left center;
}

.column-list-wrap li a span {
    display: block;
    padding: 10px;
    line-height: 32px;
}

.column-list-wrap .sub-list li a {
    font-size: 15px;
}

.column-list-wrap .sub-list li a:hover {
    background: url(../images/xian5.jpg) no-repeat #fff left center;
    color: #0068b7;
}

.column-list-wrap .sub-list li.selected a.selected {
    color: #0068b7;
    background: url(../images/xian5.jpg) no-repeat #fff left center;
}

.column-list-wrap .sub-list li a span {
    padding: 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: 10px 0;
    border-bottom: 1px solid #bbbbbb;
}

.list-meta .column-path {
    float: left;
    line-height: 28px;
}

.list-meta .column-path a {
    color: #2763bc;
    font-size: 16px;
}

.list-meta .column-path a:hover {
    color: #2763bc;
}

.column-news-con {
    padding: 10px 0;
}

.column-news-list .column-news-item {
    display: block;
    position: relative;
    border-bottom: 1px dashed #b1b1b1;
    font-size: 15px;
    line-height: 40px;
    padding: 5px 0;
    padding-left: 12px;
    background: url(img/dot.jpg) no-repeat 2px 25px;
}

/**栏目新闻列表**/
.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: 95px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-news-list .column-news-item .column-news-date {
    display: block;
    text-align: right;
    width: 90px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
    color: #454545;
}

.wp_entry {
    width: auto;
    margin: 0 4px;
}

.wp_entry,.wp_entry p {
    line-height: 1.7;
    font-size: 14px;
    /* text-align: justify; */
}

.wp_entry p {
    margin-bottom: 11px;
}

.wp_entry a {
    text-decoration: none;
    color: #1e1e1e;
}

.wp_entry a:hover {
    text-decoration: none;
    color: #0068b7;
}

.column-news-list .wp_entry img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    _width: expression(this.width > 800 ? "880px" : this.width);
}

/**列表页文章图片大小限制**/
.possplit {
    display: inline-block;
    background: url(../images/posslit.jpg) no-repeat left center;
    width: 18px;
}

.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    list-style: none;
    font-size: 15px;
    font-family: 'Microsoft Yahei';
    color: #494949;
    float: right;
    width: 83%;
    text-align: center;
}

.wp_paging li a {
    cursor: pointer;
    color: #0068b7;
    line-height: 25px;
    height: 25px;
}

.wp_paging li a:hover {
    color: #0068b7;
}

/**文章页**/
.info-box {
    margin: 0 20px;
    min-height: 300px;
}

.article {
    padding: 15px 0 50px;
    position: relative;
}

.article h1.arti-title {
    line-height: 35px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #124fa9;
    border-bottom: 0;
}

/**文章标题**/
.article .arti-metas {
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 10px 0;
}

.article .arti-metas span {
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
    color: #737373;
}

/**文章其他属性**/
.article .arti-metas .read-options {
    color: #444;
    text-decoration: none;
    float: right;
    display: inline-block;
    padding-left: 17px;
    background: url(img/options.jpg) no-repeat 0 50%;
    display: none;
}

.article .entry {
    margin: 0 4px;
    overflow: hidden;
}

/**文章内容**/
.article .entry,.article .entry p {
    line-height: 1.7;
    padding-top: 10px;
    font-size: 15px;
    text-align: justify;
    text-indent: 2em;
}

.article .entry p {
    /* margin-bottom:11px; */
}

.article .entry .read img {border: none!important;vertical-align: middle;height: auto !important;text-indent: 0em;max-width: 100%;display: block;margin: 0 auto;background: url(img/loading.jpg) no-repeat center;}

/**文章阅读部分图片大小限制**/
.article .entry td {
    background: none !important;
}

/**阅读设置**/
.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.jpg) 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.jpg);
}

.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;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*读图模式*/
.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;
}

.paging_content p 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: none;
    width: 100%;
    height: 100%;
    background: url(img/view-image.jpg) 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.jpg) 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;
}

/**返回顶部**/
.wp-pages {
    background: #0a5cad;
    border-bottom: 1px solid #3b7dbd;
}

.wp-pages .wp-inner {
    padding: 14px 0;
    position: relative;
}

.wp-pages .wp-inner .pager a {
    display: block;
    color: #9ab1d4;
    line-height: 30px;
    font-size: 16px;
    text-align: right;
    cursor: pointer;
    padding-right: 40px;
    background: url(../images/reutrn_top.jpg) right center no-repeat;
}

@media screen and (max-width: 320px) {
    .wp-pages .wp-inner .pager a {
        display:block;
        color: #9ab1d4;
        line-height: 30px;
        font-size: 16px;
        text-align: right;
        cursor: pointer;
        padding-right: 27px;
        background: url(../images/reutrn_top.jpg) right center no-repeat;
    }
}

.search-panel {
    float: right;
    clear: right;
    width: 229px;
    position: absolute;
    top: 12px;
    left: 0;
}

.search-window {
    border: 1px solid #dbdbdb;
    background: #fff;
    overflow: hidden;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 10px;
    margin-right: 31px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 21px;
    line-height: 21px;
    border: 0;
    outline: 0;
    background: none;
    color: #1e1e1e;
    font-size: 14px;
    padding: 5px 0;
}

.wp-search .search-btn {
    width: 31px;
    height: 31px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 31px;
    border: 0;
    outline: 0;
    background: url(img/search.png) no-repeat center;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #a6a6a6;
}

　/* WebKit browsers */
:-moz-placeholder {
    color: #a6a6a6;
}

　/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #a6a6a6;
}

　/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
    color: #a6a6a6;
}

/* Internet Explorer 10+ */
/**底部导航**/
.wp-links {
    background: #0a5cad;
}

.wp-links .wp-inner {
    padding: 15px 0;
    min-height: 98px;
}

.wp-links .wp-inner .links_l {
    width: 24.2%;
    float: left;
    padding-left: 2.1%;
}

.wp-links .wp-inner .links_r {
    width: 65.6%;
    float: right;
}

.links_l .bot-nav-panel {
    float: left;
    margin-top: 20px;
}

.links_l .bot-nav-panel .wp-menu .menu-item {
    float: left;
    display: inline-block;
    text-align: center;
}

.links_l .bot-nav-panel .wp-menu .menu-item a.menu-link {
    display: inline-block;
    margin: 0;
    height: 30px;
    line-height: 30px;
    color: #dee5f0;
    font-size: 14px;
    min-width: 55px;
    padding-top: 40px;
    position: relative;
}

.links_l .bot-nav-panel .wp-menu .menu-item a.menu-link:hover {
    text-decoration: underline;
    color: #fff;
}

.links_l .bot-nav-panel .wp-menu .menu-item a.menu-link img {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: -130px;
    margin-left: -60px;
    z-index: 1000000;
}

@media screen and (max-width: 320px) {
    .links_l .bot-nav-panel .wp-menu .menu-item a.menu-link img {
        display: none;
        width: 120px;
        height: 120px;
        position: absolute;
        left: 109%;
        top: -132px;
        margin-left: -60px;
        z-index: 1000000;
    }
}

.links_l .bot-nav-panel .wp-menu .menu-item.i1 a.menu-link:hover img {
    display: block;
}

.links_l .bot-nav-panel .wp-menu .menu-item.i1 a.menu-link {
    background: url(../images/weixin.jpg) no-repeat center 12px;
}

.links_l .bot-nav-panel .wp-menu .menu-item.i2 a.menu-link {
    background: url(../images/weibo.jpg) no-repeat center 12px;
}

.links_l .bot-nav-panel .wp-menu .menu-item.i3 a.menu-link {
    background: url(../images/shipin.jpg) no-repeat center 12px;
}

.links_l .bot-nav-panel .wp-menu .menu-item.i4 a.menu-link {
    background: url(../images/tupian.jpg) no-repeat center 12px;
}

.links_l .bot-nav-panel .wp-menu .menu-item.i1 a.menu-link:hover {
    background: url(../images/weixin_hover.jpg) no-repeat center 12px;
}

.links_l .bot-nav-panel .wp-menu .menu-item.i2 a.menu-link:hover {
    background: url(../images/weibo_hover.jpg) no-repeat center 12px;
}

.links_l .bot-nav-panel .wp-menu .menu-item.i3 a.menu-link:hover {
    background: url(../images/shipin_hover.jpg) no-repeat center 12px;
}

.links_l .bot-nav-panel .wp-menu .menu-item.i4 a.menu-link:hover {
    background: url(../images/tupian_hover.jpg) no-repeat center 12px;
}

.links_r .bot-nav-panel {
    float: left;
    margin-top: 15px;
}

.links_r .bot-nav-panel .wp-menu .menu-item {
    float: left;
    display: inline-block;
}

.links_r .bot-nav-panel .wp-menu .menu-item a.menu-link {
    display: inline-block;
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    color: #dee5f0;
    font-size: 14px;
    padding-left: 16px;
    background: url(../images/li_bg1.jpg) no-repeat left center;
    min-width: 82px;
}

.links_r .bot-nav-panel .wp-menu .menu-item a.menu-link:hover {
    text-decoration: underline;
    color: #fff;
}

/**底部**/
.wp-footer {
    background: #fff;
}

.wp-footer .wp-inner {
    padding: 15px 0;
}

.wp-footer .wp-inner .footer p {
    color: #575757;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.wp-footer .wp-inner .footer p span {
    margin: 0 8px;
}

/**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.jpg) no-repeat 0 top;
    opacity: 0.7;
}

#jumphandle a#gobot {
    background-position: 0 bottom;
    margin-top: 6px;
}

.login {
    padding: 15px 0;
    margin-right: 5%;
    border-bottom: 1px solid #E7E7E7;
}

.login .login_l {
    float: left;
}

.login .login_r {
    float: left;
    padding-left: 5%;
}

.login .login_r a {
    float: left;
    display: block;
    line-height: 28px;
    padding: 0 28px 0 20px;
}

.size_set {
    font-size: 16px;
    text-align: right;
}

.size_set {
    font-size: 16px;
}

.size_set a {
    display: inline-block;
    width: 22px;
    color: #737373;
}

.article .entry .read .intro0 {
    font-size: 14px !important;
}

.article .entry .read .intro1 {
    font-size: 16px !important;
}

.article .entry .read .intro2 {
    font-size: 18px !important;
}

.article .entry .read .intro0 p {
    font-size: 14px !important;
}

.article .entry .read .intro1 p {
    font-size: 16px !important;
}

.article .entry .read .intro2 p {
    font-size: 18px !important;
}

.article .entry .read .intro0 span {
    font-size: 14px !important;
}

.article .entry .read .intro1 span {
    font-size: 16px !important;
}

.article .entry .read .intro2 span {
    font-size: 18px !important;
}

table.ejjs img {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
    .post-news .news-item .news-date-hide, .column-news-list .column-news-item .news-date-hide {
        display: none;
    }

    .post-news .news-item .meta-title, .column-news-list .column-news-item .column-news-title {
        margin-right: 0;
    }
}


@media screen and (max-width: 370px) {
.article .entry, .article .entry p{padding-top: 40px;}

}




