@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;
}

.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: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

/**布局开始**/
body {
    background: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: SourceHanSansCN;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #3a629e;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/**页面全局宽度**/
/*headtop*/
.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
#header {
    background: #fff;
    background-size: cover;
    position: relative;
}

#header .inner {
    height: 78px;
}

.header .head-left {
    float: left;
    display: inline-block;
    padding-top: 16px;
}

.logo {
    float: left;
}

.sitelogo img {
    width: 90%;
    display: block;
}

.sitetitle {
    display: inline-block;
    margin-left: 35px;
    font-size: 40px;
    line-height: 100px;
    font-weight: 500;
    color: #fff;
}

/**站点名称**/
.header .head-right {
    float: right;
    padding-top: 0px;
    width: 584px;
    padding-left: 0px;

}

/*默认主导航样式*/
#nav {
    background: #fff;
}

#nav .inner {
    height: 80px;
}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    margin: 0 auto;
    font-size: 0;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    display: block;
    text-align: center;
    line-height: 77px;
    color: #333;
    font-size: 20px;
    text-align: center;
    position: relative;

    height: 77px;
    padding: 0px 11px;
}

.nav .wp-menu .menu-item.hover a.menu-link:before,
.nav .wp-menu .menu-item:hover a.menu-link:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(5, 90, 165, 0.68);


    border-radius: 2px;




}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
    color: #3a629e;
}

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 76px;
    z-index: 100;
    background: #2189e594;
    /* opacity: 0.7; */
    min-width: 102px;
    border-top: 0px solid #0264a6;

}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #ffffff;
    line-height: 28px;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    opacity: 1;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #ffffff;
    background-color: #38609a;
    display: block;
    border-radius: 2px;
}


.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}


/**主体模块样式**/
#m-container {}

#m-container .inner {}

.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;
}

/**主页banner开始**/
#banner {}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}

/*banner*/
.mbanner {
    position: relative;
    z-index: 1;
}

.mbanner .swiper-container {
    height: auto;
}

.mbanner .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.mbanner .swiper-slide img {
    display: block;
    width: 100%;
}

.mbanner .news-title {
    margin: 0 auto;
    width: 1400px;
    padding-top: 278px;
    color: #fff;
}

.mbanner .news-title .news_bt {
    width: 760px;
    line-height: 50px;
    font-size: 36px;
}

.mbanner .news-title .news_text {
    width: 730px;
    line-height: 28px;
    font-size: 16px;
    margin-top: 29px;
}

.mbanner .news-title .news_more {
    width: 160px;
    height: 60px;
    margin-top: 49px;
    background: #fff;
}

.mbanner .news-title .news_more span {
    font-size: 16px;
    color: #1e55a4;
    padding-right: 25px;
    background: url(images/more_01.png) right center no-repeat;
}

.mbanner .swiper-container-horizontal .swiper-pagination-bullets {


    text-align: center;
    bottom: 73px;

}

