html {
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 tahoma, arial, "Microsoft YaHei", \5b8b\4f53;
    font-family: tahoma, "Microsoft YaHei";
    color: #333;
}

body {
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
}

input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

img {
    vertical-align: middle;
}

fieldset,
img {
    border: 0;
}

iframe {
    display: block;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.clearfix:before,
.clearfix:after {
    display: block;
    overflow: hidden;
    height: 0;
    content: ".";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

* {
    word-break: break-all;
    box-sizing: border-box;
}

 ::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}


/*webkit*/

 :-moz-placeholder {
    font-size: 14px;
    color: #999;
}


/*firefox 4-18*/

 ::-moz-placeholder {
    font-size: 14px;
    color: #999;
}


/*firefox 19+*/

 :-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}


/*ie10+*/

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* background: url("images/xial.png")  calc(100% - 10px) center no-repeat; */
}


/*开头 */

.top {
    width: 100%;
    height: 10px;
    background: #FF9732;
}

.header {
    width: 100%;
    height: 280px;
    background: url(./img/head.png) no-repeat;
    background-position: center;
    z-index: 1;
}

.inner {
    width: 1440px;
    margin: 0 auto;
}

.hd {
    height: 280px;
    /* background-color: pink; */
    padding-top: 45px;
    position: relative;
}

.logo {
    background: url(./img/logo01.png) no-repeat;
    height: 100px;
    z-index: 2;
    width: 263px;
    margin: 0 auto;
    margin-bottom: 29px;
    margin: 0 auto;
    display: block;
}

.size {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}


/* 搜索组件 */

.search {
    width: 320px;
    height: 40px;
    /* background-color: antiquewhite; */
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
}


/* 自定义样式 */

.searchbox {
    width: 320px;
}

.wp-search {
    position: relative;
    background: none;
    border-radius: 2px;
    height: 40px;
    border: 1px solid #FFFFFF;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 32px;
    background: none;
    color: #FFFFFF!important;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: "Microsoft YaHei";
    text-indent: 15px;
}

.wp-search .search-btn {
    width: 40px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 40px;
    height: 38px;
    border: 0;
    outline: 0;
    background: url("./img/search.png") center center no-repeat;
    cursor: pointer;
    background-color: #fff;
}

.wp-search input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}


/* 导航部分 */

.blue {
    height: 60px;
    background: #FF9732;
    box-shadow: 0px 20px 40px 0px rgba(96, 96, 96, 0.1);
    margin-bottom: 60px;
}

.nav {
    height: 60px;
    /* background: pink; */
}


/* 默认样式 */


/*导航样式：后台绑定时也可以定义配置*/

.nav .wp-menu {
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

.nav .wp-menu .menu-item {
    vertical-align: top;
    display: inline-block;
    width: 205px;
    line-height: 40px;
    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
font-weight: bold;
}

.nav .wp-menu .menu-item:hover {
    background-color: #C22829;
}

.nav .wp-menu .menu-item:hover .sub-item .sub-menu {
    display: none;
}

.nav .wp-menu .menu-item:hover .sub-item:hover .sub-menu {
    display: block;
}

.nav .wp-menu .menu-item:hover {
    width: 205px;
    height: 100%;
}

.nav .wp-menu .menu-item a:hover {
    background-color: #C22829;
}

.nav .wp-menu .menu-item.hover a.menu-link:before,
.nav .wp-menu .menu-item:hover a.menu-link:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 10px;
    background: #333;
    transition: all 0.6s ease-in-out;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
    color: #fff;
}

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 100;
    background: #C22829;
    width: 205px;
    min-height: 40px;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 5px 4px;
    font-size: 14px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #FF9732;
    min-height: 40px;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    /* background: #000; */
}


/* 中间部分*/

.mian1 {
    height: 457px;
    /* background-color: pink; */
    width: 100%;
    margin-bottom: 73px;
}

.ml {
    height: 457px;
    /* background-color: beige; */
}

.work {
    height: 32px;
    width: 100%;
    position: relative;
    /* background-color: red; */
    margin-bottom: 37px;
}

