@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;
    overflow-y: hidden;
}

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;
    position: relative;
}

body,
p {
    font: 14px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;
    color: #333;
    font-family: 微软雅黑;
}

body {}

a {
    text-decoration: none;
    color: #333;
    /*transition: all 0.4s ease-in-out;*/
}


a:hover {
    text-decoration: none;
    color: #11b0eb;
}

.wp-wrapper {
    width: 100%;
    background-color: #fff;
}

.wp-wrapper .wp-inner {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

/**头部**/

.wp-header {
    background-color: #fff;
    border-bottom: 2px solid #1d1e72;
}

/**
  * [站点LOGO]
  */

.logo-panel {
    float: left;
    position: absolute;
    top: 37%;
    margin-top: -42px;
}

.logo-window {
    padding: 2% 0;
    margin-left: 10px;
}

.logo-window img {
    vertical-align: middle;
}

.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;
}

/**
 * [搜索]
 */

.search-panel {
    float: right;
    clear: right;
    width: 24%;
    margin-right: 10px;
    margin-bottom: 12px;
}

.search-window {
    border: 1px solid #dfdfdf;
    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: #c9c9c9;
    font-size: 14px;
    padding: 10px 0;
}

.wp-search .search-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    background: url(../images/searchbg.png) no-repeat center;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #c9c9c9;
}

/* WebKit, Blink, Edge */

:-moz-placeholder {
    color: #c9c9c9;
}

/* Mozilla Firefox 4 to 18 */

::-moz-placeholder {
    color: #c9c9c9;
}

/* Mozilla Firefox 19+ */

:-ms-input-placeholder {
    color: #c9c9c9;
}

/* Internet Explorer 10-11 */

/**
 * [顶部副导航]
 */

.top-nav-panel {
    float: right;
    margin-bottom: 4px;
    margin-right: 6px;
}

.top-nav-panel .wp-menu .menu-item {
    float: left;
    display: inline-block;
    background: url(../images/shu2.png) left center no-repeat;
}

.top-nav-panel .wp-menu .i1 {
    background: none;
}

.top-nav-panel .wp-menu .menu-item a.menu-link {
    display: inline-block;
    margin: 0 6px;
    height: 36px;
    line-height: 36px;
    color: #313131;
    font-size: 14px;
}

.top-nav-panel .wp-menu .menu-item a.menu-link:hover {
    color: #9b9b9b;
}

/**主导航**/

.wp-navi {
    border-bottom: 1px solid #e1e1e1;
    background: #1D1E72;
}

.main-nav-panel {
    /* display: none; */
}

.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;
    /* padding-right: 12px; */
    width: 100px;
    text-align: center;
}

.main-nav-panel .wp-menu .menu-item:hover{
    background-color: #0b4793;
    /* text-decoration: none; */
    color: #fff;
    /* font-weight: bold; */
}

.main-nav-panel .wp-menu .menu-item:hover .sub-menu{
    display: block;
}

.main-nav-panel .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 8px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.main-nav-panel .wp-menu .menu-item a.menu-link:hover {

    
}

.main-nav-panel .sub-menu {
    background: #0b4793;
    display: none;
    position: absolute;
    left: 0;
    top: 59px;
    z-index: 100;
    width: 100px;
    /* -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; */
    /* text-align: center; */
}

.main-nav-panel .sub-menu .sub-item:hover {
   
    background: #2d66af;
    /* position: relative;
    white-space: nowrap;
    vertical-align: top; */
    /* _zoom: 1; */
    /* border-bottom: 1px solid #ddd; */
    /* color: #fff;
    font-size: 16px; */
}

.main-nav-panel .sub-menu .sub-item a {
    font-size: 16px;   
    color: #fff; 
    display: block;
    /* color: #fff; */
    height: 40px;
    line-height: 40px;
    /* padding: 0 10px; */
    /* font-size: 16px; */
}

