@charset "utf-8";
 /* @font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url(fonts/SourceHanSansCN-Regular.ttf);
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url(fonts/SourceHanSansCN-Bold.ttf);
}
@font-face {
    font-family: "SourceHanSerifCN-Regular";
    src: url(fonts/SourceHanSerifCN-Regular.ttf);
} */
@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url(fonts/SourceHanSerifCN-Bold.ttf);
} 
:root {
    --mainColor: #6a0a0b;
    --hoverColor: #6a0a0b;
    --bigSizex: 0.22rem;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 15.4rem;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul,ul>li>ul, ul>li>ol, ol>li>ol, ol>li>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;
    font-size: 100px;
}

html.fixopen {
    overflow: 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,b {
    font-weight: normal;
}

del,ins,u,s,a,a:hover {
    text-decoration: none;
}

body,textarea,input,button,select,keygen,legend {
    font: 13px/1 arial,\5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97cbe0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom:1;}

::-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","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;
    color: #242424;
    font-family: "宋体";
}

p {
    line-height: 1.75;
}

a {
    color: #242424;
    text-decoration: auto;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: var(--hoverColor);
}

.line1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: var(--innerWidth);
    margin: 0 auto;
}

/**页面全局宽度**/
/*headtop*/
#headtop {
    background: #666;
}

#headtop .inner {
    ;}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
.mainhead.fix {
    background: #6a0a0b ! important;
    --headColor: #fff;
}
.mainhead.fix:after{
    display: none;
}
.mainhead  .inner {
    width: 16.4rem;
}
.fix .header .mod {
    /* height: 1rem; */
}
.fix .header .sitelogo a img.logo1 {
    display: none;
}

.fix .header .sitelogo a img.logo2 {
    display: block;
}
.header .head-center img.tago2 {
    display: none;
}
.fix .header .head-center img.tago2 {
    display: block;
}
.fix .header .head-center img.tago1 {
    display: none;
}
.mainhead {
    width: 100%;
    z-index: 2;
    top: 0;
    transition: 1s;
    background: #fff;
    --headColor: #6a0a0b;
    position: absolute;
}

.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
}
.mainhead:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2rem;
    background-image: linear-gradient(
		rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0.2),
		rgba(255, 255, 255, 0)
	);
    top: 0;
    z-index: -1;
    display: none;
}
.header .inner {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.header .sitelogo {
    display: flex;
}

.header .sitelogo .logo img {
    width: 3.12rem;
}

.header .sitelogo .logo {
    margin-right: 0.29rem;
    display: inline-block;
}

.header .sitelogo h1 {
    font-size: inherit;
    font-weight: normal;
    background: none;
    padding-left: 0px;
}

.header .sitelogo a img {
    width: 3.94rem;
}

.header .sitelogo .sitetitle {
    display: inline-block;
    padding-left: 0.15rem;
    color: #fff;
    /* font-family: "SourceHanSansCN-Bold"; */
    font-weight: bold;
    font-size: 0.36rem;
    margin-left: 0.15rem;
    border-left: 1px solid #fff;
    flex: none;
}

/**站点名称**/
.header .sitelogo a {
    display: flex;
    align-items: center;
}

.header .sitelogo .tago img {
    width: 3.82rem;
}

.header .head-left {
    ;}
.header .sitelogo a img.logo2 {
    display: none;
}

.header .head-center {
    color: var(--headColor);
    font-size: var(--titleSize);
    font-weight: bold;
    position: absolute;
    left: 7.07rem;
}
.header .head-center img {
    width: 3.25rem;
}
.header .head-center p:nth-child(2) {
    text-indent: 4em;
    margin: 0;
}
.header .head-center p{
    line-height: 0.25rem;
}
.head-tago img {
    width: 2.15rem;
}
.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .mod {
    display: flex;
    justify-content: space-between;
    height: 1rem;
    align-items: center;
}

.header .sitelogo .sitetitle span {
    display: block;
}

.header .sitelogo img.logo {
    width: 3.4rem;
    transition: all 0.6s ease-in-out;
}

.sitetitle img {
    width: 4.8rem;
}

.head-top {
    display: flex;
    align-items: center;
}

.site-en a {
    color: var(--headColor);
    text-align: center;
    font-size: var(--bigSize);
    text-transform: uppercase;
    padding-right: 0.16rem;
    border-right: 1px solid var(--headColor);
}

.head-bottom {
    /* width:10.73rem;*/
    box-sizing: border-box;
}

.nav.fixed {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-animation: 0.6s linear 0s alternate move_eye;
    animation: 0.6s linear 0s alternate move_eye;
    background: var(--mainColor);
    z-index: 3;
    top: 0;
}

@-webkit-keyframes move_eye {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

    ;}

@-webkit-keyframes move_eye2 {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }

    ;}

.head-right {
    display: flex;
    align-items: center;
    /* position: absolute; */
    right: 0;
    bottom: 0.1rem;
    gap: 0.2rem;
}

a.menu-btn {
    width: 0.44rem;
    height: 0.44rem;
    display: flex;
    flex-direction: column;
    gap: 0.07rem;
    align-items: center;
    justify-content: center;
    float: none;
    border-radius: 50%;
    display: none;
}

a.menu-btn.btn2 {
    display: none;
}

a.menu-btn .xian {
    display: block;
    height: 0.02rem;
    width: 0.17rem;
    background: #fff;
    border-radius: 0.02rem;
    transition: all 0.4s ease-in-out;
}

a.menu-btn.arrow .xian:nth-child(2) {
    display: none;
}

a.menu-btn.arrow .xian:nth-child(1) {
    transform: rotate(-45deg);
    width: 0.2rem;
    position: absolute;
}

a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    width: 0.21rem;
    position: absolute;
}

.en-lang a {
    display: block;
    background: var(--hoverColor);
    color: #fff;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.18rem;
}

.search-botton {
    width: 0.28rem;
    height: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* margin-left: 0.16rem; */
}
.search-botton svg {
    fill: var(--headColor);
}
.search-botton img,.search-botton svg {
    width: 100%;
}