.tup {
    width: 32px;
    height: 32px;
    background: url(./img/danghui.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 2px;
}

.dong {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    position: absolute;
    left: 50px;
    top: 2px;
}

.dong1 {
    color: #C22829;
}

.more {
    width: 60px;
    height: 28px;
    border: 1px solid #C22829;
    border-radius: 14px;
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: center;
    font-weight: 400;
    color: #C22829;
    line-height: 24px;
}

.pic {
    width: 100%;
    height: 420px;
    background-color: #fff;
}


/* 轮播图 */

.post-21 {
    float: left;
    width: 690px;
    margin-right: 60px;
    display: inline-block;
}

.post-21 .post-tu {
    height: 388px;
    width: 100%;
    overflow: hidden;
}

.post-21 .swiper-container {
    height: 100%;
}

.post-21 .swiper-slide {
    position: relative;
    background-size: cover;
}

.post-21 .news-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* border-radius: 0 0 4px 4px; */
    padding: 0 10px;
    padding-right: 80px;
    box-sizing: border-box;
    color: #fff;
    z-index: 1;
}

.post-21 .news-title1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* border-radius: 0 0 4px 4px; */
    padding: 0 10px;
    padding-right: 80px;
    box-sizing: border-box;
    color: #fff;
    z-index: 1;
    background: #000000;
    opacity: 0.3;
    height: 40px;
}

.post-21 .news-title .news_bt {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.post-21 .news-title a {
    color: #fff;
}

.post-21 .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 18px;
    left: auto;
    right: 8px;
    width: auto;
    font-size: 0;
}

.post-21 .swiper-pagination-bullet {
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 0;
    line-height: 6px;
    text-align: center;
    cursor: pointer;
    /* opacity: 1; */
    font-size: 0;
    border-radius: 50%;
    background: #ffff;
}

.post-21 .swiper-pagination-bullet-active {
    background: #fff;
    color: #fff;
    border-radius: 50%;
}

.ty {
    height: 388px;
    width: 690px;
    float: right;
    /* background-color: pink; */
}

.vid3 {
    width: 100%;
    height: 139px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 25px;
}

.bt2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 19px;
    display: block;
}

.news_meta1 {
    height: 48px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-bottom: 20px;
}

.time1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}

.bt2:hover {
    color: #C22829;
}

.vid2 {
    height: 224px;
    width: 100%;
    /* background-color: #999; */
}

.ull {
    height: 39px;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 23px;
    display: block;
}

.bt1 {
    margin-left: 15px;
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.bt1:hover {
    color: #C22829;
}

.bt1::before {
    position: absolute;
    content: '';
    left: -12px;
    margin-top: 7px;
    width: 6px;
    height: 6px;
    background: #AA342F;
    border-radius: 50%;
}

.time {
    float: right;
    height: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}


/* 第二部分 */

.mian2 {
    height: 499px;
    width: 100%;
    /* background-color: #999; */
    margin-bottom: 70px;
}

.ma2 {
    height: 499px;
    /* background-color: pink; */
}

.mal {
    float: left;
    width: 690px;
    height: 499px;
    /* background-color: #000; */
}

.work1 {
    height: 32px;
    width: 100%;
    position: relative;
    /* background-color: red; */
    margin-bottom: 42px;
}

.box {
    width: 335px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #C22829;
    padding: 20px 20px 33px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
}

.news_tu {
    width: 110px;
    height: 83px;
    /* border: 1px solid #000; */
    margin-right: 18px;
    display: inline-block;
}

.box .news_tu img {
    width: 110px;
    height: 83px;
}

.do1 {
    height: 83px;
    width: 161px;
    /* background-color: #AA342F; */
    float: right;
}

.do1 h2 {
    height: 51px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    /* background-color: #FF9732; */
    margin-bottom: 15px;
}

.do1 h2:hover {
    color: #C22829;
}

.do1 p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    height: 62px;
    margin-bottom: 21px;
}

.yy {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 10px;
}

.vid8 li:nth-child(2) {
    margin-right: 0px;
    float: right;
}

.vid8 li:nth-child(4) {
    margin-right: 0px;
    float: right;
}

.mal2 {
    float: right;
    width: 690px;
    height: 499px;
    /* background-color: #000; */
}

.box1 {
    width: 100%;
    height: 120px;
    /* background-color: #AA342F; */
    margin-bottom: 30px;
    display: inline-block;
}

.tu1 {
    width: 160px;
    height: 120px;
    /* border: 1px solid #000; */
    float: left;
    margin-right: 30px;
}

.tu1 img {
    width: 160px;
    height: 120px;
}

.do2 {
    width: 500px;
    height: 120px;
    /* background-color: #E0E0E0; */
    float: right;
}

.do2 h2 {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 3px;
}

