@charset "utf-8";

/*Technical Support SudyTech*/
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: 400;
}

abbr,
body,
fieldset,
html,
iframe,
img {
    border: 0;
}

img {
    vertical-align: top;
}

div.sitelogo img {
    width: 450px;
}

html {
    overflow-x: hidden;
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sub,
sup {
    font-size: 83%;
}

code,
kbd,
pre,
samp {
    font-family: inherit;
}

q:after,
q:before {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
}

a,
a:hover,
del,
ins,
s,
u {
    text-decoration: none;
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    outline: 0;
    color: #333;
    font: 13px/1 arial, \5b8b\4f53;
}

:focus {
    outline: 0;
}

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97cbe0;
}

.hidden {
    visibility: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.clearfix {
    display: block;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(images/icon.png) no-repeat;
    vertical-align: middle;
}

body:before {
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0 0 10px transparent;
    -moz-box-shadow: 0 0 10px transparent;
    box-shadow: 0 0 10px transparent;
    content: "";
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

body {
    position: relative;
    color: #333;
    font-size: 13px;
    font-family: "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;/*Arial, */
    line-height: 1;
}

p {
    line-height: 1.75;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

a:hover {
    color: #095ab5;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
}

.wrapper .inner {
    margin: 0 auto;
    width: 1300px;
}

.header {
    position: absolute;
    top: 0;
   /* mask: linear-gradient(to bottom, transparent 20%, black 80%); */
    /* background-color: #98c1ea8c; */
    /* background: url(images/header_bg.png)    repeat-x; */
}

.header .inner {
    position: relative;
    width: 1300px;
    height: auto;
}

.header .sitelogo {
    float: left;
    padding-top: 42px;
    padding-bottom: 20px;
}
.list .header .sitelogo {padding-top: 42px;}

.header .head-left {
    float: left;
    display: inline-block;
}


.header .head-right {
    float: right;
    display: block;
    margin-top: 20px;
    width: 230px;
}


#nav {
    float: right;
    display: block;
    margin-top: 15px;
    width: 100%;
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
}

.wp-menu {
    margin: 0 auto;
    margin: 0 -16px;
}

.wp-menu .menu-item {
    position: relative;
    float: left;
    display: inline-block;
}

.wp-menu .menu-item.i1 {
    background: 0 0;
}

.wp-menu .menu-item a>.menu-switch-arrow {
    display: inline-block;
    display: none;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.wp-menu .menu-item a.menu-link {
    display: inline-block;
    margin: 0 14px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}

.list .wp-menu .menu-item a.menu-link {
    border-bottom: 3px solid #1e66bb00;
}

.wp-menu .menu-item a.hover,
.wp-menu .menu-item.hover a.menu-link {
    border-bottom: 3px solid #d79c12;
}

.sub-menu {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 100;
    display: none;
    min-width: 100%;
    background: #fff;
}

.sub-menu .sub-item {
    position: relative;
    vertical-align: top;
    white-space: nowrap;
}

.sub-menu .sub-item a {
    display: block;
    padding: 0 17px;
    height: 40px;
    background: 0 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

.sub-menu .sub-item a:hover,
.sub-menu .sub-item.hover>a {
    display: block;
    background-color: #1384e2;
    color: #fff;
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
    z-index: 200;
    background: #fff;
}





#banner {
    position: relative;
}

#banner .inner {
    position: relative;
    width: auto;
    width: 100%;
    text-align: center;
}

.main1 {
    background: url(images/m1.jpg) no-repeat center top;
}

.main1 .inner {
    padding: 50px 0px 20px;
}

.main1 .ml {
    float: left;
    width: 455px;
}

.main1 .mc {
    float: left;
    margin-left: 50px;
    width: 415px;
}

.main1 .mr {
    position: relative;
    float: right;
    /* margin-top: 60px; */
    width: 350px;
}

.main4 {
    background: #2c4891 url(images/m3.png) center;
}

.main4 .inner {
    padding: 30px 0 10px;
}

.main4 .ml {
    float: left;
}

.main4 .mc {
    float: right;
    margin-top: 60px;
    /* margin-left: 670px; */
}

.main4 .mr {
    float: right;
    margin-top: -10px;
}

.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 0 solid #e6e6e6;
}

.post .tt .tit {
    float: left;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.post .tt .tit .title {
    display: block;
    color: #424242;
    font-family: "Microsoft yahei";
    line-height: 42px;
}

.post .tt .tit .name {
    display: none;
    color: #333;
    line-height: 16px;
}

.post .con {
    margin: 0 auto;
    padding: 6px 0;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    float: right;
    display: inline-block;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 15px;
    cursor: pointer;
}

.post .more_btn a {
    color: #666;
}

.post .more_btn a:hover {
    color: #666;
}

.post1 .tt .tit .title {
    display: inline-block;
    margin-right: 20px;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
}

.post1 .tt .tit .title.selected {
    color: #0f429b;
}

.post1 .more_btn a {
    color: #72b52a;
}

.post3 .tt {
    width: 100%;
    text-align: center;
}

.post3 .tt .tit {
    float: none;
}

.post3 .tt .tit .title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
}

.post3 .more_btn {
    float: none;
    margin-left: 10px;
    line-height: 20px;
}

.post4 .tt .tit {
    border-bottom: 0;
}

.post4 .tt .tit .title {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
}

.post4 .tt .tit .title.selected {
    border-bottom: 3px solid #fff;
    color: #000;
}

.post1 .more_btn a {
    color: #666;
}

.news_list li.news {
    padding-left: 0;
    line-height: 79px;
    font-size: 17px;
}

.news_list.list2 li.news {
    border-bottom: 1px dashed rgb(204, 204, 204);
}

ul.news_list.list2 {
    padding: 0px 0px 30px;
}

.news_list li.news span.news_title {
    float: left;
}

.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9c9c9c;
}

