@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 Microsoft YaHei, \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;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/*css3???*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

/**??????**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

/*a:hover {color: #cb0101 !important;}*/
/*?????*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 2px auto;
    padding: 0 20px
}

/**?????????**/
/*headtop*/
#headtop {
    background: #666;
}

#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head???*/
#header {
    background: #fff;
}

.header .sitelogo {
    float: left;
    padding-top: 18px;
    /* padding-left: 10px; */
}

.header .sitetitle {
    display: inline-block;
    margin-top: 16px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/**???????**/
.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    margin-top: 12px;
    width: 200px;
}

/*rale???*/
.site-rale {}

.site-rale ul {}

.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: 35px;
    padding: 0 12px 0 12px;
    padding-left: 19px;
    font-size: 13px;
    color: #cad3d4;
    background: url(images/link_icon.png) no-repeat;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-rale ul li.links.i1 a {
    background-position: 0px 0px;
}

.site-rale ul li.links.i2 a {
    background-position: -60px 0px;
}

.site-rale ul li.links.i3 a {
    background-position: -117px 0px;
}

.site-rale ul li.links.i4 a {
    background-position: -177px 0px;
}

/*lang???*/
.site-lang {}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    line-height: 35px;
    margin: 0px 5px;
    font-size: 13px;
    color: #cad3d4;
}

.site-lang ul li.links a:hover {
    color: #fff;
}

/*????????????*/
/ * #nav {
    height: 63px;
    background: url(images/nav_bg.png) center;
    margin-top: -13px;
    position: relative;
}

*/ #nav .inner {
    height: 50px;
    /* margin-top: 13px; */
}

#nav .inner .wp-panel {}

/*????*/
#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

/*???????????????????????????*/
.wp-menu {
    margin: 0 auto;
}

.wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
    height: 50px;
    margin-top: 13px;
}

.wp-menu .menu-item.i1 {
    background: none;
}

.wp-menu .menu-item a>.menu-switch-arrow {
    display: inline-block;
    width: 10px;
    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;
    padding: 0 30px 0;
    line-height: 50px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: bold;
}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
    text-decoration: none;
    color: #ffffff;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 100%;
    z-index: 100;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    background: none;
    text-align: center;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
    color: #fff !important;
    background-color: #cb0101;
    display: block;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

/**???banner???**/
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    max-width: 1345px;
    text-align: center;
    position: relative;
}

/**??????????**/
#m-container {}

#m-container .inner {}

/**???????????**/
.mod {}

.mbox {}

.main1 {}

#container-1 .inner {
    padding: 26px 0px 0px;
}

.main1 .ml {
    float: left;
    width: 360px;
    padding-top: 8px;
}

.main1 .mc {
    float: left;
    width: 380px;
    margin-left: 30px;
}

.main1 .mr {
    float: right;
    width: 346px;
}

.main4 {}

.main4 .inner {
    /* padding: 15px 0 0; */
}

.main4 .ml {
    float: left;
    width: 530px;
}

.main4 .mr {
    float: right;
    padding-top: 25px;
}

.main4 .mr .mlink {}

/**?????????????**/
.post {
    /* margin-bottom:10px; */
}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
}

/**??????**/
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: normal;
}

/**????????**/
.post .tt .tit .title {
    display: block;
    line-height: 41px;
    color: #424242;
    font-family: "Microsoft yahei";
}

.post .tt .tit .name {
    display: none;
    line-height: 16px;
    color: #333;
}

/*???????*/
.post .con {
    /* padding: 6px 0; */
    margin: 0 auto;
}

.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 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    float: right;
    position: relative;
    top: 17px;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 14px;
    cursor: pointer;
}

.post .more_btn a {
    color: #666;
}

.post .more_btn a:hover {
    color: #666;
}

/*???????*/
.post1 {}

.post1 .tt {
    border-bottom: 2px solid #6b798e;
    text-align: center;
}

.post1 .tt .tit {}

.post1 .tt .tit .title {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.post1 .tt .tit .title.selected {
    color: #b70808;
}

.post1 .more_btn a {
    color: #626262;
}

/*????????*/
.post2 {}

.post2 .tt {}

.post2 .tt .tit {
    padding-left: 24px;
    background: url('images/new1_icon.png') no-repeat left center;
}

.post2 .tt .tit .title {
    font-size: 16px;
    font-weight: bold;
    color: #18267d;
    cursor: pointer;
}

.post2 .con {}

/*????????*/
.post3 {}

.post3 .tt {
    width: 100%;
}

.post3 .tt .tit {
    float: none;
}

.post3 .tt .tit .title {
    color: #fff;
    margin-left: 28px;
}

.post3 .more_btn {
    margin-left: 10px;
    line-height: 20px;
}

/*????????hover*/
.post4 {}

.post4 .tt {}

.post4 .tt .tit {
    border-bottom: 0px;
}

.post4 .tt .tit .title {
    display: inline-block;
    /* margin-right:20px; */
    color: #333;
    /* cursor:pointer; */
}

.post4 .tt .tit .title.selected {
    border-bottom: 3px solid #fff;
    color: #000;
}

.post1 .more_btn a {
    color: #626262;
}

/**?????????????**/
.news_list {}

.news_list li.news {
    line-height: 36px;
    padding-left: 0px;
}

/**???????**/
.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: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
    color: #666;
}

