@charset ;

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;}

table {
    border-collapse: collapse;
    border-spacing: 0;}

caption,
th {
    text-align: left;
    font-weight: normal;}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;}

img {
    vertical-align: top;}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;}

[hidefocus],
summary {
    outline: 0;}

li {
    list-style: none;}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;}

sup,
sub {
    font-size: 83%;}

pre,
code,
kbd,
samp {
    font-family: inherit;}

q:before,
q:after {
    content: none;}

textarea {
    overflow: auto;
    resize: none;}

label,
summary {
    cursor: default;}

a,
button {
    cursor: pointer;}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;}

:focus {
    outline: 0;}

/*备用样式表*/
.none {
    display: none;}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;}

.hidden {
    visibility: hidden;}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;}

.clearfix {
    display: block;
    *zoom: 1;}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.jpg) no-repeat;}

/*css3扩展*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;}

::-webkit-input-placeholder {
    color: #fff;}

:-moz-placeholder {
    color: #fff;}

::-moz-placeholder {
    color: #fff;}

:-ms-input-placeholder {
    color: #fff;}

/* 选择历史记录的文字颜色和背景颜色 */
input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite !important;
    /* 选择历史记录的文字颜色*/
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 50000s ease-in-out 0s !important;
    transition: background-color 50000s ease-in-out 0s !important;
    background-color: transparent !important;
    background-image: none !important;
    /* 选择历史记录的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;}

input[type=number],
input[type=password],
input[type=text],
textarea {
    -webkit-appearance: none;}

/**布局开始**/
* {
    box-sizing: border-box;}

body {
    line-height: 1;
    font-size: 14px;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
    color: #333;
    background: url(images/bg1.jpg) center 1234px no-repeat;
      background-size: auto;
    background-size: auto;
    min-width: 1200px;
    background-size: 3305px 1107px;}

p {
    line-height: 1.75;}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s linear;}

a:hover {
    color: #c22829;}


.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
;}

.f_around {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;}

.f_start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;}

.f_end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;}

.f_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;}

.f_middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;}

.f_top {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;}

.f_bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;}

.f_stretch {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;}

.f_col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;}

.f_row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;}

.wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;}

.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}

.hide-text-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;}

.inner {
    width: 1200px;
    margin: 0 auto;}

/**页面全局宽度**/
.ml {
    float: left;}

.mr {
    float: right;}

/*head开始*/

#header {
    background: url(images/banner.png) center top no-repeat;}

#header .inner {
    height: 550px;}

.header .head-left {
    float: left;
    display: inline-block;
    padding-top: 54px;}

.header .sitelogo {
    height: 80px;}

.header .sitetitle {
    height: 80px;
    margin-left: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;}

/**站点名称**/

/*lang样式*/
.site-lang {
    height: 24px;}

.site-lang ul li {
    margin-left: 30px;
    float: right;}

.site-lang ul li.links a {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-left: 30px;}

.site-lang ul li:nth-child(1).links a {
    background: url(images/dang.jpg) left top no-repeat;}

.site-lang ul li:nth-child(2).links a {
    background: url(images/home.jpg) left top no-repeat;}

/*自定义输入框*/
.searchbox {
    text-align: right;
    width: 280px;
    height: 32px;}

.wp-search {
    position: relative;
    border: 1px solid #fff;
    box-sizing: border-box;}

.wp-search form {
    display: block;}

.wp-search .search-input {
    margin-right: 30px;
    color: #fff;}

.wp-search .search-input input.search-title {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: "Microsoft YaHei";
    text-indent: 12px;}

.wp-search .search-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;}

.wp-search .search-btn input.search-submit {
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background: #fff url(images/search.jpg) center center no-repeat;
    cursor: pointer;}

.wp-search input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;}

/*默认主导航样式*/
#nav {
    background: #fff;
    height: 60px;
    box-sizing: border-box;}

#nav .inner .wp-panel,
#nav .inner .wp-window {
    height: 60px;}

.nav_left {
    float: left;}