.mbanner .swiper-pagination-bullet {
    margin-right: 10px;
    width: 24px;
    height: 3px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.mbanner .swiper-pagination-bullet-active {
    background: #0f70b1;
    width: 52px;
    height: 3px;
}

.mbanner .swiper-num {
    position: absolute;
    left: 410px;
    bottom: 80px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    text-align: right;
}

.mbanner .swiper-num:before {
    position: absolute;
    content: '';
    left: -110px;
    bottom: 11px;
    height: 1px;
    width: 100px;
    background: #fff;
}

.mbanner .swiper-num .active {
    font-size: 34px;
    display: inline-block;
    color: #fff;
}

.mbanner .swiper-num span {
    padding: 0 5px;
}

.mbanner .swiper-num .total {
    display: inline-block;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-progressbar {
    background: #fff;
    bottom: 100px;
    top: auto;
    right: 260px;
    left: auto;
    width: 360px;
    border-radius: 2px;
    height: 1px;
}

.mbanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fdd23c;
    border-radius: 4px;
    margin-top: -2px;
    height: 4px;
}

/**首页三列布局**/
.mod {}

.mbox {}

.ml {
    float: left;
}

.mr {
    float: right;
}


.main1 {
    background: url(./img/bgc1.png) center top no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
}

.main2 {
    background: url(./images/bg2.jpg) center top no-repeat;
    /* padding-top: 60px;
    padding-bottom: 72px; */
    background-size: cover;
}


.main1-top {
    /* text-align: center; */
    position: relative;
    margin-bottom: 45px;

}

.serve {
    width: 186px;
    height: 24px;
    background: url(./img/serve.png);
    margin: 0 auto;

}

.more {
    position: absolute;
    right: 0;
    width: 74px;
    height: 25px;
    background: url(./img/more.png);
    top: -4px;
}

.fast_list {
    width: 100%;


}

.fast_list li {
    float: left;
    width: 92px;
    /* 
    margin-bottom: 35px;
    margin-right: 66px; */
    margin-bottom: 40px;

}


.fast_list li:hover .link_bt {
    color: #457FC7;

}



.fast_list .link_bt {
    text-align: center;

    height: 18px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;

    margin-bottom: 10px;


}



.fast_list .link_icon {

    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 27px;


}

.fast_list .link_icon:before {
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;

}

.fast_list .link_icon img {
    width: 180px;
    height: 90px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
}

.fast_list .link_icon:hover {

    transition: all 0.4s ease-in-out;
}

.fast_list .link_icon:hover:before {
    display: none;
}

.fast_list .link_icon:hover img {
    left: auto;
    right: 0;
    transition: all 0.4s ease-in-out;
}

.aad {
    display: flex;
    justify-content: space-between;
    /* -webkit-justify-content: space-around; */
    flex-wrap: wrap;
    width: 100%;
}

.main2 .inner {
    padding-top: 61px;
    box-sizing: border-box;
    padding-bottom: 71px;
}

.serve1 {
    width: 186px;
    height: 24px;
    background: url(./img/notices.png);
    margin: 0 auto;

}

.main2-top {
    /* text-align: center; */
    position: relative;
    margin-bottom: 53px;
}

.news {
    width: 26.5%;
    height: 83px;
    background: #fff;
    margin-bottom: 32px;
}

.safe ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news a {
    display: block;

}

.time {
    width: 83px;
    height: 83px;
    background: #005bac;
    padding: 15px 10px 18px 10px;
    box-sizing: border-box;
    float: left;
}

.day {

    width: 100%;

    height: 23px;
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 37px;
    text-align: center;
    margin-bottom: 5px;
}

.year {


    height: 13px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 37px;
    text-align: center;
}

.bioa {
    width: calc(100% - 102px);
    height: 72px;
    padding: 21px 21px 18px 0px;
    box-sizing: border-box;

    float: right;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    float: right;

}


.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news:hover .bioa {
    color: #005bac;

}

.main3 {
    padding-top: 78px;
    padding-bottom: 69px;
    box-sizing: border-box;

}

.ml {
    width: 506px;

    /* background: #000000; */
    float: left;
}

.ml-top {
    width: 100%;
    padding-bottom: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #cecece;
    height: 38px;
    margin-bottom: 39px;

}

.ne {
    float: left;
    width: 139px;
    height: 24px;
    background: url(./img/news.png);
    position: relative;
}

.ne::after {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 3px;
    background: #005bac;
}

.geng {
    width: 74px;
    height: 25px;
    float: right;
    background: url(./img/more.png)
}


.aadn {

    padding-bottom: 40px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 24px;
}

.link_bst {

    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    float: left;
    width: 80%;

}

.tt {

    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    float: right;
}

.aadn a {
    display: block;
}


.mr {
    width: 506px;

    /* background: #000000; */
    float: right;
}


.nev {
    float: left;
    width: 145px;
    height: 24px;
    background: url(./img/changjian.png);
    position: relative;
}

.nev::after {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 3px;
    background: #005bac;
}



.aadns a {
    display: block;
}

.aadns {

    padding-bottom: 40px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 24px;
    padding-left: 34px;
    position: relative;
}

.aadns::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #005bac;
    border-radius: 50%;
    left: 0px;
    top: 10px;

}


.link_bstss {

    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    float: left;
    width: 100%;

}

.navi-aside-toggle {
    display: block;
    width: 34px;
    height: 34px;
    background: url(./img/iconss.png) no-repeat 50% !important;
    cursor: pointer;
    position: absolute;
    right: 0!important;
    top: 50%;
    margin-top: -17px;
    display: none;
}

.footer {
    width: 100%;
    /* height: 160px; */
    background: url(./img/fot-bgc.png) no-repeat;
    background-size: cover;
    padding-top: 51px;
    padding-bottom: 40px;
    text-align: center;
    box-sizing: border-box;
}

.footer p {

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 34px;
    text-align: left;

}

#container-1 {
    /* background: url(./img/pp.png) center center no-repeat; */

}

.l-banner {
    height: 201px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}

.l-banner img {
    display: none;
    vertical-align: top;
    height: 100%;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
    /* padding-top: 18px; */
}

.col_menu .l-qh {}

.col_menu .col_menu_head {
    background-color: #036eb7;
    background-size: cover;
    background: url(./img/menu-bg.png) no-repeat;
    background-size: cover;
}

#l-container {
    padding-top: 51px;
    padding-bottom: 51px;
}

/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 60px;
    text-align: center;
}


/**栏目名称图标**/