/*?????*/
.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

/*???????????1*/
.rili {}

.rili .con {
    padding: 5px 0px;
}

.rili .news_list {}

.rili .news_list li.news {
    margin-top: 0px;
}

.rili .news_list li.news.n1 {}

.rili .news_list li.news .news_date {
    float: left;
    width: 60px;
    height: 28px;
    line-height: 28px;
    margin-top: 3px;
    margin-right: -70px;
    font-family: "Microsoft YaHei";
    border-radius: 4px;
    background: #146cc1;
    text-align: center;
    vertical-align: middle;
}

.rili .news_list li.news .news_date .news_year {
    display: inline-block;
    padding: 0 4px;
    font-size: 18px;
    color: #fff;
}

.rili .news_list li.news .news_date .news_days {
    display: inline-block;
    height: 26px;
    padding: 0 6px;
    font-size: 14px;
    color: #18267d;
    border-radius: 0px 4px 4px 0px;
    background: #fff;
    vertical-align: top;
    border: 1px solid #146cc1;
}

.rili .news_list li.news .news_wz {
    width: 100%;
}

.rili .news_list li.news .news_wz .news_con {
    margin-left: 70px;
}

.rili .news_list li.news .news_title {
    line-height: 34px;
    margin-top: 0px;
    font-size: 14px;
    color: #000;
}

.rili .news_list li.news .news_text {
    line-height: 20px;
    margin-top: 0px;
    font-size: 12px;
    color: #666;
}

/*???????????2*/
.rili2 {}

.rili2 .con {
    padding: 5px 0px;
}

.rili2 .news_list {}

.rili2 .news_list li.news {
    /* margin-bottom: 10px; */
    /* padding-bottom: 10px; */
}

.rili2 .news_list li.news.n1 {
    /* margin-top:10px; */
    border-bottom: 1px solid #ccc;
}

.rili2 .news_list li.news .news_date {
    float: left;
    width: 60px;
    margin-right: -70px;
    background: #00707a;
    text-align: center;
}

.rili2 .news_list li.news .news_date .news_year {
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    background-color: #cb0101;
    transition: all 0.3s ease-in-out;
}

.rili2 .news_list li.news .news_date .news_days {
    line-height: 27px;
    font-size: 12px;
    color: #7b7b7b;
    background-color: #eae9e7;
}

.rili2 .news_list li.news .news_wz {
    width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
    margin-left: 70px;
    /* padding: 4px 0px; */
}

.rili2 .news_list li.news .news_title {
    line-height: 23px;
    margin-top: 4px;
    font-size: 15px;
    color: #000;
}

.rili2 .news_list li.news:hover .news_date .news_year {
    background-color: #f4b62f;
    transition: all 0.3s ease-in-out;
}

.rili2 .news_list li.news:hover .news_date .news_days {
    background-color: #e3e4e6;
}

/*??????*/
.news_text {}

.news_text .news_list {}

.news_text .news_list li.news {
    margin-bottom: 10px;
}

.news_text .news_list li.news .news_title {
    line-height: 24px;
    font-size: 15px;
}

.news_text .news_list li.news .news_text {
    line-height: 22px;
    font-size: 13px;
}

.news_text .news_list li.news .news_time {
    line-height: 28px;
    font-size: 13px;
}

/*?????*/
.news_tu {}

.news_tu .con {
    padding: 12px 0px;
}

.news_tu .news_list {
    margin: 0px -10px;
}

.news_tu .news_list li.news {
    float: left;
    width: 25%;
}