.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}

.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0 solid red;
}
.rili2 .news_list li.news .news_text{
    height: 25px;
}
.news_list li.news .news_text {
    color: #999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list li.news .news_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

.rili2 .con {
    padding: 5px 0;
}

.rili2 .news_list li.news {
    /* margin-bottom: 18px; */
    /* padding-bottom: 10px; */
}

.rili2 .news_list li.news .news_date {
    float: left;
    width: 85px;
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
}

.rili2 .news_list li.news .news_date .news_year {
    background: 0 0;
    color: #2c4891;
    font-size: 16px;
    line-height: 40px;
    transition: all .4s ease-in-out;
}

.rili2 .news_list li.news .news_date .news_days {
    color: #000;
    font-size: 16px;
    line-height: 40px;
}

.rili2 .news_list li.news .news_wz {
    width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
    margin-left: 80px;
    padding: 0;margin-bottom: 10px;
}

.rili2 .news_list li.news .news_title {
    margin-top: 0;
    font-size: 18px;
    line-height: 40px;height: 40px; overflow: hidden;
    -webkit-line-clamp: 1;
}

.news_text .news_list li.news {
    margin-bottom: 10px;
}

.news_text .news_list li.news .news_title {
    font-size: 15px;
    line-height: 24px;
}

.news_text .news_list li.news .news_text {
    font-size: 13px;
    line-height: 22px;
}

.news_text .news_list li.news .news_time {
    font-size: 13px;
    line-height: 28px;
}

.news_tu .con {
    padding: 12px 0;
}

.news_tu .news_list {
    margin: 0 -10px;
}

.news_tu .news_list li.news {
    float: left;
    width: 50%;
}

.news_tu .news_list li.news .news_box {
    margin: 0 10px;
    transition: all .4s ease-in-out;
}

.news_tu .news_list li.news .news_box:hover {
    opacity: .85;
    filter: Alpha(opacity=85);
}

.news_tu .news_list li.news .news_imgs {
    display: table-cell;
    overflow: hidden;
    height: 30px;
    vertical-align: middle;
}

.news_tu .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.news_tu .news_list li.news .news_wz .news_con {
    margin-left: 40px;
}

.news_tu .news_list li.news .news_title {
    height: 55px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
}

.l-banner {
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

#l-container .inner {
    padding: 25px 10px;
}

#d-container .inner {
    padding: 20px 60px;
    background: #fff;
}

