@charset "utf-8";

/*Technical Support SudyTech*/
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: 700;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #000;
    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扩展*/

::-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: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #2f74ff;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
position: relative;
    width: 14.73rem;
    margin: 0 auto;
}

/**页面全局宽度**/

/*head开始*/
.header {
    border-bottom: none;
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: #fff;
}
.header.fixed{
    position: fixed;
    animation: showHeader 0.5s linear;
}
.header.fixed.hideSelf{
    animation: hideHeader 0.5s linear;
}

.header .inner {
    height: auto;
    padding: 0.4rem 0;
    box-sizing: border-box;
    position: relative;
}
.header .sitelogo {float: left;}

.header .sitelogo span {
    position: relative;
    font-size: inherit;
    font-weight: normal;
}

.header .sitelogo span a {
    color: transparent;
    margin: 0;
}

/**站点名称**/
.sitesign{
    position: fixed;
    width: 0.67rem;
    height: 0.8rem;
    z-index:110;
    left: 1.35rem;
    top: 0.4rem;
    cursor: pointer;
}
.sitesign .signBox{
    position: relative;
    width: 100%;
    height: 100%;
    /* background:#fff; */
}
.sitesign img{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.sitesign .sign01{opacity: 1;}
.sitesign .sign02{opacity: 0;}
.sitesign:hover .sign01{opacity: 0;}
.sitesign:hover .sign02{opacity: 1;}

.header .head-left {
    float: left;
    position: relative;
}
.header .head-left .sitelogo img.logo{
    width: 2.8rem;
}
.header .head-left .sitelogo img.logo_m{display: none;}


.header .head-right {
    float: right;
    position:relative;
}
.header .head-right .searchbox{
    position:absolute;
    right: 0;
    top:0;
    z-index: 10;
}
.header .head-right .right-top{
    display:flex;
    margin-bottom:0.2rem;
    justify-content: flex-end;
    align-items: center;
}
/*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;
    margin-right:0.3rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}
.site-lang ul li.links:last-child{margin-right: 0;}
.site-lang ul li.links:nth-child(4){}
.site-lang ul li.links a {
    font-size: 0.16rem;
    color: #000;
    font-weight: 700;
}

.site-lang ul li.links a:hover {
    opacity:0.8;
}

/*默认主导航样式*/
#nav {transform: translateX(0.3rem);}

#nav .inner {}

#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);
}

/*导航样式：后台绑定时也可以定义配置*/
.nav{position:relative;width:10rem;}
.nav .wp-menu {
    position:absolute;
    z-index:10;
    right:0;
    top:0;
    margin: 0 auto;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    display: flex;
    justify-content: flex-end;
    width: 11.36rem;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}
.nav .wp-menu .menu-item.hasChild a.menu-link{display:flex;align-items:center;cursor: default;}
.nav .wp-menu .menu-item.hasChild>a>.menu-switch-arrow{
    display:block;
}
.nav .wp-menu .menu-item a>.menu-switch-arrow {
    flex-shrink: 0;
    display: none;
    width: 0.17rem;
    height: 0.11rem;
    background: url(images/arrow_b.svg) no-repeat center center / 100% 100%;
    vertical-align: middle;
    margin-left:0.05rem;
}

.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0.06rem 0.3rem 0.04rem 0.1rem;
    line-height: 0.35rem;
    color: #000;
    font-size: 0.2rem;
    font-weight: 700;
    white-space: nowrap;
}
.nav .wp-menu .menu-item.hover.hasChild{
 /*   box-shadow:0.03rem 0.03rem 0.1rem 0 #00000080;
    background-color:#eee;*/
}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    text-decoration: none;
    color: #2f74ff;
}

.nav .sub-menu {
    display: none;
    min-width: 100%;
    padding-left: 0.1rem;
padding-right: 0.1rem;
    padding-bottom: 0.06rem;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0.03rem 0.03rem 0.1rem 0 #00000080;
    background-color: #eee;
    position: absolute;
}
.body_b-top .nav .sub-menu{
    border-top:0.06rem solid #fff;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: flex;
    align-items:center;
    color: #000;
    line-height: 0.4rem;
    font-size: 0.16rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #2f74ff;
    display: flex;
}

.nav .sub-menu .sub-menu {
    display:none !important;
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}
/* 日历样式 */
body.main .news_metar{
    width: 0.9rem;
    height: 0.6rem;
    text-align: left;
    white-space: nowrap;
    color: #006DB5;
    overflow: hidden;
}
.news_metar .news_year{
    font-size: 0.13rem;
    line-height: 0.13rem;
    margin-bottom: 0.1rem;
}
.news_metar .news_days{
    font-size: 0.28rem;
    line-height: 0.28rem;
}
/**主体模块样式**/
#m-container {}

#m-container .inner {}
.news a{
    color: inherit;
    transition: none;
}
.news_video{
    position: relative;
    overflow: hidden;
    background-color: #e5e5e5;
}
.news_imgs{
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #e5e5e5;
}
.news_imgs img,
.news_video video{
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}

.news_title{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size: 0.2rem;
    font-weight: 700;
    color: #000;
    transition: 0.4s;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}
.news_folder{
    font-size: 0.16rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}