.news_tu .news_list li.news .news_box {
    margin: 0px 10px;
    transition: all 0.3s 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 {
    height: 180px;
    background-color: #F1F1F1;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}

.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_tu .news_list li.news .news_wz .news_con {}

.news_tu .news_list li.news .news_title {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.news_tu .news_list li.news .news_title a {}

/*???*/
.tu_text {}

.tu_text .news_list {}

.tu_text .news_list li.news {}

.tu_text .news_list li.news .news_imgs {
    float: left;
    width: 160px;
    margin-right: -175px;
}

.tu_text .news_list li.news .news_imgs a {
    /* height: 120px; */
    display: table-cell;
    vertical-align: middle;
    background-color: #efefef;
}

.tu_text .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
}

.tu_text .news_list li.news .news_wz {}

.tu_text .news_list li.news .news_wz .news_con {
    /* margin-left:175px; */
    padding: 0px 0px;
    position: relative;
}

.tu_text .news_list li.news .news_title {
    line-height: 24px;
    font-size: 15px;
}

.tu_text .news_list li.news .news_text {
    line-height: 22px;
    font-size: 12px;
}

.tu_text .news_list li.news .news_time {
    line-height: 26px;
    font-size: 12px;
}

/*???????????*/
.link_text {
    margin-bottom: 0px;
}

.link_text .news_list {
    margin: 0 -5px;
}

.link_text .news_list li.news {
    float: left;
    width: 20%;
    text-align: center;
}

.link_text .news_list li.news .news_box {
    margin: 0 5px;
}

.link_text .news_list li.news .link_icon {
    display: inline-block;
    width: 100%;
    background-color: #1b2ea3;
}

.link_text .news_list li.news .link_icon:hover {
    background-color: #666;
}

.link_text .news_list li.news .link_con {
    display: block;
    line-height: 30px;
    color: #fff;
}

/*???????*/
.link_icon {
    margin-bottom: 0px;
}

.link_icon .news_list {
    margin: 0 -10px;
}

.link_icon .news_list li.news {
    float: left;
    width: 20%;
    text-align: center;
    border: none;
}

.link_icon .news_list li.news .news_box {
    margin: 0 10px;
}

.link_icon .news_list li.news .link_icon {
    display: inline-block;
    width: 100%;
    background-color: #1b2ea3;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.link_icon .news_list li.news .link_icon:hover {
    background-color: #1b2ea3;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.link_icon .news_list li.news .link_icon .icon {
    width: 35px;
    height: 34px;
    margin: 10px 0px;
    border: 0px solid red;
}

.link_icon .news_list li.news.i1 .link_icon .icon {
    background-position: 0px 0px;
}

.link_icon .news_list li.news.i2 .link_icon .icon {
    background-position: -86px 0px;
}

.link_icon .news_list li.news.i3 .link_icon .icon {
    background-position: -169px 0px;
}

.link_icon .news_list li.news.i4 .link_icon .icon {
    background-position: -258px 0px;
}

.link_icon .news_list li.news.i5 .link_icon .icon {
    background-position: -335px 0px;
}

.link_icon .news_list li.news.i6 .link_icon .icon {
    background-position: -421px 0px;
}

.link_icon .news_list li.news.i7 .link_icon .icon {
    background-position: -86px 0px;
}

.link_icon .news_list li.news.i8 .link_icon .icon {
    background-position: -86px 0px;
}

.link_icon .news_list li.news .link_con {
    display: block;
    line-height: 30px;
    color: #000;
}

.post-33 {}

.post-33 .con {}

.post-33 .news_list {}

.post-33 .news_list li.news {
    padding-left: 18px;
    background: url('images/news_biao.png') no-repeat 3px center;
}

.post-41 {
    height: 354px;
    margin-bottom: 36px;
}

.post-41 .con {
    /* padding:15px 0; */
}

.post-11 {
    /* width: 1200px; */
    /* height: 400px; */
    float: left;
}

.post-21 {
    float: left;
    width: 680px;
    height: 335px;
}

.post-12 {
    width: 680px;
    height: 335px;
    float: right;
    /* margin: 0 0 0 28px; */
}

.post22 {
    width: 240px;
    height: 92px;
    float: left;
    position: relative;
}

.post22.line1 {
    margin-bottom: 20px;
}

.post-31 {
    height: 300px;
    float: right;
    /* width: 580px; */
}

.post-42.mbox {
    background: url(images/list_head3.png) no-repeat;
    height: 81px;
}

.post-12 h3.tit {
    width: 152px;
    height: 42px;
    background: url(images/list_head2.png) no-repeat;
    margin-bottom: -1px;
}

.wp-menu .menu-item:hover,
.wp-menu .menu-item:hover {
    border-bottom: 6px solid #f4b62f;
    box-sizing: border-box;
}

.focus.focus-box {
    height: 335px !important;
    width: 492px !important;
}

/* .focus-container { height: 335px !important; width: 492px !important; } */

.post-12 li.news {
    border-bottom: 1px solid #efe6e6;
    /* padding-left: 17px; */
    /* background: url(images/list_point.png) no-repeat 5px 16px; */
}

.post-12 .tt {
    margin-bottom: 10px;
}

.post-12 .con li.news span a {
    font-size: 16px;
    /* line-height: 40px; */
    color: #121212;
}

.post-12 .con li.news .news_meta {
    font-size: 16px;
    /* line-height: 40px; */
    color: #616161;
    font-family: cursive;
}

div#container-2 {
    margin-top: 39px;
}

.post22 span.title {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
}

.post-20.mbox {
    background: url(images/l1.png) no-repeat;
}

.post-21.mbox {
    background: url(images/l2.png) no-repeat;
}

.post-22.mbox {
    background: url(images/l3.png) no-repeat;
}

.post-23.mbox {
    background: url(images/l4.png) no-repeat;
}

.post-24.mbox {
    background: url(images/l5.png) no-repeat;
}

.post-25.mbox {
    background: url(images/l6.png) no-repeat;
}

.post-26.mbox {
    background: url(images/l7.png) no-repeat;
}

.post-27.mbox {
    background: url(images/l8.png) no-repeat;
}

.post-28.mbox {
    background: url(images/l9.png) no-repeat;
}

.post-29.mbox {
    background: url(images/l10.png) no-repeat;
}

.post22 .tt .tit {
    width: 100%;
}

.post22 .more_btn {
    width: 240px;
    height: 92px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.post22 .more_btn span {
    display: inline-block;
    width: 240px;
    height: 92px;
}

.post-31 h3.tit {
    background: url(images/list_head2.png) no-repeat;
    width: 151px;
}

div#container-3 {
    margin-top: 18px;
}

.post-31 .tt {
    border-bottom: 1px solid #dfcdcd;
    margin-bottom: 20px;
}

.post-31 span.title {
    height: 40px;
}

.post-31 li.news {
    width: 370px;
    /* height: 76px; */
    float: left;
    margin-right: 42px;
    border-bottom: 1px solid #efe6e6;
    padding: 9px 0;
    box-sizing: border-box;
}

.rili2 .news_list li.news.n3,
.rili2 .news_list li.news.n6,
.rili2 .news_list li.news.n9 {
    margin-right: 0;
}

.post-31 li.news .news_wz a {
    font-size: 16px;
    line-height: 24px;
    color: #1c1c1c;
}

.post-31 li.news .news_wz .news_con {
    margin-left: 77px !important;
}

.post-41 h3.tit {
    background: url(images/list_head2.png) no-repeat;
    width: 151px;
}

.post-41 .tt .tit .title {
    color: #fff;
    margin-left: 28px;
}

.post-41 .tt {
    border-bottom: 1px solid #dfcdcd;
    margin-bottom: 22px;
}

div#container-4 {
    margin-top: 20px;
}