.col_menu {
    position: relative;
    float: left;
    margin-right: -240px;
    width: 240px;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #1e66bb;
}

.col_menu .col_menu_head h3.col_name {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    padding: 0 5px 0 30px;
    line-height: 50px;
}

.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

.col_list .wp_listcolumn {
    border-top: 0 solid #2867a0;
    border-bottom: 0 solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    border-top: 0 solid #fff;
    border-bottom: 1px solid #f6eaea;
    background: 0 0;
    color: #333;
    font-weight: 400;
    font-size: 17px;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 5px 0 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column a:hover {
    background: #eee;
    color: #0f429b;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #0f429b;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
    background: 0 0;
    color: #454545;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    color: #0f429b;
    font-weight: 700;
}

.col_list .wp_listcolumn .wp_column .sub_list a {
    margin-top: -1px;
    border-top: 1px solid #eee;
    color: #333;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    padding: 5px 10px 5px 52px;
    line-height: 28px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #0f429b;
    font-weight: 700;
    font-weight: 700;
}

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: 0 0;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 51px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    color: #0f429b;
    font-weight: 700;
}

.col_news {
    float: right;
    width: 100%;
    min-height: 500px;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 1px solid #dbdbdb;
}

.col_metas .col_title {
    float: left;
    display: inline-block;
    height: 48px;
    line-height: 48px;
}

.col_metas .col_title h2 {
    display: inline-block;
    border-bottom: 3px solid #cbcbcb;
    color: #0f429b;
    font-weight: 400;
    font-size: 20px;
    font-family: "Microsoft yahei";
}

.col_metas .col_path {
    float: right;
    display: inline-block;
    height: 46px;
    color: #666;
    white-space: nowrap;
    line-height: 46px;
    font-size: 16px;
}

.col_metas .col_path a {
    color: #2f2f2f;
}

.col_news_con {
    margin: 0 7px;
    padding: 5px 0 10px 0;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

.col_news_list .wp_entry p,.col_news_list .wp_entry span {
     margin-bottom: 10px;
     font-size: 17px !important;
     font-family:微软雅黑  !important;
     line-height: 40px !important;
     margin: 0px;
     /*text-align: justify !important;*/
     text-indent: 2em !important;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
}

.infobox {
    margin: 0 auto;
    width: auto;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    color: #182880;
    text-align: center;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    line-height: 48px;
}

.article h2.arti_title {
    color: #1b1b1b;
    text-align: center;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    line-height: 40px;
}

.article .arti_metas {
    padding: 10px;
    border-top: 1px solid #ececec;
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    color: #787878;
    font-size: 12px;
}

.article .entry {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}

.article .entry .read,
.article .entry .read p {
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

.article .entry .read p ,.article .entry .read span {
    margin-bottom: 10px;
    font-size: 17px !important;
    line-height: 36px;
    margin: 0px;
    text-indent: 2em !important;
    font-family: 微软雅黑 !important;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
}

.article .entry .read table {
    margin: 0 auto;
    border: none;
    width:100%;
}

.article .entry .read {
    min-height: 500px;
}
.article .entry .photos{min-height: 650px;}
.article .entry .photos .pic{display:none}
.article .entry .photos .preview{display:none}
#footer {
   background: #0e4587;
}

#footer .inner {
    position: relative;
    padding: 22px 0;
}

#footer .inner .foot-left {
    float: none;
}

#footer .inner .foot-right {
    float: right;
    margin-top: 12px;
}

#footer .inner p {
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner .copyright a {
    color: #eee;
}

.wp_search {
    position: relative;
    display: inline-block;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    padding: 4px 0;
    width: 160px !important;
    height: 20px;
    border: none;
    background: 0 0;
    color: #fff;
    line-height: 20px;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0;
    background: #fff url(images/sous.png) no-repeat center;
    vertical-align: top;
    cursor: pointer;
}

