@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;
    width: 100%;
} */

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;
}

.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;
}


/*css3扩展*/

::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

:-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}


/**布局开始**/

body {
    background: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.6s ease-in-out;
}

a:hover {
    color: #036eb7;
}

* {
    box-sizing: border-box;
}


/*页面尺寸*/

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}


/**页面全局宽度**/

.ml {
    float: left;
}

.mr {
    float: right;
}

.hide-text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hide-text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.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_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;
}

.top {
    position: relative;
    min-height: 180px;
}

.fly_top {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    padding-bottom: 46px;
}


/*head开始*/

.header_01 {
    padding-top: 20px;
    padding-bottom: 6px;
}

.header_01 .rt_top {
    width: 375px;
    height: 32px;
    position: relative;
}


/*自定义输入框*/

.searchbox {
    width: 280px;
}

.wp-search {
    position: relative;
    background: none;
    border-radius: 16px;
    height: 30px;
    border: 1px solid #fff;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 22px;
    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: 30px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 40px;
    height: 30px;
    border: 0;
    outline: 0;
    background: url(images/search.png) center center no-repeat;
    cursor: pointer;
}

.wp-search input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

.site-lang {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
}

.site-lang li {
    height: 32px;
    margin: 0 5px;
    padding: 0 5px;
}

.site-lang li:last-child {
    margin-right: 0;
    position: relative;
}

.site-lang li:last-child:before {
    position: absolute;
    content: '';
    top: 10px;
    left: -5px;
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, 0.5);
}

.site-lang li a {
    display: block;
    line-height: 32px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.site-lang li:last-child a {
    color: #fff;
}

.head-left {
    float: left;
}

.logo {
    float: left;
    font-size: 0;
}

.sitelogo img {
    display: inline-block;
    vertical-align: top;
    width: 278px;
}

.sitetitle {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 23px;
    line-height: 66px;
    font-weight: 500;
    color: #fff;
}


/**站点名称**/

.head-right {
    float: right;
    padding-top: 15px;
    width: 780px;
}

.shouye {
    display: inline-block;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}

.shouye:hover {
    color: #f19a21;
}

.shouye:hover::before {
    position: absolute;
    content: '';
    left: 28px;
    right: 0;
    bottom: 10px;
    height: 2px;
    background: #f19a21;
    /* transition: all 0.6s ease-in-out; */
    margin: 0 auto;
}


/*导航样式*/

#nav {}

#nav .wp-panel {
    height: 60px;
    background: #5ab6f4;
    border-radius: 30px;
}


/*导航*/

#nav .wp-panel .wp-window {
    height: 60px;
}


/*导航样式：后台绑定时也可以定义配置*/

.nav .wp-menu {
    display: inline-block;
    margin: 0 auto;
    font-size: 0;
    /* padding: 0 20px; */
}

.nav .wp-menu .menu-item {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.nav .wp-menu .menu-item a.menu-link {
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.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;
    height: 2px;
    background: #f19a21;
    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: #f19a21;
}

.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: #5ab6f4;
    width: auto;
    min-width: 100%;
}

.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: 24px;
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #f19a21;
    background-color: #fff;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #000;
}


/**主页banner开始**/

#banner {
    background: #f5f5f5;
}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}

.top-line {
    height: 30px;
    background: url(images/line.png) center no-repeat;
    background-size: cover;
}


/**主体模块样式**/

#m-container {}

#m-container .inner {}


/**首页布局**/

.main1 {
    padding: 100px 0;
    background: #fff url(images/bg1.png) bottom center no-repeat;
}

.main1 .ml,
.main1 .mr,
.main2 .ml,
.main2 .mr {
    width: 47.1%;
}

.main1 .mr {
    width: 47.1%;
}

.tt1 {
    position: relative;
    height: 74px;
    background: url(images/btbg1.png) left top no-repeat;
    color: #027dd1;
}

.tt1 .title,
.tt2 .title {
    line-height: 38px;
    font-size: 36px;
    font-weight: 700;
    background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(2, 125, 209)), to(rgb(106, 100, 235)));
    -webkit-background-clip: text;
    /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent;
    /*text-fill-color会覆盖color所定义的字体颜色： */
}

