@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: bold;
}

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;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

::-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}
@font-face {
  font-family: 'syh';
  src: url(font/SourceHanSansCN-Regular.ttf);
}
/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "syh","PingFang","Microsoft Yahei";
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #0067D6;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 15.6rem;
    margin: 0 auto;
}

/**页面全局宽度**/
/*headtop*/
#headtop {
    background: #333;
}

#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
    display:flex;
    padding:0.1rem 0;
    column-gap:0.2rem;
}

.focus.focus-box:after{content:'';position:absolute;width: 100%;height: 100%;left: 0;top:0;background: url(images/bg1216.png)no-repeat center;z-index: 73;background-size: 100%;opacity: 0.3;display: none;}
.focus.focus-box:before{content:'';position:absolute;width:100%;height:100%;/*background: url(images/mianbg11.png)no-repeat;*/left:0;top:0;background-size: cover;z-index: 1;}


/*head开始*/
.top_box{background:url(images/head_bg.png) no-repeat center / 100% 100%;position:absolute;z-index:50;top:0;left:0;width:100%;z-index: 1000;z-index: 98;}

.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
    transition: all 0.4s ease-in-out;
}

.header .inner {
    height: auto;
    padding: 0.24rem 0 0.24rem;
    position: relative;    transition: all 0.4s ease-in-out;
}
.header.six .inner{    padding: 0.12rem 0;}
.header .sitelogo {
    float: left;
    width: 6.1rem;
}

.header .sitelogo span {
    position: relative;
    font-size: inherit;
    font-weight: normal;
}

.header .sitelogo span a {
    color: transparent;
    margin: 0;
}

.header .sitelogo h1 {
    font-size: inherit;
    font-weight: normal;
    background: none;
    padding-left: 0px;
}

.header .sitelogo .sitetitle {
    display: inline-block;
    margin-top: 28px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/**站点名称**/

.header .head-left {
    float: left;
    width: auto;
}
.header .head-left img{width:100%;}

.header .head-right {
    float: right;
    width: auto;
    margin-top: 0.1rem;
}

/*lang样式*/
.site-lang {}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    line-height: 0.3rem;
    margin: 0px 5px;
    font-size: 0.14rem;
    color: #cad3d4;
}

.site-lang ul li.links a:hover {
    color: #fff;
}

/*默认主导航样式*/
#nav {
    position:relative;
    float: left;
}
body.main#nav::after{
    content:'';
    position:absolute;
    z-index:50;
    left:0;
    bottom:10px;
    display:block;
    width:100%;
    height:1px;
    background-color:#ffffff33;
}

#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 .wp-menu {
    margin: 0 auto
}

.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 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 {
    display: inline-block;
    padding: 0 0.23rem;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.20rem;
font-family: "Microsoft Yahei";
    font-weight: bold;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    text-decoration: none;
    color: #eee;
}

.nav .sub-menu {
    display: none;
    text-align:center;
    position: absolute;
    left: 0;
    top: 0.5rem;
    min-width: 100%;
    z-index: 100;
    background: #fff;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.17rem;
    font-size: 0.14rem;
    background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #1384e2;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

/**主页banner开始**/
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}

/**主体模块样式**/

/* 日历样式 */
.news_metar{
    text-align: center;
    white-space: nowrap;
    /* overflow: hidden; */
    transition: 0.4s;
}
.news a{
    color: inherit;
}
.news a:hover{
    color:#0067D6;
}
.news_imgs{
    overflow: hidden;
    position: relative;
    padding-top: 68.1%;
}

.news_imgs img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.news_imgs a img:hover{
    transform: scale(1.05);
}
.news_title{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-family: 'syh'; 
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
}
.news_intro{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden; 
}
.news_timer{
    /* width: 0.67rem; */
    font-size: 0.16rem;
    font-weight: bold;
    /* font-family: 'syh'; */
    color: #013888;
    padding-right: 0.105rem;
    border-right: 1px solid #013888;
    float: left;
    text-align: right;
    transition: all 0.4s ease-in-out;
}
/**首页三列布局**/
.mod {}

.mbox {}