.nav_right {
    float: right;
    width: 280px;
    padding-top: 15px;}

/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
    margin: 0 auto
;}

.wp-menu .menu-item {
    display: inline-block;
    position: relative;}

.wp-menu .menu-item.i1 {
    background: none;}

.wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 50px;
    min-width: 168px;
    line-height: 60px;
    color: #c22829;
    font-size: 20px;
    font-weight: bold;
    position: relative;}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item:hover a.menu-link,
.wp-menu .menu-item a.hover {
    color: #fff;
    background: #f5a43b;}

.wp-menu .menu-item.hover a.menu-link:before,
.wp-menu .menu-item:hover a.menu-link:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #f56c3b
;}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    min-width: 100%;
    z-index: 100;
    background: #f6f6f6;}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;}

.sub-menu .sub-item a {
    display: block;
    color: #000;
    line-height: 30px;
    padding: 10px 17px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    background: none;
    text-align: center;}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #f5a43b;
    display: block;}

.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;}


.main1 {
    box-shadow: inset 0px 0px 50px -30px #333;
    padding: 55px 0 48px;}

.main2 {
    
    padding: 42px 0 64px;}

.main3 {
    background: #fff;
    box-shadow: inset 0px 0px 50px -30px #333;
    padding: 52px 0 64px;}

.main4 {
    background: url(images/bg2.jpg) center top no-repeat;
    background-size:100%;
    padding: 44px 0 64px;}

/**标题栏**/
.index_title {
    padding-bottom: 27px;
    border-bottom: 2px solid #c22829;}

.half .index_title {
    padding-bottom: 17px;
    border-bottom: 1px solid #c22829;}

.index_title .bt {
    height: 54px;
    font-size: 32px;
    font-weight: bold;
    color: #c22829;
    line-height: 54px;
    padding-left: 50px;}

.bt_01 {
    background: url(images/icon1.jpg) left center no-repeat;}

.bt_02 {
    background: url(images/icon2.jpg) left center no-repeat;}

.bt_03 {
    background: url(images/icon3.jpg) left center no-repeat;}

.bt_04 {
    background: url(images/icon4.jpg) left center no-repeat;}

.bt_05 {
    background: url(images/icon5.jpg) left center no-repeat;}

.more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 136px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #c22829;
    border-radius: 6px;
    text-align: center;}

.more_btn a {
    display: block;
    line-height: 38px;}

.more_btn .more_text,
.more_btn a {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #c22829;}

.more_btn a:hover .more_text {
    color: #c22829;}

.half .more_btn {
    width: 76px;
    height: 26px;
    line-height: 24px;
    border-radius: 4px;}

.half .more_btn a {
    line-height: 24px;}

/**首页布局**/
.main1 .index_title {
    margin-bottom: 38px;}

.main2 .index_title,
.main3 .index_title {
    margin-bottom: 68px;}

.main4 .index_title {
    margin-bottom: 10px;}

.main1 .index_more {
    margin-top: 32px;}

.main2 .index_more {
    margin-top: 45px;}

.main3 .index_more {
    margin-top: 58px;}

.main1 .ml {
    float: left;
    width: 550px;}

.main1 .mr {
    float: right;
    width: 615px;}

.main2 .ml {
    float: left;
    width: 818px;}

.main2 .mr {
    float: right;
    width: 364px;}

.half {
    width: calc(50% - 30px)
;}

/**图片新闻**/
.tucon {
    width: 550px;
    height:400px;}

.tucon .swiper-container {
    width: 100%;
    height: 100%;}

.tucon .swiper-slide {
    background-position: center;
    background-size: cover;}

.tucon .slide-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;}

.tucon .news-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(194, 40, 41);
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 180px;
    height: 47px;
    width: 100%;
    display: block;
    overflow: hidden;}

.tucon .news_bt {
    line-height: 47px;
    font-size: 18px;
    color: #fff;}

.tucon .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 20px;
    left: auto;
    right: 20px;
    width: auto;}

.tucon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px 0 0;
    width: 8px;
    height: 8px;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    font-size: 12px;}