.fixbox .close {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    margin-right: -8.2rem;
    top: 0.55rem;
    cursor: pointer;
}

.fixbox .close img {
    width: 0.25rem;
}

.fixbox.open {
    display: flex;
}

/*默认主导航样式*/
#nav {
    ;}

#nav .inner {
    /* border-top: 1px solid var(--headColor); */
}

#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: 0.7;
    filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav .wp-menu .menu-item {
    position: relative;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a > .menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    line-height: 0.5rem;
    font-size: var(--bigSizex);
    display: block;
    color: var(--headColor);
    font-family: "SourceHanSerifCN-Bold";
}
.nav .wp-menu .menu-item a.menu-link:after {content: "";width: 100%;height: 1px;position: absolute;bottom: 0;background: #fff;left: 0;transform: scale(0);transition: all 0.4s ease-in-out;}
.nav .wp-menu .menu-item a.menu-link:hover:after {transform: scale(1);}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {
    /* font-family: "SourceHanSansCN-Bold"; */
     font-weight:bold;
    text-decoration: none;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 1.5rem;
    z-index: 100;
    background: #fff;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5););)=;);)(););
    /* border-radius: 0.06rem; */
    /* overflow: hidden; */
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    /* height:40px;*/
    line-height: 0.5rem;
    padding: 0 17px;
    font-size: var(--bigSize);
    background: none;
    text-align: center;
}

.nav .sub-menu .sub-item.hover > a,.nav .sub-menu .sub-item a:hover {
    color: red;
    display: block;
    font-weight: bold;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    transform: none;
    left: 100%;
    /* background: var(--mainColor); */
}

.nav .site-en {
    display: none;
}

/*导航样式：后台绑定时也可以定义配置*/
.header .nav .wp-menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* gap:0.57rem;*/
    width: 11.38rem;
    position: relative;
}

.header .nav .wp-menu .menu-item {
    /* float:left;*/
    position: relative;
}

.header .nav .wp-menu .menu-item.i1 {
    background: none;
}

.header .nav .wp-menu .menu-item a > .menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.header .nav .wp-menu .menu-item a.menu-link {
    display: block;
    line-height: 0.7rem;
    color: #fff;
    font-size: 0.2rem;
    font-family: "SourceHanSerifCN-Bold";
    position: relative;
    /* z-index:-1;*/
    ;}

.header .nav .wp-menu .menu-item.hover a.menu-link,.header .nav .wp-menu .menu-item a.hover {
    /* background-color:#1384e2;*/
    /* text-decoration:none;*/
    /* color:#17607A;*/
    ;}

.header .nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 5.79rem;
    width: 9.72rem;
    z-index: 100;
    background: #fff url(images/submenubg.png) no-repeat right bottom;
    /* transform:translateX(-50%);*/
    /* border-radius:0.08rem;*/
    overflow: hidden;
    /* box-shadow:0 0 19px 0px #33333329;*/
    left: -0.17rem;
    height: 2.52rem;
}

.header .nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    width: 33.3%;
}

.header .nav .sub-menu .sub-item a {
    display: block;
    color: var(--mainColor);
    /* height:40px;*/
    line-height: 0.47rem;
    /* padding:0 17px;*/
    font-size: 0.18rem;
    background: none;
    /* text-align:center;*/
    font-family: "SourceHanSerifCN-Bold";
    padding-left: 0.22rem;
    position: relative;
}

.header .nav .sub-menu .sub-item.hover > a,.header .nav .sub-menu .sub-item a:hover {
    color: #dec8a6;
    /* background-color:#cea237;*/
    /* display:block;*/
    ;}

.header .nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.header .nav .wp-menu:after {
    display: none;
}

.header .nav .wp-menu:after {
    display: none;
}

.header .nav .wp-menu .menu-item a.menu-link:before {
    content: "";
    display: block;
    width: calc(100% + 0.34rem);
    height: 0.43rem;
    background: var(--mainColor);
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0.02rem;
    opacity: 0;
    z-index: -1;
}

.header .nav .sub-menu .sub-menu li {
    display: none;
}

.header .nav .wp-menu .menu-item:hover a.menu-link:after {
    /* transform:none;*/
    ;}

.header .nav .wp-menu .menu-item:hover a:before {
    opacity: 1;
}

.header .nav .sub-con {
    display: flex;
    padding: 0.27rem;
    /* align-items:center;*/
    ;}

.header .nav .sub-con .sub-img {
    width: 3rem;
    height: 2rem;
    background: #ccc;
    margin-right: 0.71rem;
    flex: none;
}

.header .nav .sub-con .sub-img img {
    width: 100%;
    height: 100%;
}

.header .nav .sub-menu .sub-item a:before {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: var(--mainColor);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.055rem;
    transition: all 0.4s ease-in-out;
}

.header .nav .sub-menu .sub-item a:hover:before {
    background: #dec8a6;
}

.header .nav .sub-menu ul.sub-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex: 1;
}

.header .nav .sub-menu.sub4 {
    width: auto;
}

.header .nav .sub-menu.sub4 ul.sub-list {
    flex-direction: column;
}

.header .nav .menu-item:nth-child(7) .sub-menu,.header .nav .menu-item:nth-child(8) .sub-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .nav .menu-item:nth-child(9) .sub-menu {
    left: 50%;
    transform: translateX(-80%);
}

.news_imgs a,.news_imgs span {
    display: block;
    overflow: hidden;
}

.post .news:hover .news_imgs a img {
    transform: scale(1.1);
}

.news_imgs a img,.news_imgs span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.news_imgs {
    overflow: hidden;
    background: #ccc;
    position: relative;
}

.news_imgs.bg:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 50%;
    background: linear-gradient(180deg,rgba(71,15,15,0),rgb(0,0,0) 100%);
    opacity: 0.7;
    bottom: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}

/**主页banner开始**/
#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}
div#banner {
    padding-top: 1.5rem;
}
.mbanner .news_imgs a {
    display: block;
   height: calc(100vh - 1.5rem);
}