.main1 {background-color: #E8F5FF;}
.main2{background: url(images/dada.png) no-repeat bottom 1.5rem right -0.72rem;overflow: hidden;}
.main3{
    display: none;
}

.main2 .inner{padding: 0.5rem 0 0.76rem;}
.main3 .inner{padding: 0 0 0.55rem;}
.main4 .inner{padding: 0.6rem 0 0.2rem;}

/* main1 */
.main1 .tt{background-color: #83B8F04d;}
.main1 .tt .inner{padding-top: 0.2rem;}
.main1 .con .inner{padding: 0.4rem 0 0.3rem;}
.main1 .tit{
    display: flex;
}
.main1 .tit .title{
    font-size: 0.24rem;
    font-weight: bold;
    /* font-family: 'syh'; */
    color: #687E96;
    padding: 0.18rem 0.22rem;
    border-radius: 0.1rem 0.1rem 0 0;
}
.main1 .tit .title.selected{
    background-color: #0067D6;
    color: #fff;
}
.main1 .news_list{margin:0 -0.2rem;}
.main1 .news_imgs{
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    margin-bottom: 0.3rem;
}
.main1 .news_title{
    font-size: 0.2rem;
    font-weight: bold;
    text-align: center;
}
/* main2 */
.main2 .ml{float: left;width: 10.23rem;}
.main2 .mll{float: left;width: 5rem;}
.main2 .mlr{float: right;width: 4.2rem;}
.main2 .mr{float: right;width: 4.92rem;}

.main2 .mll .news{position: relative;}
.main2 .mll .news_imgs{
    padding-top: 80%;
}
.main2 .mll .news_title{
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 1.2rem 0 0.26rem;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
    background-color: #00000080;
    font-size: 0.2rem;
    color: #fff;
}
.main2 .mlr .news{
    padding: 0.27rem 0;
    border-bottom: 1px dashed #BCBFC3;
    display: flex;
    align-items: center;
}
.main2 .mlr .news:first-child{padding-top:0;}
.news_metar.metar1{
    width: 0.88rem;
    height: 0.88rem;
    box-sizing: border-box;
    border: 1px solid #0067D6;
    color: #0067D6;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news_metar.metar1 .news_days{
    font-size: 0.4rem;
    line-height: 0.4rem;
}
.news_metar.metar1 .news_year{
    font-size: 0.12rem;
    line-height: 0.12rem;
    margin-top: 0.1rem;
}
.main2 .mlr .news_metar{
    margin-right: 0.2rem;
}
.main2 .mlr .news_title{
    width: calc(100% - 1.08rem);
}

.main2 .mr .news{
    /* box-shadow: 0 0.03rem 0.2rem 0 #07478233; */
    padding: 0.2rem 0.23rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    background: linear-gradient(45deg, #F2F5FA, transparent);
}

.main2 .mr .news:last-child{margin-bottom: 0;}
.main2 .mr .news_timer{}
/* main3 */
.main3 .post9 .tt .tit .title,
.main3 .post9 .tt .more_btn .more_text{}
.main3 .post9 .tt .tit .name{color: #ffffff80;}
.main3 .news_list{
    display: flex;
    justify-content: space-between;
    padding-left: .15rem;
}
.main3 .news{
    width: 30%;
}
.main3 .news_imgs{
    padding-top: 71.43%;
}
.main3 .news_timer{
    color: #fff;
    margin: 0.2rem 0 0.12rem;
    font-size: 0.16rem;
}
.main3 .news_title{color: #fff;}
.main3 .news_title a:hover{color: #fff;}
/* main4 */
.main4 .post9 .tt .tit .title{font-size: 0.36rem;}
.main4 .ml{float: left;width: 65%;}
.main4 .mr{float: right;width: 30.71%;}
.main4 .ml .news_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main4 .ml .news{
    width: 47.25%;
    height: 1.6rem;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
    background-color: #EFF7FF;
    display: flex;
}
.main4 .ml .news_l{margin-right: 0.2rem;flex-shrink: 0;}
.main4 .ml .news_metar{
    width: 0.5rem;
    height: auto;
    border: none;
    margin-bottom: 0.2rem;
}
.main4 .ml .news_more a{
    font-size: 0.16rem;
    color: #0067D6;
}
.main4 .ml .news_con{
    width: calc(100% - 0.7rem);
}
.main4 .ml .news_title{
    font-size: 0.16rem;
    font-weight: normal;
}
.main4 .mr .con{background: url(images/main4r_bg.png) no-repeat center / 100% 100%;padding: 0.32rem;}
.main4 .mr .news{
    color: #fff;
    display: flex;
    margin-bottom: 0.29rem;
}
.main4 .mr .news_title{
    width: 1.26rem;
    text-align: right;
    color: #fff;
    flex-shrink: 0;
}
.main4 .mr .short_title{
    font-size: 0.18rem;
    font-weight: normal;
    /* font-family: 'syh'; */
    white-space: nowrap;
   
}
/**标题栏新闻窗口**/
.post9 .tt{
    margin-bottom: 0.3rem;
}

.post9 .tt .tit{
    display: flex;
    justify-content: space-between;
}
.post9 .tt .tit .title{
    font-size: 0.36rem;
    font-weight: bold;
    /* font-family: 'syh'; */
}
.post9 .tt .tit .name{
    font-size: 0.24rem;
    font-weight: bold;
    color: #C4C4C4;
    margin-left: 0.16rem;
}
.post9 .tt .more_btn .more_text{
    font-size: 0.16rem;
    color: #013888;
    /* font-family: 'syh'; */
}
/**自定义新闻列表**/
.news_list {}

.news_list .news {
    line-height: 0.3rem;
}

/**标题图标**/
.news_list li.news span.news_title {
    float: left;
}

.more_xx{display:none;}

/*标题*/
.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9C9C9C;
}

/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}

/*发布时间*/
.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
    color: #666;
}

/*默认简介*/
.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

/*标题文*/
.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 {
    padding-top: 20%;
    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 {
    background: url(images/art_list.png)no-repeat left bottom;
    background-size: cover;
}

#l-container .mod {position: relative;top: -0.8rem;}


#l-container .inner {width: 14rem;}

/**主体文章页开始**/
#d-container {background: url(images/art_list.png)no-repeat left bottom;padding-bottom: 0.6rem;background-size: cover;}

#d-container .inner {
    background: #fff;
    padding-top: 0.5rem;
   width:14rem;
}

.col_menu {
    width: 2.4rem;
    float: left;
    position: relative;
    background: #FFFFFF;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}
.col_menu .col_menu_head {
    /* margin-bottom: 0.2rem; */
    background: url(images/menu_head.png)no-repeat center;
    background-size: cover;
}


/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 0.8rem;
    font-size: 0.22rem;
    font-weight: bold;
    /* font-family: 'syh'; */
    color: #fff;
    text-align: center;
}
.col_menu .col_menu_head h3.col_name .col_name_text.ls3 {
    line-height: 0.6rem;
}
.col_menu .col_menu_head h3.col_name .col_en_text{
    font-size:0.18rem;
    color:#0067D680;
    margin-top:0.18rem;
}
/**栏目名称图标**/
.col_menu .col_menu_con {
    border: none;
}

/*栏目列表*/
.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 0.24rem;
    font-weight: bold;
    background: none;
    border-top: 0px solid #fff;
    /* border-bottom: 1px solid #66666633; */
    display:flex;
    width:100%;
    height: 0.5rem;
    align-items:center;
    justify-content: center;
    border: 0;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    line-height: 0.3rem;
    color: #7C7C7C;
    font-size: 0.18rem;
    padding: 0;
}
.col_list .wp_listcolumn .wp_column a{
    /* background:url(images/col_arrow.png) no-repeat right -1rem center / 0.54rem 0.12rem; */
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected{
    color: #fff;
    /* border-bottom:1px solid #153F83; */
    /* background:url(images/col_arrow.png) no-repeat right center / 0.54rem 0.12rem; */
    background: #0067D6;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #fff;
}

.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: #0067D6;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: none;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    line-height: 0.28rem;
    padding-left: 0.2rem;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #0067D6;
}

/*三级子栏目**/
.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: #0067D6;
}

/**栏目新闻**/
.col_news {
    width: calc(100% - 2.76rem);
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    background: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0, 37, 90, 0.12);
    padding: 0 0.73rem;
    padding-bottom: 0.88rem;
}

