@charset "utf-8";

/* Base Reset */
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;
}

html {
    overflow-x: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i,
cite,
em,
var,
address,
dfn {}

[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,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 12px/1 arial, \5b8b\4f53;
    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;
}

/**全局样式**/
body {
    font: 12px/1 "Microsoft YaHei", "Simsun", arial, \5b8b\4f53;
    color: #333;
}

/*背景样式*/
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
}

/**页面全局宽度**/

/**页头开始**/
#header {
    background: #12c0fa;
}

div#nav {
    background: #00abe6;
}

#header .inner {}

.head {
    width: 100%;
    position: relative;
    padding: 20px 0;
    background: url(images/headbg.png) right bottom no-repeat;
}

/**页头部分**/
.head .sitelogo {
    float: left;
    padding-top: 0px;
    padding-left: 0px;
    width: 340px;
}

.head .sitelogo img {
    width: 100%;
}

.head .sitetitle {
    float: left;
    margin-top: 23px;
    margin-left: 20px;
    font-size: 32px;
    color: #fff;
}

/**站点名称**/
.navbar .navbox {
    width: 1200px;
    margin: 0 auto;
}

/**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.menu-switch-arrow {
    display: none;
}

.navbox .wp-menu {
    margin: 0 auto;
}

/**导航高度**/
.navbox .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 100;
}

.navbox .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 51px;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

/**导航字体样式**/
.navbox .wp-menu .menu-item a.menu-link:hover,
.navbox .wp-menu .menu-item a.menu-link.parent {
    text-decoration: none;
    color: #fff;
    background-color: #1384e2
}

/**鼠标经过或当前选中时样式**/
.navbox .sub-menu {
    background-color: #f2f2f2;
    display: none;
    position: absolute;
    left: 0;
    top: 39px;
    z-index: 100;
    min-width: 110px;
}

/**菜单背景**/
.navbox .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    border-bottom: 1px solid #ddd;
}

.navbox .sub-menu .sub-item a {
    display: block;
    color: #272727;
    line-height: 32px;
    padding: 0 10px 0 20px;
    display: block;
    font-family: "Microsoft YaHei";
}

/**子菜单字体样式**/
.navbox .sub-menu .sub-item a:hover,
.navbox .sub-menu .sub-item a.parent {
    color: #06509C;
    display: block;
}

.navbox .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    z-index: 200;
    background-color: #e6e6e6;
    border-left: 1px solid #ddd;
}

/**slide导航**/
.wp-navi .navi-slide-head {
    display: none;
    padding: 0 10px;
    height: 49px;
}

.wp-navi .navi-slide-head .navi-slide-title {
    display: inline-block;
    float: left;
    font-weight: normal;
    color: #212121;
    font-size: 18px;
    line-height: 49px;
}

.wp-navi .navi-slide-head .navi-slide-arrow {
    display: block;
    width: 34px;
    height: 49px;
    float: right;
    background: url(img/menu-icon-arrow.png) no-repeat 50%;
}


/**标题栏新闻窗口**/
.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    width: 100%;
}

/**标题栏**/
.post .tt .tit {
    color: #216687;
    float: left;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

/**标题字体**/
.post .tt .tit .title {
    display: inline-block;
    color: #005daa;
    font-size: 18px;
    line-height: 34px;
    cursor: pointer;
}

/**标题图标**/
.post .tt .more_btn {
    display: inline-block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 26px;
}

/**更多按钮**/
.post .con {
    padding: 5px 0;
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

/**系统新闻列表**/
.post .con .wp_article_list .list_item span {
    margin-left: 0px;
    margin-right: 5px;
}

.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

/**新闻列表图标**/
/*带图标标题*/
/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 38px;
}

/**标题图标**/
.news_list li.news span.news_title {
    float: left;
}

.col_news_con .news_list li.news span.news_title {
    float: left;
    font-size: 14px;
}
.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
}

.news_list li.news p {
    clear: both;
    line-height: 20px;
    color: #787878;
}

.news_list li.news p a {
    color: #787878;
}

.news_list li.news p a:hover {
    color: #444;
    text-decoration: underline;
}