.tucon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;}

/*列表*/
.news_01 .box {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;}

.news_01 .newbt {
    line-height: 26px;
    font-size: 24px;
    font-weight: bold;
    color: #c22829;
	height: 52px; overflow:hidden;}

.news_01 .newwz {
    margin-top: 14px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #999;}

.news_01 .newwz a.link {
    color: #c22829;}

.news_01 .newdate {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #999;}

.news_01 li {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 4px;}

.news_01 li a {
    display: block;
    font-size: 16px;
    position: relative;
    height: 56px;overflow:hidden;
    padding-left: 15px;
    padding-right: 90px;
	padding-top:4px;
	padding-bottom:4px;}

.news_01 li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #c22829;}

.news_01 li a .btlink {
    line-height: 24px;}

.news_01 li a .date {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 56px;
    font-size: 14px;
    color: #999;}

.news_02 li {
    width: 262px;
    background: #fff;}

.news_02 .pic {
    height: 148px;
    position: relative;
    overflow: hidden;}

.pic_img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;}

.pic_img:hover img {
    transform: scale(1.1, 1.1);}

.news_02 .info {
    padding: 20px 20px 32px 20px;}

.news_02 .info .btlink {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    height: 56px;}

.news_02 .info .date {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    background: #c22829;
    border-radius: 4px;
    padding: 0 6px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;}

.news_02 .info a:hover .btlink {
    color: #c22829;}

.news_03 {
    background: #fff;
    padding: 22px 20px;}

.news_03 li a {
    display: block;
    font-size: 16px;
    color: #000;
    position: relative;
    height: 42px;
    padding-left: 22px;
    background: url(images/icon2.jpg) left center no-repeat;
    background-size: 13px 13px;
    padding-right: 70px;}

.news_03 .btlink {
    line-height: 42px;}

.news_03 li .date {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    font-size: 12px;
    color: #999;}

.news_03 li a:hover .btlink {
    color: #c22829;}

.news_04 {
    border: 1px solid #c22829;
    border-radius: 10px;}

.news_04 .pic {
    width: 240px;
    height: 134px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;}

.news_04 .info {
    width: calc(100% - 260px);
    padding-right: 20px;}

.news_04 .info .btlink {
    font-size: 16px;
    font-weight: bold;
    text-indent: 46px;
    line-height: 30px;
    height: 90px;
    position: relative;}

i.arrow {
    position: absolute;
    left: 0;
    top: 5px;
    width: 31px;
    height: 20px;
    background: url(images/icon6.jpg) right center no-repeat;}

i.arrow:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    content: '';
    width: 22px;
    height: 2px;
    background: #c22829;}

.news_05 {
    padding-top: 0.1px;}

.news_05 li {
    margin-top: 40px;
    border: 1px solid #c22829;
    border-radius: 10px;}

.news_05 li .btlink {
    display: block;
    font-size: 20px;
    line-height: 58px;
    position: relative;
    padding-left: 110px;
    padding-right: 20px;}

.news_05 i.arrow {
    left: 23px;
    top: 17px;}

.news_05 li .btlink:before {
    position: absolute;
    content: '';
    left: 82px;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background: #e0e0e0;}

.news_05 li .btlink:hover i.arrow {
    width: 40px;
    transition: all 0.2s linear;}

.news_05 li .btlink:hover i.arrow:before {
    width: 30px;
    transition: all 0.2s linear;}

.news_06 li {
    border-bottom: 1px solid #c22829;
    padding-top: 8px;}

.news_06 li a {
    height: 66px;
    position: relative;
    padding-right: 90px;
    padding-left: 25px;
    background: url(images/icon7.jpg) left center no-repeat;
    display: block;
    color: #000;}
.news_06 li a:hover a {
    height: 66px;
    position: relative;
    padding-right: 90px;
    padding-left: 25px;
  
    display: block;
    color: #000;}


.news_06 li a .news_wz {
    line-height: 66px;
    font-size: 18px;}

.news_06 li a:hover {
    color: #fff;
    background: #c22829 url(images/icon6-hover.jpg) 10px center no-repeat;
    border-radius: 4px;}

.news_06 li a:hover .news_date {
 
    color: #fff;}


.news_06 li a:hover .news_wz  {
 padding-left: 10px;
    transition: all 0.2s linear;}

.news_06 li a .news_date {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 66px;
    font-size: 14px;
    color: #7e7e7e;}


.news_07 {
    padding-top: 4px;}

.news_07 li {
    border-bottom: 1px dashed #e0e0e0;
    padding-top: 8px;}

.news_07 li a {
    height: 65px;
    position: relative;
    padding-right: 20px;
    padding-left: 150px;
    display: block;
    color: #333;}

.news_07 li a .news_wz {
    position: relative;
    z-index: 2;
    line-height: 65px;
    font-size: 18px;}

.news_07 li a .news_date {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 65px;
    font-size: 16px;
    color: #666;}

.news_07 li a .day {
    font-size: 22px;
    font-weight: 600;
    color: #c22829;
    vertical-align: top;
    line-height: 50px;}

.news_07 li a .xian {
    font-size: 30px;
    font-weight: 600;
    color: #c22829;
    line-height: 65px;}

.news_07 li a:before {
    position: absolute;
    content: '';
    z-index: 2;
    top: 50%;
    left: 129px;
    margin-top: -14px;
    height: 28px;
    width: 1px;
    background: #e0e0e0;}

.news_07 li a:hover {
    color: #fff;}

.news_07 li a:hover:after {
    transition: all 0.2s linear;
    position: absolute;
    content: '';
    z-index: 1;
    left: -4px;
    top: -8px;
    padding-top: 8px;
    bottom: -1px;
    padding-bottom: 1px;
    right: 0;
    background: #c22829;
    border-radius: 4px;}



.news_07 li a:hover:before {
    background: #fff;
    left: 136px;
    transition: all 0.2s linear;}

.news_07 li a:hover .news_date {
    color: #fff;
    left: 20px;
    transition: all 0.2s linear;}

.news_07 li a:hover .day,
.news_07 li a:hover .xian {
    color: #fff;}


/**页脚**/
#footer {
    background: #b81f1d;}

#footer .inner {
    padding: 35px 0;
    min-height: 36px;
    box-sizing: border-box;}

#footer .foot_wz {
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;}

.min-h {
    min-height: 40px;}

/**列表页**/
/*栏目图片*/

.wp-inner {
    min-height: 330px;
    background: url(images/list_banner.jpg) center no-repeat;}

.l-banner {
    height: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;}

.l-banner img {
    display: none;
    vertical-align: top;
    height: 100%;}

#container-1 {}

/**主体列表页开始**/
#l-container,
#d-container {
    background: #fbf8f1;
    padding: 30px 0 40px;}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;}

.col_menu .l-qh {}

.col_menu .col_menu_head {
    background: #c22829;}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    height: 80px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 80px;
    text-align: center;}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 0;
    background: #fff;
    padding: 0;
    box-sizing: border-box;}

/*栏目列表*/
.col_list {
    min-height: 60px;}

.col_list .wp_listcolumn {
    border: 0px;}

.col_list .wp_listcolumn .wp_column a {
    background-image: none;
    display: block;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 15px 0px;
    line-height: 30px;}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column a.parent {
    color: #fff;
    background: #b81f1d;}

.col_list .wp_listcolumn .wp_column a.col_item_link i {
    position: absolute;
    content: '';
    right: 48px;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 14px;
    display: none;}

.col_list .wp_listcolumn .wp_column a.col_item_link:hover i,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected i,
.col_list .wp_listcolumn .wp_column a.col_item_link.parent i {
    display: block;}

.col_list .wp_listcolumn .sub_list .wp_column a {
    color: #454545;
    background: none;
    border-bottom: 1px solid #bbb;}

/*二级子栏目**/
.col_list .wp_listcolumn .sub_list a {
    font-weight: normal;
    font-size: 16px;
    color: #333;}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 30px;
    padding: 10px 0;
    cursor: pointer;}

.col_list .wp_listcolumn .sub_list a:hover {
    background: #f6f6f6;}

.col_list .wp_listcolumn .sub_list a.selected {
    background: #f6f6f6;
    font-weight: 600;}

.col_list .wp_listcolumn .sub_list a:hover span.column-name,
.col_list .wp_listcolumn .sub_list a.selected span.column-name {
    color: #000;}


/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    font-size: 14px;
    position: relative;}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #bbb;}

.col_list .wp_listcolumn .sub_list .sub_list a:hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: 400;
    color: #b81f1d;}

.col_list .wp_listcolumn .sub_list .sub_list a:hover .column-name:before,
.col_list .wp_listcolumn .sub_list .sub_list a.selected .column-name:before {
    background: #f6f6f6;}

/**栏目新闻**/
.col_news {
    width: 100%;
    float: right;}

.col_news .col_news_box {
    margin-left: 280px;
    background: #fff;
    min-height: 500px;
    box-sizing: border-box;
    padding: 10px 30px 40px;}

.col_news_head {
    border-bottom: 1px solid #e0e0e0;}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 64px;
    line-height: 64px;}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft yahei";
    font-weight: 600;
    color: #333;
    border-bottom: 0px solid #036eb7;
    margin-bottom: 0;
    padding-left: 26px;
    position: relative;}

.col_metas .col_title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 6px;
    height: 24px;
    background: #c22829;}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 64px;
    line-height: 64px;
    color: #c22829;}

/**当前位置**/
.path_name {
    color: #c22829;
    padding-left: 25px;
    background: url(images/home.jpg) left center no-repeat;}

.col_metas .col_path a {
    color: #c22829;}

.col_metas .col_path a:last-child {
    color: #c22829;}

.col_news_con {
    padding: 0;
    margin: 0;}

.col_news_list {
    margin-top: 7px;}

.col_news_list .news_list li.news {
    border-bottom: 1px solid #e0e0e0;}

.col_news_list .news_list li.news .news_title {
    display: block;
    width: calc(100% - 130px);
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 54px;}

.col_news_list .news_list li.news .news_meta {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #999;}

.col_news_list .news_list li.news a:hover .news_title {
    color: #c22829;}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;}

.col_news_list .wp_entry p {
    margin-bottom: 10px;}

.col_news_list .wp_entry table {
    margin-bottom: 4px;}

.col_news_list .wp_entry img {
    max-width: 800px;
    _width: expression(this.width > 800 ? "800px" : this.width);}

/**列表页文章图片大小限制**/
.col_news_list .wp_entry,
.col_news_list .wp_entry table {
    margin: 0 auto;}

/** 分页栏 **/

.col_news_con .pages li {
    float: none;
    display: inline-block;
    margin: 0 10px;}

.col_news_con .pages li a {
    font-size: 16px;}

.col_news_con .pages li a.pgNext {
    color: #b81f1d;}

.col_news_con .pages li a.page-number {
    display: inline-block;
    border: 1px solid #b81f1d;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    line-height: 34px;
    color: #b81f1d;}

.col_news_con .pages li a.page-number:hover,
.col_news_con .pages li a.pgCurrent {
    border: 1px solid #b81f1d;
    background: #b81f1d;
    color: #fff;}


/**主体文章页开始**/
#d-container .inner {
    padding: 10px 30px 30px;
    background: #fff;
    box-sizing: border-box;}

.infobox {
    margin: 0 auto;
    margin-top: 28px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 20px 40px 40px;}

.article {
    padding-top: 24px;}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #333;
    margin-bottom: 6px;}

/**文章标题**/
.article h2.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #1B1B1B;}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    font-size: 14px;}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 14px;
    color: #999;}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    min-height: 300px;}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 16px;
    color: #333;}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
    display: block;}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none;}