.post-41 .tu_text .news_list li.news .news_imgs {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.post-41 li.news {
    width: 200px;
    height: 137px;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.post-41 .tu_text .news_list li.news .news_imgs a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.post-41 .tu_text .news_list li.news .news_imgs a img {
    width: 100%;
    height: 100%;
}

.post-41 li.news.i1 {
    width: 533px;
    height: 289px;
    margin-right: 26px;
}

.post-41 .tu_text .news_list li.news .news_wz {
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.post-41 .tu_text .news_list li.news .news_wz a {
    display: inline-block;
    width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-41 .tu_text .news_list li.news .news_wz a {
    color: #fff !important;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}

.post-41 li.news.i2 {
    margin-right: 20px;
}

.post-41 li.news.i3 {
    margin-right: 20px;
}

.post-41 li.news.i5 {
    margin-right: 20px;
}

.post-41 li.news.i6 {
    margin-right: 20px;
}

.post-41 .tu_text .news_list li.news.i1 .news_wz {
    background: #f8b62c;
    height: 42px;
}

.post-41 .tu_text .news_list li.news.i1 .news_wz a {
    line-height: 42px;
    font-weight: bold;
}

.post-41 .news_title {
    text-align: center;
}

.post-42 .tt {
    background: url(images/list_head3.png) no-repeat;
    width: 132px;
    height: 81px;
    float: left;
    line-height: 54px;
}

.post-42 .con {
    float: left;
    height: 100%;
    width: 1068px;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 13px 0;
}

.post-42 li.news {
    margin-left: 45px;
    float: left;
    padding-left: 13px;
    background: url(images/link_bg.png) no-repeat 0 center;
    font-size: 16px;
}

.post-42 span.title {
    color: #fff !important;
    width: 115px;
    line-height: 81px !important;
    text-align: center;
}

.post-42 li.news .news_title {
    line-height: 28px;
}

.post22:hover {
    transform: scale(1.1);
    z-index: 1;
    transition: 0.2s ease;
}

.post-41 li.news:hover img {
    transform: scale(1.2);
    opacity: 0.7;
    transition: 0.2s ease;
}

.list .news_list li.news {
    font-size: 15px;
}

/***********************************************************
 * ?????
 */
/**???????????**/
/**?????**/
/*?????*/
.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 {}

#l-container .inner {
    padding: 25px 10px;
}

/**????????????**/
#d-container {}

#d-container .inner {
    padding: 20px 60px;
    background: #fff;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #747d8c;
}

/**???????????**/
.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

/**???????????**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
    letter-spacing: 5px;
}

/**??????????**/
.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

/*???????*/
.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 5px 0px 5px 28px;
    line-height: 32px;
    letter-spacint: 3px
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #b70808;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #b70808;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #b70808;
}

/*?????????**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 52px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #b70808;
}

/*?????????**/
.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 51px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #b70808;
}

/**???????**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}

/**??????**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #333;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}

/**???????**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 7px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .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: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**???????????????????**/
/**?????**/
.infobox {
    width: auto;
    margin: 0 auto;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #222;
}

/**????????**/
.article h2.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/**?????????**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ececec;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**????????????**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    min-height: 500px;
}

/**????????**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    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;
}

/**?????**/
#footer {
    background: #e1e2e6;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%) */
}

#footer .inner {
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
}

#footer .inner .mod {}

#footer .inner .foot-left {
    float: left;
    width: 1200px;
    margin: 0 auto;
    color: black;
}

#footer .inner .foot-right {
    float: right;
    margin-top: 35px;
}

#footer .inner a {
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
    margin-right: 5px;
    padding: 0 10px;
}

#footer .inner p {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner .copyright {}

#footer .inner .copyright span {}

#footer .inner .copyright a {
    color: #eee;
}

/**************************************************************
 * ???????
 */
/*?????????*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
}

.wp_search #keyword {
    width: 160px !important;
    border: none;
    line-height: 28px;
    background: none;
    color: gray;
}

.wp_search .search {
    width: 28px;
    height: 28px;
    border: 0px;
    background: url('./images/search2.png');
    background-size: cover;
    cursor: pointer;
    vertical-align: top;
}

/*??????????*/
.searchbox {
    text-align: right;
    margin-top: 40px;
    width: 200px;
    float: right;
    height: 28px;
    background-color: #f2f2f2;
    padding: 5px;
    margin-right: 5px;
    /*考虑阴影浏览器兼容性*/
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);