/** 
*其他样式
*/

/**主体开始**/
#container {
    /* padding:7px 0; */
}

#container .inner {
    background: #fff;
}

/**首页三列布局**/
.mod {}

.mod .ml {
    width: 360px;
    float: left;
}

/**左列**/
.mod .mc {
    float: left;
    margin-left: 40px;
    width: 410px;
}

/**中间**/
.mod .mr {
    float: right;
    width: 350px;
}

.mbox {}

/**页脚开始**/
#footer {}

#footer .inner p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

#footer .inner p span {
    margin: 0 3px;
}

/**列表页**/
.lbanner {}

.lbanner .inner {
    position: relative;
}

.lbanner .column-name {
    display: none;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 2px #000000;
    overflow: hidden;
    position: absolute;
    left: 6px;
    right: 6px;
    top: 50%;
    margin-top: -12px;
}

/**列表页banner图**/
.lbanner img {
    width: 100%;
    vertical-align: top;
}

.col_menu {
    width: 210px;
    float: left;
    position: relative;
    margin-right: -220px;
}

.col_menu .col_menu_head {
    background: url(images/col_menu_head.jpg) no-repeat 0 0;
}

/**位置栏目背景**/
.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: 40px;
    padding: 0px 5px 0px 10px;
    background: #289AD8;
}

/**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/
.col_list .wp_listcolumn {
    border-top: 1px solid #2867A0;
    border-bottom: 1px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    font-weight: normal;
    color: #3E3E3E;
    background: #EFEFEF url(images/icon_column_1.gif) no-repeat 10px center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a .column-name {
    padding-left: 25px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_1_hover.gif);
}

/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

/**二级栏目列表*/
.col_list .wp_listcolumn .sub_list {}

.col_list .wp_listcolumn .sub_list .sub-item {}

.col_list .wp_listcolumn .sub_list .sub-item a {
    color: #454545;
    background: #F7F7F7 url(images/icon_column_2.gif) no-repeat 26px 11px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #E0E0E0;
}

/**二级子栏目**/
.col_list .wp_listcolumn .sub_list .sub-item a .column-name {
    padding-left: 40px;
}

.col_list .wp_listcolumn .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub-item a.selected {
    color: #000;
    background-image: url(images/icon_column_2_hover.gif);
}

/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .sub_list .sub-item a.selected span.column-name {
    color: #124D83;
}

/**三级栏目列表*/
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a {
    background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

/**三级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a .column-name {
    padding-left: 55px;
}

.col_list .wp_listcolumn .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a.selected span.column-name {
    color: #124D83;
}

/**四级栏目列表*/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a {
    background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

/**四级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a .column-name {
    padding-left: 70px;
}

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a.selected span.column-name {
    color: #124D83;
}

/**五级栏目列表*/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a {
    background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
}

/**五级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a .column-name {
    padding-left: 85px;
}

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a.selected span.column-name {
    color: #124D83;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    float: left;
}

.col_news_box {
    margin-left: 220px;
}

.col_news_head {
    border-bottom: 1px solid #ccc;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

/**当前栏目名称**/
.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    margin-top: 14px;
    font-size: 14px;
}

/**当前位置**/

.col_news_list {
    margin-top: 7px;
    min-height: 300px;
    padding-bottom: 20px;
}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item span {
    margin-left: 0px;
    margin-right: 5px;
}

.col_news_list .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.6;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 6px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/

/**文章页**/
.infobox {
    margin: 0 auto;
}

.article {}

.article h1.arti_title {
    line-height: 24px;
    margin: 6px 0px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #282828;
    text-align: center;
}

/**文章标题**/
.article .arti_subtitle {
    line-height: 30px;
    font-size: 16px;
    color: #282828;
    font-family: "Microsoft YaHei";
    text-align: center;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    padding: 5px 0px;
    min-height: 300px;
    overflow: hidden;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.6;
    font-size: 14px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 6px;
}

.article .entry .read img {
    max-width: 840px;
    _width: expression(this.width > 940 ? "840px" : this.width);
}

/**文章阅读部分图片大小限制**/
.topnav .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 0px 10px;
    line-height: 16px;
    cursor: pointer;
}

