@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;
}

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;
}

::-webkit-input-placeholder {
    color: #fff;
}

/* WebKit, Blink, Edge */

:-moz-placeholder {
    color: #fff;
}

/* Mozilla Firefox 4 to 18 */

::-moz-placeholder {
    color: #fff;
}

/* Mozilla Firefox 19+ */

:-ms-input-placeholder {
    color: #fff;
}

/* Internet Explorer 10-11 */

body,
p {
    font: 14px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;
    color: #333;
    font-family: "微软雅黑";
}

body {}

a {
    text-decoration: none;
    color: #2f2f2f;
    font-family: "微软雅黑";
    font-size: 18px;
}

a:hover {
    text-decoration: none;
    color: #970101;
}

@media (min-width:1200px) {
    .wp-wrapper {
    max-width: 88%;
    margin: 0 auto;
    background-color: #fff;
    }
}
@media (max-width) {
    .wp-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    }
}

.wp-banner,
.wp-header,
.wp-navi,
.wp-footer {
    max-width: 100%;
}

.wp-wrapper .wp-inner {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
}

.wp-container2 .wp-inner {
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
}

/**头部**/

.wp-header {
    background-color: #72c8c9;
}

.wp-header .wp-inner {
    /* background: url(../img/bg3.jpg) no-repeat 30% 0; */
    height: 107px;
}

/**
  * [站点LOGO]
  */

.logo-panel {
    float: left;
}

.logo-window {
    padding: 20px 0;
}

.logo-window img {
    vertical-align: middle;
}

img.site-title {
    padding-left: 20px;
}

.wp-head-tools {
    float: right;
}

/**
 * [语言选择]
 */

.lang-panel {
    float: right;
    margin-right: 10px;
}

.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 3px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #EBB428;
}

.lang-window .wp-menu .menu-item a.menu-link:hover {
    text-decoration: underline;
    color: #FFC661;
}
.kslj li a{
    float: right;
    color: #fff;
}
/**
 * [搜索]
 */

.search-panel {
    float: right;
    clear: right;
    width: 21%;
    margin-right: 10px;
    /*margin-bottom: 12px;*/
    padding: 3.2% 0;
}

.search-window {
    border-radius: 8px;
    border: 0px solid #084985;
    background-color: #fff;
    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: #08294e;
    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;
}

::-webkit-input-placeholder {
    color: #4e4e4e;
}

/* WebKit, Blink, Edge */

:-moz-placeholder {
    color: #4e4e4e;
}

/* Mozilla Firefox 4 to 18 */

::-moz-placeholder {
    color: #4e4e4e;
}

/* Mozilla Firefox 19+ */

:-ms-input-placeholder {
    color: #4e4e4e;
}

/* Internet Explorer 10-11 */

/**
 * [顶部副导航]
 */

.top-nav-panel {
    float: right;
    /*margin-bottom: 12px;*/
    margin-right: 6px;
    padding: 3.2% 0;
}

.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 6px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

.top-nav-panel .wp-menu .menu-item a.menu-link:hover {
    text-decoration: underline;
    color: #d5d5d5;
}

/**主导航**/

.wp-navi {
    background-color: #72c8c9;
    border-top: 1px solid #fff;
}

.main-nav-panel {}

.menu-switch-arrow {
    display: none;
}

.wp-navi .wp-menu {
    margin: 0 auto
}

.wp-navi .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.wp-navi .wp-menu .menu-item:hover {
    color:white;
    background-color: #aa915e;
}

.wp-navi .wp-menu .active {
    color:white;
    background-color: #aa915e;
}

.wp-navi .wp-menu .menu-item.i1 {
    background: none;
}

.wp-navi .wp-menu .menu-item a>.menu-switch-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.wp-navi .wp-menu .menu-item a.menu-link {
    display: inline-block;
    width: 133px;
    text-align: center;
    line-height: 42px;
    color: #FFFFFF;
    font-size: 18px;
}