.wp-search {
    position: relative;
    border: 3px solid #000;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    /* margin-left:4px; */
    /* margin-right: 40px; */
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 28px;
    padding: 0px 0 0 10px;
    line-height: 28px;
    background: none;
    color: #333;
    font-size: 14px;
    border: 0;
    outline: 0;
}

.wp-search .search-btn {
    width: 38px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 28px;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
}

/* ????????? */
.shares {
    text-align: center;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: right;
}

.shares li {
    float: left;
    margin: 0 6px;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0px solid red;
    background: url('images/share_icon.png') no-repeat;
    filter: Alpha(opacity=60);
    vertical-align: top;
}

.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li.i1 a {
    background-position: 0px 0px;
}

.shares li.i2 a {
    background-position: -63px 0px;
}

.shares li.i3 a {
    background-position: -144px 0px;
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 100;
    margin-left: -50px;
    width: 100px;
}

.shares li .con img {
    width: 90px;
    height: 90px;
    vertical-align: top;
    background: #fff;
}

/**????????**/
.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    margin: 4px 10px;
    width: 150px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #d0d0d0;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 25px 0 10px;
    color: #a1a1a1;
    background: url(images/arrow.png) no-repeat right top;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #333;
    background-position: right bottom;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 33px;
    width: auto;
    min-width: 180px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #b70808;
    cursor: pointer;
}

/**???????**/
/*?????*/
/*banner*/
.mbanner .focus .focus-title-bar {
    bottom: 40px;
    left: 40px;
    margin-left: 0px;
}

.mbanner .focus .focus-title-bg {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60);
}

.mbanner .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 14px;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 6px;
    background: #fff;
}

.mbanner .focus .focus-page-active {
    width: 18px;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 58px;
    height: 53px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: url(images/slide_next.png) no-repeat;
    text-indent: -999em;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
    left: 0px;
}

.mbanner .focus .focus-next {
    right: 0px;
    background-position: right top
}

.post-11 .focus .focus-title {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
}

.post-11 .focus .focus-title-bar {
    height: 45px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: 0px;
}

.post-11 .focus .focus-title-bg {
    background-color: #000;
}

.post-11 .focus .focus-pagination {
    position: absolute;
    right: 13px;
    bottom: 17px;
    height: 12px;
}

.post-11 .focus .focus-page {
    width: 12px;
    height: 12px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
    margin-right: 10px;
}

.post-11 .focus .focus-page span {
    /* display:block; */
}

.post-11 .focus .focus-page:hover {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.post-11 .focus .focus-page-active {
    background-color: #cb0101;
    color: #fff;
}

.post-11 .focus .focus-navigation {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.post-11 .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*************************************************************
 * ???????
 */
/*???????*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}




/*start|| */
#nav {
    background: black;
}

.nav-container {
    margin-top: 25px;
    width: 100%;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 20%);
}

/* .focus-container:first-child { height: 480px !important; } */
.active_photo .focus-container {
    width: 498px !important;
    height: 335px !important
}

.active_photo .focus-box {
    width: 498px !important;
    height: 335px !important
}

.focus-box:hover .focus-navigation {
    opacity: 1 !important
}

.focus-title-bar {
    display: none !important
}

.active_photo .focus-title-bar {
    display: block !important;
    margin-left: 0;
    left: 0;
    height: 45px;
    text-align: center;
}

.active_photo .focus-title-bar .focus-title {
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
}

.active_photo .focus-title-bg {
    opacity: 0.6
}

.active_photo .focus-pagination {
    display: none
}

.focus-navigation {
    opacity: 0 !important;
    background-color: transparent !important
}

.focus-navigation:hover {
    color: #6b798e !important;
    background-color: transparent !important
}

.focus-container img {
    object-fit: cover
}



.dtjt8_div_img .number a {
    font-size: 0
}

.dtjt8_div_img .number .nomal {
    width: 10px;
    height: 10px;
    line-height: 16px;
    display: block;
    text-align: center;
    opacity: 0.7;
    background: #6C6D6E;
    float: left;
    color: #FFF;
    margin-right: 5px;
    border: 1px solid #FFF;
    font-size: 12px;
    TEXT-DECORATION: none;
    border-radius: 50%;
    color: transparent;
}

.dtjt8_div_img .number .current {
    width: 10px;
    height: 10px;
    line-height: 16px;
    display: block;
    text-align: center;
    opacity: 0.7;
    background: whitesmoke;
    float: left;
    color: #FFF;
    margin-right: 5px;
    border: 1px solid #FFF;
    font-size: 12px;
    TEXT-DECORATION: none;
    border-radius: 50%;
    color: transparent;
}

.sm_title {
    font-weight: normal;
    float: left;
    font-size: 21px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    cursor: pointer;
}

/*.sm_title::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #555555;
    position: relative;
    display: block;
    top: 27px;
    left: -15px; 
}*/
.sm_title::after {
    content: '';
    width: 5px;
    height: 5px;
}