.topnav li.nav-item.i1 {
    border-left: 5px solid #44b5e1;
}

.topnav li.nav-item.i2 {
    border-left: 5px solid #eca912;
}

.topnav li.nav-item.i3 {
    border-left: 5px solid #7979dd;
}

.topnav li.nav-item.i4 {
    border-left: 5px solid #86c753;
}

.topnav .wp_nav .nav-item a {
    color: #fff;
    font-size: 16px;
font-weight: bold;
}

.head-right {
    float: right;
    width: 358px;
}

.topnav {
    float: right;
}

.sousuo {
    float: right;
    margin-top: 20px;
    width: 240px;
}

.sousuo .wp_search .search {
    background: #045ba5 url(images/sousuo.png);
    width: 28px;
    height: 25px;
    border: 0px;
    cursor: pointer;
    display: block;
}

.sousuo input#keyword {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 25px;
    border: 0;
    padding-left: 10px !important;
}

.banner-left {
    width: 66%;
    float: left;
}

.banner-right {
    width: 34%;
    float: right;
}

.mbanner .inner {
    background: #02a1b8;
}

.banner-left .focus-page {
    display: inline-block;
    width: 21px;
    height: 5px;
    line-height: 5px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 0px;
    color: #fff;
    margin-right: 6px;
    cursor: pointer;
    background: #fff;
    opacity: 0.7;
}

.banner-left .focus-page-active {
    background: #fff;
    opacity: 1;
}

.banner-left .focus-title {
    display: inline-block;
    white-space: nowrap;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    font-family: "微软雅黑";
}

.banner-left .focus-title-bar {
    height: 52px;
}