.col_news_head {
    padding-bottom: 0.28rem;
    padding-top: 0.28rem;
    border-bottom: 0.02rem solid #0067D6;
}
.col_metas .col_title h2 {
    font-size: 0.22rem;
    color: #0f52b4;
}

/**当前栏目**/
.col_metas .col_title {
    float: left;
    font-size: 0.3rem;
    font-family: "syh";
    font-weight: bold;
    color: #0067D6;
}

.col_metas .col_path {
    float: right;
    white-space: nowrap;
    color: #333;
    font-size:0.16rem;
    /* font-family: 'syh'; */
    margin-top: 0.1rem;
    padding-left: 0.26rem;
    background: url(images/home.png) no-repeat left center / 0.14rem 0.16rem;
}

/**当前位置**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {/* padding: 0 0.73rem; */}

.col_news_list {
    margin-top: 0.07rem;
}
.col_news_list .news{
    display:flex;
    padding:0.25rem 0;
    border-bottom: 1px solid #E2E2E2;
}
.col_news_list .news_metar{
    margin-right: 0.53rem;
    font-size: .16rem;
    font-family: "Barlow";
    font-weight: bold;
    color: #666;
}


h3.col_name .col_name_text {
    display: block;
    line-height: 0.36rem;
    font-size: 0.36rem;
    font-weight: bold;
    /* font-family: 'syh'; */
    color: #fff;
    /* text-align: center; */
};
    
