@charset "utf-8";
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: top;
}

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: #fff;
}


/*webkit*/

:-moz-placeholder {
    font-size: 16px;
    color: #fff;
}


/*firefox 4-18*/

::-moz-placeholder {
    font-size: 16px;
    color: #fff;
}


/*firefox 19+*/

:-ms-input-placeholder {
    font-size: 16px;
    color: #fff;
}


/*ie10+*/

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* background: url("images/xial.png")  calc(100% - 10px) center no-repeat; */
}


/* input { -webkit-appearance: none; } */

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.f_around {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.f_start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

.f_end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.f_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
}

.f_middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.f_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;
}

body {
    background: #fff;
    line-height: 1;
    font-size: 13px;
    font-family: "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
    overflow-x: hidden;
}


/**头部**/

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.inner {
    width: 1400px;
    margin: 0 auto;
}


/**ҳ��ȫ�ֿ��**/

#header {
    height: 160px;
    background: #174b8d url(images/top.png) center bottom no-repeat;
}

#header .inner {
    position: relative;
}

.header .head-left {
    float: left;
    width: 44.78%;
    padding-top: 29px;
}

.header .head-left .logo img {
    width: 100%;
}

.header .sitetitle {
    color: #fff;
}

.header .head-right {
    float: right;
    padding-top: 35px;
    width: 280px;
}

.site-lang {
    font-size: 0;
    position: relative;
}

.site-lang ul {
    float: right;
}

.site-lang li {
    display: inline-block;
    vertical-align: top;
    height: 25px;
}

.site-lang li a {
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #fff
}

.site-lang li:first-child a {
    padding-left: 26px;
    margin-right: 20px;
    background: url(images/home.png) left top no-repeat;
}

.site-lang li a:hover {
    color: #fff!important;
}

.sousuo {
    width: 280px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 37px;
}


/**搜索**/

.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 {}

.wp-search {
    border: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0px;
}

.wp-search form {
    display: block;
    padding-right: 46px;
}

.wp-search .search-input {
    margin-right: 0;
    height: 40px;
    position: relative;
}

.wp-search .search-input input.search-title {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
}

.wp-search .search-btn {
    width: 46px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.wp-search .search-btn input.search-submit {
    width: 46px;
    height: 40px;
    border: 0;
    outline: 0;
    background: url(images/soso.png) no-repeat center;
    cursor: pointer;
}

#nav {
    background: #1b59a8;
}

.nav .wp-menu {
    text-align: left;
}


/**导航**/

.nav .wp-window {
    height: 60px;
}

.nav .wp-menu {
    height: 60px;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 8.7%;
    text-align: center;
}

.nav .wp-menu .menu-item>a {
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.nav .wp-menu .menu-item a.menu-link:hover {
    background: #2f6bbc;
    -webkit-transition: all 0.5s;
}

.nav .wp-menu li.menu-item.hover a.menu-link {
    background: #2f6bbc;
    -webkit-transition: all 0.5s;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    min-width: 100%;
    width: auto;
    z-index: 100;
    background: #e0e0e0;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #174b8d;
    height: 42px;
    line-height: 42px;
    padding: 0 4px;
    font-size: 14px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff!important;
    background-color: #1b59a8;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: rgba(0, 0, 0, 0.2);
}


/**banner图**/

.mbanner .inner {
    width: 100%;
}

.banner .focus .focus-title-bar {
    bottom: 40px;
    left: 50%;
    margin-left: -640px;
}

.mbanner .focus .focus-title-bg {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60);
}

.mbanner .focus .focus-pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    right: 14px;
    bottom: 11px;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 18px;
    border: 2px solid #af251b;
    background: none;
}

.mbanner .focus .focus-page-active {
    background: #af251b;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
    left: 0px;
    background: url(images/prev.png) center no-repeat;
}

.mbanner .focus .focus-next {
    right: 0px;
    background: url(images/next.png) center no-repeat;
}

.mbanner .focus-container .focus-item img {
    width: 100%;
}

.mbanner .focus .focus-title-bar {
    display: none!important;
}

.mbanner .focus .focus-navigation {
    width: 64px;
    height: 64px;
    margin-top: -50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
}


/**页脚**/

#footer {
    background: url(images/footbg.png) center top repeat;
}

.foot_01 {
    height: 190px;
    padding-top: 54px;
}