.main-nav-panel .sub-menu .sub-item a:hover {
    /* color: #e99839; */
    /* background: #2d66af; */
    /* 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(./images/menu-icon-arrow.png) no-repeat 50%;
}

/**aside导航**/

.navi-aside-page {
    /*position: fixed;*/
    /*background: #0b4793;*/
    /*z-index: 0 !important;*/
}

.navi-aside-toggle {
    display: block;
    width: 34px;
    height: 34px;
    background: url(./images/menu-icon-arrow.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: 20211002;
    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(../images/menu-switch-arrow.png) no-repeat center center;
    background-size: 20px 20px;
}

.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-banner {
    background-color: #ececec;
}

.wp-banner .wp-inner {
    position: relative;
}

.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: 220px;
    background-color: #f5f5f5;
    position: relative;
    float: left;
    margin-right: -220px;
}

.wp-column-news {
    float: right;
    width: 100%;
    min-height: 600px;
}

/**栏目列表**/

.column-head {
    /*background: #1d1e72;*/
    /*line-height: 28px;*/
}

/**位置栏目背景**/

.column-head .column-anchor {
    padding: 10px;
}

.Column_Anchor {
    display: block;
    padding: 0px 5px 0px 20px;
}

.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: 18px;
    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 #b3b3b3;
    font-size: 16px;
    color: #383838;
    background: #fff;
}

.column-list-wrap li a:hover {
    color: #0889d3;
    text-decoration: none;
    background-color: #eee;
}

.column-list-wrap li.selected a.selected {
    color: #fff;
    background-color: #1d1e72;
}

.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: 14px;
    background-color: #F1F1F1;
}

.column-list-wrap .sub-list li a:hover {
    background-color: #D6D6D6;
    color: #121212;
}

.column-list-wrap .sub-list li.selected a.selected {
    background-color: #666;
    color: #fff;
    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: 10px 0;
    border-bottom: 2px solid #e5e5e5;
}

.list-meta .column-title {
    float: left;
    display: inline-block;
    white-space: nowrap;
    line-height: 26px;
    font-size: 20px;
    color: #0889d3;
    font-weight: normal;
}

/**当前位置**/

.list-meta .column-path {
    float: right;
    /*line-height: 26px;*/
    color: #666;
    padding-top: 10px;
}

.list-meta .column-path a {
    color: #666;
}

.list-meta .column-path a:hover {
    color: #14427E;
}

.column-news-con {
    padding: 10px 0;
}

.column-news-list .column-news-item {
    display: block;
    position: relative;
    line-height: 1.8em;
    padding: 5px 0;
    padding-left: 10px;
    background: url(img/dot.png) no-repeat 2px 17px;
}

/**栏目新闻列表**/

.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: 25px;
    line-height: 25px;
    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 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 h3.arti-title {
    line-height: 26px;
    padding: 2px;
    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{
    min-height: 550px;
}

.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;
    display: block;
    margin: 0 auto;
}

/**文章阅读部分图片大小限制**/

/**阅读设置**/

.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: #1d1e72;
}

.wp-footer .wp-inner {
    padding: 23px 0 35px 0;
}

.wp-footer .wp-inner .footer {
    color: #868686;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin: 0 7px;
}

.wp-footer .wp-inner .footer span {
    margin: 0 5px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    float: left;
    line-height: 30px;
}

.wp-footer .wp-inner .footer a {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.wp-footer .wp-inner .footer a:hover {
    color: #11b0eb !important;
}

/**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(../images/jump-icon.png) no-repeat 0 top;
    opacity: 0.7;
}

#jumphandle a#gobot {
    background-position: 0 bottom;
    margin-top: 6px;
}

.post {
    width: 25%;
    float: left;
    text-align: center;
    background: url(../images/postbg-1.png) left center no-repeat;
}

.post-bg {
    background: url(../images/postbg-1.png) right center no-repeat;
}

.xblink ul {
    padding: 0px 30px;
}

.xblink li span a {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    color: #9b9b9b;
    text-align: center;
    text-shadow: 0px 0px 0px #000;
}

.xblink li {
    width: 33.3%;
    float: left;
}

.xblink li span a:hover {
    color: #0d91c7;
}

.post-nav {
    padding: 7px 0px;
}

.post-nav .title {
    color: #03549a;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
}

.content_1 .post-head {
    height: 32px;
    border-bottom: 1px solid #55555e;
}

.content_1 .title {
    color: #313131;
    font-size: 18px;
    line-height: 32px;
    float: left;
}

.post-head .title {
    float: left;
    font-size: 20px;
    color: #313131;
    font-weight: bold;
}

.post-head img{
    width: 26px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.more {
    float: right;
    line-height: 32px;
    font-size: 14px;
    color: #a0a0a0;
}

.more a {
    display: block;
    color: #a0a0a0;
}

.more a:hover {
    color: #2371c2;
}

.content_1 .mod_left {
    width: 25%;
    float: left;
}

.content_1 .mod_center {
    width: 65%;
    float: left;
    /* margin: 0px 20px 0px 30px; */
}