.searchbox {
    /* margin-top: 8px; */
    text-align: right;
}

.wp-search {
    position: relative;
    border-radius: 20px;
    background: #b4c5e6;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 40px;
    margin-left: 15px;
}

.wp-search .search-input input.search-title {
    padding: 6px 0;
    width: 100%;
    height: 22px;
    outline: 0;
    border: 0;
    background: 0 0;
    color: #313131;
    font-size: 14px;
    font-family: auto;
    line-height: 22px;
    opacity: .6;
}

.wp-search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 34px;
    outline: 0;
    border: 0;
    border-radius: 20px;
    background: url(images/sso.png) no-repeat center;
    cursor: pointer;
}



.fadeInUpSmall {
    display: block;
    visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: .6s;
    -webkit-animation-duration: .6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

.ccv.clearfix {
    float: right;
    width: 680px;
}

div#banner img {
    width: 100%;
    height: auto;
    /* margin-bottom: 25px; */
}

div#banner .news_wz {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
}

a.jt {
    padding: 15px 55px;
    border-radius: 10px;
    background: #fbbe2e;
    color: #fff;
    font-size: 15px;
}

.slick-dots {
    bottom: 35px;
}

.mbanner .slick-dots li {
    background: #95a3c9;
    width: 17px;
    height: 17px;
    margin: 0 13px;
}

.slick-dots li.slick-active {
    border-radius: 25px;
    background: #fff;
}

#banner:hover .slick-arrow {
    display: block !important;
}

div#nav li.menu-item.i6 a {
    /* margin-right: 0; */
}

div#nav li.menu-item.i1 a {

}

.post.post1.post-21.mbox .news_title {
    float: none;
    font-size: 16px;
}

.post1 .tt .tit .title img {
    margin-top: 15px;
    margin-left: 10px;    display: none;
}

.post.post1.post-31.mbox .news_list{
    padding:24px
}
.post.post1.post-31.mbox .con{
  line-height: 53px;
}
.vb {
    margin: 0 10px;
    margin-top: 15px;
    color: #515151;
    font-size: 16px;
    line-height: 24px;
}

.post3 .more_btn {
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -195px;
    width: 100%;
}

.post3 .more_btn span.more_text {
    padding: 10px 30px;
    border-radius: 10px;
    background: #fbbe2e;
    color: #fff;
    font-size: 17px;
}

.con.rili2 .news_text a {
    color: #999;
    font-size: 14px;
}

.con.rili2 li:hover .news_title a {
    color: #095ab5;
}

.con.rili2 li:hover .news_text a {
    color: #095ab5;
}

.post.post1.post-2.mbox {
    margin-bottom: 0;
}

.post.post1.post-21.mbox li {
    line-height: 40px;
   margin-bottom: 10px; 
    display: flex;
    justify-content: space-between;
}

.post.post1.post-21.mbox .news_title {
    float: none;
    font-size: 18px;
    line-height: 40px;height: 40px;    overflow: hidden;
}

.post1.post-21.mbox .news_meta {
    float: none;
    color: #999;
    font-size: 16px;
    line-height: 40px;
    width: 90px;
}

.main2 .ml {
    float: left;
    width: 870px;
    height: 370px;
}

.main2 .ml .mt {
    float: left;
    width: 870px;
    height: 175px;
    /* background: url(images/xs.png) no-repeat center top; */
    background-color: #74a1e0;
    margin-bottom: 12px;
}

.main2 .ml .mb {
    float: left;
    width: 870px;
    height: 182px;
    /* background: url(images/xs.png) no-repeat center top; */
    background-color: #74a1e0;
}

.main2 .mr {
    float: right;
    width: 420px;
    min-height: 370px;
    /* background: url(images/xs.png) no-repeat center ; */
    background-color: #74a1e0;
    background-size:cover
}

.main2 {
    padding: 20px 0 40px;
    background: url(images/m2.jpg) no-repeat top center;
}

