@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;
    vertical-align: middle;
}

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 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

body,
p {
    font: 14px/1 Microsoft YaHei;
    color: #333333;
}

body {}

a {
    text-decoration: none;
    color: #b63c3c;
    font-size: 15px;
}

a:hover {
    text-decoration: none;
}

.wp-wrapper {
    width: 100%;
}

.wp-wrapper .wp-inner {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

/**头部**/
.wp-header {
    background: url(./extends/images/bgc5.png) center center no-repeat;
    background-color: #a1231d;
    height: 178px;
}

/** [站点LOGO]*/
.logo-panel {
    float: left;
}

.logo-window {
    margin-top: 48px;
}

.logo-window img {
    vertical-align: bottom;
}

.wp-head-tools {
    float: right;
}

.logo-window .sitetitle {
    font-size: 40px;
    margin-left: 40px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    line-height: 73px;
}

/**主导航**/
.wp-navi {
    background: url(images/nav_bg.png);
    position: relative;
    z-index: 1000;
}

.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;
    background: url(images/xian.png) no-repeat left center;
}

.main-nav-panel .wp-menu .menu-item.i1 {
    background: none;
}

.main-nav-panel .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 50px;
    height: 48px;
    line-height: 48px;
    color: #eed493;
    font-size: 17px;
}

.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
    text-decoration: none;
    color: #eed493;
    font-weight: bold;
}

.main-nav-panel .wp-menu .menu-item.i20 a.menu-link {
    text-decoration: none;
    color: #eed493;
    font-weight: bold;
}

.main-nav-panel .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 1000;
    min-width: 100%;
    text-align: center;
    background: #a71511;
}

.main-nav-panel .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    min-width: 100%;
}

.main-nav-panel .sub-menu .sub-item:hover {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.main-nav-panel .sub-menu .sub-item a {
    display: block;
    color: #eed493;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    display: block;
    font-size: 15px;
}

.main-nav-panel .sub-menu .sub-item a:hover {
    color: #eed493;
    display: block;
    font-weight: bold;
}

.main-nav-panel .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    z-index: 200;
    background: url(images/subnav_bg.png);
}

/*** 主体*/
.wp-container {
    padding: 20px 0;
    min-height: 520px;
}

.wp-container .box1 {
    margin-bottom: 20px;
}

.wp-container .box1 .cbox-left {
    width: 666px;
    float: left;
}

.wp-container .box1 .cbox-right {
    width: 519px;
    float: right;
}

.wp-container .box2 {
    margin-bottom: 10px;
}

.wp-container .box2 .cbox-left {
    width: 588px;
    float: left;
}

.wp-container .box2 .cbox-right {
    width: 571px;
    float: right;
}

.wp-post {}

.wp-post .post-head {
    height: 43px;
    margin-bottom: 12px;
}

.wp-post .post-head .head-bar {
    position: relative;
    background: url(images/yun.png) no-repeat 110px top #f6efe1;
    padding-left: 15px;
}

.wp-post .post-head .post-title {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    font-size: 22px;
    font-weight: bold;
    color: #aa1511;
}

.wp-post .post-head .post-more {
    height: 24px;
    width: 74px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    right: 22px;
    top: 9px;
    background: url(images/more.png) no-repeat;
}

.wp-post .post-head .post-more a {
    color: #f3d48e;
    text-decoration: none;
    font-size: 14px;
}

.wp-post .post-body {
    margin-bottom: 18px;
}