.wp-navi .wp-menu .menu-item.hover a.menu-link,
.wp-navi .wp-menu .menu-item a.hover {
    background-color: #1384e2;
    text-decoration: none;
    color: #eee;
}

.wp-navi .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    min-width: 146px;
    z-index: 100;
    background: #fff;
}

.wp-navi .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.wp-navi .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    text-align: center;
    background: none;
}

.wp-navi .sub-menu .active a{
    color: white;
}

.wp-navi .sub-menu .sub-item.hover>a,
.wp-navi .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #aa915e;
    display: block;
}

.wp-navi .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.wp-navi .wp-menu .menu-item.i10 a.menu-link {
    padding-right: 0 !important;
}

/**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: -7px;
    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-container2 {
    position: relative;
    background-position: center center;
}

.wp-wrapper.wp-container3 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.wp-container {
    margin-bottom: 30px;
}

.wp-main-page .content {
    width: 66%;
    float: right;
}

.wp-main-page .content .cbox-left {
    width: 47.8%;
    float: left;
}

.wp-main-page .content .cbox-right {
    width: 47.5%;
    float: right;
    padding-right: 15px;
}

.wp-main-page .sidebar {
    width: 34%;
    float: left;
}

.wp-main-page .sidebar .sbox {
    padding: 0 15px;
}

.wp-post .post-head {
    height: 33px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 7px;
    padding-bottom: 10px;
}

.wp-post .post-head .head-bar {
    position: relative;
}

.wp-post .post-head .post-title {
    padding-left: 5px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 23px;
    font-weight: bold;
    color: #72c8c9;
}

.wp-post .post-head .post-more {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: -10px;
}

.wp-post .post-head .post-more a {
    font-size: 14px;
    color: #5e5e5e;
    text-decoration: none;
}

.wp-post .post-body {}

.post-news .news-item {
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    background: url(../img/news_biao.png) no-repeat 3px center;
    padding-left: 20px;
}

.post-news .news-item .meta-title {
    display: block;
    margin-right: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px);
}

.post-news .news-item .meta-time {
    display: block;
    text-align: right;
    width: 40px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    color: #999;
}

#wp_news_w9 .news-item .meta-title {
    width: 100%;
}

/**列表页**/

.wp-banner {
    background-color: #ececec;
    margin-bottom: 18px;
    /*background: url(../images/list.png) no-repeat;*/
}

.wp-banner .wp-inner .banners img {
    width: 100%;
    height: auto;
}

.wp-banner .wp-inner {
    position: relative;
    max-width: 1920px;
}

.wp-banner .column-name {
    display: none;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 2px #000000;
    overflow: hidden;
    position: absolute;
    left: 6px;
    right: 6px;
    top: 50%;
    margin-top: -12px;
}

/**列表页banner图**/

.banner img {
    width: 100%;
    vertical-align: top;
}

.wp-column-menu {
    width: 278px;
    background-color: #f5f5f5;
    position: relative;
    float: left;
    margin-right: -278px;
}

.wp-column-news {
    float: right;
    width: 100%;
}

.wp-column-news .column-news-box {
    margin-left: 318px;
    margin-right: 15px;
}

/**栏目列表**/

.column-head {
    background: #72c8c9;
    line-height: 24px;
}

/**位置栏目背景**/

.column-head .column-anchor {
    padding: 16px;
}

.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: 0px solid #b3b3b3;
    font-size: 16px;
    color: #393939;
    transition: none;
}

.column-list-wrap li a:hover {
    color: #373737;
    text-decoration: none;
    background: url(../img/lmlb_bj.png) repeat-y;
}

.column-list-wrap li.selected a.selected {
    color: #373737;
    background: url(../img/lmlb_bj.png) repeat-y;
}