.col_news_list .news_con{
    width:calc(100% - 1.2rem);
}
.col_news_list .news_title{
    -webkit-line-clamp: 1;
    font-size: 0.18rem;
    font-weight:bold;
    /* font-family: 'syh'; */
    color:#333;
}
.col_news_list .news_intro{
    margin-top:0.1rem;
    -webkit-line-clamp: 2;
    font-size:0.16rem;
    /* font-family: 'syh'; */
    color:#33333399;
}
.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: 0.17rem 0.93rem;
    background: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0, 37, 90, 0.12);
    margin-top: -1.3rem;
}

.article {
    /* padding-top: 0.1rem; */
}

.article h1.arti_title {
    line-height: 0.48rem;
    /* font-family: 'syh'; */
    font-size: 0.28rem;
    text-align: left;
    color: #232323;
    padding: 0rem 0;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 0.4rem;
    font-family: "PingFang","Microsoft Yahei";
    font-size: 0.17rem;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding: 0.15rem;
    margin-top: 0.15rem;
    text-align: left;
    border-top: 1px solid #013888;
    padding-left: 0;
}

.article .arti_metas span {
    margin: 0 0.05rem;
    font-size: 0.16rem;
    color: #232323;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

/**文章内容**/
.article .entry .read{
    min-height:400px;
}
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    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 {
    margin: 0;
    line-height: 20px;
    height: 20px;
    float: none;
    display: inline-block;
}

#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 .wp_paging li a {
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    border: 1px solid #9E9E9E;
    color: #000;
}

.wp_paging li input {
    border: 1px solid #d5d5d5;
    background: #fff;
    text-align: center;
}

#wp_paging_w6 .wp_paging li a:hover {
    background: #0067D6;
    color: #fff;
}

#wp_paging_w6 .wp_paging li input {
    font-size: 12px;
    width: 40px;
    height: 20px;
    margin: 0;
    line-height: 34px;
    border: 1px solid #9E9E9E;
    background: transparent;
}

#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;
}

#wp_paging_w6 .wp_paging li span.all_count {
    margin: 0 15px;
}

/**页脚开始**/
#footer {
    background: url(images/footer_bg.png)no-repeat;
    background-size: cover;
}

#footer .inner {
    position: relative;
    padding: 0.45rem 0 0;
}

#footer .inner .mod {
    margin-bottom: 0.44rem;
}

#footer .inner .foot-left {
    float: left;
}
#footer .inner .foot-left.left1{margin-top: 0.38rem;width: 6.1rem;}
#footer .inner .foot-left.left1 img{width: 100%;}
#footer .inner .foot-left.left2{margin-left: 0.44rem;}
#footer .inner .foot-right {
    float: right;
    margin-top: 0rem;
}