.mbanner .news:after,.mbanner .news:before {
    content: "";
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.mbanner .news:after {
    height: 37.81%;
    bottom: 0;
    background: linear-gradient(0deg,rgba(0,0,0,0.7) 1.416%,rgba(83,83,83,0.5) 51.675%,rgba(142,142,142,0) 98.584%);
}

.mbanner .news:before {
    height: 46.25%;
    /* background: linear-gradient(180deg, rgb(176 28 61), rgba(255, 162, 162, 0) 100%); */
}

.mbanner .slick-prev,.mbanner .slick-next {
    font-size: 0;
    z-index: 1;
    top: auto;
    bottom: 0.63rem;
    opacity: 0.8;
    position: static;
    margin: 0;
    flex: none;
}

.mbanner .slick-prev {
    left: 7.64rem;
    background-image: url(images/left_w.svg);
}

.mbanner .slick-next {
    right: 7.64rem;
    background-image: url(images/right_w.svg);
}

.mbanner .news .news_wz {
    position: absolute;
    top: 3.05rem;
    left: 50%;
    margin-left: -7.95rem;
    text-align: left;
    width: 10.6rem;
}

.mbanner .news .news_wz a {
    color: #17607a;
}

.mbanner .news .news_title {
    font-size: 0.28rem;
    line-height: 1.4;
    position: absolute;
    bottom: 1.27rem;
    color: #fff;
    text-align: center;
    /* font-family: "SourceHanSansCN-Bold"; */
     font-weight:bold;
    z-index: 2;
    width: 80%;
    left: 10%;
}

.mbanner .news .news_title a {
    color: #fff;
    display: block;
    white-space: nowrap;
    /* width: 80%; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.mbanner .control {
    position: absolute;
    bottom: 0.63rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    justify-content: center;
}
.mbanner .slick-dots {
    width: auto;
    bottom: 0.73rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    left: 50%;
    position: static;
}

.mbanner .slick-dots li {
    width: 0.07rem;
    height: 0.06rem;
    border-radius: 0;
    background: #0168b7;
    background-size: 100%;
    margin: 0;
    opacity: 0.3;
    margin: 0 0.08rem;
    transition: all 0.4s ease-in-out;
    background: url(images/dot.svg) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.mbanner .news .news_video {
   height: calc(100vh - 1.5rem);
}

.mbanner .news .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.mbanner .slick-dots li.slick-active {
    opacity: 1;
    width: 0.17rem;
    height: 0.21rem;
    background-image: url(images/dot_a.svg);
    margin-bottom: -0.04rem;
}

/**主体模块样式**/
.post .tt .title {
    /* font-family: "SourceHanSansCN-Bold"; */
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 1.5;
    display: block;
    position: relative;
    color: var(--mainColor);
}

.post1 .tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.27rem;
}

.post1 .tt .title:after {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 0.4rem;
    background: url(images/ttbg.svg) no-repeat;
    left: 0;
    top: -0.16rem;
    background-size: 100% 100%;
    display: none;
}

.post1 .tt .title {
    /* padding-left: 0.16rem; */
}

.post1 .news_list .news_meta {
    /* font-family: 'SourceHanSansCN-Bold'; */
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    gap: 0.05rem;
    transition: all 0.4s ease-in-out;
    font-family: times new roman;
    flex: none;
}

.post1 .news_list .news_meta .days {
    font-size: 0.5rem;
}

.post1 .news_list .news_meta .month {
    font-size: 0.2rem;
    line-height: 1.45;
}

.post1 .news_list .news .news_title {
    font-size: var(--bigSizex);
    line-height: 1.6;
    /* font-family: 'SourceHanSansCN-Bold'; */
    z-index: 1;
    position: relative;
    /* transition: all 0.4s ease-in-out; */
}
.post1 .news_list .news .news_title a{
    color: var(--mainColor);
}
.post1 .news_list .news:hover .news_title{
    font-weight: bold;
}
.post1 .news_list .news .news_text {
    font-size: var(--titleSize);
    line-height: 1.5;
    opacity: 0.6;
 font-family: "宋体";
}

.main1 {
    /* background: url(images/main1bg.jpg)no-repeat bottom; */
    background-size: 100% auto;
}

.main1 .inner {
    padding: 0.27rem 0 0.57rem;
}

.post-10 {
    display: flex;
    align-items: center;
    margin-bottom: 1.1rem;
}
.post-10 .con {
    flex: 1;
}
.post-10 .tt {
    width: 3.4rem;
    height: 1.26rem;
    background-size: 100% 100%;
    padding: 0.1rem 0.3rem;
    box-sizing: border-box;
    position: relative;
    margin-right: 0.46rem;
    flex: none;
}

.post-10 .tt:before {
    content: "";
    position: absolute;
    width: 0.98rem;
    height: 0.62rem;
    right: 0;
    top: 0;
    border-top: 0.1rem solid #ececec;
    border-right: 0.1rem solid #ececec;
    box-sizing: border-box;
}

.post-10 .tt:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 0.1rem solid #ececec;
    border-bottom: 0.1rem solid #ececec;
    box-sizing: border-box;
}

.post-10 .tt .title {
    font-size: 0.4rem;
    color: var(--mainColor);
}

.post-10 .tt .tt_en {
    color: var(--mainColor);
    font-size: var(--bigSize);
    position: absolute;
    bottom: 0.22rem;
    right: 0.33rem;
}

.post-10 .news_list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.post-10 .news_list .links a {
    width: 1.61rem;
    display: flex;
    height: 1.61rem;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 0.16rem;
    color: #575757;
    font-size: var(--bigSize);
    line-height: 1.5;
    transition: 0s;
}

.post-10 .news_list .links .addSvg {
    height: 0.55rem;
}

.post-10 .news_list .addSvg img {
    height: 100%;
}

.post-10 .news_list .links:nth-child(4) .addSvg img {
    width: 0.48rem;
}

.post-10 .news_list .links:nth-child(5) .addSvg img {
    width: 0.5rem;
}

.post-10 .news_list .links:nth-child(6) .addSvg img {
    width: 0.52rem;
}

.post-10 .news_list .links:nth-child(7) .addSvg img {
    width: 0.38rem;
}