.f_slogo {
    float: left;
    width: 620px;
}

.f_slogo img {
    width: 100%;
}

.f_wz {
    float: right;
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 36px;
}

.foot_02 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    height: 70px;
    font-size: 14px;
    color: #fff;
}

.foot_02 .fl_left {
    line-height: 69px;
}

.foot_02 .fl_right {
    padding-top: 17px;
}

.footlink {
    width: 250px;
}

.botlinks .links-wrap {
    position: relative;
    width: 250px;
    height: 30px;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 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;
    left: 0;
    right: 0;
    bottom: 30px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #333;
    background: #e0f1f9;
    cursor: pointer;
}


/**链接样式**/


/**首页**/

.main1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

.main2 {
    background: #e7f1fe;
}

.main3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

.main4 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f7f7f7 url(images/bg.jpg) center bottom no-repeat;
}

.col_01 {
    width: 680px;
    float: left;
}

.tucon {
    width: 100%;
    height: 510px;
    overflow: hidden;
}

.tucon .swiper-container {
    height: 100%;
}

.tucon .swiper-slide {
    background-position: center;
    background-size: cover;
}

.tucon .slide-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tucon .news-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 200px;
    height: 50px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.tucon .news_bt {
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}

.tucon .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 20px;
    left: auto;
    right: 30px;
    width: auto;
}

.tucon .swiper-pagination-bullet {
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: none;
    cursor: pointer;
    opacity: 1;
    font-size: 12px;
}

.tucon .swiper-pagination-bullet-active {
    background: #fff;
}

.col_02 {
    width: 660px;
    float: right;
}

.title_bt {
    height: 50px;
    border-bottom: 2px solid #1b59a8;
}

.nbt {
    display: inline-block;
    line-height: 27px;
    color: #999;
    font-size: 24px;
    font-weight: 600;
    margin-right: 38px;
    cursor: pointer;
}

.dhu {
    width: 3px;
    height: 27px;
    display: inline-block;
    background: #1b59a8;
    position: absolute;
    top: 2px;
    left: 116px;
}

.tab_menu {
    position: relative;
}

.nbt.on,
.nbt:hover {
    color: #1b59a8;
}

.more_btn {
    text-align: right;
    line-height: 36px;
}

.more_btn a,
.more_btn a:hover {
    font-size: 14px;
    color: #999;
}

.post-tab .more_btn a.btn {
    display: none;
}

.post-tab .more_btn a.btn:first-child {
    display: block;
}

.tab_con {
    display: none;
    padding-top: 12px;
}

.tab_con:first-child {
    display: block;
    padding-top: 0;
}

.news_list1 {
    padding: 28px 0 19px 0;
    border-bottom: 1px solid #e0e0e0;
}

.news_list1 .tu {
    width: 160px;
    height: 90px;
    overflow: hidden;
}

.news_list1 .tu img {
    width: 160px;
    height: 90px;
}

.news_list1 .info {
    width: calc(100% - 188px);
    line-height: 23px;
    font-size: 14px;
    color: #999;
}

.news_list1 .bt_title {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 6px;
}

.news_list1 .bt_title:hover {
    color: #1b59a8;
}

.news_list2 li {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-right: 110px;
}