.banner-left .focus-title-bg {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.banner-left .focus-pagination {
    position: absolute;
    right: 15px;
    bottom: 26px;
    z-index: 60;
    height: 5px;
    text-align: right;
}

.banner-list .tt {
    padding-bottom: 8px;
    border: 0;
}

.banner-list .tt .tit {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
}

.banner-list .tt .tit .title {
    color: #fff;
    font-weight: 700;
}
.banner-list .tt .more_btn {
    display: inline-block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.banner-list .more_btn a {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
    font-family: "微软雅黑";
}

.banner-list {
    box-sizing: border-box;
    padding: 24px 35px 23px 39px;
}

.banner-list span.news_title a {
    color: #fff;
    font-size: 15px;
    line-height: 36px;
}

.banner-list .news_list li.news span.news_meta {
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    float: right;
    margin-left: 2px;
}

.moreBox {
    text-align: left;
    margin-top: 6px;
}

.moreBox .more_btn {
    height: 20px;
    line-height: 20px;
}

.moreBox .more_btn a {
    color: #fff !important;
    font-size: 13px !important;
}

.banner-list .con {
    padding-top: 9px;
}

.news_imgs img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

.news_list li.news .news_text {
    color: #666;
    line-height: 22px;
}

.post-10 .news_text a {
    display: inline-block;
    padding-top: 18px;
    color: #333;
    font-size: 14px;
    line-height: 25px;
}

a.url {
    display: block;
    padding-top: 3px;
    color: #395ea1;
    font-size: 14px;
}

.post-10 .con {
    padding: 6px 0;
    padding-top: 18px;
}

.main1 .inner {
    padding: 29px 0 20px;
}

.post .news_list li.news span.news_title {
    float: left;
    max-height: 44px;
    min-height: 44px;
    font-size: 14px;
    line-height: 22px;
}

.post-21 li.news span.news_title {
    width: 80%;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #8b8b8b;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 24px;
}

.news_list li.news {
    padding-left: 0;
    line-height: 34px;
}

.post-21 li {
    padding: 12px 0;
    border-bottom: 1px dashed #bfbfbf;
}

.rili2 .con {
    padding: 5px 0;
}

.rili2 .news_list li.news {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e3e9ee;
}

.rili2 .news_list li.news.n1 {
    margin-top: 10px;
}

.rili2 .news_list li.news .news_date {
    float: left;
    margin-right: -62px;
    width: 62px;
    text-align: center;
}

.rili2 .news_list li.news .news_date .news_year {
    background-color: #949494;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    transition: all .4s ease-in-out;
}

.rili2 .news_list li.news .news_date .news_days {
    background-color: #e3e4e6;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 30px;
}

.rili2 .news_list li.news .news_wz {
    width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
    margin-left: 70px;
    padding: 4px 0;
}

.rili2 .news_list li.news .news_title {
    margin-top: 4px;
    width: 100%;
    max-height: 51px;
    color: #333;
    font-size: 14px;
    line-height: 29px;
    -webkit-line-clamp: 2;
}

.rili2 .news_list li.news:hover .news_date .news_year {
    background-color: #0945a8;
    transition: all .4s ease-in-out;
}

.rili2 .news_list li.news:hover .news_date .news_days {
    background-color: #e3e4e6;
}

.rili2 .news_list li.news:hover .news_date .data-day {
    background: #000 !important;
}

.rili2 .news_list li.news {
    border-bottom: 1px dashed #bfbfbf;
}

.rili2 .news_list li.news:hover .date-day {
    background: #f8b933;
}

.rili2 .news_list li.news.n4 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.date-day {
    display: block;
    border-radius: 5px 5px 0 0;
    background: #12c0fa;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
}

.date-year {
    display: block;
    margin-top: 4px;
    border-radius: 0 0 5px 5px;
    background: #eaf8fc;
    color: #0059a5;
    font-size: 12px;
    line-height: 29px;
}

.rili2 .news_list li.news:hover .news_date .data-day {
    background: #000 !important;
}

.post-31 li:hover .date-day {
    background: #8bc125;
}

.post-31 .news_con {
    padding-top: 1px;
    padding-left: 76px;
}

.post-31 li:last-child {
    border: none !important;
}

.post .more_btn a {
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
    font-family: "微软雅黑";
}

/* .post-41,
.post-42 {
    float: left;
    width: 48.33%;
} */

.post-42 {
    margin-left: 3%;
}
.main1 .post-10 .tt .tit {
    background: #00abe6;
}
.main1 .post-21 .tt .tit {
    background: #7979dd;
}
.main1 .post-31 .tt .tit {
    background: #86c753;
}
.main2 .post-41 .tt .tit {
    background: #02a1b8;
}
.main2 .post-42 .tt .tit {
    background: #f8b933;
}
.main2 .post-43 .tt .tit {
    background: #d76949;
}
.post-41 .news_title {
    max-height: 36px;
}
.post-42 .news_title {
    max-height: 36px;
}
.post-43 .news_title {
    max-height: 36px;
}
.post-10 .tt {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: 2px solid #00abe6;
    height: 46px;
}
.post-21 .tt {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: 2px solid #7979dd;
    height: 46px;
}
.post-31 .tt {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: 2px solid #86c753;
    height: 46px;
}
.post-41 .tt {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: 2px solid #8ab5bb;
    height: 46px;
}

.post-42 .tt {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: 2px solid #f8b933;
}
.post-43 .tt {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: 2px solid #d76949;
}
.main1 .post .tt .tit {
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
    line-height: 47px;
}
.main1 .post .tt .tit .title {
    color: #fff;
}
.main1 .post .tt .tit .title {
    display: inline-block;
    font-size: 18px;
    line-height: 47px;
    cursor: pointer;
}

.main2 .post .tt .tit {
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
    line-height: 47px;
}
.main2 .post .tt .tit .title {
    color: #fff;
}
.main2 .post .tt .tit .title {
    display: inline-block;
    font-size: 18px;
    line-height: 47px;
    cursor: pointer;
}
.post .con {
    margin: 0 auto;
    padding: 6px 0;
}
.main2 .news_list li.news {
    padding-left: 0;
    line-height: 36px;
}
.main2 .news_list li.news span.news_title {
    float: left;
    max-height: 36px;
    min-height: 36px;
    font-size: 14px;
    line-height: 36px;
}
#footer {
    background: #f7f5f1 url(images/bg3.png) no-repeat center bottom;
}
#footer .inner {
    position: relative;
    padding: 37px 0;
}
#footer .inner .foot-left {
    position: relative;
    float: left;
    width: 26%;
    background: url(images/shu.png) right center no-repeat;
}