#footer .inner p {
    font-size: 0.16rem;
    font-weight: normal;
    text-align: left;
    color: #fff;
    line-height: 2;
}

#footer .inner p span {
    margin: 0 0.03rem;
}

#footer .inner .copyright {}

#footer .inner .copyright span {}

#footer .inner .copyright a {
    color: #eee;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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 {
    text-align: right;
    border-radius:0.5rem;
}

.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.png) no-repeat center;
    cursor: pointer;
}

/* 分享二维码 */
.shares {
    text-align: center;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: right;
}

.shares li {
    float: left;
    margin: 0 6px;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0px solid red;
    background: url(images/icon01.png) no-repeat center / 100% 100%;
    opacity: 1;
    filter: Alpha(opacity=100);
    vertical-align: top;
}
.shares li:nth-child(1){background-image: url(images/icon01.png);}
.shares li:nth-child(2){background-image: url(images/icon02.png);}
.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100px;
    height: 100px;
}

.shares li .con img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: #fff;
}

/**友情链接**/
.botlinks{float:left;margin-top: 0.1rem;}
.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    width: 186px;
    line-height: 32px;
    background: #ffffff80;
    border: 0px solid #d0d0d0;
    box-sizing:border-box;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left:8px;
    color: #ffffff;
    position:relative;
font-size: 0.16rem;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #fff;
    cursor: pointer;
}
.botlinks .links-wrap a.links-arrow:after{
    content:'';
    width:10px;
    height:6px;
    background:url(images/arrow.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    z-index:50;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    transition:0.4s;
}
.botlinks .links-wrap a.links-arrow:hover:after{
    transform:rotateX(180deg) translateY(50%);
}
.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
font-size: 0.16rem;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #0067D6;
    cursor: pointer;
}

/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {
    bottom: 0.68rem;
    left: calc(50% - 7.5rem);
    margin-left: 0px;
    height: auto;
}

.mbanner .focus .focus-title-bg {
    display:none;
}
.mbanner .focus .focus-title{
    position:static;
    padding: 0;
    height:0.24rem;
    line-height: 0.24rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.mbanner .focus .focus-pagination {
    position: absolute;
    right: calc(100% - 7.5rem);
    bottom: 0.64rem;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 6px;
    background: #ffffff4d;
}

.mbanner .focus .focus-page-active {
    width: 0.12rem;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 0.58rem;
    height: 0.53rem;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-indent: -999em;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
    left: 0px;
    background: url(images/slide_prev.png) no-repeat;
    background-size: 100% 100%;
}

.mbanner .focus .focus-next {
    right: 0px;
    background: url(images/slide_next.png) no-repeat;
    background-size: 100% 100%;
}
.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;
    width: 0.19rem;
    height: 0.19rem;
    float: right;
    margin-top: 0.15rem;
    margin-left: 0.53rem;
}

.searchbox img{
    width:100%;
    height:auto;
}
.search_box {
   width: 50%;
   overflow: hidden;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%) scale(.8);
}
.layer.on .search_box {
   transform: translate(-50%, -50%);
}
.search_box .searchKeyword {
   height: 0.5rem;
   line-height: 0.5rem;
   background-color: #fff;
   width: 100%;
   padding-right: 1rem;
   padding-left: 0.1rem;
   border: 0;
   box-sizing: border-box;
}
.search_box .serachSubmit {
   width: 1rem;
   background-color: #1A5BA7;
   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);}
.header .inner{width: 17.4rem;}
.menuBtn{
    position: fixed;
    z-index: 400;
    right: 0;
    top: 0.3rem;
    width: 0.85rem;
    height: 0.85rem;
    cursor: pointer;
}
.menuBtn img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 479px){
    .search_box{width: 80%;}
    .search_box .serachSubmit{width: 0.5rem;}
}

@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%);
    }
}

.header.six {
    position:fixed;
    animation-duration: 0.6s;
    animation-name: slidein;
    background: #0b4eb0;
    background-size: 100% auto;
    z-index: 999;
}



/*************************************************************
 * 特殊页面
 */