.content_1 .mod_right {
    width: 32%;
    float: right;
}

.sudy-tab {
    position: relative;
}

.more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
}

.wp-container .news_title a:hover {
    color: #1ba6d9;
}

.news_title {
    float: left;
}

.news_date {
    float: right;
    color: #959595;
    font-size: 14px;
}

.content_1 {
    margin: 15px 0;
}

.content_1 .news_photo img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    max-height: 80px;
}

.content_1 .mod_left .ml-2 .news_list {
    height: 30px;
}

.content_1 .mod_left .news_title {
    line-height: 30px;
    background: url(./images/dian.png) left center no-repeat;
    padding-left: 15px;
}

.content_1 .mod_left .post-head {
    border-bottom: 2px solid #1d1e72;
}

.content_1 .mod_left .news_date {
    line-height: 30px;
}

.content_1 .mod_right .news_list {
    height: 34px;
}

.content_1 .mod_right .news_title {
    line-height: 36px;
    font-size: 16px;
    /*background: url(./images/dian.png) left center no-repeat;*/
    /*padding-left: 20px;*/
}

/*.content_1 .mod_right .news_title a {*/
/*    color: #1d1e72;*/
/*    width: 290px !important;*/
/*}*/

.content_1 .mod_right .news_title a:hover {
    color: #898ad4;
}

.content_1 .mod_right .news_date {
    line-height: 34px;
}

.tab-list .news_title {
    line-height: 34px;
}

.tab-list .news_date {
    line-height: 34px;
}

.news_title a{
    display: block;
    overflow: hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
    width: 280px;
}

.content_2 {
    margin-bottom: 30px;
}

.content_2 .mod_left {
    float: left;
    width: 48%;
}

.content_2 .mod_right {
    float: right;
    width: 48%;
}

.content_2 .news_list {
    height: 34px;
}

/*.content_2 .news_title {*/
/*    line-height: 34px;*/
/*    background: url(./images/dian.png) left center no-repeat;*/
/*    padding-left: 20px;*/
/*}*/

.content_2 .news_title a {
    color: #313131;
}

.content_2 .news_date {
    line-height: 34px;
    /*margin-right: 18px;*/
    font-size: 14px;
    color: #959595;
}

.content_3 {
    margin: 15px 0 40px 0;
}

.content_3 .post-head {
    border-bottom: 2px solid #313131;
    height: 32px;
    margin-bottom: 22px;
}

.content_3 .title {
    line-height: 32px;
}

.content_3 .more {
    line-height: 32px;
}

.content_3 .mod .news_list {
    position: relative;
    float: left;
    width: 174px;
    margin-right: 26px;
}

.content_3 .mod .news_info {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/opbg.png) repeat-x;
    color: #fff;
}

.content_3 .news_pic img {
    width: 100%;
    height: 100%;
    min-height: 145px;
    max-height: 145px;
}

.content_4 {
    margin-bottom: 25px;
}

.content_4 .mod_left {
    float: left;
    width: 32%;
}

/*.content_4 .mod_center { */
/*    width: 32%;*/
/*    float: right;*/
/*    margin-left: 2%;*/
/*}*/

.content_4 .mod_right {
    float: right;
    width: 32%;
   
}

.content_4 .news_list {
    height: 34px;
}

/*.content_4 .news_title {*/
/*    line-height: 34px;*/
/*    background: url(./images/dian.png) left center no-repeat;*/
/*    padding-left: 20px;*/
/*}*/

.content_4 .news_title a {
    color: #313131;
}

.content_4 .news_date {
    line-height: 34px;
    /*margin-right: 18px;*/
    font-size: 14px;
    color: #959595;
}

.content_5 {
    margin-bottom: 40px;
}

.content_5 .mod .news_pohot {
    height: 100%;
    width: 100%;
}

.content_5 .mod .photo img {
    width: 90%;
    height: 100%;
}

.content_5 .news_pohot img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all 0.2s ease-in-out;
}

.content_5 .post-head {
    border-bottom: 2px solid #313131;
    height: 34px;
    margin-bottom: 23px;
}