.post-10 .news_list .links:nth-child(8) .addSvg img {
    width: 0.57rem;
}

.post-10 .news_list .links svg path {
    stroke-dasharray: none !important;
}

.post-10 .news_list .links a:hover {
    background: var(--mainColor);
    color: #fff;
}

.post-10 .news_list .links a:hover svg {
    /* fill:#fff;*/
    stroke: #fff;
}

.post-10 .news_list .addSvg img.img2 {
    display: none;
}

.post-10 .news_list a:hover .addSvg img.img2 {
    display: inline-block;
}

.post-10 .news_list a:hover .addSvg img.img1 {
    display: none;
}

.post-12 {
    margin: 1.1rem 0;
}

.post-11 .con {
    display: flex;
}

.post-11 .list1 {
    width: 8.18rem;
    flex: none;
    margin-right: 0.32rem;
}

.post-11 .list1 .news .news_imgs a {
    padding-top: 66.625%;
}

.post-11 .news_list .news .news_wz {
    position: absolute;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    bottom: 0.23rem;
    padding: 0 0.26rem;
}

.post-11 .news_list .news {
    position: relative;
}

.post-11 .list1 .news .news_wz {
    padding: 0 0.42rem;
    bottom: 0.38rem;
}

.post-11 .news_list .news_meta {
    margin-bottom: 0.18rem;
}

.post-11 .news_list .news .news_title {
    line-height: 1.4;
}

.post-11 .list1 .news .news_title {
    margin-bottom: 0.13rem;
}

.post-11 .news_list .news .news_wz a {
    color: #fff;
}

.post-11 .list2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.34rem;
    row-gap: 0.39rem;
    flex: 1;
}

.post-11 .list2 .news {
    width: calc((100% - 0.34rem)/2);
}

.post-11 .list2 .news .news_imgs a {
    padding-top: 66.93%;
}

.post-11 .list2 .news .news_imgs:after {
    height: 100%;
}

.post1 .more_btn .more_text {
    font-size: var(--titleSize);
    display: flex;
    gap: 0.03rem;
    color: #3b3939;
}

.post1 .more_btn .more_text img {
    width: 0.14rem;
}
.post-111 .news {
    display: flex;
    align-items: center;
}

.post-111 .news .news_imgs {
    width: 41%;
    flex: none;
    z'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX';
    z-index: 1;
}

.post-111 .news .news_imgs a {
    padding-top: 65.93%;
}
.post-111 .news .news_wz  .news_type a {
    padding: 0 0.2rem;
    line-height: 0.4rem;
    background: var(--mainColor);
    color: #fff;
    display: inline-block;
    font-size: var(--bigSize);
    margin-bottom: 0.5rem;
}
.post-111 .news .news_wz {
    position: relative;
    padding: 0 0.5rem 0 1.5rem;
    box-sizing: border-box;
}
.post-111 .news.n2 .news_wz{padding: 0 1.5rem 0 0.5rem;}
.post-111 .news .news_wz *{
    position: relative;
    z-index: 1;
}
.post-111 .news .news_wz:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #fff url(images/ttbg.svg) no-repeat center / auto 47%; */
    top: 0;
    left: 0;
    opacity: 0.2;
}
.post-111 .news.n2 {
    flex-direction: row-reverse;
    position: relative;
    margin-top: 1rem;
    padding: 0.5rem 0;
}
.post-111 .news.n2:after {
    content: "";
    position: absolute;
    width: 100vw;
    background: #f5f5f5;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.post-111 .news .news_date {
        font-family: times new roman;
        font-size: var(--bigSize);
        color: var(--mainColor);
        margin-top: 0.4rem;
}
.post-111 .news_list .news .news_text {
    font-size: var(--bigSize);
    line-height: 1.7;
}
.post-111 .news_list .news .news_title {
    margin-bottom: 0.5rem;
    font-size: 0.24rem;
}

.post-111 .news .news_wz:before {
    content: "";
    display: block;
    position: absolute;
    border-right: 0.3rem solid #fff;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.post-111 .news.n2 .news_wz:before {
    left: 100%;
    border-left: 0.3rem solid #fff;
    border-right: none;
}
.post-12 .news_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.46rem;
    margin: 0 -0.23rem;
}

.post-12 .news_list .news {
    width: 50%;
}

.post-12 .news_list .news a {
    display: flex;
    margin: 0 0.23rem;
    height: 1.24rem;
    box-shadow: 6px 6px 18px 0px rgba(85, 12, 12, 0.12);
    background: rgb(255,255,255,70%);
    align-items: flex-start;
    position: relative;
    padding: 0.18rem 0.38rem;
    box-sizing: border-box;
}

.post-12 .news_list .news a:after {
    content: "";
    position: absolute;
    width: 0.04rem;
    height: 100%;
    background: var(--mainColor);
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
    display: none;
}

.post-12 .news_list .news a * {
    z-index: 1;
    position: relative;
}

.post-12 .news_list .news .news_meta {
    flex-direction: column;
    color: var(--mainColor);
    margin-right: 0.58rem;
    /* font-family: times new roman; */
}

.post-12 .news_list .news a:hover {
    /* color: #fff; */
    box-shadow: 6px 6px 25px 0px rgba(85, 12, 12, 0.3);
}

.post-12 .news_list .news a:hover:after {
    width: 100%;
}


.post-12 .news_list .news .news_title {
    margin-bottom: 0.1rem;
}

.post-12 .news_list .news .news_text {
    margin-bottom: 0.2rem;
}

.post-12 .news_list .news .news_info {
    font-size: var(--titleSize);
    line-height: 1.7;
}

.post-12 .news_list .news .news_info>div {
    padding-left: 0.26rem;
    background-size: 0.17rem;
    background-position: left center;
    background-repeat: no-repeat;
    /* transition:all 0.4s ease-in-out;*/
    ;}

.post-12 .news_list .news .news_info .info1 {
    background-image: url(images/people_r.svg);
}

.post-12 .news_list .news .news_info .info2 {
    background-image: url(images/address_r.svg);
}