b, em, h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}
.foot-left .title {
    color: #000;
    font-size: 15px;
    line-height: 32px;
}
.foot-left li {
    float: left;
    padding-right: 20px;
}
.foot-left .news_title {
    width: 100%;
    color: #515452;
}

.foot-left .news_title a {
    color: #504f4e;
    font-size: 14px;
}
.foot-center {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 9%;
    width: 49%;
    background: url(images/shu.png) center right no-repeat;
}
#footer .inner p {
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
}
#footer .inner .copyright.lx span {
    color: #000!important;
    font-weight: 700;
    font-size: 15px!important;
}

#footer .inner p span {
    margin: 0 3px;
}
#footer .inner .foot-center .copyright span {
    color: #504f4e;
    font-size: 14px;
}
#footer .inner .foot-right {
    float: right;
    width: 23%;
}
.bt {
    float: left;
    padding-top: 30px;
    padding-right: 6%;
    width: 55%;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
}
.foot-right .con {
    float: left;
}
div#footer2 {
    padding: 35px;
    background: #12c0fa url(images/footbg.png) center bottom no-repeat;
}
.foot-center {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 9%;
    width: 50.75%;
}
#footer2 .foot-center {
    float: left;
    padding: 0;
    width: 100%;
    text-align: center;
}
#footer2 .foot-center p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
}
.searchbox {
    margin-top: 15px;
    text-align: right;
    float: right;
}
.wp-search {
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 18px;
    background: #e3eff9;
}
.wp-search .search-input {
    margin-right: 40px;
    margin-left: 13px;
}
.wp-search .search-input input.search-title {
    padding: 7px 0;
    width: 100%;
    height: 22px;
    outline: 0;
    border: 0;
    background: 0 0;
    color: #313131;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 22px;
}
.wp-search .search-btn {
    position: absolute;
    top: 2.3px;
    right: 3px;
    width: 32px;
    height: 32px;
}
.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 31px;
    outline: 0;
    border: 0;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
}
.nav-pc .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 47px;
    line-height: 44px;
    cursor: pointer;
}
.nav-pc .wp_nav li.nav-item.i1 a{
    background: none;
}
.nav-pc .wp_nav li.nav-item.i7 a{
    background: url(images/arrow-down-filling.png) 165px center no-repeat;
    background: none;
}
.nav-pc .wp_nav .nav-item a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: url(images/arrow-down-filling.png) 130px center no-repeat;
}
.nav-pc .wp_nav .nav-item a.parent:hover {
    background-color: #63a6dd;
}
.nav-pc .wp_nav .sub-nav .nav-item a {
    border-top: 0px solid #D8E1CC;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-align: center;
}
.nav-pc .wp_nav .sub-nav .nav-item a.parent:hover {
    background: #f2f1f1;
    color: #000;
}
.nav-pc .wp_nav .sub-nav {
    border: 0px solid #ccc;
}
.nav-pc .wp_nav .sub-nav .nav-item a {
    border-top: 0px solid #D8E1CC;
}
.nav-pc .nav-item a:after {
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    width: 1px;
    height: 17px;
    background: #82add2;
    content: "";
}
.nav-pc li.nav-item.i1 a:after {
    position: absolute;
    top: 19px;
    left: 0;
    display: none;
    width: 1px;
    height: 17px;
    background: #82add2;
    content: "";
}
.nav-pc .wp_nav .sub-nav .nav-item a:after {
    display: none;
}
.l-banner img{
    width: 100%;
}
.nav-mb {
    display: none;
}
.nav-pc .wp_nav .sub-nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 20px;
    line-height: 44px;
    cursor: pointer;
}
.nav-pc .wp_nav .sub-nav {
    border: 0px solid #ccc;
    width: 100% !important;
}
.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 30px;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
}
.banner-list span.news_title {
    width: 80%;
    height: 36px;
    overflow: hidden;
}
.main2 .news_list li.news span.news_meta{
    line-height: 36px;
}
.footer2 .foot-center{
    background: none;
}