.sm_item {
    color: #333;
    font-size: 16px;
    padding-left: 14px;
    line-height: 28px;
    height: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.sm_time {
    font-size: 14px;
    float: right;
    display: inline;
    color: #616161;
    font-family: cursive;
}

.post-12 .con li.news span a.parent:hover {
    color: #E6004F;
}

.post-12 .con li.news:hover span a {
    color: red
}

.item_hover {
    transition: all 0.3s ease-in-out;
}

.item_hover:hover {
    color: #E6004F;
}

.sm_item:hover a {
    color: #E6004F;
}

.sm_item::before {
    content: ' ';
    width: 4px;
    height: 4px;
    background-color: #ADADAD;
    border-radius: 50%;
    position: relative;
    left: -9px;
    display: block;
    top: 18px;
}

.header_container {
    border-bottom: 2px solid #6b798e;
}

.header_container_title {
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 8px;
    padding-left: 14px;
    display: inline-block;
}

.header_container_title::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #595959;
    display: block;
    position: relative;
    top: 14px;
    left: -9px;
}

.header_more_btn {
    float: right;
    display: inline-block;
    position: relative;
    top: 16px;
}

.card_container {
    width: 560px
}

.cycle_photp img {
    transition: transform 0.2s ease-in-out;
    position: relative;
}

.cycle_photp img:hover {
    top: -3px;
    opacity: 0.9;
    z-index: 200;
}

#wp_nav_w1 {
    background: #A13837
}

.wp_nav {
    background: #A13837
}

.wp_nav .nav-item a {
    color: white;
}

.wp_nav .sub-nav {
    overflow: hidden;
    height: 0px !important;
    transition: height 0.3s ease-in-out;
    border: none !important;
}

.wp_nav .on:hover ul {
    height: 500px !important;
}

.wp_nav .on ul:hover {
    overflow: visible;
    color: #a64036;
    border: 10px solid red;
}

.col_menu .col_list .selected a {
    font-weight: normal
}

.switch-tag-active {
    color: red;
}

/* 基础重置样式 */
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 Microsoft YaHei, \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;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/* CSS3增强 */
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

/* 基础样式 */
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

p {
    line-height: 1.75;
}

a {
    color: black;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

/* 布局容器 */
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 2px auto;
    padding: 0 20px;
}

/* 新增布局系统 */
:root {
    --header-height: 120px;
    --nav-height: 50px;
    --total-nav-height: calc(var(--header-height) + var(--nav-height));
}

/* 头部区域修改 */
#header.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: var(--header-height);
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #A13837;
    width: 100%;
    margin: 0;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.sitelogo img {
    width: 440px;
    height: 60px;
    vertical-align: middle;
}

.searchbox {
    position: relative;
    width: 280px;
    height: 36px;
    background: #f5f5f5;
    border-radius: 18px;
    padding: 0 15px;
    left: 450px;
}

.wp-search form {
    display: flex;
    align-items: center;
    height: 100%;
}

.search-input {
    flex: 1;
}

.search-title {
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
}

.search-btn {
    width: 24px;
    height: 24px;
    background: url(images/search-icon.png) no-repeat center;
}

span.item-name {
    font-size: 20px;
}

/* 导航系统修改 */
.nav-container {
    padding-top: 0px;
    margin-top: 0px;
    position: fixed;
    top: var(--header-height);
    width: 100%;
    height: var(--nav-height);
    z-index: 1000;
    background: #A13837;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 20%);
}

#nav .inner {
    height: 100%;
}

#wp_nav_w1 .wp_nav {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
}

.wp-menu {
    display: flex;
    height: 100%;
}

.menu-item {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.menu-item:hover {
    background: rgba(0, 0, 0, 0.1);
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 2000;
}

.menu-item:hover .sub-menu {
    display: block;
}

/* 背景轮播系统 */
.content-background {
    position: fixed;
    top: var(--total-nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--total-nav-height));
    z-index: 0;
    overflow: hidden;
}

.focus-item img {
    width: 100%;

    object-fit: cover;
}