.post.post3.post-301.mbox .con {
    display: none;
}

.post.post3.post-301.mbox .vb {
    margin: 0;
    color: #888;
    text-align: center;
    font-size: 18px;
}

.post.post3.post-301.mbox .tt {
    margin-bottom: 4px;
    /* background: url(images/m2t.png) no-repeat center; */
}

.post-41 {
    margin: 37px 0px 0;
    display: flex;
}

.post-42 {
    margin: 15px 0px 0;
    display: flex;
}

.post-43 {
    margin: 40px;
    display: flex;
}

.post.post3.post-41.mbox .tt .tit .title,
.post.post3.post-42.mbox .tt .tit .title,
.post.post3.post-43.mbox .tt .tit .title {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
}

.news_tu .news_list li.news .news_title a {
    color: #fff;
}

.pager {
    position: absolute;
    right: 0;
    bottom: 45px;
}

#footer .inner p {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    opacity: .45;
}

.post.post4.post-32.mbox li a {
    color: #fff;
    font-size: 14px;
}

.fw {
    display: flex;
}

.fw span {
    float: left;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}

.wf {
    display: inline-block;
}

.siteCounter4 span {
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border: none;
    font-size: 26px;
    background: none;
    color: #FFFFFF;
}

.fw {
    margin: 0 auto;
}