.line_news_list .news_con{
    padding: 0.3rem 0.2rem;
    border-top: 0.03rem solid transparent;
    border-bottom: 0.03rem solid transparent;
    background-color:#eee;
    transition: 0.4s;
}
.news.blue .news_folder a{color: #2E74FF !important;}
.news.green .news_folder a{color: #01AD02 !important;}
.news.orange .news_folder a{color: #FC8922 !important;}

.news_folder.blue a{color: #2E74FF !important;}
.news_folder.green a{color: #01AD02 !important;}
.news_folder.orange a{color: #FC8922 !important;}

.line_news_list .news.blue:hover .news_con{background-color:#2E74FF1a;}
.line_news_list .news.green:hover .news_con{background-color:#01AD021a;}
.line_news_list .news.orange:hover .news_con{background-color:#FC89221a;}

.line_news_list .news_folder{
    position: relative;
    padding-left: 0;
    transition: 0.4s;
}
.line_news_list .news_folder>a{
    display:block;
    position: relative;
    z-index:11;
}
.line_news_list .news_folder::before{
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    display: block;
    width: 0.03rem;
    height: 0.15rem;
    transform: skew(-25deg) translateY(-50%);
    transition: 0.4s;
    background-color: #000;
    opacity: 0;
}
.line_news_list .news.blue .news_folder::before{background-color: #2E74FF;}
.line_news_list .news.green .news_folder::before{background-color: #01AD02;}
.line_news_list .news.orange .news_folder::before{background-color: #FC8922;}

.line_news_list .news:hover .news_con .news_folder{padding-left: 0.2rem;}
.line_news_list .news:hover .news_con .news_folder::before{opacity: 1;}

.line_news_list .news_folder::after{
    content: '查看全部';
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.16rem;
    display: block;
    transition: 0.4s;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    color: #000;
    opacity: 0;
}
.line_news_list .news.blue .news_folder::after{color: #2E74FF;}
.line_news_list .news.green .news_folder::after{color: #01AD02;}
.line_news_list .news.orange .news_folder::after{color: #FC8922;}
.line_news_list .news:hover .news_folder::after{opacity: 1;}

.news_intro{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size: 0.2rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    transition: 0.4s;
    color: #828282;
}
.news_timer{
    font-size: 0.2rem;
    color: #000;
    transition: 0.4s;
    font-family: 'Gem';
}
/**首页三列布局**/
.main1 .inner{padding: 0.8rem 0 1.2rem;}
.main2 .inner,
.main4 .inner{padding: 1rem 0;}
.main6 .inner{padding: 1rem 0;}
.main8 .inner{padding: 1rem 0 0.5rem;}
.main8 .bottom .tt a .more_text{opacity:0}
.main9 .inner{padding-top:0.5rem;}

.post9 .tt .title a{color:inherit;}

/* main1 */
.post9 .defalult_slick a{color:inherit;}
.post9 .defalult_slick .left{
    float: left;
    width: 48.6%;
}
.post9 .defalult_slick .right{
    float: right;
    width: 48.6%;
}
.post9 .defalult_slick .right.news_con{
    position: relative;
    height: 5.37rem; 
    box-sizing:border-box;
    padding-right:0.05rem;
    opacity:0.2;
    transition:0.6s;
}
.post9 .defalult_slick .right.news_con.con-visible{opacity:1;}
.post9 .defalult_slick .slick-dots{
    right: -7.5rem;
    bottom: 0;
}
.post9 .defalult_slick .img_box{padding:0 0.02rem;}
.post9 .defalult_slick .img_box .news_imgs{padding-top: 75%;}

.post9 .defalult_slick .news_title{
    font-size: 0.3rem;
    margin: 0.3rem 0;
    line-height: 1.5;
}
.post9 .defalult_slick .news_intro{font-weight:500;line-height: 1.5;color:#828282;}
.post9 .defalult_slick .news_intro a{color:#828282;}
.post9 .defalult_slick .news_timer{
    position:absolute;
    z-index:10;
    left:0;
    bottom:0;
}
.post9 .defalult_slick .news_intro a:hover{color:#828282;}
/* main0 */
.tab_list .tab_title{
    display: flex;
    margin-bottom: 0.4rem;
}
.tab_list .tab_title .title_item{
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 0.57rem;
    color: #828282;
    border-bottom: 0.04rem solid transparent;
    margin-right: 0.4rem;
    transition: 0.4s;
    cursor: pointer;
}
.tab_list .tab_title .title_item.selected{
    color: #000;
    border-bottom: 0.04rem solid #000;
}
.tab_list .tab_title .title_item:nth-child(2).selected{border-bottom: 0.04rem solid #2E74FF;}
.tab_list .tab_title .title_item:nth-child(3).selected{border-bottom: 0.04rem solid #01AD02;}
.tab_list .tab_title .title_item:nth-child(4).selected{border-bottom: 0.04rem solid #FC8922;}
.tab_list .tab_title .title_item:nth-child(5).selected{border-bottom: 0.04rem solid #2E74FF;}

.tab_list .tab_con .con_item{
    position: relative;
    margin: 0 -0.2rem;
    z-index: -1;
    opacity: 0;
    height: 0;
}
.tab_list .tab_con .con_item.selected{
    position: relative;
    z-index: 2;
    opacity: 1;
    height: auto;
}
.tab_list .tab_con .con_item .news{
    margin: 0 0.2rem;
position:relative;
overflow:hidden;
}
.main5 .tab_list .tab_con .con_item .news:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    
    z-index: -1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(202, 78, 209, 0.51);
   transition:all 0.3s ease-in-out;opacity:0;
}
.main5 .tab_list .tab_con .con_item .news .top_con{position:absolute;z-index:-1;opacity:0;top: 0;padding:0.74rem 0.2rem;font-family:'HY';    transition: opacity 0.5s ease-in-out;}
.main5 .tab_list .tab_con .con_item .news .top_con .news_folder a{color:#fff!Important;font-size: 0.16rem;margin-bottom: 0.1rem;}
.main5 .tab_list .tab_con .con_item .news .top_con .news_title{color:#fff;-webkit-line-clamp: 4;height:auto;margin-bottom:0.25rem;font-family: 'HY';}
.main5 .tab_list .tab_con .con_item .news .top_con .news_text{color:#fff;font-size:0.18rem;font-weight: 400;-webkit-line-clamp: 6;height:auto;margin-bottom:0.25rem;line-height:0.26rem;    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.main5 .tab_list .tab_con .con_item .news .top_con .news_folder:after{opacity:0;}
.main5 .tab_list .tab_con .con_item .news:hover:after{opacity:1;z-index: 12;}
.main5 .tab_list .tab_con .con_item .news:hover  .top_con{z-index:13;opacity:1}
.tab_list .tab_con .con_item .news_imgs{padding-top: 133.33%;}

.tab_list .slick-prev{
    top: -0.8rem;
    right: 0.85rem;
}
.tab_list .slick-next{
    top: -0.8rem;
    right: 0.2rem;
}
/* main2 */
.main2{position:relative;z-index:1;}
.main2 .ml{float: left;width: 48.75%;padding-top:0.35rem;}
.main2 .mr{float: right;width: 48.75%;padding-top:0.35rem;}
.main2 .post9 .tt{margin-bottom:0.45rem;}
.main2 .con{}
.main2 .ml{
    position: sticky;
    z-index: 10;
    top: 0;
}
.main2 .ml .tt{margin-bottom: 0.1rem;}
.main2 .ml .tt .tit{padding: 0;}
.main2 .ml img{
    width: 100%;
    height: auto;
}
.main2 .ml .sudyclndr .clndr-controls,
.main2 .ml .sudyclndr .clndr-container,
.main2 .ml .sudyclndr .clndr-container .clndr-days{background:none;}

.main2 .news_list.list2 .news{
    margin-bottom: 0.4rem;
}
.main2 .news_list.list2 .img_box{
    width: 47.51%;
    float: left;
}
.main2 .news_list.list2 .news_imgs{padding-top: 141.43%;}
.main2 .news_list.list2 .news_con{
    float: right;
    width: 52.49%;
    height: 4.82rem;
    padding: 0.3rem 0.2rem 0 4.9%;
    box-sizing: border-box;
    transition: 0.4s;
}
.main2 .box2 .news_list.list2 .news_con .news_ff{margin-top:2.8rem;}
.main2 .news_list.list2 .news_folder{
    font-size: 0.16rem;
    font-weight: 700;
    transition: 0.4s;
}
.main2 .news_list.list2 .news_title{
    font-weight: 700;
    font-size: 0.2rem;
    line-height: 1.5;
    margin-top: 0.2rem;
    -webkit-line-clamp: 2;
}
.main2 .news_list.list2 .news_ff{
    font-size: 0.16rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    color: #000;
    margin-top: 2.1rem;
}
/* main3 */
.main3 .ml{
    float: left;
    width: 48.6%;
margin-top:1.1rem;
}
.main3 .mr{
    float: right;
    width: 48.6%;
}

.navBox .news{margin-bottom: 0.27rem;}
.navBox .news:last-child{margin-bottom:0 !important;}
.navBox .news>a{
    display: block;
    padding-left:0.15rem;
    background: url(images/arrow_r.svg) no-repeat right center / 0.17rem 0.25rem;
    font-size: 0.21rem;
    color: #000;
    border-left:0.04rem solid #000;
    transition: 0.4s;
}
.navBox .news .title{font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;}
.navBox .news .title_en{margin-top: 0.2rem;font-family:'Ges';}

.navBox .news>a:hover{
    padding-left: 0.3rem;
    border-left:0.04rem solid #2E74FF;
    background-image: url(images/arrow03.png);
    color: #00000080;
}

.main3 .mr .news_video{padding-top: 70.67%;}
/* main4 */
.main4 .top_box{margin-bottom: 1.2rem;}
.main4 .top_box .defalult_slick{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.main4 .top_box .defalult_slick .slick-dots{
    right: 7.57rem;
}
.main4 .top_box .short_title{
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0.4rem;
    font-size: 0.2rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    color: #000;
}
.main4 .bottom_box .news_list{
    display: flex;
    justify-content: space-between;
}
.main4 .bottom_box .news{
    width: 31.5%;
}
.main4 .bottom_box .news_imgs{
    padding-top: 75%;
}

/* main5 */
.main5 .tab_list .tab_title>div:nth-child(3){display: none;}
.main5 .tab_list .tab_title>div:nth-child(4){display: none;}
.main5 .tab_list .tab_title>div:nth-child(5){display: none;}
/* main6 */
.main6 .top_box{margin-bottom: 1.2rem;}
.main6 .bottom_box .news_list{
    display: flex;
    justify-content: space-between;
}
.main6 .bottom_box .news{
    width: 22.95%;
}
.main6 .bottom_box .news_imgs{
    padding-top: 75%;
}
/* main7 */
.main7 .ml{
    float: left;
    width: 48.6%;
}
.main7 .mr{
    float: right;
    width: 48.6%;
    box-sizing:border-box;
}
.main7 .ml .news_imgs{padding-top: 58.66%;}
/* main8 */
.main8 .bottom{
    display: flex;
    justify-content: space-between;
}
.main8 .bottom .con_box{
    position: relative;
    width: 31.5%;
}
.main8 .bottom .con_box::after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1.04rem;
    display: block;
    width: 100%;
    height: 0;
    background: url(images/bg01.png) no-repeat center / 100% 100%;
    transition: 0.4s;
}
.main8 .bottom .con_box.con02::after{background-image: url(images/bg02.png);}
.main8 .bottom .con_box.con03::after{background-image: url(images/bg03.png);}

.main8 .bottom .con_box:hover::after{
    height: calc(100% - 1.04rem);
}
.main8 .bottom .con_box .con{
    position: relative;
    z-index: 2;
}
.main8 .bottom .con_box .tt{
    background-color: #fff;
    width: 100%;
    height: 1.04rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}
.main8 .bottom .con_box .tt .title{
    font-size: 0.3rem;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}
.main8 .bottom .con_box .tt a{
    width: 0.17rem;
    height: 0.25rem;
    background: url(images/arrow_r.svg) no-repeat center / 100% 100%;
    display: inline-block;
}
.main8 .bottom .con_box .news{
    margin-bottom: 0.6rem;
    padding: 0 0.2rem;
    border-left: 0.04rem solid transparent;
    transition: 0.4s;
}
.main8 .bottom .con_box .news:last-child{margin-bottom: 0;}

.main8 .bottom .con_box .news:hover{
    padding-left: 0.4rem;
    border-left: 0.04rem solid #000;
}
.main8 .bottom .con_box .news:hover .news_title,
.main8 .bottom .con_box .news:hover .news_timer{color:#01ad02;}
.main8 .bottom .con_box.con01 .news:hover{border-left: 0.04rem solid #01ad02;}
.main8 .bottom .con_box.con02 .news:hover{border-left: 0.04rem solid #01AD02;}
.main8 .bottom .con_box.con03 .news:hover{border-left: 0.04rem solid #01ad02;}
.main8 .bottom .con_box .news_title{height:0.64rem;}
/* main9 */
.main9 .mt{margin-bottom: 1.2rem;}
.main9 .mt .news_list{
    display: flex;
    justify-content: space-between;
}
.main9 .mt .news_box{
    width: 22.95%;
}
.main9 .mt .news_imgs{padding-top: 74.85%;margin-bottom: 0.4rem;transition:0.4s;}
.main9 .mt .news_imgs:hover img{transform:scale(1.1);}
.main9 .mt .news_box:hover .news_imgs{filter:grayscale(0);}

.main9 .mb .ml .news_video{padding-top: 33.54%;}

.main9 .bottomBox{
    padding: 2rem 0 1.6rem;
}

.main9 .ml{float: left;width: 48.6%;}
.main9 .mr{float: right;width: 48.6%;}

.main9 .bottomBox .ml .img{
    position:relative;
    padding-top:55.92%;
}
.main9 .bottomBox .ml .img img{
    position:absolute;
    z-index:10;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit:cover;
    opacity:0;
}
.main9 .bottomBox .ml .img img.on {
    opacity: 1;
}
.main9 .bottomBox .mr .cop{
    font-size: 0.16rem;
    color: #000;
    line-height:1.5;
    margin-bottom:0.4rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
display: none;
}
#footer .foot-top .foot-right .inform p:nth-child(3){display: none;}
.main9 .bottomBox .mr .u1{
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
row-gap: 0.3rem;
}
.main9 .bottomBox .mr .u1 .news{
    font-size: 0.16rem;
    color: #000;
    line-height:1.75;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    width: 50%;
    margin-bottom:0.2rem;
}
.main9 .bottomBox .mr .con.bottom{
    margin-top: 0.42rem;
}
.main9 .bottomBox .mr .u2{
    display: flex;
}
.main9 .bottomBox .mr .u2 .news{
    width: 0.8rem;
    margin-right: 0.4rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}
.main9 .bottomBox .mr .u2 .news_title{color: #000;font-size: 0.16rem;white-space: nowrap;}
.main9 .bottomBox .mr .u2 .news_imgs{padding-top: 100%;margin-top: 0.1rem;background: none;}
/**标题栏新闻窗口**/
.post9 .tt{
    position: relative;
    display:flex;
    justify-content:space-between;
    box-sizing: border-box;
    font-size: 0.3rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.post9 .tt .tit{
    position: relative;
    padding-left: 0.9rem;
}
.post9 .tt .tit .line_box1{
    position:absolute;
    z-index:10;
    left:0;
    top:0;
    display:block;
    width:1.05rem;
    height:0.8rem;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}
.post9 .tt .tit .line_box1 .line{
    width: 0.08rem;
    height: 5rem;
    background-color: #000;
    transform: rotate(293deg);
    transition:0.4s;
}
.post9 .tt .tit .title{
    flex-shrink: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}
.post9 .tt .tit .title_en{font-family: 'Ges';padding-left: 0.6rem;}
.post9 .tt .tit .name{
    text-align: right;
}
.post9 .tt .more_btn{
    position:relative;
    font-size:0.16rem;
}
.post9 .tt .more_btn a{
    position:relative;
    z-index:11;
}
.post9 .tt .line_box2{
    position:absolute;
    z-index:10;
    right:0;
    top:0;
    display:block;
    width:1.05rem;
    height:0.8rem;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}
.post9 .tt .line_box2 .line{
    width: 0.04rem;
    height: 5rem;
    background-color: #000;
    transform: rotate(308deg);
    transition:0.4s;
}
.post9 .tt:hover .tit .line_box1 .line,
.post9 .tt:hover .line_box2 .line{
    transform: rotate(300deg) !important;
}

.main2 .post9 .tt .tit .line_box1 .line{transform: rotate(332deg);}
.main2 .post9 .tt .line_box2 .line{transform: rotate(284deg);}

.main3 .post9 .tt .tit .line_box1 .line{transform: rotate(332deg);}
.main5 .post9 .tt .tit .line_box1 .line{transform: rotate(312deg);}
.main5 .post9 .tt .line_box2 .line{transform: rotate(284deg);}
.main7 .post9 .tt .tit .line_box1 .line{transform: rotate(332deg);}
.main8 .post9 .tt .tit .line_box1 .line{transform: rotate(312deg);}
.main8 .post9 .tt .line_box2 .line{transform: rotate(284deg);}
.main9 .bottomBox .mr .post9 .tt .line_box1 .line{transform: rotate(324deg);}
/* 标题二 */
.post10 .tt{
    padding: 0.4rem 0;
}
.post10 .tt .tit{
    font-size: 0.36rem;
    font-weight: 700;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    color: #fff;
}
.post10 .tt .more_text{
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    background: url(images/more_bg.png) no-repeat center / 100% 100%;
}
/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 0.32rem;
}
body.defaultList .col_news_list .news_list li.news {
    border-bottom:0.04rem solid transparent;
    padding:0.2rem 0;
    line-height: 1.2;
    transition:0.4s;
}
body.defaultList .col_news_list .news_list li.news:hover{
    border-bottom:0.04rem solid #1138a2;
}
/**标题图标**/
.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;
    color: #333;
}

/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #000;
}

/*发布时间*/
.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: #000;
}

/*默认简介*/
.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;
}

/*标题文*/
.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;
}


/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 4.95rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container>.inner{
    padding: 0.37rem 0;
}
#d-container>.inner{padding-top:0.37rem;}

/**主体文章页开始**/
#d-container {}

#d-container>.inner {
    background: #fff;
}

.col_menu {
    width: 2.4rem;
    margin-right: 0.5rem;
    float: left;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #006DB5;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 0.2rem;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 0.5rem;
    padding: 0 0.05rem 0 0.3rem;
}

/**栏目名称图标**/
.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: #828282;
    font-size: 0.24rem;
    font-weight: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    line-height: 0.57rem;
    background: none;
    border-top: 0px solid #fff;
    border-bottom:0.04rem solid transparent;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 0.05rem 0 0.05rem 0.28rem;
    line-height: 0.32rem;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #000;
    border-bottom:0.04rem solid #000;
}
.col_list .wp_listcolumn .wp_column:nth-child(2n) a:hover,
.col_list .wp_listcolumn .wp_column:nth-child(2n) a.selected{
    border-bottom:0.04rem solid #2E74FF;
}
.col_list .wp_listcolumn .wp_column:nth-child(3n) a:hover,
.col_list .wp_listcolumn .wp_column:nth-child(3n) a.selected{
    border-bottom:0.04rem solid #01AD02;
}
.col_list .wp_listcolumn .wp_column:nth-child(4n) a:hover,
.col_list .wp_listcolumn .wp_column:nth-child(4n) a.selected{
    border-bottom:0.04rem solid #FC8922;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #000;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #000;
    background: none;
    border-top: none;
    border-bottom: none;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    color: #000;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    border-top: none;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 0.28rem;
    padding: 0.05rem 0.1rem 0.05rem 0.52rem;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #000;
}

/*三级子栏目**/
.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 {
    color: #2E74FF
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 0.48rem;
    line-height: 0.48rem;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 0.2rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    font-weight: normal;
    color: #006DB5;
    border-bottom: 0.03rem solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 0.46rem;
    line-height: 0.46rem;
    color: #000;
}

/**当前位置**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
}

.col_news_list {
    margin-top: 0.07rem;
}
.col_news_list .news_meta{
    font-size: 0.22rem;
}
body.defaultList .col_news_list .news_title{
    max-width:calc(100% - 1.4rem);
    -webkit-line-clamp: 1;
    font-size: 0.22rem;
}
.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: 0.14rem;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 0.1rem;
}

.col_news_list .wp_entry table {
    margin-bottom: 0.04rem;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
    width: auto;
    margin: 0 auto;
    padding: 1rem 0.2rem;
}

.article {
    padding-top: 0.1rem;
}

.article h1.arti_title {
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    font-size: 0.4rem;
    line-height: 1.5;
    text-align: center;
    color: #000;
    margin-bottom: 0.4rem;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 0.4rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    font-size: 0.17rem;
    text-align: center;
    color: #1B1B1B;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

/**文章内容**/
.article .entry .read{
    min-height:400px;
}
.article .entry .read,
.article .entry .read p,
.article .entry .read span,
.article .entry .read font,
.article .entry .read strong,
.article .entry .read a{
    line-height: 1.75 !important;
    font-size: 0.2rem !important;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif !important;
    color: #333;
}
.article .entry .art_info{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    font-size:0.2rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    margin-top: 0.6rem;
}
.xrldinfo .article .entry .art_info{display:none;}
body.info.xrldinfo .mainbox01{display:none;}
.article .entry .art_info .art_publisher{margin-bottom:0.1rem;}
/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}
/* .article .entry .read p:not(:has(img)) {
    text-indent: 2em !important;
} */
.article .entry .read img {
    margin: 0 auto;
    max-width: 100%;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}



#wp_paging_w6 .wp_paging {
    font-size: 12px;
    line-height: 34px;
    padding: 4px 0 72px;
    text-align: right;
}

#wp_paging_w6 .wp_paging li {
    display: block;
    margin: 0;
    line-height: 1.5;
    height: auto;
    float: left;
}
#wp_paging_w6 .wp_paging li.page_jump{display:flex;align-items:center;color:#000;}
#wp_paging_w6 .wp_paging li.page_jump>span:nth-child(2){
    transform:translateX(0.7rem);
}
#wp_paging_w6 .wp_paging li.page_jump>span:nth-child(3){
    transform:translateX(-0.7rem);
}
#wp_paging_w6 .wp_paging li.pages_count {
    display: none;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
#wp_paging_w6{
    font-size:0.16rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}
#wp_paging_w6 .wp_paging li a {
    color: #000;
    font-size: 0.16rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}

body.visit #wp_paging_w6 .wp_paging li a:hover {
    background: #006DB5;
    color: #fff;
}

#wp_paging_w6 .wp_paging li input {
    font-size:0.16rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    width: 0.6rem;
    height:auto;
    margin: 0;
    border: none;
    border-bottom:0.04rem solid #000;
    outline:none;
    background: transparent;
line-height: 1;
    transform: translateY(-0.06rem);
}

#wp_paging_w6 .wp_paging li span:last-child {
    margin: 0;
}

#wp_paging_w6 .wp_paging li em {
    font-weight: 400;
}

.wp_paging li span.pages {
    padding: 0 10px;
    font-size: 0.16rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}

#wp_paging_w6 .wp_paging li span.all_count {
    margin: 0 15px;
}

/**页脚开始**/
#footer {background: #000;}
#footer .inner {
    width:15.6rem;
    position: relative;
    padding: 0.4rem 0 0.4rem;
    transform:translateX(-0.43rem);
}
#footer .inner .foot-top{position:relative;z-index:2;}
#footer .inner .foot-bottom{
    position:relative;
    z-index:1;
    transform:translateY(-0.51rem);
}
#footer .inner .foot-bottom p{color:#c7c7c7;}
#footer .inner .foot-left {float: left;}
#footer .inner .foot-right {float: right;}
#footer .inner p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}
#footer .inner p span {margin: 0 0.03rem;}

#footer .inner .foot-left.left1{width:3.68rem;}
#footer .inner .foot-left.left1 img{width:100%;}

#footer .inner .foot-left.left2{
    margin-left: 4.62rem;
    display:flex;
}
#footer .inner .foot-left.left2 .box.box1{margin-right:1.2rem;}
#footer .inner .foot-left.left2 .navLink.link1{margin-bottom:0.3rem;}
#footer .inner .foot-left.left2 .news_title{
    font-size:0.18rem;
    color:#fff;
}
#footer .inner .foot-left.left2 .news_title a,
#footer .inner .foot-left.left2 .news_title a:hover{color:#fff;}

#footer .inner .foot-right .fenX{position: relative;z-index: 10;margin-top:2.6rem;}
#footer .inner .foot-right .fenX .news{
    display:flex;
    color:#fff;
    font-size:0.18rem;
    float:left;position:relative;
}
#footer .inner .foot-right .fenX .news:nth-child(2):hover:after{opacity:1;}
#footer .inner .foot-right .fenX .news:nth-child(2):after{content:'';display:block;width:0.9rem;height:0.9rem;background:#fff url(images/dy2wm.png)no-repeat center/100%;position:absolute;bottom:120%;opacity:0;z-index:1;}
#footer .inner .foot-right .fenX .news:nth-child(1):hover:after{opacity:1;}
#footer .inner .foot-right .fenX .news:nth-child(1):after{content:'';display:block;width:0.9rem;height:0.9rem;background:#fff url(images/wx2wm.jpg)no-repeat center/100%;position:absolute;bottom:120%;opacity:0;z-index:1;} 
#footer .inner .foot-right .fenX .news_title{
    font-size:0.18rem;
    color:#fff;
    border-bottom:2px solid #fff;
}
#footer .inner .foot-right .fenX .news_line{margin:0 0.05rem;}
#footer .inner .foot-right .fenX .news:last-child .news_line{display:none;}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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.svg) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 0.15rem;
    margin-right: 0.3rem;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    background: none;
    color: #FFFFFF;
    font-size: 0.14rem;
    border: 0;
    outline: 0;
    font-family: "PingFang","Microsoft Yahei";
}
.wp-search .search-input input.search-title::-webkit-input-placeholder{
    color:#fff;
}
.wp-search .search-btn {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 0.3rem;
    height: 0.3rem;
    border: 0;
    outline: 0;
    background:url(images/sous.svg) no-repeat center;
    cursor: pointer;
}

/* 分享二维码 */
.shares {
    text-align: center;
    margin-top: 0.35rem;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: right;
}

.shares li {
    float: left;
    margin-left: 0.4rem;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 0.24rem;
    height: 0.2rem;
    border: 0px solid red;
    background: url(images/icon01.png) no-repeat center / 100% 100%;
    opacity: 1;
    filter: Alpha(opacity=100);
    vertical-align: top;
}
.shares li:nth-child(1){margin-left: 0;}
.shares li:nth-child(1) a{background-image: url(images/icon01.png);}
.shares li:nth-child(2) a{background-image: url(images/icon02.png);}
.shares li:nth-child(3) a{background-image: url(images/icon03.png);width: 0.19rem;height: 0.21rem;}
.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li .con {
    display: none;
    position: absolute;
    top: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 1rem;
    height: 1rem;
    padding-top: 0.06rem;
}
.shares li .con .trg{
    width:0;
    height:0;
    margin:0 auto;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-top: none;
    border-bottom: 0.06rem solid #fff;
}
.shares li .con img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: #fff;
}

/**主页banner开始**/
#banner {
    background: #fff;
}

#banner .inner {
    text-align: center;
    position: relative;
}
.mbanner{position:relative;}
.mbanner .news{
    width: 100%;
    height: auto;
    position: relative;
}
.mbanner .title_box{
    position:absolute;
    z-index:150;
    left:0;
    bottom:0;
    background: linear-gradient(#00000001,#00000080);
    width:100%;
    height:30%;
    box-sizing:border-box;
    padding-bottom:0.2rem;
    display:flex;
    align-items:flex-end;
}
.mbanner .news_title a{color:#fff;}
.mbanner .news .news_imgs,
.mbanner .news .news_video{
    width: 100%;
    padding-top: 61.23%;
}

.mbanner .slick-dots{align-items: flex-end;z-index: 50;bottom: 0.4rem;right: 4%;}
.mbanner .slick-dots{z-index: 50;bottom: 0.4rem;width: 92%;justify-content: flex-start;}
.mbanner .slick-dots li{
    width: auto;
    height: 0.87rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    /* margin:0 0.17rem; */
    transition: all 0.4s 
ease-in-out;
    width: 0.45rem;
    margin: 0;
}
.mbanner .slick-dots li.slick-active {
    flex: 1;
}

.mbanner .slick-dots li button{
    width: 0.11rem;
    height: 0.8rem;
    font-size: 0;
    color:#fff;
    background-color: #ffffff80;
    border-radius: 0;
    transform: skew(-25deg);
}
.mbanner .title_list {
    --num: 1;
    position: absolute;
    width: 7.6rem;
    bottom: 0.4rem;
    height: 0.87rem;
    left: calc(var(--num) * 0.45rem + 4%);
    transition: all 0.4s 
ease-in-out;
}

.mbanner .title_list .news_title {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    line-height:0.87rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.mbanner .title_list .news_title.active {
    opacity: 1;
    visibility: inherit;
}
.mbanner .news_title{
    flex-shrink: 0;
    width: 0;
    box-sizing:border-box;
    font-size: 0.36rem;
    height: 0.87rem;
    line-height: 1.2;
    font-weight:bold;
    color:#fff;
    text-align:left;
    transition: 0.5s;
}
.mbanner .news_title.title-visible{
    width: 11.2rem;
}
.mbanner .slick-dots li button{transition:0.4s;}
.mbanner .slick-dots li button:hover{background-color:#2E74FF;}
.mbanner .slick-dots li.slick-active button{
    background-color:#fff;
}
.mbanner .inner{position: relative;}
/* 遮罩提示 */
.maskBox{
    display: none;
}
.showMaskBox{
    display: block;
}
.mask{
    position:absolute;
    z-index:999;
    width:100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maskInner{
    width: 3rem;
    height: 3rem;
    background-color: rgba(0,0,0,0.4);
    border-radius:10px;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}
.innerTop{
    margin-top:0.5rem;
    text-align:center;
    font-size: 1rem;
    margin-left:0.5rem;
}
.innerBottom{
    height:1rem;
    line-height:1rem;
    font-size: 0.338rem;
}
.specialScroll::-webkit-scrollbar {
    width: 4px; /* 设置滚动条宽度 */
}
.specialScroll::-webkit-scrollbar-thumb {
    background-color: #888; /* 设置滑块背景颜色 */
    border-radius: 4px; /* 设置滑块圆角 */
}
.white-img img:hover{
    filter: brightness(0) invert(1);
}
/* maskSearch */
.layer {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, .85);
	width: 100%;
	height: 0%;
   transition: all 0.8s ease-in-out;
}

.close {
	width: 0.5rem;
    height:0.5rem;
	text-align: center;
	position: absolute;
	right: 2vw;
	top: 2vw;
	transition: transform .4s ease-out;
	cursor: pointer;
}
.close img{
    width:100%;
    height:100%;
}
.close i {
	color: #fff;
	font-size: 0.4rem;
	cursor: pointer;
}

.close:hover {
	transform: rotate(180deg);
}
.searchbox{
    cursor: pointer;
}
.searchbox .searchItem{position:relative;}
.searchbox .searchItem .serBtn{
    position:absolute;
    right:-0.87rem;
    top:0;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    width: 0.5rem;
    height: 0.2rem;
}
.searchbox .searchItem .serBtn .closeBox{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    width:100%;
}
.searchbox .searchItem .serBtn .sous,
.searchbox .searchItem .serBtn .closeBox .closed_sous,
.searchbox .searchItem .serBtn .closeBox .closeBtn{
    width:0.17rem;
}
.searchbox .searchItem .serBtn .sous{display:block;}
.searchbox .searchItem .serBtn .closeBox{display:none;}

.searchbox .searchItem .serBtn.on .sous{display:none;}
.searchbox .searchItem .serBtn.on .closeBox{display:flex;}

.searchbox img{
    width:100%;
    height:auto;
}
.search_box{
    position:absolute;
    right:0;
    top:0;
    width:0;
    transition:0.4s;
}
.search_box.on{width: 10.6rem;}
.search_box .searchKeyword {
    font-size:0.16rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background-color: #fff;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    border-bottom: 0.03rem solid #000;
    text-align:right;
}
.search_box .searchSubmit {
   display:none;
   width: 1rem;
   background-color: #006DB5;
   color: #fff;
   height: 0.5rem;
   line-height: 0.5rem;
   text-align: center;
   position: absolute;
   right: 0;
   top: 0;
   border: none;
   font-size: 0.18rem;
   letter-spacing: 1px;
   cursor: pointer;
}
.layer.on {z-index: 888;opacity: 1; height: 100%;filter: alpha(opacity=100);}
@media screen and (max-width: 479px){
    .search_box{width: 80%;}
    .search_box .searchSubmit{width: 80px;}
}
@keyframes fanzhuan{
    0%{transform: rotateY(0deg)}
    50%{transform: rotateY(180deg)}
    100%{transform: rotateY(0deg)}
}
@keyframes doudong {
    0% {
        transform: rotate(10deg)
    }
    25% {
        transform: rotate(-10deg)
    }
    50% {
        transform: rotate(7deg)
    }
    75% {
        transform: rotate(-7deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
/* 头部划入 */
@keyframes showHeader{
    0%{
        transform:translateY(-100%);
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    100%{
        transform:translateY(0);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@keyframes hideHeader{
    0%{
        transform:translateY(0);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100%{
        transform:translateY(-100%);
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
}
/* 呼吸灯光圈扩散动画 */
@keyframes expand {
    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 #ffffff01;
        background-color: #503374;
    }
    50%{
        transform: scale(1);
        box-shadow: 0 0 0 0.07rem #D9D3E1;
        background-color: #50337480;
    }
    75%{
        transform: scale(1);
        box-shadow: 0 0 0 0.13rem #F3F1F6;
        background-color: #503374cc;
    }
    100%{
        transform: scale(1);
        box-shadow: 0 0 0 0.15rem #ffffff01;
        background-color: #503374;
    }
  }

/* 一屏样式 */
.body_home {
    height: 100%;
    overflow: hidden;
 }
 .mbanner{position: relative;}
 #bb{
    font-size: 0.18rem;
    color: #fff;
    font-family: 'syh';
    position: absolute;
    z-index: 50;
    left: 50%;
    bottom: 1.17rem;
    transform: translateX(-50%);
    display:flex;
    flex-direction:column;
    align-items:center;
 }
 #bb img{
    width: 0.16rem;
    height: 0.17rem;
 }
 .bb {
    cursor: pointer;
    animation: bb 2s linear 0s infinite;
 }
 
 .bb:hover {
    animation-play-state: paused;
 }
 
 @keyframes bb {
    0% {
       transform: translate(-50%, 0);
       opacity: 0;
    }
 
    50% {
       transform: translate(-50%, 5px);
       opacity: 1;
    }
 
    100% {
       transform: translate(-50%, 0px);
       opacity: 0;
    }
 }
 .body-top {
   background: linear-gradient(#00000080,#00000001);
   position: fixed;
    left:0;
    top:0;
   z-index: 99;
   width: 100%;
}
 .body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 300;
    outline: none;
 }
 
 .body_b.showdiv {
    top: 0;
 }
 
 .body_b-top {
    transition: all 0.7s ease-out 0s;
    transform: translateY(-100%);
    background: #fff;
    background-size: 100% 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 90;
    opacity: 0;
    filter: Alpha(opacity=00);
    box-shadow: 0 2px 0 #ddd;
    background-color: #006DB5;
 }
 
 .body_b.showdiv .body_b-top {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
    filter: Alpha(opacity=100);
 }
/*************************************************************
 * 特殊页面
 */
/*二级页面*/
.portal-w{min-width:10px;min-height:10px;}
/* 全屏白色遮罩 */
#whiteMask{
    position: fixed;
    z-index: 450;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
@font-face
{
    font-family: 'HY';
    src: url('./fonts/HYQiHei-75S.ttf');
}
@font-face
{
    font-family: 'Gem';
    src: url('./fonts/Geist-Medium.ttf');
}
@font-face
{
    font-family: 'Ges';
    src: url('./fonts/Geist-SemiBold.ttf');
}
.possplit{
    display:block;
    background:url(images/arrow_r.svg) no-repeat center / 100%;
    margin:0 0.1rem;
    text-align:center;
    text-indent:0;
    width:0.15rem;
    height:0.2rem;
    font-family:serif;
    font-size:0;
}

body.list .bannerBox{
    position:relative;
    margin-top:0.7rem;
}
body.list .bannerBox .col_info{
}
body.list .bannerBox .col_infoBox{
    display:flex;
    flex-direction:column-reverse;
}
body.list .bannerBox .col_infoBox .left_box{
    display:flex;
    flex-direction:column;
}
body.list .bannerBox .col_infoBox .path_box{
    margin-bottom:0.5rem;
}
body.list .bannerBox .current_name{
    float:left;
    font-size: 0.3rem;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    margin-right: 0.5rem;
    position: relative;
}
body.list .bannerBox .current_name{
    padding-left:0.9rem;
}
body.list .bannerBox .left_box>.col_list{margin-top: 0.6rem;}
body.list .bannerBox .current_name .line_box1{
    position:absolute;
    z-index:10;
    left: 0;
    top:0;
    display:block;
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}
body.list .bannerBox .current_name .line_box1 .line{
    width: 0.08rem;
    height: 5rem;
    background-color: #000;
    transform: rotate(333deg);
    transition:0.4s;
}
body.list .bannerBox .current_name .col_title{margin-bottom:0.2rem;}
body.list .bannerBox .current_name .en_title{padding-left: 2em;}
body.list .bannerBox .col_list{
    float: left;
}
body.list .col_menu_head{display:none;}
body.list .wp_listcolumn{
    display:flex;
}
body.list .wp_listcolumn .wp_column{margin-right: 0.45rem;white-space: nowrap;}
body.list .path_box .path_name{
    font-size: 0.2rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    display: flex;
    align-items: center;
}
body.info .mainbox01{
    margin-top: 1rem;
}
body.info .mainbox01 .ttBox{
    font-size: 0.3rem;
    font-weight: 700;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
    color: #000;
    padding-left:0.3rem;
    margin-bottom: 0.5rem;
    border-left:0.04rem solid #000;
}
body.info .mainbox01 .ttBox .title{margin-bottom: 0.2rem;}
body.info .mainbox01 .tab_list{margin-bottom:0.5rem;}
.post9 .img_list .news{
    float: left;
    width: 31.71%;
    margin-right: 2.43%;
    margin-bottom: 0.6rem;
}
.post9 .img_list .news:nth-child(3n){margin-right: 0;}
.post9 .img_list .news_imgs{padding-top: 100%;}
.post9 .img_list .news_con{
    padding: 0.3rem 0.4rem;
    background-color: #fff;
    border-top: 0.03rem solid transparent;
    border-bottom: 0.03rem solid transparent;
    transition: 0.4s;
}
.post9 .img_list .news_folder{
    font-size: 0.16rem;
    color: #2E74FF;
}
.post9 .img_list .news_title{
    margin: 0.1rem 0;
    font-weight: 700;
}
.post9 .img_list .news_con:hover{
    border-top: 0.04rem solid #2E74FF;
    border-bottom: 0.04rem solid #2E74FF;
}
.post9 .img_list .news_con:hover .news_folder{color: #000;}
.post9 .img_list .news_con:hover .news_title,
.post9 .img_list .news_con:hover .news_title a{color: #2E74FF;}
body.info .mainbox01 .post9 .img_list .news_con{
    background-color:transparent;
}
body.info .mainbox01 .post9 .img_list .news_folder{
    font-size: 0.16rem;
    color: #000;
}
body.info .mainbox01 .post9 .img_list .news_con .news_title,
body.info .mainbox01 .post9 .img_list .news_con .news_timer{color:#000;}
body.info .mainbox01 .post9 .img_list .news_title{
    margin: 0.1rem 0;
    font-weight: 700;
}
body.info .mainbox01 .post9 .img_list .news_con:hover{
    border-top: 0.03rem solid #2f74ff;
    border-bottom: 0.03rem solid #2f74ff;
}
body.info .mainbox01 .post9 .img_list .news_con:hover .news_title a{color:#2f74ff;}
.wp_listcolumn .sub_list{display: none;}
body{padding-top: 1.7rem;}
.slick-track{margin:0;}
html{font-size:100px;}

#wp_paging_w6{
    display:flex;
    justify-content:flex-end;
    flex-wrap:wrap;
    margin-top:0.5rem;
}

.col_infoBox .returnHome{
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0.7rem;
    display: block;
    margin-bottom: 0;
    font-size:0.16rem;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif;
}
.col_infoBox .returnHome .box{
    position: relative;
}
.col_infoBox .returnHome .box a{
    position: relative;
    z-index: 11;
}
.col_infoBox .returnHome .line_box2{
    position:absolute;
    z-index:10;
    right:0;
    top:0;
    display:block;
    width:1.05rem;
    height:0.8rem;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}
.col_infoBox .returnHome .box .line_box2 .line{
    width: 0.04rem;
    height: 5rem;
    background-color: #000;
    transform: rotate(308deg);
    transition:0.4s;
}
.entry .head_pic{margin-bottom:30px;display:none;}
.entry .head_pic img{
    width:100%;
}
.article h1.arti_title,
.article .entry .read,
.article .entry .art_info{padding:0 2rem;}

body.news .bottom_list{margin-top: 0.5rem;}
body.news .bottom_list .news{
    float: left;
    width: 22.5%;
    margin-right: 3.33%;
    margin-bottom: 0.3rem;
}
body.news .bottom_list .news_imgs{padding-top: 75%;}
body.news .col_news_list .news.type1 .news_imgs{background: #ddd url(images/randombg1.svg) no-repeat center / auto 100%;}
body.news .col_news_list .news.type2 .news_imgs{background: #ddd url(images/randombg2.svg) no-repeat center / auto 100%;}
body.news .col_news_list .news.type3 .news_imgs{background: #ddd url(images/randombg3.svg) no-repeat center / auto 100%;}
body.news .bottom_list .news_title{
    line-height:0.32rem;
    height:0.64rem;
}
body.news .bottom_list .news:nth-child(4n){margin-right: 0;}
body.list_notice .bottom_list .news{width:calc((100% - 3.33%)/2)}
body.list_notice .bottom_list .news:nth-child(even){margin-right:0}
body.list_notice .bottom_list .news_imgs{display:none}
/* 2025.10.14 */
.main0 .tab_list .tab_con .con_item .news_imgs,
body.info .tab_list .tab_con .con_item .news_imgs{padding-top: 75%;}
.main5 .tab_list .tab_con .con_item .news_imgs{padding-top: 133.33%;}
.col_infoBox:hover .line_box1 .line,
.col_infoBox:hover .line_box2 .line{
    transform: rotate(300deg) !important;
}

.navLink.link4 {
  /*  display: none; */
}

.foot-right p:last-childl{display:none;}
body.news .col_news p,
body.news .col_news span,
body.news .col_news font,
body.news .col_news strong,
body.news .col_news table{
    font-size:0.2rem !important;
    font-weight:700 !important;
    font-family: -apple-system,BlinkMacSystemFont,"Ges","HY", "PingFang SC","Microsoft YaHei",sans-serif !important;
    line-height:1.75 !important;
  /*  color:#333 !important; */
}
/* 2025.10.18 */
.main5{margin-top:1rem;}
.main4{display:none;}

/* 2025.10.19 */
.main1 .slick-dots li.slick-active button{background:#2E74FF;}
.main1 .defalult_slick .news_folder a{color:#2E74FF !important;}
.main1 .post9 .tt .more_btn .more_text{color:#2E74FF;}
.main1 .post9 .tt .tit .title,.main1 .post9 .tt .tit .title_en{color:#2E74FF;}
.main0 .news .news_folder a,
.main0 .line_news_list .news .news_folder::after{color: #2E74FF !important;}
.main0 .line_news_list .news .news_folder::before{background-color: #2E74FF !important;}
.main0 .line_news_list .news:hover .news_con{background-color:#2E74FF1a;}
.main0 .tab_list .tab_title .title_item.selected{border-bottom: 0.04rem solid #2E74FF;}

.main2 .post9 .tt .more_btn .more_text{color:#fc8922;}
.main2 .post9 .tt .tit .title,.main2 .post9 .tt .tit .title_en{color:#fc8922;}
.main2 .news .news_folder,
.main2 .news .news_folder a,
.main2 .line_news_list .news .news_folder::after{color: #fc8922 !important;}
.main2 .line_news_list .news .news_folder::before{background-color: #fc8922 !important;}
.main2 .line_news_list .news:hover .news_con{background-color:#fc89221a;}

.main5 .post9 .tt .more_btn .more_text{color:#ca4ed1;}
.main5 .post9 .tt .tit .title,.main5 .post9 .tt .tit .title_en{color:#ca4ed1;}
.main5 .news .news_folder a,
.main5 .line_news_list .news .news_folder::after{color: #ca4ed1 !important;}
.main5 .line_news_list .news .news_folder::before{background-color: #ca4ed1 !important;}
.main5 .line_news_list .news:hover .news_con{background-color:#ca4ed11a;}
.main5 .tab_list .tab_title .title_item.selected{border-bottom: 0.04rem solid #ca4ed1;}

.main6 .slick-dots li.slick-active button{background:#d8362a;}
.main6 .defalult_slick .news_folder a{color:#d8362a !important;}
.main6 .post9 .tt .more_btn .more_text{color:#d8362a;}
.main6 .post9 .tt .tit .title,.main6 .post9 .tt .tit .title_en{color:#d8362a;}
.main6 .news .news_folder a,
.main6 .line_news_list .news .news_folder::after{color: #d8362a !important;}
.main6 .line_news_list .news .news_folder::before{background-color: #d8362a !important;}
.main6 .line_news_list .news:hover .news_con{background-color:#d8362a1a;}
.main6 .tab_list .tab_title .title_item.selected{border-bottom: 0.04rem solid #d8362a;}

.main3{background-color:#1fb288;}
.main3 .inner{padding:1rem 0;}
.main3 .post9 .tt,
.main3 .post9 .tt .more_btn .more_text{color:#fff;}
.main3 .post9 .tt .tit .line_box1 .line,
.main3 .post9 .tt .line_box2 .line{background-color:#fff;}
.main3 .navBox .news a{
    color:#fff;
    border-left:0.04rem solid #fff;
    background-image: url(images/arrow_r_w.png);
}

.main7{background-color:#68a0f2;}
.main7 .inner{padding:1rem 0;}
.main7 .post9 .tt,
.main7 .post9 .tt .more_btn .more_text{color:#fff;}
.main7 .post9 .tt .tit .line_box1 .line,
.main7 .post9 .tt .line_box2 .line{background-color:#fff;}
.main7 .navBox .news{margin-bottom: 0.55rem;}
.main7 .navBox .news a{
    color:#fff;
    border-left:0.04rem solid #fff;
    background-image: url(images/arrow_r_w.png);
}

.main8{background-color:#eee;}
.main8 .post9 .tt .more_btn .more_text{color:#01ad02;}
.main8 .post9 .tt .tit .title,.main8 .post9 .tt .tit .title_en{color:#01ad02;}
.main9 .post9 .tt .more_btn .more_text{color:#2e74ff;}
.main9 .topBox .post9 .tt .tit .title,.main9 .topBox .post9 .tt .tit .title_en{color:#2e74ff;}
.main9 .navBox .news>a{
    border-left:0.04rem solid #2e74ff;
}
.main9 .navBox .news>a:hover,
.main9 .navBox .news_box:hover .news>a{
    color:#2e74ff;
    background-image: url(images/arrow04.png);
}
.defalult_slick .news_title{padding-bottom:0.05rem;transition:none;}
.defalult_slick .news_title a{box-shadow: 0 0.04rem #2e74ff;background:transparent;transition:0.4s;}
.defalult_slick .news_title:hover{color:#fff;}
.defalult_slick .news_title:hover a{
    background:#2e74ff;
    color:inherit;
}
.main1 .defalult_slick .news_title a{box-shadow: 0 0.04rem #2e74ff !important;}
.main1 .defalult_slick .news_title:hover a{background-color: #2e74ff !important;}

.main6 .defalult_slick .news_title a{box-shadow: 0 0.04rem #d8362a !important;}
.main6 .defalult_slick .news_title:hover a{background-color: #d8362a !important;}

.defalult_slick .news_folder.orange+.news_title a{box-shadow: 0 0.04rem #FC8922;}
.defalult_slick .news_folder.orange+.news_title:hover a{background-color: #FC8922;}

.defalult_slick .news_folder.green+.news_title a{box-shadow: 0 0.04rem #01ad02;}
.defalult_slick .news_folder.green+.news_title:hover a{background-color: #01ad02;}

.article .entry .read a{box-shadow: 0 0.04rem #2e74ff;}
.article .entry .read a:hover{background:#2e74ff;}

.article.blue .entry .read a{box-shadow: 0 0.04rem #2e74ff;}
.article.blue .entry .read a:hover{background:#2e74ff;color:#fff;}

.article.orange .entry .read a{box-shadow: 0 0.04rem #fc8922;}
.article.orange .entry .read a:hover{background:#fc8922;color:#fff;}

.article.purple .entry .read a{box-shadow: 0 0.04rem #ca4ed1;}
.article.purple .entry .read a:hover{background:#ca4ed1;color:#fff;}

.article.red .entry .read a{box-shadow: 0 0.04rem #d8362a;}
.article.red .entry .read a:hover{background:#d8362a;color:#fff;}

.article.green .entry .read a{box-shadow: 0 0.04rem #01ad02;}
.article.green .entry .read a:hover{background:#01ad02;color:#fff;}

body.info .mainbox01 .news.blue .news_folder a,
body.info .mainbox01 .news.blue .news_folder::after{color: #2e74ff !important;}
body.info .mainbox01 .news.blue .news_folder::before{background-color: #2e74ff !important;}
body.info .mainbox01 .news.blue:hover .news_con{background-color:#2e74ff1a;}

body.info .mainbox01 .news.orange .news_folder a,
body.info .mainbox01 .news.orange .news_folder::after{color: #fc8922 !important;}
body.info .mainbox01 .news.orange .news_folder::before{background-color: #fc8922 !important;}
body.info .mainbox01 .news.orange:hover .news_con{background-color:#fc89221a;}

body.info .mainbox01 .news.purple .news_folder a,
body.info .mainbox01 .news.purple .news_folder::after{color: #ca4ed1 !important;}
body.info .mainbox01 .news.purple .news_folder::before{background-color: #ca4ed1 !important;}
body.info .mainbox01 .news.purple:hover .news_con{background-color:#ca4ed11a;}

body.info .mainbox01 .news.red .news_folder a,
body.info .mainbox01 .news.red .news_folder::after{color: #d8362a !important;}
body.info .mainbox01 .news.red .news_folder::before{background-color: #d8362a !important;}
body.info .mainbox01 .news.red:hover .news_con{background-color:#d8362a1a;}

body.info .mainbox01 .news.green .news_folder a,
body.info .mainbox01 .news.green .news_folder::after{color: #01ad02 !important;}
body.info .mainbox01 .news.green .news_folder::before{background-color: #01ad02 !important;}
body.info .mainbox01 .news.green:hover .news_con{background-color:#01ad021a;}

.main0 .line_news_list .news_title,
.main4 .line_news_list .news_title,
.main5 .line_news_list .news_title,
.main6 .line_news_list .news_title,
body.info .mainbox01 .news_title{height:0.6rem;}

video {
    object-fit: cover;
}

body.info.yxszinfo .mainbox01{display:none}

.left_box .col_list.blue .wp_listcolumn .wp_column a:hover,
.left_box .col_list.blue .wp_listcolumn .wp_column a.selected{
    border-bottom:0.04rem solid #2E74FF;
}
.left_box .col_list.black .wp_listcolumn .wp_column a:hover,
.left_box .col_list.black .wp_listcolumn .wp_column a.selected{
    border-bottom:0.04rem solid #000;
}
.left_box .col_list.orange .wp_listcolumn .wp_column a:hover,
.left_box .col_list.orange .wp_listcolumn .wp_column a.selected{
    border-bottom:0.04rem solid #fc8922;
}
.left_box .col_list.purple .wp_listcolumn .wp_column a:hover,
.left_box .col_list.purple .wp_listcolumn .wp_column a.selected{
    border-bottom:0.04rem solid #ca4ed1;
}
.left_box .col_list.green .wp_listcolumn .wp_column a:hover,
.left_box .col_list.green .wp_listcolumn .wp_column a.selected{
    border-bottom:0.04rem solid #1fb288;
}
.left_box .col_list.red .wp_listcolumn .wp_column a:hover,
.left_box .col_list.red .wp_listcolumn .wp_column a.selected{
    border-bottom:0.04rem solid #d8362a;
}

body.list .bannerBox .current_name .en_title{display:none}
.path_name a:hover{color: #2f74ff!important;}
.main3 .navBox .news{margin-bottom:0.5rem;}
.navLink.link3{display:none}

#footer .goTop{
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0rem;
    bottom: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background: url(images/backTop.png) no-repeat;
    background-size: contain;
}
.news_folder,
.line_news_list .news_folder,
.main2 .line_news_list .news_folder::after{display:none;}
.header .wp-navi-aside{display:none !important;}