/* 主内容区域 */
.main-content-wrapper {
    /* position: relative; */
    /* position: fixed; */
    /* display: flex; */
    z-index: 1;
    margin-top: var(--total-nav-height);
    min-height: calc(100vh - var(--total-nav-height) - 80px);
    width: 100%;

    .wrapper1 {
        /* max-width: 1500px;  */
        /* height: 500px; */
        /* position: fixed; */
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
        background: rgb(255, 255, 255, 0.8);

        margin-top: calc(100vh - var(--total-nav-height));
        /* margin-bottom: -285px; */
    }

    .wrapper2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: rgba(255, 255, 555, 0.7);


    }

    .w3 {
        height: 5px;
        /* width: 100%; */
        margin-left: -50px;
        z-index: 1;
        padding-top: 42px;

        background: rgba(161, 56, 55, 1);

    }

    .card_container {
        width: 30%;
        /* min-height: 280px; */
        padding: 10px;

        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        margin: 15px 0;
        backdrop-filter: blur(5px);
        transition: all 0.3s ease;
        float: left;
    }

    .card_container:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .header_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #6b798e;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .header_container_title {
        font-size: 21px;
        font-weight: normal;
        position: relative;
        padding-left: 20px;
    }

    .header_container_title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        height: 5px;
        background: #595959;
    }

    .news_list {
        max-height: 240px;
        overflow-y: auto;
    }

    .sm_item {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 15px;
    }

    .sm_item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        background: #ADADAD;
        border-radius: 50%;
    }

    .sm_time {
        color: #666;
        font-size: 14px;
        font-family: cursive;
    }

    /* 页脚系统 */
    #footer.footer {
        /* position: relative;
        z-index: 2; */
        /* margin-top: 0; */
        /* padding-top:15px;
        background: rgb(255, 255, 255, 0.7); */
        /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
        /* padding: 32px 0; */
    }

    .foot-left {
        text-align: center;
        width: 100%;
    }

    .foot-left a {
        margin: 0 15px;
        color: #000000;
    }

    .copyright {
        margin-top: 15px;
        color: #000000;
    }

    /* 响应式设计 */
    @media (max-width: 1200px) {
        .wrapper .inner {
            width: 100%;
            padding: 0 15px;
        }

        .card_container {
            width: 100%;
            margin: 15px 0;
        }

        .content-background {
            height: 40vh;
        }
    }

    @media (max-width: 768px) {
        :root {
            --header-height: 80px;
            --nav-height: 40px;
        }

        .sitelogo img {
            width: 280px;
            height: 40px;
        }

        .searchbox {
            width: 200px;
        }

        .menu-item {
            font-size: 14px;
        }

        .card_container {
            padding: 15px;
        }

        .sm_item {
            font-size: 14px;
        }
    }

    /* 保持原有特殊组件样式 */
    .post-41 li.news.i1 .news_wz,
    .post-42 .tt,
    .post22:hover {
        /* 保持原有特效 */
        transition: all 0.3s ease;
    }


    /* 兼容性处理 */
    @supports not (backdrop-filter: blur(5px)) {

        .main-content-wrapper,
        .card_container {
            background: rgba(255, 255, 255, 0.95);
        }
    }

    /* 页脚整体样式 - 深红色系 */
    .footer {
        background: rgb(255, 255, 255, 0.7);
        width: 100%;
        /* height: 160px;
      margin-top: calc(100vh - var(--total-nav-height));*/
        /* border-top: 1px solid rgba(161, 56, 55, 0.3);
    box-shadow: 0 -5px 15px rgba(161, 56, 55, 0.1); */
        height: 120px;
    }

    .inner {
        margin: 0 auto;
        padding: 0 20px;
    }

    .foot-left {
        text-align: center;
        width: 100%;
        position: relative;
    }

    /* 链接区域样式调整 */
    .links {
        margin: 2px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .links a {
        color: black;
        text-decoration: none;
        transition: all 0.3s ease;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 0.95rem;
    }

    .links a:first-child {
        color: black;
        font-weight: 500;
        border-radius: 0;
        padding-left: 0;
    }

    .links a:not(:first-child):hover {
        color: black;
        background: rgba(161, 56, 55, 0.1);
        transform: translateY(-2px);
    }

    /* 版权信息样式调整 */
    .copyright {
        color: black;
        font-size: 0.85rem;
        margin: 4px 0;
        line-height: 1.6;
        letter-spacing: 0.5px;
    }

    .copyright span {
        display: inline-block;
        margin: 0 5px;
    }

    .art-text {
        font-size: 1rem;
        font-weight: lighter;
        color: black;
        text-shadow: 2px 2px 8px rgba(161, 56, 55, 0.3);
        padding: 5px 0 10px 0;
        position: relative;
        letter-spacing: 3px;
        animation: gentlePulse 4s ease-in-out infinite;
        margin-bottom: 5px;
        display: inline-block;
    }

    .art-text::before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 10px;
        background: rgba(161, 56, 55, 0.5);
        border-radius: 50%;
        filter: blur(5px);
        z-index: -1;
    }

    @keyframes gentlePulse {

        0%,
        100% {
            transform: scale(1);
            opacity: 1;
        }

        50% {
            transform: scale(1.02);
            opacity: 0.95;
        }
    }

    #wp_nav_w1 .wp_nav {
        margin: 0px auto;
        padding: 0px;
        width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
    }

    #wp_nav_w1 .wp_nav * {
        margin: 0px;
        padding: 0px;
    }

    #wp_nav_w1 .wp_nav::after {
        clear: both;
        content: ".";
        display: block;
        height: 0px;
        visibility: hidden;
    }

    #wp_nav_w1 .wp_nav .nav-item {
        display: inline-block;
        float: left;
        position: relative;
        vertical-align: bottom;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        letter-spacing: 1px;
    }

    #wp_nav_w1 .wp_nav .on {
        z-index: 10;
    }

    #wp_nav_w1 .wp_nav .nav-item .mark {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 99;
        opacity: 1;
    }

    #wp_nav_w1 .wp_nav .nav-item a {
        display: block;
        text-align: center;
        position: relative;
        z-index: 100;
        transition: none 0s ease 0s;
    }

    #wp_nav_w1 .wp_nav .nav-item a.parent:hover {
        color: white;
    }

    #wp_nav_w1 .wp_nav .nav-item a.parent {
        color: white;
    }

    #wp_nav_w1 .wp_nav .nav-item a span.item-name {
        display: inline-block;
        padding: 5px 10px;
        line-height: 22px;
        cursor: pointer;
    }

    #wp_nav_w1 .wp_nav .sub-nav {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 200;
        visibility: hidden;
        border-right: 1px solid rgb(204, 204, 204);
        border-left: 1px solid rgb(204, 204, 204);
        border-image: initial;
        border-top: none;
    }

    #wp_nav_w1 .wp_nav .sub-nav .nav-item {
        white-space: nowrap;
    }

    #wp_nav_w1 .wp_nav .sub-nav .nav-item .mark {
        background: rgb(255, 255, 255);
        opacity: 1;
    }

    #wp_nav_w1 .wp_nav .sub-nav .nav-item a {
        font-size: 16px;
        font-weight: normal;
        color: rgb(0, 0, 0);
        border-top: 1px solid rgb(216, 225, 204);
        min-width: 80px;
        text-align: center;
    }

    #wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent:hover {
        color: rgb(230, 0, 18);
    }

    #wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent {}

    #wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent {
        background: rgba(241, 242, 246, 0.5);
    }

    #wp_nav_w1 .wp_nav .sub-nav .nav-item a span.item-name {
        padding: 5px 10px;
        line-height: 22px;
    }

    #wp_nav_w1 .wp_nav .nav-item a.parent:hover span.item-name {}

    #wp_nav_w1 .wp_nav .nav-item a.parent span.item-name {}

    #wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent:hover span.item-name {}

    #wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent span.item-name {
        text-decoration: none;
    }

    .wp_nav .nav-item a span.item-name {
        display: inline-block;
        padding: 15px 10px;
        line-height: 22px;
        cursor: pointer;
    }

}