.title .bt1 {
    color: #027dd1;
}

.title .bt2 {
    color: #6a64eb;
}

.tt .more_btn {
    display: block;
    height: 30px;
    width: 71px;
    background: url(images/more_link.png) right bottom no-repeat;
}

.post-news1 {
    margin-top: 28px;
}

.post-news1 li a {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding: 14px 0 16px;
}

.post-news1 li a .news_title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
}

.post-news1 li a .news_time {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.post-news1 li a:hover .news_title {
    color: #036eb7;
}

.post-news2 {
    width: 100%;
    height: 495px;
    overflow: hidden;
}

.post-newstu {
    position: relative;
}

.post-newstu img {
    width: 100%;
    height: 495px;
}

.post-newstu .play {
    position: absolute;
    z-index: 2;
    width: 116px;
    height: 116px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(images/play.png) center no-repeat;
    background-size: cover;
}

.post-newstu .bot {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding: 0 40px;
    padding-top: 36px;
}

.post-newstu .view_bt {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
}

.main2 {
    padding-bottom: 100px;
    background: #fff url(images/bg2.jpg) center bottom no-repeat;
}

.tt2 {
    position: relative;
    height: 74px;
    background: url(images/btbg2.png) left top no-repeat;
    color: #027dd1;
}

.post-news3 {
    width: 100%;
    height: 495px;
    position: relative;
}

.post-news3 .post-tu {
    width: 100%;
    height: 495px;
    overflow: hidden;
    position: relative;
}

.post-news3 .swiper-container {
    height: 100%;
}

.post-news3 .swiper-slide {
    position: relative;
    background-size: cover;
}

.post-news3 .news-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding: 0 40px;
    padding-top: 36px;
    padding-right: 135px;
}

.post-news3 .news-title .news_bt {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
}

.post-news3 .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 32px;
    left: auto;
    right: 25px;
    width: auto;
    font-size: 0;
}

.post-news3 .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    background: none;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.post-news3 .swiper-pagination-bullet-active {
    background: #fff;
    color: #fff;
}

.post-news3 .swiper-button-next {
    right: 0;
}

.post-news3 .swiper-button-prev {
    left: 0;
}

.post-news3 .swiper-button-next,
.post-news3 .swiper-button-prev {
    background-size: 17px 26px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4)
}

.post-news3 .swiper-button-next:hover,
.post-news3 .swiper-button-prev:hover {
    background-color: #036eb7;
    transition: all 0.4s ease-in-out;
}

.post-news4 {
    margin-top: 65px;
}

.post-news4 li {
    float: left;
    margin-top: 28px;
    margin-right: 20px;
    width: calc(50% - 10px);
    border: 1px solid #e0e0e0;
}

.post-news4 li:nth-child(2n) {
    margin-right: 0px;
}

.post-news4 li:nth-child(1),
.post-news4 li:nth-child(2) {
    margin-top: 0;
}

.post-news4 li a {
    padding: 24px 28px 17px 108px;
    display: block;
    position: relative;
}

.post-news4 li a .bt {
    height: 56px;
}

.post-news4 li a .bt .news_title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 28px;
}

.post-news4 li a .news_date {
    position: absolute;
    top: 18px;
    left: 0;
    width: 106px;
    height: 64px;
}

.post-news4 li a .news_day {
    font-size: 36px;
    color: #333;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
}

.post-news4 li a .news_time {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.post-news4 li a:hover .news_title {
    color: #036eb7;
}

.main3 {
    padding: 92px 0 80px;
    background: url(images/bg3.jpg) center top no-repeat;
    background-size: auto 100%;
}

.tt3 {
    position: relative;
    height: 74px;
    background: url(images/btbg3.png) left top no-repeat;
    color: #fff;
}

.tt3 .title {
    line-height: 38px;
    font-size: 36px;
    font-weight: 700;
}

.post-news5 {
    margin-top: 80px;
}

.post-news5 li {
    float: left;
    width: 16.5%;
    height: 232px;
}

.post-news5 li a {
    padding-top: 30px;
}

.post-news5 li a .cricle {
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.post-news5 li a .cricle img {
    width: 60px;
    height: 60px;
}

.clearfix li:nth-child(3) a .tubt {
    width: 200px;
    text-align: center;
}

.clearfix li:nth-child(4) a .tubt {
    width: 200px;
    text-align: center;
}

.post-news5 li a .tubt {
    margin-top: 18px;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.post-news5 li:hover {
    background: #f19a21;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transition: all 0.6s ease-in-out;
}


/**页脚开始**/

#footer {
    background: #036eb7;
}

#footer .foot_top {
    padding-top: 44px;
    position: relative;
}

#footer .foot-right {
    float: left;
    display: inline-block;
    margin-left: 120px;
    padding-top: 2px;
}