.do2 h2:hover {
    color: #C22829;
}

.do2 p {
    height: 62px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-bottom: 12px;
}


/* 第三部分 */

.mian3 {
    height: 437px;
    width: 100%;
    /* background-color: #000; */
    margin-bottom: 73px;
}

.ma3 {
    height: 437px;
    /* background-color: pink; */
}

.bt-b {
    margin-left: 15px;
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.easy {
    float: left;
    width: 690px;
    height: 437px;
    /* background-color: #000; */
}

.work2 {
    height: 32px;
    width: 100%;
    position: relative;
    /* background-color: red; */
    margin-bottom: 38px;
}

.size-box {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    display: inline-block;
    margin-bottom: 25px;
}

.si {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    float: left;
}

.si:hover {
    color: #C22829;
}

.tim {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    float: right;
}

.easy2 {
    float: right;
    width: 690px;
    height: 437px;
    /* background-color: #000; */
}

.footer {
    width: 100%;
    height: 160px;
    background: #C22829;
}

.fot {
    height: 160px;
    /* background-color: pink; */
    position: relative;
}

.fot-logo {
    width: 209px;
    height: 80px;
    background: url(./img/logo02.png);
    top: 45px;
    position: absolute;
}

.wenzi {
    height: 37px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    top: 55px;
    position: absolute;
    left: 228px;
}

.dress {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    top: 60px;
    position: absolute;
    right: 0;
}

.dress1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    top: 89px;
    position: absolute;
    right: 150px;
}


/* 列表页 */


/* 列表页 */

.fo {
    height: 300px;
    width: 100%;
    background: url(./img/list.png) no-repeat;
    background-position: center;
}


/**列表页**/


/*栏目图片*/

.l-banner {
    height: 600px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}

.l-banner img {
    display: none;
    vertical-align: top;
    height: 100%;
}


/**主体列表页开始**/

#l-container {
    background: #F5F5F5;
    padding: 60px 0px;
    min-height: 580px;
    width: 100%;
}

#l-container .inner {
    /* padding: 43px 0px; */
}

.mod {
    /* background: #fff; */
}


/**主体文章页开始**/

#d-container {
    background: #fff;
}

#d-container .inner {
    padding: 48px 0px 60px;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.col_menu .l-qh {}

.col_menu .col_menu_head {
    background: #C22829;
    width: 240px;
}


/**位置栏目背景**/

.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;
    /* border-left: 4px solid #036eb7; */
    padding: 0px;
    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: #333333;
    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: #FF9732;
}

.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: #ececec;
}

.col_list .wp_listcolumn .sub_list a.selected {
    background: #ececec;
    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: #C22829;
}


/*三级子栏目**/

.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: #C22829;
}

.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: #FF9732;
}


/**栏目新闻**/

.col_news {
    width: 1100px;
    min-height: 500px;
    float: right;
    background-color: #FFFFFF;
    padding: 0px 40px;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.col_news .col_news_box {}

.col_news_head {
    border-bottom: 1px solid #e0e0e0;
    /* padding-top: 20px; */
    box-sizing: border-box;
    margin-bottom: 29px;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    /* margin-bottom: 20px; */
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft yahei";
    font-weight: 600;
    color: #C22829;
    position: relative;
    padding-left: 17px;
}

.col_metas .col_title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 4px;
    height: 20px;
    background: #C22829;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    color: #999;
    /* margin-bottom: 20px; */
}


/**当前位置**/

.col_metas .col_path a {
    color: #999;
}

.col_metas .col_path a:last-child {
    color: #C22829;
}

.col_news_con {
    padding: 0;
    margin: 0;
}


/* .col_news_list {
    margin-top: 29px;
} */


/* .col_news_list .news_list2 li {}
    
    .col_news_list .news_list2 li a {
        display: block;
        padding: 30px 0;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .col_news_list .news_list2 li a:hover {
        background: #036eb7;
        border-color: #036eb7;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    }
    
    .col_news_list .news_list2 li a:hover {
        padding-left: 30px;
    }
    
    .col_news_list .news_list2 li a:hover .news_title,
    .col_news_list .news_list2 li a:hover .news_meta,
    .col_news_list .news_list2 li a:hover .news_time {
        color: #fff;
    }
     */

.col_news_list .wp_article_list .list_item {
    list-style-type: disc!important
}


/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item .Article_Index {
    list-style-type: disc!important
}


/**栏目新闻图标序号**/