/* 修改主容器结构 */
.main-content-wrapper {
    position: relative;
    z-index: 1;
    margin-top: var(--total-nav-height);
    min-height: calc(100vh - var(--total-nav-height) - 80px);
    width: 100%;
    /* 确保宽度100% */
    max-width: 100%;
    /* 防止任何可能的溢出 */
    overflow-x: hidden;
    /* 隐藏水平滚动 */
}

/* 调整代码 */

.wrapper1 {
    width: 100%;
    /* max-width: 2000px;*/
    /* 与header保持一致 */
    margin: 0 auto;
    padding: 0 20px;
    /* 两侧留白 */
    background: rgba(255, 255, 255, 0.7);
    margin-top: 550px;
    box-sizing: border-box;
    margin-top: calc(100vh - var(--total-nav-height));
}

.wrapper2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    box-sizing: border-box;
}

/* 新闻卡片响应式调整 */
.news-box {
    width: 30%;
    min-width: 300px;
    /* 最小宽度防止过小 */
    flex: 1;
    /* 弹性伸缩 */
    margin: 5px;
    box-sizing: border-box;
}

/* 响应式断点 */
@media (max-width: 1200px) {
    .wrapper1 {
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .news-box {
        width: 45%;
        /* 中等屏幕显示两列 */
    }
}

@media (max-width: 768px) {
    .news-box {
        width: 100%;
        /* 小屏幕显示单列 */
        min-width: auto;
    }

    .wrapper1 {
        margin-top: 350px;
        /* 调整间距 */
        padding: 0 10px;
    }
}

.w3 {
    height: 5px;
    /* 使用视口宽度并抵消父容器的padding */
    width: 100vw;
    /* 向左偏移，抵消父容器的padding */
    margin-left: calc(-50vw + 50%);
    /* 确保元素位于最上层 */
    position: relative;
    z-index: 1;
    background: rgba(161, 56, 55, 1);
    /* 移除可能影响布局的属性 */
    /* 如果不需要可以移除 */
    position: absolute;
    /* left: 0; */
    right: 0;
}

#wp_nav_w1 .wp_nav {
    margin: 0px auto;
    padding: 0px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

#wp_nav_w1 .wp_nav * {
    margin: 0px;
    padding: 0px;
}

#wp_nav_w1 .wp_nav::after {
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}

#wp_nav_w1 .wp_nav .nav-item {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 1px;
}

#wp_nav_w1 .wp_nav .on {
    z-index: 10;
}

#wp_nav_w1 .wp_nav .nav-item .mark {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    opacity: 1;
}

#wp_nav_w1 .wp_nav .nav-item a {
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    transition: none 0s ease 0s;
}

#wp_nav_w1 .wp_nav .nav-item a.parent:hover {
    color: white;
}

#wp_nav_w1 .wp_nav .nav-item a.parent {
    color: white;
}

#wp_nav_w1 .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 10px;
    line-height: 22px;
    cursor: pointer;
}

#wp_nav_w1 .wp_nav .sub-nav {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 200;
    visibility: hidden;
    border-right: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    border-image: initial;
    border-top: none;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item {
    white-space: nowrap;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item .mark {
    background: rgb(255, 255, 255);
    opacity: 1;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a {
    font-size: 16px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    border-top: 1px solid rgb(216, 225, 204);
    min-width: 80px;
    text-align: center;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent:hover {
    color: rgb(230, 0, 18);
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent {}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent {
    background: rgba(241, 242, 246, 0.5);
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a span.item-name {
    padding: 5px 10px;
    line-height: 22px;
}

#wp_nav_w1 .wp_nav .nav-item a.parent:hover span.item-name {}

#wp_nav_w1 .wp_nav .nav-item a.parent span.item-name {}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent:hover span.item-name {}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a.parent span.item-name {
    text-decoration: none;
}