.col_menu .col_menu_con {
    border: 0;
    background: #fff;

    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: 400;
    text-align: center;
    position: relative;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 10px 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: #0e419c;
    background: #eee;
}

.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;
    /* background-color: #fff; */
}

.col_news .col_news_box {

    padding: 2px 37px 54px 33px;
    box-sizing: border-box;
    border-radius: 8px;
    width: calc(100% - 280px);
    float: right;
    background: #fff;

}

.col_news_head {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0px;
    margin-bottom: 40px;


}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 37px;
    line-height: 37px;
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-family: "Microsoft yahei";
    font-weight: 600;
    color: #036eb7;
    position: relative;
    /* padding-left: 17px; */
}

.col_metas .col_title h2:before {
    position: absolute;
    content: '';

    bottom: -20px;
    margin-top: -12px;
    width: 100%;
    height: 3px;
    background: #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 56px;
    line-height: 40px;
    color: #999;
}


/**当前位置**/

.col_metas .col_path a {
    color: #2F2F2F;
}

.col_metas .col_path a:last-child {
    color: #2F2F2F;
}

.col_news_con {
    /* padding: 36px 37px 54px 33px; */
    box-sizing: border-box;
    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: 135px;
    position: relative;
    overflow: hidden;
    margin-right: 41px;
    border-radius: 4px;
}

.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% - 290px);
}

.col_news_list .news_list2 li .news_title {
   
    line-height: 29px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;

}

.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: 3px; 
    line-height: 23px;
    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 #dcd6d6;
    width: 40px;
    height: 40px;
 
    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: #9aa1a6;
}

#wp_pager ul.pages li a:hover {
    border: 1px solid #036eb7;
    color: #fff;
}

#wp_pager ul.pages li a.pgNext {
    color: #9aa1a6;
     border: 1px solid #dcd6d6;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    height: 41px;
}

#wp_pager ul.pages li.pgEmpty {
    display: none;
}

#wp_pager ul.pages li a.pgCurrent {
    color: #fff;
    font-weight: 500;
    border: 1px solid #036eb7;
}

.news_more {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005bac;
    line-height: 34px;
    padding-left: 14px;
    position: relative;

}

.news_more::after {
    content: "";
    position: absolute;
    background: url(./img/jianou.png);
    width: 8px;
    height: 14px;
    left: 0;
    top: 10px;
}


.col_news_list .news_list2 li a:hover .news_more {
    color: #fff;

}

.col_metas .col_path {
    font-size: 13px;
    font-family: SourceHanSansCN !important;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.col_metas .col_path::after {
    position: absolute;
    content: "";
    /* background: url(./img/back.png); */
    width: 15px;
    height: 15px;
    left: -29px;
    top: 20px;

}
/* 列表页2 */
.col_news_head1 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0px;

}

.news_list3 {
    width: 100%;
    /* padding-top: 20px;
padding-bottom: 23px; */

}

.news_list3 li {

    background: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 23px;
}

.news_list3 a {
    display: block;
}

.rqi {
    width: 12.5%;
    /* height:115px; */
    /* background-color: pink; */
    padding-top: 23px;
    padding-bottom: 26px;
    box-sizing: border-box;
    position: relative;
    float: left;



}

.yy {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005bac;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;


}

.dd {

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323333;
    line-height: 18px;
    text-align: center;

}


.rqi::after {
    position: absolute;
    content: "";

    width: 1px;
    height: 100px;
    background: #cecece;
    right: 0px;
    top: 9px;
    display: block;

}

.fl {
    width: calc(100% - 12.5%);
    height: 100%;
    float: right;
    padding-top: 4px;
    padding-bottom: 23px;
    padding-left: 31px;
    box-sizing: border-box;
    padding-right: 12px;
}


.biao {

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.news_metan {


    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999899;
    line-height: 20px;
}



/**文章页**/

.infobox {
    margin: 0 auto;
    /* margin-top: 40px; */
    background: #fff;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, .1); */
    padding: 40px 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;
}

.l-banner {}


.col_news_head2 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0px;
    padding-top: 21px;

}

.pp {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding-left: 29px;
    padding-right: 29px;
    box-sizing: border-box;
    margin-bottom: 70px;
}


.col_metas .col_title1 {
    display: inline-block;
    float: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
}


.col_metas .col_path1 {
    display: inline-block;
    float: right;
    white-space: nowrap;

    line-height: 25px;
    color: #999;
}

.col_metas .col_path1 {
    display: inline-block;
    float: right;
    white-space: nowrap;

    line-height: 25px;
    color: #999;
    position: relative;
}

.col_metas .col_path1::after {
    position: absolute;
    content: "";
    background: url(./img/back.png);
    width: 15px;
    height: 15px;
    left: -29px;
    top: 5px;

}