.post-news .news-item {
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.post-news .news-item .meta-title {
    display: block;
    margin-right: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post-news .news-item .meta-title a {
    font-size: 15px;
    color: #b63c3c;
    background: url(images/dian.png) no-repeat 12px center;
    padding-left: 27px;
}

.post-news .news-item .meta-title a:hover {
    font-size: 17px;
    background: url(images/dian_hover.png) no-repeat 12px center;
    font-weight: bold;
}

.post-news .news-item .meta-time {
    display: block;
    text-align: right;
    width: 50px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: #b63c3c;
}

.wp-post.post-13 {}

.wp-post.post-13 .post-body {
    padding-top: 22px;
}

.wp-post.post-13 .news-item {
    height: 35px;
    line-height: 35px;
}

.wp-post.post-15 {}

.wp-post.post-15 .post-head {
    margin-bottom: 23px;
}

.wp-post.post-15 .post-news .news-item {
    height: auto;
    float: left;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    width: 183px;
    margin-left: 11px;
}

.wp-post.post-15 .post-news .news-item.item-1 {
    margin-left: 0;
}

.wp-post.post-15 .post-news .news-item .meta-picture {}

.wp-post.post-15 .post-news .news-item .meta-picture img {
    width: 100%;
}

.wp-post.post-15 .post-news .news-item .meta-title {
    display: block;
    height: 46px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 0;
    line-height: 46px;
}

.wp-post.post-15 .post-news .news-item .meta-title a {
    background: none;
    padding-left: 0;
}

.wp-post.post-15 .post-news .news-item .meta-title a:hover {
    font-size: 15px;
    background: none;
    font-weight: normal;
}

.wp-post.post-15 .post-news .item-meta.meta-pciture {
    overflow: hidden;
    width: 183px;
    height: 150px;
}

.wp-post.post-15 .post-news .item-meta.meta-pciture:hover img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

/**列表页**/
.wp-banner {}

.wp-banner .wp-inner {
    position: relative;
}

/**列表页banner图**/
.banner img {
    width: 100%;
    vertical-align: top;
}

.wp-column-menu {
    width: 230px;
    position: relative;
    float: left;
    margin-right: -230px;
}

.wp-column-news {
    float: right;
    width: 100%;
}

.wp-column-news .column-news-box {
    margin-left: 260px;
    margin-right: 0;
    min-height: 400px;
}

/**栏目列表**/
.column-head {
    background: #a71511;
    line-height: 25px;
}

/**位置栏目背景**/
.column-head .column-anchor {
    padding: 10px 10px 10px 20px;
}

.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%;
    font-size: 17px;
}

.column-list-wrap li a:hover {
    background: #f6efe1;
}

.column-list-wrap li.selected a.selected {
    background: #f6efe1;
}

.column-list-wrap li a span {
    display: block;
    padding: 10px;
    line-height: 26px;
}

.column-list-wrap .sub-list li a {
    font-size: 15px;
}

.column-list-wrap .sub-list li a:hover {
    background: #f6efe1;
}

.column-list-wrap .sub-list li.selected a.selected {
    background: #f6efe1;
}

.column-list-wrap .sub-list li a span {
    padding: 6px 10px;
    padding-left: 28px;
    line-height: 22px;
}

.column-list-wrap .sub-list .sub-list li a {
    font-size: 13px;
}

.column-list-wrap .sub-list .sub-list li.selected a.selected {
    background: #f6efe1;
}

.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 #e5e5e5;
}

.list-meta .column-title {
    float: left;
    display: inline-block;
    white-space: nowrap;
    line-height: 24px;
    font-size: 18px;
    color: #040000;
    font-weight: normal;
}

/**当前位置**/
.list-meta .column-path {
    float: right;
    line-height: 24px;
    color: #040000;
}

.list-meta .column-path a {
    color: #040000;
}

.list-meta .column-path a:hover {
    color: #b63c3c;
}

.column-news-con {
    padding: 10px 0;
    min-height: 300px;
}

.column-news-list .column-news-item {
    display: block;
    position: relative;
    border-bottom: 1px dotted #b1b1b1;
    height: 35px;
    line-height: 35px;
}

/**栏目新闻列表**/
.column-news-list .column-news-item .column-news-title {
    display: block;
    margin-right: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.column-news-list .column-news-item .column-news-title:hover {
    font-weight: bold;
}

.column-news-list .column-news-item:hover .column-news-title {
    margin-right: 110px;
}

.column-news-list .column-news-item:hover .column-news-date {
    width: 110px;
}

.column-news-list .column-news-item .column-news-date {
    display: block;
    text-align: right;
    width: 90px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    color: #444;
    font-weight: normal;
}

.wp_entry {
    width: auto;
    margin: 0 4px;
}

.wp_entry,
.wp_entry p {
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
}

.wp_entry p {
    margin-bottom: 5px;
}

.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;
    min-height: 400px;
}

.article {
    padding: 15px 0;
}

.article h1.arti-title {
    line-height: 30px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    color: #b63c3c;
}

/**文章标题**/
.article h3.arti-title {
    line-height: 20px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #444;
}

/**文章标题**/
.article .arti-metas {
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 5px 0;
}

.article .arti-metas span {
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 4px;
    overflow: hidden;
    min-height: 300px;
}

/**文章内容**/
.article .entry,
.article .entry p {
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
}

.article .entry p {
    margin-bottom: 5px;
}

.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;
}

/**文章阅读部分图片大小限制**/

/**底部**/
.wp-footer {
    background: url(images/foot_bg.png) no-repeat;
}

.wp-footer .wp-inner {
    padding: 62px 0;
}

.wp-footer .wp-inner .footer {}

.wp-footer .wp-inner .footer p {
    color: #333;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}