.post-12 .news_list .news a:hover .news_info .info1 {
    background-image: url(images/people_w.svg);
}

.post-12 .news_list .news a:hover .news_info .info2 {
    background-image: url(images/address_w.svg);
}

.post-13 .news_list {
    display: flex;
    margin: 0 -0.23rem;
}

.post-13 .news_list .news {
    width: 33.33%;
}

.post-13 .news_list .news a {
    margin: 0 0.23rem;
    display: flex;
    height: 2.04rem;
    box-shadow: 6px 6px 18px 0px rgba(85, 12, 12, 0.12);
    background: rgb(255,255,255);
    padding: 0.21rem 0.39rem;
    flex-direction: column;
    box-sizing: border-box;
}

.post-13 .news_list .news_meta {
    gap: 0.24rem;
    color: var(--mainColor);
    margin-bottom: 0.2rem;
}


.post-13 .news_list .news a:hover .news_title font,.post-13 .news_list .news a:hover .news_title {
    color: #fff ! important;
}
.post-13 .news_list .news_meta .days {
    font-size: 0.4rem;
    position: relative;
}

.post-13 .news_list .news_meta .month {
    font-size: 0.17rem;
}

.post-13 .news_list .news_meta .days:after {
    content: "";
    width: 1px;
    position: absolute;
    height: 0.2rem;
    background: var(--mainColor);
    transform: rotate(19deg);
    right: -0.1rem;
    bottom: 0.05rem;
    transition: all 0.4s ease-in-out;
}

.post-13 .news_list .news a:hover {
    background: var(--hoverColor);
    color: #fff;
    box-shadow: 6px 6px 28px 0px rgba(85, 12, 12, 0.3);
}

.post-13 .news_list .news a:hover .news_meta {
    color: #fff;
}

.post-13 .news_list .news a:hover .news_meta .days:after {
    background: #fff;
}

.main2 {
    background: #f5f5f5;
    background-size: cover;
}

.main2 .inner {
    padding: 0.83rem 0 1.02rem;
}

.post-21 .tt .title {
    /* color: #fff; */
}


.post-21 .con {
    display: flex;
    gap: 0.37rem;
}

.post-21 .con .news_list {
    flex: 1;
    /* padding: 0.07rem 0; */
    /* min-height: 3.65rem; */
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.46rem;
    margin: 0 -0.23rem;
}
.post-21 .news_list .news{
	width:50%;
}
.post-21 .news_list .news .news_title{
	    height: 1.24rem;
	    display: flex;
	    align-items: center;
	    padding: 0 0.35rem;
	    /* border-bottom: 1px solid rgb(112 112 112 / 20%); */
	    position: relative;
	    transition: all 0.4s ease-in-out;
	    box-shadow: 6px 6px 18px 0px rgba(85, 12, 12, 0.12);
	    background: #fff;
	    margin: 0 0.23rem;
}
.post-21 .news_list .news:last-child {
    border: none;
}
.post-21 .news_list .news .news_title:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: var(--mainColor);
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}
.post-21 .news_list .news a{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    z-index: 1;
}
.post-21 .news_list .news:hover a {
    color: #fff;

    }

.post-21 .news_list .news:hover .news_title::after {
    transform: none;
}


.main3 .inner {
    padding-top: 0.81rem;
    padding-bottom: 1rem;
}

.post-31 .news_list .news.slick-current {
    width: calc(var(--innerWidth) - 9.6rem)! important;
}

.post-31 .news .news_imgs span {
    padding-top: 65.86%;
}

.post-31 .news .news_imgs.bg:after {
    background: #242424;
    opacity: 0.5;
    height: 100%;
}

.post-31 .news .news_wz {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.23rem 0.38rem;
    color: #fff;
    box-sizing: border-box;
}

.post-31 .news .news_title {
    margin-bottom: 0.08rem;
}

.post-31 .news.slick-active {
    width: 4.8rem ! important;
    opacity: 1;
    visibility: inherit;
}

.post-31 .news.slick-current {
    width: calc(var(--innerWidth) - 9.6rem) ! important;
}

.post-31 .news {
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.post-31 .news a {
    margin: 0 0.15rem;
    display: block;
    border-top: 0.04rem solid var(--mainColor);
    position: relative;
    box-shadow: 0px 0px 18px 0px rgb(85 12 12 / 44%);
}

.post-31 .news.slick-current .news_imgs.bg:after {
    height: 1.71rem;
    opacity: 1;
    background: linear-gradient(180.00deg,rgba(89,61,61,0),rgb(0,0,0) 100%);
}

.post-31 .news_list {
    height: 4.3rem;
}

.post-31 .slick-prev,.post-31 .slick-next {
    bottom: 0.41rem;
}

.post-31 .slick-prev {
    left: 3.98rem;
}

.post-31 .slick-next {
    right: 3.98rem;
}

.post-31 {
    margin-bottom: 0.71rem;
}

.post-32 .news_imgs span {
    padding-top: 67.11%;
}

#certify {
    overflow: hidden;
    position: relative;
    width: var(--innerWidth);
    margin: 0 auto;
    padding: inherit;
}

#certify .swiper-slide {
    width: 7.42rem;
    height: 4.96rem;
    background: #fff;
    aspect-ratio: 742/496;
    position: relative;
    box-shadow: 0px 0px 18px 0px rgb(85 12 12 / 44%);
}

.post-32 .news_list .news .news_title {
    position: absolute;
    color: #fff;
    bottom: 0.27rem;
    padding: 0 0.35rem;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.post-32 .news_list .news.swiper-slide-active .news_title {
    opacity: 1;
}

.post-32 .news .news_imgs.bg:after {
    opacity: 0;
}

.post-32 .news.swiper-slide-active .news_imgs.bg:after {
    opacity: 1;
}

.main3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* display: none; */
    display: none;
}

.main3:after {
    ;}

/**列表页**/
/*栏目图片*/
.list .mainhead {
   /* background: linear-gradient(180deg, rgb(176 28 61), rgba(255, 162, 162, 0) 100%);*/
}
.l-banner {
    height: 4.8rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    background-color: #ccc;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container {
    background: url(images/);
}