.m31 p {
    color: #d0d4e2;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}

.m31 span {
    margin-right: 20px;
}

.foot-right {
    margin: 5px auto;
    width: 250px;
}

.post.post1.post-404.mbox .news_imgs {
    width: 148px;
    height: 148px;
}

.post.post1.post-404.mbox .news_imgs img {
    width: 100%;
    height: 100%;
}

.wf .WP_VisitCount {
}

.post-301 {
    margin-bottom: 22px;
    margin-top: 17px;
}

.post-41 .tt {
    width: 115px;
    margin-right: 40px;
    padding: 15px 30px 15px 35px;
    border-right: 1px solid rgb(225, 225, 255, .5);
}

@media all and (-ms-view-mode: compatibility) {
    .post-41 .tt {
        width: 180px;
    } .post-42 .tt {
        width: 180px;
    }
}
.post-42 .tt {
    width: 160px;
    margin-right: 40px;
    padding: 30px 32px 25px 40px;
    border-right: 1px solid rgb(225, 225, 255, .5);
}

.post-43 .tt {
    width: 110px;
    margin: 45px 40px 40px 20px;
    padding-right: 30px;
    border-right: 1px solid rgb(225, 225, 255, .5);
}


.post-32 .tt {
    margin: 0;
}

.post-404 .news_con {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-top: 18px;
}

input::-webkit-input-placeholder {
    color: #6f7588;
}

input::-moz-input-placeholder {
    color: #6f7588;
}

input::-ms-input-placeholder {
    color: #6f7588;
}


.news_list li.news .news_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-31 .news_list .news .news_imgs {
    width: 50px;
    height: 50px;
}

.post-31 .news_list .news .news_imgs img {
    width: 100%;
    height: 100%
}

.post-31.mbox .news_title {
    font-size: 20px;
    color: #000
}

.post-31.mbox .news_dtitle {
    font-size: 20px;
    color: #000;
}

.post-31.mbox .news_ftitle {
    font-size: 20px;
    color: #000;
}

.post-31 .news .con {
    display: flex;
    column-gap: 10px;
    padding: 0;
    margin-bottom: 10px;
}

.post-31 .con .wz {
    display: flex;
    /* flex-direction: column; */
    column-gap: 10px;
}

.post-31 .con .wz .bt {
    display: flex;
    /* line-height: 24px; */
}

.post-41 .news_list {
    /* display: flex; */
    /* float: left; */
    flex-wrap: wrap;
}
.post-41 .news_list .news{width: 25%;height: 36px;float: left;}
.post-41 .news_list .news .news_title {
    font-size: 17px;
    line-height: 36px;
    text-align: left;
    width: 140px;
    =:
    left;
}

.post-41 .news_list .news .news_title a {
    color: #fff;
    line-height:36px;
    height:36px;
}

.post-42 .news_list {
    /* display: flex; */
    /* column-gap: 50px; */
    /* flex-wrap: wrap; */
}
.post-42 .news_list .news{width: 25%;height: 36px;float: left;}

.post-42 .news_list .news .news_title {
    font-size: 17px;
    line-height: 36px;
    text-align: left;
    width: 140px;
}

.post-42 .news_list .news .news_title a {
    color: #fff;
    line-height: 36px;
    height: 36px;
    display: block;
}


.post-43 .news_list {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}

.post-43 .news_list .news .news_title {
    font-size: 17px;
    line-height: 36px;
    text-align: left;
    width: 180px;
}

.post-43 .news_list .news .news_title a {
    color: #fff
}

.main1 .mr .post .tt .tit {
    float: none;
    width: 100%;
    text-align: center;
}
.main1 .mr .post .more_btn {
        display: none;
}
.main4 .ml p {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}


.xf{position:fixed;width: 60px;right:100px;top:80%;background: #e3e7ed;height: 140px;border-radius:25px}
.xf .post-404{margin:0;padding:0}
.xf .post-404 .con{margin:0;padding:0}
.xf .post-404 .news{height:50px;position:relative;cursor:pointer;background-size: 60% !important;}
.xf .post-404 .news.n1{background:url(images/wx.png) no-repeat center;width: 60px;height: 60px;}
.xf .post-404 .news.n2{background:url(images/dh.png) no-repeat center;width: 60px;height: 60px;}
.xf .post-404 .news .news_box{display: none;position:absolute;right:50px;top:50%;transform:translateY(-50%);padding: 10px;padding-top: 5px;}
.xf .post-404 .news.n1:hover .news_box{display:block}
.xf .post-404 .news.n2:hover .news_box{display:block;margin-right: 10px;}
.xf .post-404 .news.n2 .news_box{background:#fff;}
.xf .post-404 .news.n2 .news_box .news_text{display:block;width: 360px;color:#333;}
.xf .post-404 .news .news_box .news_title{display:block;width: ;color:#000;font-size:18px;text-align:center;font-weight:bold}
.xf .post-404 .news.n2 .news_box .news_title{display:none}
.xf .post-404 .news .news_box .news_text img{width:150px;height:150px}




.fixednav {
    display: block;
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 9;
    top: -100px;
    left: 0;
    background-color: #114d95;
    /* opacity: 0.88 ! important; */
    filter: alpha(opacity=0.975) ! important;
    transition: all 0.3s ease-in-out;
}

.nav-table {
    width: 1400px;
    margin: 0 auto;
    height: 100px;
}

.nav-table .fixedlogo {
    float: left;
    width: 400px;
    margin-top: 20px;
}

.nav-table .fixedlogo img {
    width: 100%;
}

.nav-table .first {
    float: right;
    width: calc(100% - 420px);
    padding-left: 20px;
    margin-top: 20px;
}

.nav-table .first .wp-menu {
    display: flex;
    justify-content: space-between;
}

.nav-table .first .wp-menu .menu-item .menu-link {
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 60px;
    position: relative
}

.nav-table .first .wp-menu .menu-item:hover {
    background: #74a1e0;
}
.nav-table .first .wp-menu .menu-item a.hover,
.nav-table .first .wp-menu .menu-item.hover a.menu-link {
    border:none;
}
.nav-table .first .wp-menu .menu-item .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    min-width: 112px;
    _zoom: 1;
}

.nav-table .first .wp-menu .menu-item .sub-menu {
    display: none;
}

.nav-table .first .wp-menu .menu-item .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background: #fff;
    text-align: center;
}
.article .entry .read table td p,
.article .entry .read table td span, .col_news_list .wp_entry  table td p,
.col_news_list .wp_entry  table td span {
    text-indent: unset !important;
   
}
.nav-table .first .wp-menu .menu-item .sub-menu .sub-item.hover>a {
    color: #fff;
    background-color: #1384e2;
    display: block;
}