.news1 {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #999999;
    border-radius: 50%;
}

.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_list .news_list li.news {
    border-bottom: #cccbcb 1px dashed;
    padding: 5px 0;
    margin-bottom: 23px;
}

.col_news_list .news_list li.news .news_title {
    font-size: 16px;
    line-height: 35px;
    color: #333333;
}

.col_news_list .news_list li.news .news_title:hover {
    color: #C22829;
}

.col_news_list .news_list li.news .news_meta {
    float: right;
    font-size: 14px;
    line-height: 35px;
    color: #999999;
}

.foot2 {
    width: 100%;
    height: 346px;
    background: url(./img/foot2.png) no-repeat;
    position: absolute;
    background-position: center;
}


/**翻页**/

.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    text-align: center;
    padding-top: 30px;
}

.wp_paging input {
    font-size: 12px;
    *font-size: 100%;
}

.wp_paging li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: none;
    margin-top: 5px;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.wp_paging li em {
    font-style: normal;
}

.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: 25px;
    height: 25px;
}

.wp_paging li a:hover {
    color: #000;
}

.wp_paging li a span {
    margin: 0;
}

.wp_paging li input {
    font-size: 12px;
    *font-size: 100%;
    width: 24px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 4px;
    text-align: center;
}

.wp_paging li input:focus {
    outline: none;
}


/** 分页栏 **/

.col_news_con .pages {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    text-align: center;
    padding-top: 0px;
}

.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: #036eb7;
}

.col_news_con .pages li a.page-number {
    display: inline-block;
    border: 1px solid #036eb7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #036eb7;
}

.col_news_con .pages li a.page-number:hover,
.col_news_con .pages li a.pgCurrent {
    border: 1px solid #036eb7;
    background: #036eb7;
    color: #fff;
}

#wp_pager {
    text-align: center;
    padding-top: 20px;
}

#wp_pager ul.pages {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 0;
    font-size: 13px;
    text-transform: capitalize;
    border: none;
}

#wp_pager ul.pages li {
    float: left;
    margin: 0 10px;
    line-height: 42px;
    list-style: none;
    color: #333;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

#wp_pager ul.pages li:hover {
    background: none;
    border: 0;
}

#wp_pager ul.pages li a {
    display: inline-block;
    line-height: 42px;
    padding: 0;
    color: #036eb7;
}

#wp_pager ul.pages li a:hover {
    border: 1px solid #036eb7;
    color: #fff;
}

#wp_pager ul.pages li a.pgNext {
    color: #036eb7;
    border: 0;
}

#wp_pager ul.pages li.pgEmpty {
    display: none;
}

#wp_pager ul.pages li a.pgCurrent {
    color: #fff;
    font-weight: 500;
    border: 1px solid #036eb7;
    /* height: 235px; */
}


/* 文章页 */


/* 文章页 */

.big {
    min-height: 680px;
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px 0px;
    margin: 0 auto;
}

.bi {
    /* height: 1230px; */
    background-color: #fff;
    padding-top: 15px;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.list-head {
    height: 24px;
    width: 1400px;
    /* background-color: red; */
    padding-right: 60px;
    padding-left: 60px;
}

.col_news {
    width: 1100px;
    min-height: 24;
    float: right;
}

.col_news .col_news_box {
    /* margin-left: 300px; */
    box-sizing: border-box;
    padding-bottom: 30px;
}

.col_news_head {
    border-bottom: 1px solid #e0e0e0;
    margin-top: 30px;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 24px;
}


/**当前位置**/

.col_metas .col_path a {
    color: #999;
}

.col_metas .col_path a:last-child {
    color: #C22829;
}

.con3 {
    min-height: 500px;
    /* background-color: red; */
    margin-top: 45px;
    padding: 40px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #333;
}


/**文章标题**/

.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-bottom: 30px;
    text-align: center;
    /* border-bottom: 1px solid #ececec; */
}

.article .arti_metas span {
    margin: 0 8px;
    font-size: 14px;
    color: #787878;
}


/**文章其他属性**/

.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);
}


/**文章阅读部分图片大小限制**/

.article .entry .read table {
    margin: 0 auto;
    border: none;
}

.blue1 {
    height: 60px;
    background: #FF9732;
    box-shadow: 0px 20px 40px 0px rgba(96, 96, 96, 0.1);
}


/* 后台基层风采改的样式 */
.pv {
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    height: 62px;
    margin-bottom: 10px;
}