.news_list3 li:hover {
    background: #036eb7;
    border-color: #036eb7;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding-left: 30px;
}

.news_list3 li:hover .yy {
    color: #fff
}

.news_list3 li:hover .dd {
    color: #fff
}

.news_list3 li:hover .biao {
    color: #fff
}


#d-container {
    padding-top: 57px
}



.col_news_list .news_list2 li .news_titled {
 
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;

}


.col_news_list .news_list2 li .news_tus {

    width: 240px;
    height: 135px;
    position: relative;
    overflow: hidden;
    margin-right: 41px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.col_news_list .news_list2 li .news_infoss {
    float: right;
    width: 100%;
}

.notice li {
    float: left;
    margin-top: 35px;
    margin-right: 20px;
    width: calc(25% - 20px);
}

.notice li a {
    display: flex;
}

.notice li a .news_time {
    width: 68px;
    height: 82px;
    background: #1267bb;
    border-radius: 6px 0 0 6px;
}

.notice li a .day {
    display: block;
    height: 40px;
    overflow: hidden;
    line-height: 43px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.notice li a .month {
    display: block;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 30px;
    margin: 0 auto;
}

.notice li a .news_wz {
    width: calc(100% - 68px);
    border: 1px solid #1267bb;
    border-left: 0;
    background: #f1f1f1;
    border-radius: 0 6px 6px 0;
    height: 82px;
    box-sizing: border-box;
    line-height: 25px;
    padding: 0 18px;
    font-size: 16px;
    color: #333;
}

.notice li a:hover .news_wz {
    color: #1267bb
}


.col_news_listv {
    margin-top: 20px;

}


.col_news_listv .mn {
    width: 180px;
    /* height: 200px; */
    /* background-color: #000; */
    margin-bottom: 28px;
    display: inline-block;
}

.boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.tus img {
    width: 180px;
    height: 90px;
    /* background-color: #005bac; */
    margin-bottom: 10px;

}

.boxes-biao {
    line-height: 36px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}


.col_news_listv li:hover .boxes-biao {
    color: #005bac;

}

.boxes::after {
    content: '';
    width: 47%;
    border: 1px solid transparent;
} 


.tus {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
}

.wp_listcolumn .wp_column a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    word-wrap: break-word;
    background:  url(wp_column_menu_li_1.gif) no-repeat 6px 12px;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
}

/*底部修改 */

.fot-le {
    float: left;
}

 .head-right {
    float: right;
    padding-top: 20px;
}

/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    width: 300px;
}

.wp-search {
    position: relative;
    border: 1px solid #fff;
    /* border-radius: 20px; */
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 38px;
    padding: 0;
    line-height: 38px;
    background: none;
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: Microsoft YaHeicode;
}

.wp-search .search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
    border: 0;
    outline: 0;
    background:  url(./images/search\ \(2\).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;
}



/* 列表页3 */
.col_news_head1 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0px;

}

.news_list5 {
    width: 100%;
    /* padding-top: 20px;
padding-bottom: 23px; */

}

.news_list5 li {

    background: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 23px;
}

.news_list5 a {
    display: block;
}

.rqi5 {
    width: 12.5%;
    /* height:115px; */
    /* background-color: pink; */
    padding-top: 30px;
    padding-bottom: 26px;
    box-sizing: border-box;
    position: relative;
    float: left;



}

.yy5 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005bac;
    text-align: center;
    margin-bottom: 13px;
    line-height: 28px;


}

.dd5 {

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #323333;
    line-height: 18px;
    text-align: center;

}


.rqi5::after {
    position: absolute;
    content: "";

    width: 1px;
    height: 100px;
    background: #cecece;
    right: 0px;
    top: 9px;
    display: block;

}

.fl5 {
    width: calc(100% - 12.5%);
    height: 100%;
    float: right;
    padding-top: 20px;
    padding-bottom: 23px;
    padding-left: 31px;
    box-sizing: border-box;
}


.biao5 {

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.news_metan5 {


    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999899;
    line-height: 20px;
}


.news_list5 li:hover {
    background: #036eb7;
    border-color: #036eb7;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding-left: 30px;
}

.news_list5 li:hover .yy5 {
    color: #fff
}

.news_list5 li:hover .dd5 {
    color: #fff
}

.news_list5 li:hover .biao5 {
    color: #fff
}



.more1 {
    position: absolute;
    right: 0;
    width: 74px;
    height: 25px;
    background: url(./img/more.png);
    top: 0px;
}

.wp-navi-aside .aside-inner {
    background: #000!important}



.wp-navi-aside .navi-aside-head {
    background: #000!important}


.wp-navi-aside .navi-aside-wrap li .sub-menu {
    display: block!important;
}