.content_5 .title {
    line-height: 34px;
}

.content_5 .more {
    line-height: 34px;
}

.content_6 {
    margin-bottom: 40px;
}

.content_6 .lmlink li span a {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    padding: 13px 0px;
}

.content_6 .lmlink li span a:hover {
    color: #9bd4ec;
}

.content_6 .mod_left {
    width: 31%;
    float: left;
}

.content_6 .mod_center {
    width: 31%;
    float: left;
    margin: 0px 35px;
}

.content_6 .mod_right {
    width: 31%;
    float: right;
}

.content_6 .post-body {
    padding: 10px 0px;
}

.content_6 .lmlink li {
    width: 33.3%;
    float: left;
}

.content_6 .mod_left .lmlink {
    background: #1d1e72;
}

.content_6 .mod_center .lmlink {
    background: #f39800;
}

.content_6 .mod_right .lmlink {
    background: #c20000;
}

.content_6 .backbg {
    line-height: 0;
}

.content_6 .backbg img {
    width: 100%;
    height: 100%;
}

.content_6 .ml-list {
    background: #eeeeee;
}

.content_6 .mc-list {
    background: #eeeeee;
}

.content_6 .mr-list {
    background: #eeeeee;
}

.content_6 .news_list {
    height: 34px;
}

.content_6 .news_title {
    line-height: 34px;
    background: url(../images/dian.png) left center no-repeat;
    background-position-x: 14px;
    padding-left: 28px;
}

.content_6 .news_title a {
    color: #313131;
}

.content_6 .news_date {
    line-height: 34px;
    margin-right: 18px;
}

.content_7 {
    margin-bottom: 30px;
}

.content_7 .post-body {
    padding: 4% 5%;
    border: 1px solid #e2e2e2;
    min-height: 74px;
}

.content_7 .news_list {
    width: 20%;
    float: left;
    height: 36px;
}

.content_7 .news_title {
    line-height: 36px;
    font-size: 15px;
    color: #313131;
}

.content_7 .news_title a {
    color: #313131;
}

.foot-cr {
    /*float: left;*/
    display: flex;
    justify-content: center;
}

.ico {
    float: right;
}

.foot-nav{
    display: flex;
    justify-content: center;
}
.foot-nav .wp_nav .nav-item a span.item-name {
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    color: #fff;
    padding: 5px 8px;
}

.foot-nav .wp_nav .nav-item {
    background: url(../images/shu.png) left center no-repeat;
}

.foot-nav .wp_nav .i1 {
    background: none;
}

.foot-nav .wp_nav .nav-item a:hover span.item-name {
    color: #11b0eb;
}

.foot {
    /*min-width: 60%;*/
    width: 100%;
    float: none;
}

.ico {
    float: right;
}

.dem {
    float: left;
    padding-top: 15px;
}

.co {
    float: left;
}

.copyright {
    color: #fff;
}

.calendar {
    float: right;
    clear: right;
    width: auto;
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #313131;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.wp-main-page .contents .cboxs-left .xinw .news {}

.slideGroup .parBd ul li {
    float: left;
    overflow: hidden;
    text-align: left;
}

.clone.news {
    float: left;
    width: 160px;
    height: 120px;
    margin-right: 15px;
}

.news_pohot img {
    /*width: 100%;*/
    height: 80%;
}

.wp_paging {
    margin: 15px 0px;
}

.content_3 .news_pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content_3 .news_pic img:hover {
    transform: scale(1.2);
    transition: all 0.6s;
}

.wp_articlecontent img {
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
}

.inright{
    position: fixed;        
    top: 23%;
    left: 50%;
    margin-left: 650px;
}

.inright .item {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}

.inright .item img {
    width: 100%;
    height: 100%;
}

.inright .item .title {
    text-align: center;
}
.qusetion{
    position: relative;
}

.qusetion_title a{
    display: block;
    overflow: hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 38px;
}

.qusetion .tab-menu {
    height: 35px;
    border-bottom: 2px solid #1d1e72;
}

.qusetion .tab-menu li{
    background: url(./images/titlebg.png) repeat-x;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: normal;
    cursor: default;
    width: 30%;
    text-align: center;
}

.qusetion_content{
    padding-bottom: 15px;
}

#box{ 
    height:250px;
     overflow:hidden;
}