#l-container .inner {padding: 0.6rem 0;}
#l-container .mod {
    display: flex;
    align-items: flex-start;
}

/**主体文章页开始**/
#d-container {
    ;}

#d-container .inner {
    background: #fff;
}

.col_menu {width: 3.12rem;float:left;flex: none;position:relative;/* padding-top: 0.42rem; *//* margin-top: -0.67rem; */margin-right: 0.71rem;box-shadow: 0 0.03rem 0.15rem rgb(0 0 0 / 15%);} 
.col_menu_box{box-shadow: 0 0.03rem 0.15rem rgb(0 0 0 / 15%);background: #fff;margin-bottom: 0.22rem;}
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background:#6a0a0b;/* margin-bottom: 0.2rem; */}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 0.22rem;/* font-family: 'SourceHanSansCN-Bold'; */
    font-weight: bold;color: #fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 0.75rem;padding: 0;text-align: center;/* font-weight: bold; */}/**栏目名称图标**/
.col_menu .col_menu_con{/* background: #F0F0F0; *//* padding: 25px 22px 50px; */padding-bottom: 10px;}
/*栏目列表*/
.col_metas.clearfix {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    align-items: center;
    height: 0.75rem;
    border-bottom: 0.01rem solid var(--mainColor);
}
.col_news_head {
    margin-bottom: 0.3rem;
}
.col_metas.clearfix:after {
    display: none;
}

.possplit:after {content: "/";font-size: 0.16rem;}

.possplit {text-indent: inherit;font-size: 0;color: #666;background-image: none;width: auto;margin: 0 0.1rem;}
.col_list{
    /* padding: 0 0.2rem; */
}
.wp_listcolumn .wp_column{
    background: #fff;
    display: block;
}
.wp_listcolumn .wp_column:last-child{
   
    border-bottom: 0px solid #E1D4A5;
}
.col_list .wp_listcolumn .wp_column a:after {
    content: ">";
    font-size: 0.2rem;
    font-family: "宋体";
    display: none;
}
.col_list .wp_listcolumn { border-top:0px solid #b01c3d; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color: #333;font-size: 0.2rem;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: none;text-align: left;padding-left: 0;box-sizing: border-box;padding-right: 0;display: flex;align-items: center;justify-content: center;text-align: center;padding: 0 0.3rem;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 0;line-height: 0.6rem;border-bottom: 1px solid #cccccc6b;display: block;width: 100%;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: var(--mainColor);
    /* font-family: 'SourceHanSansCN-Bold'; */
    font-weight: bold;
    background: #6a0a0b14;
    } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{/* color: #18438A; */}
.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:#b01c3d;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {/* border-top:1px solid #eee; */margin-top:-1px;font-size: var(--smailSize);} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 0.4rem;padding-left: 1em;cursor:pointer;font-size: 0.18rem;/* border: none; */border-bottom: 1px solid #cccccc36;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#b01c3d;} 

/**栏目新闻**/
/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news{margin-bottom:.4rem;}
.mrlist .col_news_list .news_list .news>a {
    /* height: 3rem; */
    display: flex;
    box-shadow: 0px 3px 16px 0px rgba(106, 0, 5, 0.07);
    background: rgb(255, 255, 255);
    padding: 20px;
}
.mrlist .col_news_list .news_list .news a:hover {
    box-shadow: 0px 3px 39px 0px rgba(106, 0, 5, 0.2);
}
.mrlist .col_news_list .news_list .news .news_imgs{width: 3rem;flex:none;margin-right:.4rem;background:0 0;display:flex;align-items:center}
.mrlist .col_news_list .news_list .news .news_imgs span{
    padding-top: 61.8%;
    display: block;
    position: relative;
    width: 100%;
}
.mrlist .col_news_list .news_list .news .news_wz{flex:1;padding: .14rem 0 0.3rem;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;}
.mrlist .col_news_list .news_list .news .news_date{
    font-size: var(--smailSize);
    /* font-family: 'SourceHanSansCN-Bold'; */
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 0.18rem;
    font-family: times new roman;
    }
.mrlist .col_news_list .news_list .news .news_title{font-size: var(--bigSize);line-height: 1.65;font-weight:700;margin-bottom: .16rem;/* font-family: 'SourceHanSansCN-Bold'; */
    font-weight: bold;}
.mrlist .col_news_list .news_list .news .news_text{font-size: var(--smailSize);line-height:2;color: #666666; font-family: "宋体";}
.mrlist .col_news_list .news_list .news .news_text a{color:#666}
.mrlist .col_news_list .news_list .news.noimg .news_imgs{display:none}

.col_news {
    flex: 1;
}
/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 0.22rem;
    /* font-family: 'SourceHanSansCN-Bold'; */
    font-weight: bold;
    font-weight: normal;
    color: var(--mainColor);
    /* border-bottom:3px solid #CBCBCB;*/
    font-weight: bold;
}

.col_metas .col_path {
    /* display: inline-block; */
    /* float: right; */
    /* white-space: nowrap; */
    /* height:46px;*/
    /* line-height:46px;*/
    color: #666;
    font-size: 0.16rem;
    white-space]: n;
    /* width: 0; */
}

/**当前位置**/
.col_metas .col_path a {
    color: #666666;
}

.col_news_con {
    /* padding:5px 0px 10px 0px;*/
    margin: 0 0px;
}

.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);
}


/**文章页**/
.info .col_metas.clearfix {
    height: 0.63rem;
}

.infobox {
    padding: 0.56rem 0;
    margin: 0 auto;
    width: auto;
}

.article {
    /* padding-top:10px;*/
    flex: 1;
    padding: 0 0.6rem;
    }

.article h1.arti_title {
    line-height: 2;
    /* font-family: 'SourceHanSansCN-Bold'; */
    font-weight: bold;
    font-size: 0.26rem;
    text-align: center;
    /* color:#18438A;*/
    }

/**文章标题**/
.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1b1b1b;
}

/**文章副标题**/
.article .arti_metas {
    padding: 0.15rem;
    text-align: center;
    /* border-top:1px solid #ececec;*/
    line-height: 1.5;
}