.column-list-wrap li a span {
    display: block;
    padding: 15px 0px;
    margin-left: 22px;
    line-height: 24px;
    margin-right: 25px;
    border-bottom: 1px solid #d3d8db;
    background: url(../img/jt_right.png) right center no-repeat;
    padding-left: 8px;
}

.column-list-wrap .parent a span {
    background: url(../img/jt_bottom.png) right center no-repeat;
}

.column-list-wrap .sub-list li a {
    background-position: 18px 11px;
    font-size: 14px;
}

.column-list-wrap .sub-list li a:hover {
    background: url(../images/lmlb_bj.png) repeat-y;
}

.column-list-wrap .sub-list li.selected a.selected {
    background: url(../images/lmlb_bj.png) repeat-y;
}

.column-list-wrap .sub-list li a span {
    padding: 6px 0px;
    padding-left: 34px;
    line-height: 29px;
    background: none;
}

.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: 2px solid #e5e5e5;
    margin-top: 10px;
    position: relative;
}

.list-meta .column-title {
    float: left;
    display: inline-block;
    white-space: nowrap;
    line-height: 24px;
    font-size: 20px;
    color: #72c8c9;
    /* font-weight: bold; */
}

/**当前位置**/

.list-meta .column-path {
    float: right;
    line-height: 24px;
    color: #454545;
    position: absolute;
    right: 0;
    top: -10px;
}

.list-meta .column-path a {
    color: #686868;
    font-size: 14px;
}

.list-meta .column-path a:hover {
    color: #7e1414;
}

.column-news-con {
    padding: 10px 0;
    min-height: 350px;
}

.column-news-list .column-news-item {
    display: block;
    position: relative;
    border-bottom: 0px dashed #b1b1b1;
    line-height: 1.4em;
    padding: 0;
    padding-left: 15px;
    background: url(../img/news_biao.png) no-repeat 0px center;
}

/**栏目新闻列表**/

.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: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    line-height: 32px;
    color: #202020;
}

.column-news-list .column-news-item .column-news-date {
    display: block;
    text-align: right;
    width: 85px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    color: #202020;
    font-size: 15px;
}

.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 20px;
}

.article {
    padding: 15px 0;
}

.article h1.arti-title {
    line-height: 26px;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #424242;
}

/**文章标题**/

.article h2.arti-title {
    line-height: 23px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #424242;
    border-bottom: 2px 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: 12px;
    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;
}

/**文章内容**/

.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);
    background: url(../img/loading.gif) no-repeat center;
}

/**文章阅读部分图片大小限制**/

/**阅读设置**/

.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;
}

/*读图模式*/

.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;
}

/**底部**/

.wp-footer {
    background-color: #72c8c9;
}

.wp-footer .foot-nav .wp-inner {
    padding: 15px 0;
}

.wp-footer .footer .wp-inner {
    padding: 15px 0 21px 0;
}

.wp-footer .footer p {
    text-align: center;
}

.wp-footer .footer p span {
    color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    margin: 0 7px;
}

.wp-footer .footer span {
    margin: 0 5px;
}

.wp-footer .footer a {
    color: #ddd;
    font-size: 14px;
    margin: 0 5px;
}

.wp-footer .footer a:hover {
    color: #ddd;
    text-decoration: underline;
}

.foot-nav a.menu-link {
    line-height: 28px;
    font-size: 13px;
    color: #fff;
}

.foot-nav {
    border-bottom: 1px solid #72c8c9;
}

.foot-nav li.menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.foot-nav li.menu-item.i1 a {
    border-left: 0 !important;
    padding-left: 0 !important;
}

.foot-nav .footnav-title {
    float: left;
    line-height: 28px;
    height: 28px;
    color: #fff;
}

.foot-nav .wp-menu li.menu-item a {
    border-left: 1px solid #fff;
    padding: 0 6px;
}

/**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;
}

.post-21 {
    /*background: rgb(255,255,255,0.86);*/
    border-radius: 10px;
    opacity: 0.9;
    filtee: alpha(opacity=90);
}