.news_list2 li a {
    height: 60px;
    line-height: 56px;
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.news_list2 li a:hover {
    color: #1b59a8;
}

.news_list2 li .time {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 56px;
    font-size: 14px;
    color: #999;
}

.mt22 {
    margin-top: 22px;
}

.col_02 .news_list2 li {
    border-bottom: 0;
}

.col_02 .news_list2 li a,
.col_02 .news_list2 li .time {
    height: 36px;
    line-height: 56px;
}

.icon-con {
    float: left;
    width: 233px;
    height: 160px;
    overflow: hidden;
    padding: 40px 20px 10px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 27px;
}

.icon-con:hover {
    background: url(images/icon_bg.png) center top no-repeat;
    color: #fff;
}

.icon-tu {
    margin: 0 auto;
    width: 70px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.icon-tu img {
    width: 70px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.icon-bt {
    margin-top: 12px;
    line-height: 22px;
    text-align: center;
}

.icon-con:hover .icon-tu img {
    bottom: -50px;
}

.col_03 {
    width: 660px;
    float: left;
}

.col_04 {
    width: 660px;
    float: right;
}

.tab_con2 {
    padding-top: 12px;
}

.mt60 {
    margin-top: 60px;
}

.tab_con3 {
    padding-top: 28px;
}

.tab_con4 {
    padding-top: 1px;
}

.news_list3 li {
    margin-top: 17px;
    position: relative;
    height: 80px;
}

.news_list3 li:first-child {
    margin-top: 0;
}

.news_list3 li a {
    height: 80px;
    position: relative;
    padding-left: 110px;
    display: block;
    overflow: hidden;
}

.news_list3 li .news_bt {
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: all 0.5s;
}

.news_list3 li .news_wz {
    margin-top: 6px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.news_list3 li .news_date {
    position: absolute;
    left: 0;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #e0e0e0;
    color: #999;
    padding-top: 10px;
    padding-bottom: 14px;
}

.news_list3 li .news_date .day {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
}

.news_list3 li .news_date .year {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
}

.news_list3 li a:hover .news_date {
    color: #fff;
    background: #1b59a8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news_list3 li a:hover .news_bt {
    color: #1b59a8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news_list4 li {
    margin-top: 28px;
    width: calc(50% - 15px);
    height: 170px;
    float: left;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-right: 30px;
}

.news_list4 li:nth-child(2n) {
    margin-right: 0px;
}

.news_list4 li:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e0e0e0;
}

.news_list4 li:after {
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #1b59a8;
}

.news_list4 li a {
    position: relative;
    z-index: 3;
    display: block;
    height: 170px;
    padding: 16px 15px 0 20px;
}

.news_list4 li .news_bt {
    line-height: 28px;
    height: 56px;
    font-size: 18px;
    font-weight: 600;
}

.news_list4 li a:hover {
    background: url(images/placebg.png) left top repeat;
    color: #fff;
}

.news_list4 li a .news_wz {
    margin-top: 8px;
    line-height: 24px;
    font-size: 14px;
    color: #1b59a8;
    height: 72px;
    background: url(images/place1.png) left top no-repeat;
    padding-left: 26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news_list4 li a:hover .news_wz {
    color: #fff;
    background: url(images/place2.png) left top no-repeat;
}

.news_list4 li a .news_wz div {
    overflow: hidden;
    white-space: nowrap;
}

.bt_title2 {
    height: 40px;
    position: relative;
    text-align: center;
}

.bt_title2:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 12px;
    left: 0;
    width: calc(50% - 100px);
    height: 2px;
    background: #1b59a8;
}

.bt_title2:after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 12px;
    right: 0;
    width: calc(50% - 100px);
    height: 2px;
    background: #1b59a8;
}

.bt_title2 .wzname {
    height: 18px;
    line-height: 18px;
    font-size: 24px;
    color: #1b59a8;
    font-weight: 600;
}

.col_05 {
    width: 680px;
    float: left;
    padding-top: 30px;
}

.tucon2 {
    width: 100%;
    height: 460px;
    position: relative;
}

.tucon2 .news-box {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 78px;
    box-sizing: border-box;
    border: 1px solid #1b59a8;
    border-top: 0;
}

.tucon2 .swiper-container {
    width: 100%;
    height: 100%;
}

.tucon2 .slide-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 78px;
    height: 100%;
}

.tucon2 .swiper-slide .pic {
    height: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.tucon2 .news-title {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 78px;
    box-sizing: border-box;
    padding-top: 14px;
    padding-left: 16px;
    padding-right: 200px;
    display: block;
    overflow: hidden;
}

.tucon2 .news_bt {
    line-height: 28px;
    font-size: 16px;
    color: #333;
}

.tucon2 .news_time {
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.tucon2 .swiper-button-next,
.tucon2 .swiper-button-prev {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 19px;
    width: 50px;
    height: 41px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 41px;
    -webkit-background-size: 50px 41px;
    background-size: 50px 41px;
    background-position: center;
    background-repeat: no-repeat;
}

.tucon2 .swiper-button-next {
    right: 42px;
    background: url(images/next1.png);
}

.tucon2 .swiper-button-prev {
    right: 94px;
    background: url(images/prev1.png);
}

.col_06 {
    width: 690px;
    float: right;
    padding-top: 0.1px;
}

.col_06 .more {
    margin-top: 60px;
    display: block;
    width: 160px;
    height: 50px;
    background: #1b59a8;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}

.news_list5 li {
    margin-top: 30px;
    width: calc(50% - 15px);
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
}

.news_list5 li:nth-child(2n) {
    margin-right: 0px;
}

.news_list5 .pic {
    height: 185px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.news_list5 .bgcover {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news_list5 .bgcover:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(images/see.png) center no-repeat;
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news_list5 .wz {
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.news_list5 li a:hover .bgcover {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
}

.news_list5 li a:hover .bgcover:before {
    display: block;
}


/**列表页**/

.listpage {
    padding-top: 30px;
    padding-bottom: 40px;
}

.listpage .listnews_05 .bt {
    font-size: 16px;
}


/**主体列表页开始**/

#l-container {}

#l-container .inner {
    padding: 25px 10px;
}


/**主体文章页开始**/

#d-container {}

#d-container .inner {
    background: #fff;
}

.l-banner {
    height: 435px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    height: 100%;
    vertical-align: top;
}

.col_menu {
    width: 250px;
    float: left;
    margin-right: -250px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    position: relative;
}


/**��Ŀ����**/

.col_news_head {
    /* border-left:6px solid #3FD7CB; */
    border-bottom: 1px solid #DBDBDB;
}

.col_menu .col_menu_head {
    background: #af251b;
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
}


/**栏目名称图标**/

.col_menu .col_menu_con {
    border: 0px solid #e4e4e4;
}


/**栏目列表**/

.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
    background: #fff;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 5px 0px 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #f90;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #f90;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #f90;
}


/**二级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list a {
    display: block;
    color: #333;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 44px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #f90;
}


/**三级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 60px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #f90;
}


/**栏目新闻**/

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}


/**��Ŀ����**/

.col_main {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background: #fff;
    border-top: 3px solid #af251b;
    padding: 0 20px;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    /* border-left:6px solid #3FD7CB; */
    border-bottom: 1px solid #DBDBDB;
    border-top: 3px solid #af251b;
    padding-top: 10px;
    padding-bottom: 7px;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 44px;
    line-height: 43px;
}


/**��ǰ��Ŀ**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft yahei";
    font-weight: 600;
    color: #333;
}


/**��ǰ��Ŀ����**/

.col_metas .col_path {
    display: inline-block;
    float: right;
    /* padding-right:20px; */
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    color: #666;
}


/**��ǰλ��**/

.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 7px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .newslist li {
    width: 100%;
    margin-top: 8px;
    position: relative;
    padding-right: 140px;
    padding-left: 25px;
    border-bottom: 1px dashed #efefef;
}

.col_news_list .newslist li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: #e0e0e0;
}

.col_news_list .newslist li .time {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
    font-size: 14px;
    color: #999;
}

.col_news_list .newslist li .news_title {
    display: block;
    line-height: 38px;
    font-size: 18px;
}

.col_news_list .newslist li a:hover {
    color: #af251b;
}

.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: right;
}

.wp_paging input {
    font-size: 12px;
    *font-size: 100%;
}

.wp_paging li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: left;
    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;
}