.article .arti_metas span {
    margin: 0 0.05rem;
    font-size: var(--smailSizex);
    color: #707070;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0.4rem;
    min-height: 400px;
}

/**文章内容**/
.article .entry .read,.article .entry .read p {
    line-height: 1.75;
    font-size: var(--smailSize);
    color: #333;
    /* font-family: 'SourceHanSansCN-Bold'; */
    /* font-weight: bold; */
}
*+p,*+hr,*+ul,*+ol,*+dl,*+blockquote,*+pre,*+address,*+fieldset,*+figure {
    margin-top: 0.16rem
}
/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px":this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}

/**页脚开始**/
#footer {
    background: #252525;
    background-size: cover;
    position: relative;
}

.foot-center img {
    width: 3.01rem;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.857rem;
}

ul.foot-menu {
    display: flex;
    gap: 0.79rem;
}

#footer .inner.in1 {
    padding: 0.57rem 0 0.32rem;
    position: relative;
}

#footer .inner .mod {
    display: flex;
    padding-bottom: 0.46rem;
    gap: 1.5rem;
}

#footer .inner .foot-left {
    flex: 1;
}

#footer .inner .foot-right {
    flex: 1;
    display: flex;
    /* justify-content: flex-end; */
    gap: 0.57rem;
    /* align-items: flex-end; */
}

#footer .inner p {
    font-size: var(--smailSize);
    line-height: 2;
    font-weight: normal;
    color: #fff;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner .foot-bottom .copyright {
    line-height: initial;
}

.foot-center {
    width: 2rem;
    .9:
    center;
}
.foot-center .news_list li a {
    font-size: var(--smailSize);
    line-height: 2;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.foot-center .news_list li a:after {
    content: ">";
    margin-left: 0.1rem;
    color: #fff;
    font-weight: bold;
}

.foot-right .am-btn {
    width: 1rem;
    padding: 0 0.1rem;
    font-size: var(--smailSize);
    line-height: 0.44rem;
    margin-top: 0.2rem;
    background-color: #6a0a0b;
    border-radius: inherit;
    border: none;
    box-shadow: -0.314px 2.984px 4px rgba(48,51,52,0.14);
}

li.footer_contact_info--item {
    font-size: var(--smailSize);
    line-height: 2;
    display: block;
    /* display: flex; */
    color: #fff;
}
#footer .tt {
    font-size: var(--titleSize);
    margin-bottom: 0.21rem;
    font-weight: bold;
    color: #fff;
}

#footer .links .news_title {
    width: 2rem;
}
#footer .links .news_title a {
    color: #fff;
}
#footer .inner .foot-left .news_text {
    font-size: 0.16rem;
    line-height: 0.36rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 0.37rem;
}

#footer:after {
    content: "";
    display: block;
    width: 100%;
    height: 12.23rem;
    background: url(images/footbg.png) no-repeat bottom;
    position: absolute;
    bottom: 0.8rem;
    background-size: cover;
    opacity: 0;
    display: none;
}

#footer .inner .foot-left .news_more {
    text-align: right;
    font-size: 0.16rem;
    line-height: 0.23rem;
}

.foot-menu .sub-menu {
    display: flex;
    flex-direction: column;
    /* text-align:center;*/
    height: 1.2rem;
    flex-wrap: wrap;
    column-gap: 0.37rem;
}

.foot-center .title {
    color: #fff;
    font-size: var(--smailSize);
    line-height: 0.21rem;
    /* font-family: "SourceHanSansCN-Bold"; */
     font-weight:bold;
    margin-bottom: 0.14rem;
}
.list #footer {
    margin: 0;
    overflow: hidden;
}
.footer .inner {
    padding-top: 0.6rem;
    /* height:3.44rem; */
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.list .footer .inner {
    padding-top: 0.6rem;
}
.footinfo {
    margin-bottom: 0.22rem;
}

#footer .links .news_list {
    display: flex;
    flex-wrap: wrap;
}

.foot_sitetitle {
    color: #fff;
    /* font-family: 'SourceHanSansCN-Bold'; */
    font-weight: bold;
    font-size: 0.45rem;
    text-align: center;
    line-height: 0.65rem;
    margin-top: 0.1rem;
}

.shares img {
    width: 0.86rem;
    height: 0.86rem;
}

.footlogo img {
    width: 4.62rem;
}

.foot-bottom {
    padding: 0.3rem;
    text-align: center;
    position: relative;
    z-index: 1;
    background: var(--mainColor);
}

.shares .news_title {
    color: #fff;
    font-size: var(--titleSize);
    text-align: center;
    margin-top: 0.15rem;
    width: max-content;
}

.foot-bottom p {
    font-size: var(--smailSizex);
    line-height: 1.5;
    color: #fff;
    position: relative;
}

.foot-menu a.menu-link {
    color: #fff;
    font-size: var(--smailSize);
    font-family: "SourceHanSerifCN-Bold";
    margin-bottom: 0.15rem;
    display: inline-block;
}

.foot-menu .sub-menu .sub-link {
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.24rem;
}

.main6 {
    position: relative;
    z-index: 1;
}

.foot-center .tt {
    margin-bottom: 0.18rem;
}

.foot-center .links {
    margin-right: 1.02rem;
}

.shares .news_list .news_title {
    color: #fff;
    font-size: 0.14rem;
    line-height: 1.4;
    margin-top: 0.13rem;
}

.foot-bottom p img {
    vertical-align: middle;
}

.foot-bottom p img.blue {
    width: 0.36rem;
    position: absolute;
    top: 0.06rem;
    left: -0.72rem;
}

.foot-bottom p.p1 {
    display: inline-block;
}
li.footer_contact_info--item i {
    width: 0.2rem;
    text-align: center;
    color: #fff;
    flex: none;
    font-size: 0.15rem;
}

li.footer_contact_info--item i.am-icon-map-marker {
    font-size: 0.18rem;
}
/************************************************************** * 组件功能*/
/*系统默认搜索*/
.fixbox {
    position: fixed;
    z-index: 2;
    background: #6a0a0bd6;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    top: 0;
    backdrop-filter: blur(10px);
}

