@charset "utf-8";
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;
}

html {
    overflow-x: hidden;
}

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;
}

.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.png) no-repeat;
}


/*css3扩展*/

body:before {
    display: none;
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}


/**布局开始**/

body {
    background: #fff;
    line-height: 1;
    font-size: 13px;
    font-family: Bahnschrift, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #095ab5;
}


/*页面尺寸*/

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
}


/**页面全局宽度**/

.top_main {
    position: relative;
}

.mbanner {
    position: relative;
    z-index: 1;
}


/*headtop*/

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}


/*head开始*/

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#header .inner {
    height: 160px;
    position: relative;
    z-index: 2;
}

.header .head-left {
    float: left;
    display: inline-block;
    padding-top: 45px;
    width: 530px;
}

.header .sitelogo {
    float: left;
}

.header .sitelogo img {
    width: 100%;
    display: block;
}

.header .head-right {
    float: right;
    padding-top: 60px;
}

.head-mainrt {
    float: right;
    padding-left: 20px;
    padding-top: 2px;
}

.sousuo {
    float: right;
    width: 34px;
    height: 34px;
    position: relative;
    background: url(images/search.png) no-repeat center;
}


/**搜索**/

.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    background: #fff;
    width: 209px;
    height: 36px;
    opacity: 0.3;
    filter: Alpha(opacity=30)
}

.wp_search #keyword {
    width: 177px!important;
    padding: 4px 0;
    border: none;
    height: 28px;
    line-height: 28px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.wp_search .search {
    width: 32px;
    height: 32px;
    border: 0px;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}


/***自定义搜索*/

.searchbox {
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0;
    overflow: hidden;
    background: #8e8fc3;
    transform: translateX(0);
    width: 0px;
    text-align: right;
    margin-top: 0;
    transition: all 0.4s;
}

.wp-search {
    border: 0;
}

.wp-search form {
    display: block;
    padding-right: 34px;
}

.wp-search .search-input {
    margin-right: 0;
    height: 34px;
    box-sizing: border-box;
    padding: 2px;
    position: relative;
}

.wp-search .search-input input.search-title {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: #fff;
}

.wp-search .search-btn {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
}

.wp-search .search-btn input.search-submit {
    width: 34px;
    height: 34px;
    border: 0;
    outline: 0;
    background: #8e8fc3 url(images/search.png) no-repeat center;
    cursor: pointer;
}

.sousuo:hover .searchbox {
    width: 320px;
}

.sousuo:hover .sousuo_btn {
    z-index: 10;
}

.head-nav {
    float: right;
    height: 40px;
}


/*默认主导航样式*/

#nav {}

.nav .inner {
    width: 100%;
    height: auto;
}

.nav .wp-menu {
    height: 40px;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    position: relative;
    height: 40px;
    margin-left: 22px;
    text-align: center;
}

.nav .wp-menu .menu-item>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    -webkit-transition: all 0.3s;
}

.nav .wp-menu li.menu-item.hover a.menu-link {
    color: #bd9f68;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 100;
    background: rgba(196, 157, 98, 0.9);
}

.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;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: rgba(0, 0, 0, 0.2);
}


/**主页banner开始**/

#banner {}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}


/**主体模块样式**/

#m-container {}

#m-container .inner {}

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.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;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.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-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


/*banner*/

.mbanner .swiper-slide {
    height: 760px;
}