/**文章页**/

.infobox {
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 30px;
}

.article {
    padding-top: 30px;
    padding-bottom: 40px;
}

.article h1.arti_title {
    line-height: 26px;
    font-family: "Microsoft YaHei";
    padding: 15px;
    text-align: center;
    font-size: 25px;
    color: #282828;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}


/**文章标题**/

.article h2.arti_title {
    text-align: center;
    font-size: 18px;
    margin-top: 18px;
    color: #af251b;
}


/**文章副标题**/

.article .arti_metas {
    padding: 10px;
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 14px;
    color: #787878;
}


/**文章其他属性**/

.article .entry {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

.article .entry .read,
.article .entry .read p {
    color: #333;
}


/**阅读字体**/

.article .entry .read p {
    line-height: 1.7em;
    font-size: 16px;
}

.article .entry .read img {
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px": this.width);
}


/**文章阅读部分图片大小限制**/


/* 切换样式 */

.nbt3.selected {
    color: #1b59a8;
    font-size: 24px;
    font-weight: 600;
    opacity: 1;
}

.nbt3:hover {
    color: #1b59a8;
}

.nbt3 {
    font-size: 18px;
    margin-right: 20px;
    font-weight: 600;
    opacity: 0.5;
    color: #1b59a8;
    display: inline-block;
    line-height: 27px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 38px;
    cursor: pointer;
}

.topBtn li:nth-child(7) a {
    width: 115px;
}