/*二级页面*/
html{font-size: 100px;}
/* @font-face
{
    /* font-family: 'syh'; */
    src: url('./font/SourceHanSansCN-Medium.ttf');
} */


.inner11 {width: 15.6rem;margin: 0 auto; position: relative;}


.ksdh .title {
    float: left;
    width: 50%;
    font-size: 20px;
    /* font-family: 'syh'; */
    font-weight: bold;
    line-height: 75px;
    border-bottom: 2px solid rgba(255,255,255,0.8);
    background: linear-gradient(45deg, #3076DD, #0042A3);
    color: #fff;
    opacity: 0.6;
}

.ksdh .title.selected {background: #3076DD url(images/ksdh_bg.svg)no-repeat;opacity: 1;background-size: cover;}
.ksdh.clearfix.post-tab {
    width: 4.14rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/bg11.png)no-repeat center;
    z-index: 95;
}
.ksdh .inner {width: 100%;}
.boxm .news_list li.news .news_title{line-height: 50px;border-radius: 8px;border: 1px solid #fff;margin: 0 0.09rem;margin-bottom: 0.1rem;background: rgba(255,255,255,0.24);color: #fff;}
.post9 .img_box{/* float: left; */width:57.3%;}
.wz{/* float: right; */width: 42.7%;background: url(images/post21bg.png)no-repeat;padding: 0.46rem 0.46rem 0;box-sizing: border-box;/* height: 100%; */background-size: cover;}

.news_date {color: #013888;font-size: .2rem;font-weight: bold;}
.post9 .news_title {font-size: 0.24rem;}
.wz .jieshao {color: #666;font-size: 0.16rem;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;height: 1.18rem;}
.post-22 .news_title {height: 0.58rem;}
.post-22 .news_more{text-align:right;line-height: 1;}
.post-22 .news_more path{transition:0.7s}
.more_wz {margin-top: 23px;color: #013888;font-size: 0.16rem;text-align: right;padding-right: 0.61rem;background: url(images/arrow11.svg)no-repeat right 6px center;}
.post9.post25 .news_timer {color: #880101;border-right: 1px solid #880101;transition: all 0.4s ease-in-out;}
.post9.post25 .news{background: linear-gradient(45deg, #FFEDED, transparent);transition: all 0.4s ease-in-out;}
.post31 {background:#F2F5FA;display: flex;align-items: center;padding-left: .42rem;padding-top: 0.2rem;padding-bottom: 0.2rem;display: none;}
.post31 .con {flex: 1;}
.post9.post31 .tt .tit .title {font-size: 0.24rem;color: #3E74C3;}
.post92 {float: left;}
.bottom_right {
    float: right;
    display: flex;
    flex-direction: column;
padding-top: 0.12rem;
}
.post93 {float: left;display: flex;color: #fff;gap: 0.4rem;margin-right: 2rem;margin-top: 0.2rem;}
.more_btn {margin-top: 0.2rem;text-align: right;}
.post9.post24 .news_title,.post9.post25 .news_title {
  font-size: 0.18rem;
  padding: 0 0   0  0.2rem;
  position: absolute;
  left: 1.23rem;
  width: calc(100% - 1.5rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* height: 0.59rem; */
  transition: all 0.4s ease-in-out;
}
.post24 a.news ,.post25 a.news{
    position: relative;
}
.cbox  {display:flex;} 
.post9.post21 .news_title {
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
    height: 0.58rem;
/*white-space: nowrap;overflow: hidden;text-overflow:ellipsis;*/
}
.post-22 .aa {
    display: flex;
    justify-content: space-between;
    gap: 0.3rem;
}
.post-22 .news {
    background: #F2F5FA url(images/logobg.png)no-repeat right bottom;
    width: 33.3%;
    padding: .35rem 0.35rem 0.29rem;
    background-size: cover;
}

.post-22 .news_date {
    font-size: 0.16rem;
    margin-bottom: 0.06rem;
}
.post-22 {
    margin-top: 0.35rem;
}

.inner.clearfix.headname {
    position: relative;
    width: 14rem;
}
.post9.post31 .news_title {
    font-size: 0.18rem;
    color: #232323;
    text-align: center;
    line-height: 0.6rem;
    white-space: nowrap;
}
.col_list .wp_listcolumn .wp_column a:hover  .column-name{color:#fff;}
.post-22 .news:hover,.post24 .news:hover,.post25 .news:hover{background: url(images/post22bg.png)no-repeat;background-size: cover;}
.post-22 .news:hover{background-position:right bottom;}
.post-22 .news:hover .news_date,.post-22 .news:hover .news_title {color:#fff;transition: all 0.4s ease-in-out;}
.post9.post31 .news_title:hover{background:url(images/list_b1.png)no-repeat;background-size:cover;}
.post93 .news_imgs {/* padding-top: 100%; */}
.post93 .news {
    width: auto;
    color: #fff;
    text-align: center;f
}
.post-22 .news:hover svg path{
    stroke: #fff;
}
.post93 .news .news_title {
    color: #fff;
    font-size: 0.14rem;
    font-weight: normal;
}

.post93 .news .news_imgs {
    width: 0.8rem;
    margin: 0 auto;
    height: 0.8rem;
    padding: 0;
    margin-bottom: 0.1rem;
}
.boxm li.news {
    width: 50%;
    float: left;
}
.post9.post31 .tt {margin-bottom: 0;}
.boxm ul.news_list {padding: 0.2rem 0.15rem 0.4rem;}
.post9.post24 {margin-bottom: 0.39rem;}
#footer .post95 p.copyright {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    opacity: 0.7;
    line-height: 0.5rem;
    font-size: 0.16rem;
}


.post95 {text-align: center;}
.col_menu.ls {
    margin: 0;
    position: absolute;
    top: -1.6rem;
    background: unset;
    width: 100%;
}

.col_menu_head.ls1 {
    background: unset;
}

h3.col_name.ls2 {
}


.col_menu .col_menu_head h3.col_name .col_name_text.ls3 {
    text-align: left;
}
.col_menu .col_menu_head h3.col_name .col_name_text.ls3 .Anchor_info{    display: block;    float: left;    padding: 0 0.5rem;    background: url(images/menu_head.png) no-repeat center;    background-size: cover;}


@keyframes bianda1{
	0{ transform: scale(1); opacity: .01;}
	100%{ transform: scale(2); opacity: 0;}
}

.hh11::before{animation: bianda1 2s linear infinite;background: #fff;content: "";position: absolute;top: 0;right: 0px;bottom: 0px;left: 0;border-radius: 50%;opacity: 0.5;z-index: 80;    display: none;}
.hh11{position: absolute;width: 2.4rem;height: 2.4rem;margin: 0 auto;border-radius: 50%;border: 2px dashed rgb(48 119 203 / 0%);top: 42%;left: 50%;transform: translate(-50%,-50%);z-index: 24;    display: none;}
.nav .wp-menu .menu-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Line thickness */
  background-color: #fff; /* Line color */
  transform: scaleX(0); /* Initially no line */
  transition: transform 0.3s; /* Smooth transition effect */
    display: none;
}

.nav .wp-menu .menu-item:hover::after {
  transform: scaleX(1); /* Expand line to full width */
}

.hh11.c2 {
    width: 3.5rem;
    height: 3.5rem;
}
hh11.c2::before{animation: bianda1 3s linear infinite;animation-delay: 0.5s;}
hh11.c3::before{animation: bianda1 4s linear infinite;animation-delay: 1s;}
.hh11.c3 {
    width: 4.5rem;
    height: 4.5rem;
}
.news_my {
    font-size: 0.26rem;
}
.main2 .post24 .news:hover .news_timer{color:#fff;border-right: 1px solid #fff;}
.main2 .post24 .news:hover .news_title{color:#fff}
.post25 .news:hover .news_timer{color:#fff;border-right: 1px solid #fff;}
.post25 .news:hover .news_title{color:#fff;}
.boxm .news_list li.news .news_title:hover {
    background: #0b4eb0;
}

@keyframes slidein {
  from {
    transform:translateY(-100%);
  }

  to {
    transform:translateY(0)
  }
}

span.col_path {
    display: inline-block;
    float: right;
}



span.col_path {
    display: inline-block;
    float: right;
}

span.col_path a {
    color: #fff;
}

span.col_path a:hover{color:#f2f2f2;}
.col_menu.ls.art {
    top: -1.6rem;
}


.col_menu_head.ls1.art span.col_path {font-size:0.18rem;padding: 0 0.2rem;}
span.col_path {
    display: inline-block;
    float: right;
    background: linear-gradient(to right, #035bba, #0067d6);
    font-size: 0.2rem;
    padding: 0 0.2rem;
}
#banner .boxm .news_list li.news .news_title {
    transition: none;
}
/* 一屏 */
.body_home,.home body{height:100%;overflow:hidden}
.body_home{position:relative}
.body_b.showdiv{top:0}
.body_b{z-index:1;overflow:auto;padding-top: 0.7rem;outline:0;transition:top .7s cubic-bezier(.5,0,.2,1) 0s;top: 100%;position:fixed;left: 0;width: 100%;height: 100%;box-sizing: border-box;overflow-x: hidden;background: #fff;}
/* 2025.03.24 */
.right_window{
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom:0;
    transform: translate(1.8rem,0);
    background: transparent;
    display: flex;
    min-height: 4rem;
    transition: 0.4s;
}
.right_window .left_tt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.right_window .left_tt .win_close_a{
    width: 0.26rem;
    height: 0.26rem;
    opacity: 0;
    cursor: pointer;
}
.right_window .left_tt .win_close_a img{width: 100%;height: 100%;}
.right_window .tt{
    width: 0.6rem;
    padding: 0.5rem 0.15rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: rgb(1 56 136 / 25%);
    backdrop-filter:blur(20px);
text-align: center;
}
.right_window .tt .title{cursor: pointer;}
.right_window .tt .tt_sp{
    margin: 0.2rem 0;
    width: 0.3rem;
    height: 0.25rem;
}
.right_window .tt .tt_sp img{width: 100%;height: 100%;}
.right_window .tt .title{
    font-size: 0.2rem;
    color: #fff;
    font-weight: normal;
    line-height: 0.28rem;
}
.right_window .right_con{
    width: 1.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
}
.right_window .right_con .news{
    background-color:transparent;
    transition:0.4s;
    padding: 0 0.1rem;
}
.right_window .right_con .news:first-child{margin-top: -0.1rem;}
.right_window .right_con .news_title{
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    padding:0.1rem 0;
font-weight: normal;
}
.right_window .right_con .news:hover{background-color:#fe8c36;}

.right_window.showSelf{
    background:#2359a9 url(images/win_bg.png) no-repeat center / 100% 100%;
    transform: translate(0,0);
}
.right_window.showSelf .tt{background: none;}
.right_window.showSelf .left_tt .win_close_a{
    opacity: 1;
}
.right_window.showSelf .tt .title{
    color:#ffffff80;
line-height: 0.28rem;
font-weight: normal;
}
.right_window.showSelf .tt .title.selected{
    color:#fff;
line-height: 0.3rem;
}
.right_window .left_tt{position:relative;padding-bottom: 0.5rem;}
.right_window .left_tt::after{
    content:'';
    position:absolute;
    z-index:10;
    right:0;
    top:0;
    width:1px;
    height:100%;
    background:url(images/tt_line.png) no-repeat center / 100% 100%;
}
.right_window .tt .title{position:relative;}
.right_window .tt .title.selected::after{
    content:'';
    position:absolute;
    z-index:10;
    right:-0.18rem;
    top:0;
    width:0.07rem;
    height:1rem;
    background:url(images/tt_selected.png) no-repeat center / 100% 100%;
}
.post95{position: relative;}
.goTop{
    cursor: pointer;
    position: absolute;
    z-index: 30;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.45rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff !important;
    background: url(images/goTop.svg) no-repeat center / 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.possplit{width:auto;font-family:"宋体";background: none;text-indent: 0;width: 0.3rem;text-align: center;}
.jqr {
    position:absolute;
    right: 4%;
    top: 28%;
    z-index: 999;
}
.jqr img {
    max-width: 1.1rem;
}
.col_menu {
    top: 0rem;
}