.mbanner .setp {
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.mbanner .swiper-pagination-fraction {
    position: absolute;
    left: auto;
    right: 100px;
    width: 100px;
    bottom: 60px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    z-index: 2000;
}

.mbanner .swiper-pagination-fraction span {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.mbanner .swiper-button-next,
.mbanner .swiper-button-prev {
    top: auto;
    bottom: 60px;
    left: auto;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    z-index: 100;
    cursor: pointer;
    opacity: 1;
    position: absolute;
}

.mbanner .swiper-button-prev {
    background: url(images/focusPrev.png) center no-repeat;
    border: 1px solid #fff;
    background-size: 33px 30px;
    right: 200px;
}

.mbanner .swiper-button-next {
    background: url(images/focusNext.png) center no-repeat;
    border: 1px solid #fff;
    background-size: 33px 30px;
    right: 45px;
}

.mbanner .swiper-button-prev.swiper-button-disabled,
.mbanner .swiper-button-next.swiper-button-disabled {
    border: 0;
}


/**首页三列布局**/

.mainbg1 {
    background: url(images/bg1.png) center top repeat-y;
    padding: 120px 0 110px;
}

.mainbg2 {
    background: url(images/bg2.png) center top repeat-y;
    padding: 120px 0 110px;
}

.mainbg3 {
    background: #fff;
    padding: 100px 0 110px;
}

.mainbg4 {
    background: url(images/bg4.png) center top repeat-y;
    padding: 110px 0;
}

.mainbg1 .ml {
    float: left;
    width: 42.5%;
}

.mainbg1 .mr {
    float: right;
    width: 51%;
}

.mainbg1 .mr img {
    width: 100%;
}

.mainbg1 .more_btn {
    margin-top: 80px;
}

.title .bt {
    line-height: 37px;
    font-size: 32px;
    font-weight: 600;
}

.title .small {
    font-size: 16px;
    line-height: 34px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
}

.more_btn a {
    display: block;
    width: 242px;
    height: 63px;
    background: url(images/more1.png) center center no-repeat;
}

.more_btn a:hover {
    background: url(images/more2.png) center center no-repeat;
}

.news1 {
    margin-top: 43px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.mb {
    margin-top: 70px;
}

.mb li {
    border-right: 1px solid #999;
    box-sizing: border-box;
    width: 30%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.mb li:first-child {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.mb li:last-child {
    border-right: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.mb .wz1 {
    font-size: 32px;
    color: #379982;
}

.mb .wz1 span {
    font-size: 16px;
}

.mb .wz2 {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.mainbg2 .title .bt {
    color: #fff;
}

.item_list {
    margin-top: 55px;
	position:relative;
}

.item_list li {
    width: calc(25% - 30px);
    background: #fff;
    position: relative;
}

.item_list li a {
    display: block;
    position: relative;
    z-index: 2;
}

.item_list li:hover:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background: #379982;
}

.item_list li .pic {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.item_list li .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.item_list li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item_list li .wz {
    padding: 17px;
    line-height: 36px;
    text-align: center;
    color: #333;
    font-size: 24px;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.item_list li:hover .wz {
    color: #fff;
}



.item_list .swiper-slide {
    width:328px;
    background: #fff;
    position: relative;
}

.item_list .swiper-slide a {
    display: block;
    position: relative;
    z-index: 2;
}

.item_list .swiper-slide:hover:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background: #379982;
}

.item_list .swiper-slide .pic {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.item_list .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.item_list .swiper-slide:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item_list .swiper-slide .wz {
    padding: 17px;
    line-height: 36px;
    text-align: center;
    color: #333;
    font-size: 24px;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
    height: 65px;
}

.item_list .swiper-slide:hover .wz {
    color: #fff;
}

.item_list .swiper-button-next, .item_list .swiper-button-prev{ background-color:#fff; width:72px; height:72px; margin-top:-36px; border-radius:50%;}






.pic_list {
    margin-top: 50px;
    position: relative;
}

.pic_list .swiper-container {
    position: relative;
    height: 510px;
}

.pic_list .swiper-slide {
    margin-right: 100px;
    height: 510px;
    float: left;
    width: 400px;
    position: relative;
}

.pic_list .swiper-slide:last-child {
    margin-right: 0;
}

.main_news .lei {
    padding: 0 18px;
    line-height: 34px;
    border: 1px solid #1d2088;
    font-size: 16px;
    color: #1d2088;
    border-radius: 20px;
    margin-right: 10px;
}

.main_news .time {
    font-size: 16px;
    color: #333;
}

.main_news .bt1 {
    margin-top: 25px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
}

.main_news .bt2 {
    margin-top: 12px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.main_news .tu {
    margin-top: 25px;
    height: 225px;
    position: relative;
    overflow: hidden;
}

.main_news .tu .img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.main_news .tu:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main_news .more {
    margin-top: 25px;
    line-height: 30px;
    font-size: 14px;
    color: #1d2088;
    padding-left: 16px;
    background: url(images/arrow.png) left center no-repeat;
    text-align: left;
}

.pic_list .swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.pic_list .swiper-scrollbar {
    background: #e0e0e0;
    height: 4px;
}

.pic_list .swiper-scrollbar-drag {
    background: #1d2088;
}

.term .more_btn {
    margin: 0 auto;
    margin-top: 65px;
    width: 242px;
}

.term .more_btn a {
    background: url(images/more2.png) no-repeat;
}

.term_list {
    margin-top: 35px;
    height: 330px;
    position: relative;
}

.term_list .swiper-container {
    width: 100%;
    height: 100%;
}

.term_list .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
}

.term_list .swiper-slide-active,
.swiper-slide-duplicate-active {}

.term_list .tu {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
}

.term_list .tu img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.term_list .name {
    margin-top: 18px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
}

.term_list .job {
    margin-top: 8px;
    line-height: 22px;
    font-size: 14px;
    color: #379982;
}

.term_list .swiper-slide-active .tu,
.swiper-slide-duplicate-active .tu {
    width: 220px;
    height: 220px;
}

.term_list .swiper-slide-active .tu img,
.swiper-slide-duplicate-active .tu img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.term_list .swiper-slide-active .tu:before,
.swiper-slide-duplicate-active .tu:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: 1px solid #379982;
    border-radius: 50%;
}


/**页脚开始**/

#footer {
    background: #1d2088 url(images/footbg.png) left top no-repeat;
    font-size: 14px;
    color: #fff;
}

#footer .bottom_nav {
    padding-top: 29px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_nav .head-nav {
    float: none;
}

.bottom_nav .nav .wp-menu {
    text-align: center;
}

#footer .bottom {
    padding: 48px 0;
    position: relative;
}

#footer .logo {
    margin: 0 auto;
    width: 530px;
}

#footer .logo img {
    width: 100%;
}

#footer .footwz {
    margin: 0 auto;
    width: 530px;
    padding: 28px 0 24px;
    padding-left: 82px;
}

#footer .footwz li {
    margin-top: 10px;
    line-height: 22px;
    padding-left: 28px;
    font-size: 16px;
    color: #fff;
}

#footer .footwz li span {
    color: #acaee1;
}

#footer .footwz li:first-child {
    margin-top: 0;
}