.post-21 .post-body .mod-1 {
    float: left;
    width: 100%;
    /* padding: 0 15px; */
}

.post-21 .post-body .mod-2 {
    float: right;
    width: 34%;
    padding-top: 6px;
}

.post-21 .post-body .mod-3 {
    float: left;
    width: 47%;
}

.post-21 .post-body .mod-4 {
    float: right;
    width: 48%;
    padding-top: 6px;
}

.post-21 .post-news .news-item .meta-title {
    width: 450px;
    width: calc(100% - 60px);
}

/*日历*/

.sudy-pubdate {
    float: left;
    text-align: center;
    border-radius: 8px;
}

.rili {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.pubdate-day {
    font-size: 24px;
    color: #fff;
    padding: 7px 0;
}

.pubdate-time {
    font-size: 14px;
    color: #fff;
}

.pubdate-title a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
}

.pubdate-Cprofile a {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color: #292929;
}

.rizi {
    float: left;
}

.sudy-tit2-1 {
    float: right;
    /* padding-left: 20px; */
    width: 75%;
}

.sudy-tit2-2 {
    float: left;
    padding-left: 15px;
    /* width: 75%; */
}

.sudy-tit2-2 .pubdate-Cprofile {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-21 .post-body {
    padding-top: 10px;
}

/*图标链接*/

.link_icon {
    margin-bottom: 0px;
}

.link_icon .news_list {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
}

.link_icon .news_list li.news {
    float: left;
    width:100%;
    text-align: center;
    border: none;
}

.link_icon .news_list li.news .news_box {
    margin: 0 10px;
}

.link_icon .news_list li.news .link_icon {
    display: inline-block;
    width: 100%;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.link_icon .news_list li.news .link_icon:hover {
    opacity: .8;
    filter: Alpha(opacity=80);
}

.link_icon .news_list li.news .link_icon .icon {
    width: 77px;
    height: 77px;
    margin: 10px 0px;
    border: 0px solid red;
}

.link_icon .news_list li.news.i0 .link_icon .icon {
    background-position: 0px 0px;
}

.link_icon .news_list li.news.i1 .link_icon .icon {
    background-position: -142px 0px;
}

.link_icon .news_list li.news.i2 .link_icon .icon {
    background-position: -301px 0px;
}

.link_icon .news_list li.news.i3 .link_icon .icon {
    background-position: -456px 0px;
}

.link_icon .news_list li.news.i4 .link_icon .icon {
    background-position: -596px 0px;
}

.link_icon .news_list li.news.i5 .link_icon .icon {
    background-position: -736px 0px;
}

.link_icon .news_list li.news.i6 .link_icon .icon {
    background-position: -877px 0px;
}

.link_icon .news_list li.news.i7 .link_icon .icon {
    background-position: -1018px 0px;
}

.link_icon .news_list li.news .link_con {
    display: block;
    line-height: 30px;
    color: #2d2d2d;
    font-size: 16px;
}

.link_icon .news_list .news.i7 {
    padding-right: 0 !important;
}

.icon {
    display: inline-block;
    width: 77px;
    height: 77px;
    vertical-align: middle;
    background: url(../img/icon.png) no-repeat;
}

.post-61 .post-head {
    border: 0;
    text-align: center;
}

.link_icon .news_list li.i1 {
    padding-left: 0;
}

.link_icon .news_list li.i8 {
    padding-right: 0 !important;
}

.link_icon .news_list li.i8 .news_box {
    margin-right: 0 !important;
}

/* 分享二维码 */

.shares {
    text-align: center;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: right;
}

.shares li {
    float: none;
    margin: 0 6px;
    position: relative;
}

.shares li>a {
    display: inline-block;
    width: 52px;
    height: 52px;
    border: 0px solid red;
    background: url('../img/share_icon.png') no-repeat;
    opacity: .6;
    filter: Alpha(opacity=60);
    vertical-align: top;
}

.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li.i1 a {
    background-position: 0px 0px;
}

.shares li.i2 a {
    background-position: -72px 0px;
}

.shares li.i3 a {
    background-position: -144px 0px;
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 0px;
    /* left:50%; */
    z-index: 100;
    margin-left: -135px;
    width: 100px;
    height: 100px;
    border: 1px solid #999;
    padding: 10px;
}

.shares li .con img {
    /* width: 90px; height:90px; vertical-align:top; background:#b0b0b0;*/
    width: 100%;
}

.container4 {
    position: relative;
}

.foot-shares {
    position: fixed;
    bottom: 180px;
    right: 15%;
}

#wp_news_w212 .post-news .news-item {
    line-height: 34px;
    height: 34px;
}


.slidetitle {
    background-color: #72c8c9cc;
    left: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.newsbottom {
    font-size: 20px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}

.tt {
    margin: 0 15px;
}

.rsxt-c {
    height: 234px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.link-button {
    background: url(../img/button.png) no-repeat;
    background-position: 0, 3px;
    height: 50px;
    border-radius: 10px;
    width: 307px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s ease;
}

.link-button a {
    color: #fff;
    margin-left: -100px;
    margin-top: -4px;
    font-size: 28px;
    transition: 1s ease;
}

.link-button :hover {
    transform: translate(5px, 0);
    transition: .5s ease;
}

.list-pagebar{
    float: right;
}
.pt-20{
    padding-top: 20px;
}
.piclist{
    box-shadow: 3px 3px 6px #ccc;
    margin-bottom: 15px;
}
.pic{
    position: relative;
    height: 0;
    padding-top: 136%;
    overflow: hidden;
}
.pic img{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 100%;
    transition: all ease-in-out 0.5s;
}
.piclist:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}
.pictitle{
    transition: all ease-in-out 0.5s;
}
.pictitle h3{
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
    transition: all ease-in-out 0.5s;
}
.pictitle a:hover{
    text-decoration: none;
}
.piclist:hover .pictitle{
    background: #72c8c9;
}
.piclist:hover .pictitle h3{
    color: #fff;
}
.pictitle p{
    padding-bottom: 15px;
}
.list2{
    border: 1px solid #eee;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.list2 a:hover{
    text-decoration: none;
}
.list2-info{
    width: 88%;
}
.list2-info h4{
    margin-top: 0;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
}
.list2-info h4:hover{
    color: #fecc0d;
}
.list2-info p{
    display: contents;
}
.list2-img{
    width: 35%;
    height: 0;
    overflow: hidden;
    padding-top: 21%;
    background: url(../img/flicker-1.jpg) center;
    background-size: cover;
    position: relative;
}
.list2-img img{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 100%;
    transition: all ease-in-out 0.5s;
}
.list2-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}
.list2-date{
    width: 10%;
    text-align: center;
    background: #72c8c9;
    color: #fff;
}
.list2 .readmore{
    float: right;
    font-size: 14px;
    color: #72c8c9;
    transition: all ease-in-out 0.5s;
}
.list2 .readmore:hover{
    color: #72c8c9;
}
.first .list2-info{
    width: 63%;
}
.first .list2-info p{
    display: block;
}
.column3{
    text-align: center;
    line-height: 200%;
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 8px 0;
    box-shadow: 4px 4px 8px #eee;
    transition: all ease-in-out 0.5s;
}
.column3:hover, .column3.active{
    background-color: #72c8c9;
    box-shadow: 4px 4px 8px #72c8c9;
    border: 1px solid #72c8c9;
    color: #fff;
}
.column3:hover a, .column3.active a{
    color: #fff;
}
.column3 a:hover{
    text-decoration: none;
}
.column3-content{
    padding: 20px 0;
}
.column3-content p{
    line-height: 170%;
}