#footer .foot-item {
    margin-top: 4px;
}

#footer .foot-item li {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    padding-left: 30px;
}

#footer .foot-item li.address {
    background: url(images/address.png) no-repeat left center;
}

#footer .foot-item li.mail {
    background: url(images/mail.png) no-repeat left center;
}

#footer .foot-item li.call {
    background: url(images/call.png) no-repeat left center;
}

#footer .foot-ma {
    position: absolute;
    right: 0;
    top: -14px;
}

#footer .foot-ma .tu {
    width: 210px;
}

#footer .links {
    width: 280px;
    margin-top: 14px;
}

#footer .copyright {
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}


/**友情链接**/

.botlinks .links-wrap {
    position: relative;
    width: 280px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 50px 0 20px;
    color: #fff;
    font-size: 14px;
    background: url(images/arrow.png) no-repeat right top;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #fff;
    background-position: right bottom;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 33px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #9ac5e2;
    border-radius: 0;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 15px;
    color: #333;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #0374c3;
    cursor: pointer;
}


/**链接样式**/

.botlinks .links-wrap .link-items li:last-child a:hover {
    color: #fff;
    background: #0668ad;
}


/*滚动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 {
    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: #fff;
}

#l-container .inner {
    padding: 43px 0px;
}


/**主体文章页开始**/

#d-container {
    background: #fff;
}

#d-container .inner {
    padding: 48px 0px 60px;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
    padding-top: 18px;
}

.col_menu .l-qh {}

.col_menu .col_menu_head {
    background: #036eb7 url(images/list_menu.png) no-repeat;
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    height: 100px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 100px;
    text-align: center;
}


/**栏目名称图标**/

.col_menu .col_menu_con {
    border: 0;
    background: #f5f5f5;
    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: #333;
    font-size: 18px;
    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: #036eb7;
}

.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: #036eb7;
}


/*三级子栏目**/

.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: #036eb7;
}

.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: #036eb7;
}


/**栏目新闻**/

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 300px;
}

.col_news_head {
    border-bottom: 1px solid #e0e0e0;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 56px;
    line-height: 56px;
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft yahei";
    font-weight: 600;
    color: #036eb7;
    position: relative;
    padding-left: 17px;
}

.col_metas .col_title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 4px;
    height: 24px;
    background: #036eb7;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 56px;
    line-height: 56px;
    color: #999;
}


/**当前位置**/

.col_metas .col_path a {
    color: #999;
}

.col_metas .col_path a:last-child {
    color: #b02626;
}

.col_news_con {
    padding: 0;
    margin: 0;
}

.col_news_list {
    margin-top: 9px;
}

.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 .news_tu {
    float: left;
    width: 240px;
    height: 134px;
    position: relative;
    overflow: hidden;
}

.col_news_list .news_list2 li .news_tu img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.col_news_list .news_list2 li .news_info {
    /* float: right; */
    width: calc(100% - 280px);
}

.col_news_list .news_list2 li .news_title {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.col_news_list .news_list2 li .news_meta {
    margin-top: 6px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.col_news_list .news_list2 li .news_time {
    margin-top: 11px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.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 {}


/**栏目新闻列表**/

.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;
}


/**翻页**/

.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;
}


/**文章页**/

.infobox {
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 20px 40px 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: 10px;
    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;
}

.mbanner .focus-pagination {
    right: 0;
    left: 0;
    bottom: 40px;
    margin: 0 auto;
    text-align: center;
}

.mbanner .focus-pagination .focus-page {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}

.mbanner .focus-pagination .focus-page-active {
    background: #fff;
}