#footer .footwz li.addr {
    background: url(images/addr.png) left center no-repeat;
}

#footer .footwz li.call {
    background: url(images/call.png) left center no-repeat;
}

#footer .footwz li.mail {
    background: url(images/mail.png) left center no-repeat;
}

#footer .copyright {
    margin: 0 auto;
    width: 530px;
    padding: 10px 0;
    padding-left: 82px;
    font-size: 14px;
    color: #acaee1;
}

#footer .ma {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100px;
}

#footer .ma img {
    display: block;
    width: 100px;
    height: 100px;
}

#footer .ma .wz {
    text-align: center;
    padding-top: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}


/*滚动Arrows */

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
    height: 62px;
    width: 60px;
    background: url(images/slickarrow2.png) no-repeat;
    top: 50%;
    margin-top: -30px;
    border: 0px solid #d4d8d9;
    border-radius: 50%;
    outline: none;
}

.slick-prev {
    left: -95px;
    background-position: 0px 0px;
}

.slick-prev:hover {
    background-position: 0px 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-prev:before {
    content: '';
}

.slick-next {
    right: -95px;
    background-position: right 0px;
}

.slick-next:hover {
    background-position: right 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-next:before {
    content: '';
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}


/**新闻列表**/

.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}


/***********************************************************
 * 列表页
 */


/*栏目图片*/

.l-banner {
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    vertical-align: top;
}

.l-banner img {
    width: 100%;
    height: 100%;
    display: none;
}

.column-banner {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    text-align: left;
    background: url(images/l-banner.png) center center no-repeat;
    background-size: cover;
    padding-top: 160px;
}

.column-banner .inner {
    position: relative;
    z-index: 1;
}

.column-banner .tit1 {
    font-size: 36px;
    color: #fff;
    line-height: 60px;
    font-weight: 600;
}

.column-banner .tit2 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.column-banner .overlay {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/**主体列表页开始**/

#l-container {
    background: #fff;
}

#l-container .inner {
    padding: 55px 0 30px;
}

.page_place {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.column-breadcrumb {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    padding-left: 28px;
    background: url(images/back.png) left center no-repeat;
}


/*栏目列表*/

#d-container {
    padding: 60px 0 100px;
    background: #f5f5f5;
    box-sizing: border-box;
}

#d-container .inner {
    padding: 1px 40px 60px;
    background: #fff;
    box-shadow: 0 0px 18px rgba(0, 0, 0, .16);
    box-sizing: border-box;
}
.list-nav{
	width: 1400px;
    margin: 0 auto;
}











.col_list { margin-bottom:40px;}

.col_list .wp_listcolumn .wp_column {
    float: left;
    width: 200px; margin-left:20px;
    position: relative;
}
.col_list .wp_listcolumn .wp_column:first-child{ margin-left:0;}
.col_list .wp_listcolumn .wp_column .col_item_link {
    position: relative;
    display: block;
    height: 47px;
	box-sizing:border-box;
	border:1px solid #1d2089;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #1d2089;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.col_list .wp_listcolumn .wp_column .col_item_link:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    
}