.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #ffffff url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox .tt {
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    /* font-family: "SourceHanSansCN-Bold"; */
     font-weight:bold;
    margin-bottom: 0.47rem;
}

.searchbox {
    text-align: right;
    /* margin-top:5px;*/
    width: 6rem;
    max-width: 92%;
}

.wp-search {
    position: relative;
    /* border:1px solid #d0d0d0;*/
    background: #ed90a578;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 0.2rem;
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    /* height:22px;*/
    /* padding:4px 0;*/
    line-height: 0.48rem;
    background: none;
    color: #ffffff;
    font-size: var(--titleSize);
    border: 0;
    outline: 0;
    font-family: "SourceHanSansCN-Regular";
}

.wp-search .search-btn {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(images/sous.svg) no-repeat center;
    cursor: pointer;
}

/**友情链接**/
.mlink.botlinks {
    /* margin-right:0.9rem;*/
    width: 3.13rem;
}

.botlinks .links-wrap {
    position: relative;
    background: rgb(233 185 185 / 26%);
    margin-bottom: 0.16rem;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 0.34rem;
    line-height: 0.34rem;
    /* padding:0 25px 0 10px;*/
    color: #fff;
    background: rgb(115 141 164 / 26%) url(images/arrow.png) no-repeat right 0.1rem center;
    text-align: center;
    background-size: 0.1rem;
    /* margin-bottom:0.16rem;*/
    font-size: 0.14rem;
    font-family: "SourceHanSerifCN-Bold";
}

.botlinks .links-wrap a.links-arrow:hover,.botlinks .wrap-open a.links-arrow {
    /* color:#333;*/
    background: rgb(115 141 164 / 26%) url(images/arrow_a.png) no-repeat right 0.1rem center;
    cursor: pointer;
    background-size: 0.1rem;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: auto;
    min-width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: var(--hoverColor);
}

.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: #0f429b;
    cursor: pointer;
}

/**链接样式**/
.botlinks .links-wrap .link-items .link-item {
    line-height: 0.34rem;
    padding: 0 0.1rem;
    color: #fff;
}

.botlinks .links-wrap .link-items .link-item a {
    color: #fff;
}

.col_news_list .news_list .news .news_more {
    /* line-height: 0.3rem; */
    color: #fff;
    font-size: var(--smailSize);
    background: var(--mainColor);
    padding: 0.1rem 0.2rem;
    display: inline-block;
    border-radius: 0.04rem;
    margin-top: 0.2rem;
}
.szdwinfo .wp_articlecontent {
    max-width: 877px;
    margin: 0 auto;
}
.head-tago {
    display: none;
}
li.footer_contact_info--item i.am-icon-copyright {
    font-size: 0;
    background: url(images/xueyuan.svg) no-repeat;
    width: 0.2rem;
    height: 0.24rem;
    background-size: 83% auto;
    vertical-align: middle;
    margin-top: 0.06rem;
    flex: none;
}
.szdwlist .col_news_list .news_list .news .news_text {
    display: block;
}
.szdwlist .sudy-tab .tab-nav {
    display: flex;
    justify-content: center;
    font-size: var(--titleSize);
    /* border-right: 1px solid #fff; */
    margin-bottom: 0.2rem;
}

.szdwlist .sudy-tab .tab-nav li {
    border-right: 1px solid #fff;
    line-height: 0.5rem;
    width: 1.3rem;
    background: #eee;
    text-align: center;
    transition: all 0.6s ease-in-out;
}

.szdwlist .sudy-tab .tab-nav li.selected {
    color: #fff;
    background: var(--hoverColor);
}
.szdwlist .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    display: none;
}

.szdwlist .wp_subcolumn_list .wp_sublist .sublist_title a {
    font-size: var(--bigSize);
    color: var(--mainColor);
    pointer-events: none;
}

.szdwlist .wp_subcolumn_list .wp_sublist .sublist_title {
    height: auto;
    line-height: 2.1;
    margin-bottom: 0.2rem;
    background: #6a0a0b14;
    border-bottom: none;
    padding: 0 0.1rem;
}
.szdwlist .subject_con .news_list .news_title a {
    padding: 0;
}

.szdwlist .subject_con .news_list {
    display: flex;
    flex-wrap: wrap;
}

.szdwlist .subject_con .news_list .news {
    margin-bottom: 0.1rem;
    width: 8%;
}

.szdwlist .subject_con .news_list .news .news_title {
    font-size: var(--titleSize);
    margin: 0;
}
.szdwlist .news_letters {
    height: auto;
    line-height: 2.1;
    margin-bottom: 0.2rem;
    background: #6a0a0b14;
    border-bottom: none;
    padding: 0 0.1rem;
    font-size: var(--bigSize);
    color: var(--mainColor);
    pointer-events: none;
    font-weight: bold;
    font-family: 'fontawesome';
    width: 100%;
}
.szdwlist .col_news_list .news_list .news .news_imgs {
    width: 2rem;
}

.szdwlist .col_news_list .news_list .news .news_imgs span {
    padding-top: 150%;
}
.szdwlist.mrlist .col_news_list .letter_con .news_list .news {
    width: 48%;
    box-sizing: border-box;
}
.szdwlist.mrlist .col_news_list .letter_con .news_list  {display: flex;flex-wrap: wrap;justify-content: space-between;}
.mrlist.szdwlist .col_news_list .news_list .news .news_wz {
    padding: 0;
}
ul.m-list8 {
    display: flex;
    justify-content: space-around;
    margin: 0.4rem 0 0.5rem;
}

ul.m-list8 li {
    cursor: pointer;
    font-size: var(--bigSize);
    text-transform: uppercase;
    font-family: 'fontawesome';
    color: #333;
   
}

ul.m-list8 li a {
    color: #333;
    line-height: 0.3rem;
    display: block;
    width: 0.3rem;
    text-align: center;
}
.subject_con {
    display: none;
}

ul.m-list8 li.on a,ul.m-list8 li a:hover {
    background: #6a0a0b;
    color: #fff;
}