.col_list .wp_listcolumn .wp_column .col_item_link .column-name {
    display: block;
}

.col_list .wp_listcolumn .wp_column .col_item_link:hover,
.col_list .wp_listcolumn .wp_column.selected .col_item_link {
    font-weight: 600;
    color: #fff;
	background:#1d2089;
}

.col_list .wp_listcolumn .wp_column .col_item_link:hover:before,
.col_list .wp_listcolumn .wp_column.selected .col_item_link:before {
    width: 100%;
}


/*二级子栏目**/

.col_list .wp_listcolumn .sub_list {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    display: none;
}

.col_list .wp_listcolumn .sub_list li {
    background: #f7f7f7;
}

.col_list .wp_listcolumn .sub_list .sub-item a {
    display: block;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    background: #f7f7f7;
}

.col_list .wp_listcolumn .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub-item.selected a {
    background: #9c9dab;
    color: #fff;
}


/**新闻**/

.column-newslist {
    margin: 0 auto;
    margin-top: 20px;
}

.column-item {
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}

.column-item .news-img {
    float: left;
    width: 400px;
    height: 225px;
    overflow: hidden;
    position: relative;
}

.column-item:hover .news-img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
}

.column-item .news-img img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.column-item:hover .news-img .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.column-item .news-cont {
    float: right;
    height: 140px;
    width: calc(100% - 450px);
}

.column-item .news-cont .news_bt {
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
}

.column-item .news-cont .news_text {
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.column-item .news-cont .news_date {
    line-height: 14px;
    color: #999;
    font-size: 14px;
}

.news-cont.main_news .bt2 {
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.column-tulist {
    position: relative;
}

.column-tulist .row {
    margin-left: -12px;
    margin-right: -12px;
}

.column-tu {
    float: left;
    width: 33%;
    padding: 0 12px;
    box-sizing: border-box;
}

.block-news {
    margin-top: 24px;
    background-color: #f0f0f0;
}

.column-tu .news-img {
    position: relative;
    width: 50%;
    height: 300px;
    overflow: hidden;
}

.news-img .img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.block-news:hover .news-img .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-content {
    position: relative;
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    z-index: 2;
    color: #333;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
}

.news-content .news_bt {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}

.news-content .news_wz {
    line-height: 26px;
    font-size: 14px;
}

.news-content .more {
    position: absolute;
    bottom: 28px;
    left: 30px;
    margin-top: 25px;
    line-height: 20px;
    font-size: 14px;
    color: #1d2088;
    padding-left: 16px;
    background: url(images/arrow.png) left center no-repeat;
}

.block-news:hover {
    background-color: #1d2088;
}

.block-news:hover .news-content,
.block-news:hover .news-content .more {
    color: #fff;
}

.block-news:hover .news-content .more {
    background: url(images/arrow2.png) left center no-repeat;
}

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #bb200d;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}


/**当前位置**/

.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 7px;
}

.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);
}


/**列表页文章图片大小限制**/


/**文章页**/

.infobox {
    margin: 0 auto;
    margin-top: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
    padding: 50px 30px;
}

.article {
    padding-top: 30px;
}

.article h1.arti_title {
    line-height: 44px;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #333;
}


/**文章标题**/

.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    text-align: center;
    color: #1B1B1B;
}


/**文章副标题**/

.article .arti_metas {
    line-height: 32px;
    font-size: 14px;
    text-align: left;
    color: #999;
    /* border-top:1px solid #ececec; */
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 14px;
    color: #999;
}


/**文章其他属性**/

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
}


/**文章内容**/

.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}


/**阅读字体**/

.article .entry .read p {
    margin-bottom: 10px;
text-indent:2em;
}

.article .entry .read img {
    margin-right: 20px;

    max-width: 940px;
    _width: expression(this.width > 940 ? "940px": this.width);
}


/**文章阅读部分图片大小限制**/

.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}

.es_article_title {
    display: none;
}


/**翻页**/

.es_pagingbar_container {
    margin: 40px auto 0;
    text-align: center;
    padding-bottom: 40px;
}

.es_pagingbar_container .es_pagingbar {
    display: inline-block;
    overflow: hidden;
}

.es_pagingbar_container .es_pagingbar li {
    float: left;
    padding: 6px 12px;
    margin: 0 6px;
    color: #999;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.es_pagingbar_container .es_pagingbar li.active {
    background: #0460b7;
    color: #fff;
    border-color: #0460b7;
}

.es_pagingbar_container .es_pagingbar li.active a {
    color: #fff;
}

.es_article_content img {
margin-right:20px;
}

.news1 span {
    font-weight: bold;

}