@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+ */
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "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: #5566cf;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 16rem;
    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;
}

/*head开始*/
.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
    position: absolute;
    z-index: 100;
}
body.list .header{background:linear-gradient(15deg,#7144B9,#3988E4);position: static;}
body .nav .wp-menu .menu-item a.menu-link{color:#fff;}
.header .inner {
    height: auto;
    padding: 0.57rem 0;
    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;
}

.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;
    display: inline-block;
    width: 10.56rem;
}
.header .head-left img{width:100%;}

.header .head-right {
    float: right;
    margin-top: 0.05rem;
display:none;
}

/*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 {background: linear-gradient(15deg,#7144B9,#3988E4);}
#nav.top{
    position:fixed;
    top:0;
    left:0;
    z-index:300;
}
#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;
display: flex;
    justify-content: space-between;
}

.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;
}

.head-right .nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    line-height: 0.45rem;
    padding:0 0.16rem 0 0.27rem;
    color: #fff;
    font-size: 0.16rem;
    font-family: serif;
    background:url(images/net.png) no-repeat left center / 0.16rem 0.16rem;
    position:relative;
}
#nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    line-height: 0.55rem;
    padding:0 0.27rem;
    color: #fff;
    font-size: 0.2rem;
    position:relative;
}
#nav .wp-menu .menu-item a.menu-link::after{
    content:'';
    position:absolute;
    z-index:10;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:0;
    display:block;
    height:0.04rem;
    background-color:#fff;
    border-radius:0.05rem;
    transition:0.4s;
}
#nav .wp-menu .menu-item:hover a.menu-link::after{
    width:70%;
}
.head-right .nav .wp-menu .menu-item a.menu-link::before{
    content:'';
    position:absolute;
    z-index:10;
    right:0;
    top:50%;
    transform:translateY(-50%);
    display:block;
    width:0.06rem;
    height:0.05rem;
    background:url(images/arr_a.png) no-repeat center / 100% 100%;
}
.head-right .nav .wp-menu .menu-item a.menu-link::after{
    content:'';
    position:absolute;
    z-index:10;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    display:block;
    width:0;
    height:0.04rem;
    border-radius:0.05rem;
    background-color:#7144B9;
    transition:0.4s;
}
.nav .wp-menu .menu-item.hover a.menu-link::after,
.nav .wp-menu .menu-item a.hover::after {
    width:100%;
}

.nav .sub-menu {
    display: none;
    text-align:center;
    position: absolute;
    left: 50%;
    top: 0.55rem;
    transform:translateX(-50%);
    min-width: 100%;
    z-index: 100;
    background: linear-gradient(15deg,#7144B9,#3988E4);
    border-radius:0.1rem;
    padding: 0.1rem 0;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0.17rem;
    font-size: 0.16rem;
    background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #000;
    background: #fff;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: -0.1rem;
    z-index: 200;
    background: linear-gradient(15deg,#7144B9,#3988E4);
    transform: none;
}

/**主页banner开始**/
#banner {
}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}

#banner .post9 .news{
    width: 100vw;
    height: 100vh;
    position: relative;
}
#banner .post9 .news .news_imgs{
    width: 100%;
    height: 100%;
}
#banner .post9 .news_title{
    position: absolute;
    z-index: 50;
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%);
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    -webkit-line-clamp: 1;
}
#banner .post9 .news_title a{color: #fff;}
#banner .post9 .news_more{
    position: absolute;
    z-index: 50;
    right: 1.6rem;
    bottom: 1.43rem;
    line-height: 1;
}
#banner .post9 .news_more a{
    display: block;
    font-size: 0.18rem;
    font-family: 'syh';
    padding-left: 0.22rem;
    margin-left: 0.11rem;
    color: #fff;
    line-height: 0.18rem;
    height: 0.18rem;
    border-left: 1px solid #ffffff99;
}
#banner .post9 .news::before{
    content: '';
    position: absolute;
    z-index: 40;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 40.31%;
    background: url(images/mask1.png) no-repeat center / 100% 100%;
}
#banner .post9 .slick-dots{
    right: 2.3rem;
    bottom: 1.43rem;
}
/* navLink */
#banner .navLink{
    position: absolute;
    z-index: 60;
    width: 16rem;
    left: 50%;
    bottom: 0.29rem;
    transform: translateX(-50%);
    opacity: 1;
    transition: 0.4s;
}
#banner .navLink.sub2{opacity: 0;}
#banner .navLink.top{
    opacity: 1;
    width: 100%;
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    bottom: auto;
    transform: none;
}

#banner .navLink .ml{width: 74.75%;float: left;}
#banner .navLink .mr{width: 24.375%;float: right;}
#banner .navLink .ml .news_list{
    display: flex;
    justify-content: space-between;
}
#banner .navLink .ml .news{
    width: 32.6%;
    height: 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#banner .navLink .ml .news>a{
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    padding-left: 0.44rem;
}
#banner .navLink .ml .news:nth-child(1){background: url(images/navl_bg1.png) no-repeat center / 100% 100%;}
#banner .navLink .ml .news:nth-child(2){background: url(images/navl_bg2.png) no-repeat center / 100% 100%;}
#banner .navLink .ml .news:nth-child(3){background: url(images/navl_bg3.png) no-repeat center / 100% 100%;}

#banner .navLink .ml .news:nth-child(1)>a{background: url(images/icon11.png) no-repeat left center / 0.26rem 0.26rem;}
#banner .navLink .ml .news:nth-child(2)>a{background: url(images/icon12.png) no-repeat left center / 0.26rem 0.26rem;}
#banner .navLink .ml .news:nth-child(3)>a{background: url(images/icon13.png) no-repeat left center / 0.22rem 0.26rem;}

#banner .navLink .ml .news>.sub-menu{
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0.55rem;
    width: 100%;
    background-color: #fff;
    padding: 0.2rem 0 0.5rem 0;
    display: none;
    box-shadow:0 0 0.16rem 0 #00000033;
}
#banner .navLink.top .ml .news>.sub-menu{
    bottom:auto;
    top:0.55rem;
}
#banner .navLink .ml .news .sub-menu>li{
    position:relative;
    font-size:0.2rem;
    line-height: 0.48rem;
}
#banner .navLink .ml .news .sub-menu li>a{
    display:block;
    width:100%;
    height:100%;
    text-align: left;
    padding-left: 0.3rem;
    box-sizing: border-box;
    transition:0.4s;
}
#banner .navLink .ml .news>.sub-menu>li>a{
    padding-left:0.8rem;
    padding-right:0.5rem;
    background:url(images/icon31.png) no-repeat left 0.5rem center / 0.2rem auto;
    position:relative;
}
#banner .navLink .ml .news>.sub-menu>li>a::after{
    content:'';
    width:0.14rem;
    height:0.07rem;
    background:url(images/arrow_c.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    z-index:50;
    right:0.28rem;
    top:50%;
    transform:translateY(-50%) rotate(-90deg);
    transition:0.4s;
}

#banner .navLink .ml .news>.sub-menu>li:nth-child(2)>a{background-image:url(images/icon32.png);}
#banner .navLink .ml .news>.sub-menu>li:nth-child(3)>a{background-image:url(images/icon33.png);}
#banner .navLink .ml .news>.sub-menu>li:nth-child(4)>a{background-image:url(images/icon34.png);}
#banner .navLink .ml .news>.sub-menu>li:nth-child(5)>a{background-image:url(images/icon35.png);}
#banner .navLink .ml .news:nth-child(2)>.sub-menu>li:nth-child(1)>a{background-image:url(images/icon36.png);}
#banner .navLink .ml .news:nth-child(2)>.sub-menu>li:nth-child(2)>a{background-image:url(images/icon37.png);}
#banner .navLink .ml .news:nth-child(2)>.sub-menu>li:nth-child(3)>a{background-image:url(images/icon38.png);}

#banner .navLink .ml .news .sub-menu>li:hover>a{
    background-color: #f3f2ef;
    color:#5179d1;
}
#banner .navLink .ml .news>.sub-menu>li:nth-child(1):hover>a{background-image:url(images/icon31_b.png);}
#banner .navLink .ml .news>.sub-menu>li:nth-child(2):hover>a{background-image:url(images/icon32_b.png);}
#banner .navLink .ml .news>.sub-menu>li:nth-child(3):hover>a{background-image:url(images/icon33_b.png);}
#banner .navLink .ml .news>.sub-menu>li:nth-child(4):hover>a{background-image:url(images/icon34_b.png);}
#banner .navLink .ml .news>.sub-menu>li:nth-child(5):hover>a{background-image:url(images/icon35_b.png);}
#banner .navLink .ml .news:nth-child(2)>.sub-menu>li:nth-child(1):hover>a{background-image:url(images/icon36_b.png);}
#banner .navLink .ml .news:nth-child(2)>.sub-menu>li:nth-child(2):hover>a{background-image:url(images/icon37_b.png);}
#banner .navLink .ml .news:nth-child(2)>.sub-menu>li:nth-child(3):hover>a{background-image:url(images/icon38_b.png);}

#banner .navLink .ml .news>.sub-menu>li:hover>a::after{
    background-image:url(images/arrow_b.png);
}

#banner .navLink .ml .news .sub-menu .sub-menu{
    position:absolute;
    z-index:50;
    left:100%;
    top:0;
    width:100%;
    background: #f3f2ef;
    display: none;
}
#banner .navLink .ml .news .sub-menu .sub-menu>li>a:hover{
    background-color:#fff;
}

#banner .navLink .mr .searchbox{
    width: 100%;
    height: 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(images/navl_bg4.png) no-repeat center / 100% 100%;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
}
#banner .navLink .mr .searchbox img{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.17rem;
}
/* 日历样式 */
body.main .news_metar{
    text-align: center;
    white-space: nowrap;
    color: #000;
    overflow: hidden;
    transition: 0.4s;
    font-family: serif;
}
.news_metar .news_days{
    font-size: 0.34rem;
    font-weight: bold;
    font-family: serif;
    line-height: 1;
}
.news_metar .news_year{
    font-size: 0.16rem;
    font-weight: bold;
    font-family: serif;
    line-height: 1;
}
/**主体模块样式**/
.news a{
    color: inherit;
}

.news_imgs{
    overflow: hidden;
    position: relative;
}
.news_imgs img{
    position: absolute;
    z-index: 10;
    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-size: 0.18rem;
    font-family: 'syh';
}
.news_intro{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
   /**font-family: 'syh';**/
    font-size: 0.18rem;
    color: #fff;
}
.news_timer{
    font-size: 0.16rem;
    color: #fff;
    font-family: serif;
    font-weight: bold;
}
/**首页三列布局**/
.main1{background: url(images/sign1.png) no-repeat center top / 6.33rem auto;}
.main2{background: url(images/main2_bg.png) no-repeat center / 100% 100%;}
.main3{background: #F5F5F5;}
.main7{background: url(images/main2_bg02.png) no-repeat center / 100% 100%;}

.main1 .inner{padding: 0.51rem 0 0.77rem;}
.main2 .inner{padding: 0.82rem 0 0.66rem;}
.main3 .inner{padding: 0.6rem 0 1.48rem;}
.main4 .inner{padding: 0.67rem 0 2.61rem;}
.main5 .inner{}
.main6 .inner{padding: 0.57rem 0 1.88rem;}
.main7 .inner{padding: 0.9rem 0 0.7rem;}

/* main1 */
.main1 .ml{width: 9rem;float: left;}
.main1 .mr{width: 6.53rem;float: right;}

.main1 .ml .news{
    position: relative;
}
.main1 .ml .news_imgs{
    padding-top: 60.04%;
}
.main1 .ml .news_con{
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.43rem;
    background: linear-gradient(to bottom,#00000001,#000000b3);
    box-sizing: border-box;
    padding: 0.5rem 2.5rem 0 0.48rem;
}
.main1 .ml .news_title{font-size: 0.2rem;color: #fff;}
.main1 .ml .slick-dots{
    right: 0.48rem;
    bottom: 0.36rem;
}
.main1 .ml .slick-dots li{
    width: auto;
    height: auto;
    margin: 0 0.04rem;
}
.main1 .ml .slick-dots li button{
    border-radius: 0;
    background-color: transparent;
    font-size: 0.2rem;
    color: #fff;
    font-family: serif;
}
.main1 .ml .slick-dots li.slick-active{
    width: 0.63rem;
    height: 0.11rem;
}
.main1 .ml .slick-dots li.slick-active button{
    background: url(images/dot1_act.png) no-repeat center / 100% 100%;
    font-size: 0;
}

.main1 .mr .news{
    height: 1.2rem;
    box-sizing: border-box;
    padding: 0.3rem 0.24rem;
    margin-bottom: 0.2rem;
    background: url(images/linear_bg0.png) no-repeat center / 100% 100%;
    display: flex;
    box-shadow: 0 0.03rem 0.06rem 0 #00000033;
}
.main1 .mr .news .news_metar{
    width: 0.62rem;
    padding-right: 0.13rem;
    border-right: 1px solid #3A88E480;
    margin-right: 0.14rem;
    flex-shrink: 0;
}
.main1 .mr .news .news_year{margin-top:0.05rem;}
.main1 .mr .news:last-child{margin-bottom: 0;}
.main1 .mr .news:hover{
    background-image: url(images/linear_bg1.png);
}
.main1 .mr .news:hover .news_metar{
    color: #fff;
    border-right: 1px solid #fff;
}
.main1 .mr .news:hover .news_title{color: #fff;}
/* main2 */
.main2 .post9 .tt .tit .title,
.main2 .post9 .tt .tit .name,
.main2 .post9 .tt .more_btn .more_text{color: #fff;}
.main2 .post9 .tt .more_btn .more_text{background-image: url(images/more_bg2.png);}

.main2 .ml{width: 3.76rem;float: left;margin-right: 0.86rem;}
.main2 .mc{width: 6.73rem;float: left;}
.main2 .mr{width: 3.76rem;float: right;}

.main2 .between .news.n1{margin-bottom: 0.05rem;}
.main2 .between .news_imgs{padding-top: 61.17%;}
.main2 .between .news.n2{
    border-bottom: 1px dashed #ffffff80;
    padding: 0.27rem 0;
    display: flex;
}
.main2 .between .news.n2:last-child{border:none;}
.main2 .between .news.n2 .news_metar{
    color: #fff;
    margin-right: 0.3rem;
    width: 0.6rem;
    flex-shrink:0;
}
.main2 .between .news.n2 .news_days{font-size: 0.32rem;}
.main2 .between .news.n2 .news_year{font-size: 0.14rem;margin-top: 0.1rem;}
.main2 .between .news.n2 .news_title{
    color: #fff;
}

.main2 .mc .news_imgs{padding-top: 61.37%;}
.main2 .mc .news_timer{
    margin: 0.25rem 0;
}
.main2 .mc .news_title{
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
}
/* main3 */
.main3 .news{position: relative;}
.main3 .u1 .news_con{
    margin-top: 0.4rem;
    width: 10.48rem;
    height: 4.76rem;
    box-sizing: border-box;
    background: url(images/main3_cbg.png) no-repeat center / 100% 100%;
    padding: 0.75rem 3.13rem 0 1.1rem;
}
.main3 .u1 .news_title{
    color: #fff;
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.main3 .u1 .news_intro{
    margin-bottom: 0.3rem;
}
.main3 .u1 .news_more{
    display: inline-block;
    font-size: 0.16rem;
    font-family: 'syh';
    padding: 0 0.28rem;
    background: url(images/more_bg3.png) no-repeat center / 100% 100%;
}
.main3 .u1 .news_more a{color: #3988E4;}
.main3 .u1 .news_imgs{
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 7.54rem;
    height: 4.39rem;
}
.main3 .slick-dots{
    right: auto;
    left: 6.37rem;
    bottom: 0.77rem;
}
.main3 .u2{
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}
.main3 .u2 .news{
    width: 30.5%;
    height: 1.78rem;
    padding: 0.3rem;
    box-sizing: border-box;
    background-color: #fff;
}
.main3 .u2 .news::after{
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0.05rem;
    background: linear-gradient(to right,#7144B9,#0BE0E7);
}
.main3 .u2 .news_timer{
    font-size: 0.16rem;
    color: #191919;
    font-family: '思源宋体CN';
    margin-bottom: 0.2rem;
}
.main3 .u2 .news_title{line-height:1.5;}
/* main4 */
.main4 .post9 .more_btn{bottom: -1.77rem;}
.main4 .news{
    position: relative;
    width: 3.69rem;
    transition: 0.4s;
    perspective: 2rem;
    margin: 0 -0.3rem;
}
.main4 .news.slick-center{z-index: 20;}
.main4 .news .news_imgs{
    padding-top: 141.73%;
    background-color: #e5e5e5;
    transform-style: preserve-3d;
    box-shadow:0 0.03rem 0.16rem 0 #1030554d;
}

.main4 .news:has(+.slick-center) .news_imgs{transform: rotateY(5deg) scale(0.9);}
.main4 .news.slick-center+.news .news_imgs{transform: rotateY(-5deg) scale(0.9);}

.main4 .news:has(+.news+.slick-center) .news_imgs{transform: rotateY(10deg) scale(0.8);}
.main4 .news.slick-center+.news+.news .news_imgs{transform: rotateY(-10deg) scale(0.8);}

.main4 .news:has(+.news+.news+.slick-center) .news_imgs{transform: rotateY(15deg) scale(0.8);}
.main4 .news.slick-center+.news+.news+.news .news_imgs{transform: rotateY(-15deg) scale(0.8);}

.main4 .slick-prev,
.main4 .slick-next{
    top:auto;
    bottom: -1rem;
}
.main4 .slick-prev{left: 5rem;right: auto;}
.main4 .slick-next{right: 5rem;left: auto;}
.main4 .slick-dots{
    left: 50%;
    right: auto;
    bottom: -0.9rem;
    transform: translateX(-50%);
    align-items: center;
}
.main4 .slick-dots::before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
     /**background: linear-gradient(45deg,#7144B9,#3988E4);**/

}
.main4 .slick-dots li{
    width: 0.2rem;
    height: 0.23rem;
    z-index: 2;
    padding: 0 0.05rem;
    margin: 0;
    margin-right: 0.4rem;
    /**background-color: #fff; **/
}
.main4 .slick-dots li:last-child{margin-right: 0;}
.main4 .slick-dots li button{
    border-radius: 0;
    background: url(images/dot2.png) no-repeat center / 100% 100%;
}
.main4 .slick-dots li.slick-active{
    width: 0.26rem;
    height: 0.3rem;
}
.main4 .slick-dots li.slick-active button{
    background-image: url(images/dot2_act.png);
}
/* main5 */
.main5.wrapper .inner{width: 100%;}
.main5 .post10 .con{
    position: relative;
}

.main5 .news_list.u1{position: relative;padding-top: 45.46%;}
.main5 .news_list.u1 .news{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.main5 .news_list.u1 .news.selected{
    z-index: 6;
    opacity: 1;
}
.main5 .news_list.u1 .news_box{position: relative;}
.main5 .news_list.u1 .news_imgs{padding-top: 45.46%;background-color: #e5e5e5;}
.main5 .news_list.u1 .news_title{
    position: absolute;
    z-index: 13;
    left: 50%;
    bottom: 2.36rem;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    -webkit-line-clamp:1;
    font-size: 0.24rem;
    color: #fff;
}
.main5 .news_list.u2{
    position: absolute;
    z-index: 12;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.24rem 1.15rem;
    background-color: #00000069;
    display: flex;
    gap:0.34rem;
}
.main5 .news_list.u2 .news{
    width: 13.6%;
    padding: 0.1rem;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
    transition: 0.4s;
}
.main5 .news_list.u2 .news.selected{background-color: #ffffff80;}
.main5 .news_list.u2 .news_imgs{padding-top: 70.43%;}
/* main6 */
.main6 .news_list{
    display: flex;
    flex-wrap: wrap;
}
.main6 .news{
    position: relative;
    width: 23.8%;
    margin-right: 1.56%;
    margin-bottom: 0.26rem;
    box-shadow: 0 0.03rem 0.06rem 0 #65656533;
}

.main6 .news:nth-child(3),
.main6 .news:nth-child(7),
.main6 .news:nth-child(11),
.main6 .news:nth-child(15){margin-right: 0;}

.main6 .news_imgs{padding-top: 89.47%;background-color: #e5e5e5;}

.main6 .news:nth-child(1){width: 49.18%;}
.main6 .news:nth-child(1) .news_imgs{padding-top: 43.2%;}

.main6 .news_con{
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.27rem;
    box-sizing: border-box;
    padding: 0.1rem 0.3rem;
    background-color: #fff;
}
.main6 .news_title{
    -webkit-line-clamp: 2;
    line-height: 0.3rem;
    height: 0.6rem;
}
.main6 .news_timer{
    font-size: 0.16rem;
    color: #191919;
    font-family: '思源宋体CN';
    text-align: right;
}
.main6 .news:hover .news_con{background: linear-gradient(#00000001,#00000080);}
.main6 .news:hover .news_title,
.main6 .news:hover .news_timer{color: #fff;}
/* main7 */
.main7 .news{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main7 .news_title{
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
}
.main7 .short_title{
    font-size: 0.16rem;
    font-weight: bold;
    color: #fff;
    margin: 0.1rem 0 0.5rem;
}
.main7 .news_more a{
    display: block;
    width: fit-content;
    font-size: 0.20rem;
    line-height: 1;
    color: #1B1D1F;
    padding: 0.08rem 0.26rem;
    background: url(images/more_bg02.png) no-repeat center / 100% 100%;
}
/**标题栏新闻窗口**/
.post9 .tt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3rem;
    position: relative;
}
body.sys .post9 .tt .tit{
    font-family: '思源宋体CN';
}
.post9 .tt .tit .title{
    font-size: 0.36rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    letter-spacing: 0.03rem;
}
.post9 .tt .tit .name{
    font-size: 0.16rem;
    color: #000;
    text-align: center;
    margin-top: 0.1rem;
}
.post9{position: relative;}
.post9 .more_btn{
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: -0.8rem;
    transform: translateX(-50%);
}
.post9 .more_btn .more_text{
    display: block;
    width: fit-content;
    font-size: 0.20rem;
    color: #fff;
    padding: 0.16rem 0.56rem;
    background: url(images/more_bg01.png) no-repeat center / 100% 100%;
}
/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 0.3rem;
}

/**标题图标**/
.news_list li.news span.news_title {
    float: left;
}

/*标题*/
.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9C9C9C;
}

/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}

/*发布时间*/
.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
    color: #666;
}

/*默认简介*/
.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

/*标题文*/
.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: 3.35rem;
    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: 25px 0px;
}

/**主体文章页开始**/
#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: #5566cf;**/
background: url(images/xstd_lmbj.png) no-repeat;
    background-size: 100% 100%;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: flex;
    justify-content: center;
    line-height: 0.8rem;
}

/**栏目名称图标**/
.col_menu .col_menu_con {border-left: 0.02rem solid #5566cf;}

/*栏目列表*/
.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.16rem;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
    display: flex;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 0.2rem 0 0.2rem 0.2rem;
    line-height: 1;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #5566cf;
    border-bottom:1px solid #5566cf;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #5566cf;
}

.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: #5566cf;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    line-height: 1;
    padding: 0.2rem 0.05rem 0.2rem 0.35rem;
    cursor: pointer;
    font-size: 0.18rem;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #5566cf;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 51px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #5566cf;
}

/**栏目新闻**/
.col_news {
    width: calc(100% - 2.9rem);
    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.24rem;
    font-family: "PingFang","Microsoft Yahei";
    font-weight: bold;
    color: #5566cf;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 0.46rem;
    line-height: 0.46rem;
    color: #2f2f2f;
    font-size: 0.16rem;
}

/**当前位置**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 0.05rem 0 0.1rem;
    margin: 0 0.07rem;
}

.col_news_list {
    margin-top: 0.07rem;
}
.col_news_list .news{
    padding:0.15rem 0;
    border-bottom:1px solid #dddddd;
    display: flex;
    justify-content: space-between;
}
.col_news_list .news_meta{
    font-size: 0.18rem;
}
body.defaultList .col_news_list .news_con{
    max-width:calc(100% - 1rem);
    
}
.col_news_list .news_title{
    -webkit-line-clamp: 1;
    font-size: 0.24rem;
   /** font-weight: bold;**/
    font-family: auto;
}
.col_news_list .news_title2 {
    -webkit-line-clamp: 1;
    font-size: 0.24rem;
    font-family: auto;
}

.col_news_list .news_title a:hover{color:#5566cf;}
.col_news_list .news_intro{
    -webkit-line-clamp:5;
    font-size:0.16rem;
color: #808080;
}
.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.2rem 0.6rem;
}

.article {
    padding-top: 0.1rem;
}

.article h1.arti_title {
    line-height: 0.48rem;
    font-family: "PingFang","Microsoft Yahei";
    font-size: 0.24rem;
    text-align: center;
    color: #5566cf;
}

/**文章标题**/
.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.1rem;
    text-align: center;
    border-top: 1px solid #ececec;
}

.article .arti_metas span {
    margin: 0 0.05rem;
    font-size: 0.12rem;
    color: #787878;
}

/**文章其他属性**/
.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: #5566cf;
    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/foot_bg.png) no-repeat center / 100% 100%;padding: 0.8rem 0 0.9rem;}
#footer .inner {position: relative;}
#footer .inner .foot-left {float: left;}
#footer .inner .foot-right {float: right;}

#footer .foot-box.box1 .foot-left{width: 10.56rem;}
#footer .foot-box.box1 .foot-left img{width: 100%;}

#footer .foot-box.box2{text-align: right;margin-bottom: 0.2rem;padding-right: 0.6rem;}
#footer .foot-box.box2 img{width: 4.82rem;}

#footer .foot-box.box3 span{display: flex;align-items: center;float: left;}
#footer .foot-box.box3 span.add{margin-left: 2.59rem;}
#footer .foot-box.box3 span.email{margin-left: 0.7rem;}
#footer .foot-box.box3 span.tel{margin-left: 0.68rem;}
#footer .foot-box.box3 span.youb{margin-left: 0.2rem;}
#footer .foot-box.box3 span img{margin-right: 0.1rem;}
#footer .foot-box.box3 span.add img{width: 0.15rem;}
#footer .foot-box.box3 span.email img{width: 0.19rem;}
#footer .foot-box.box3 span.tel img{width: 0.19rem;}

#footer .goTop{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: -0.1rem;
    width: 0.64rem;
    height: 0.4rem;
    cursor: pointer;
}
#footer .goTop img{width: 100%;height: 100%;margin-left: 1rem;}

#footer .inner p {
    font-size: 0.16rem;
    line-height: 0.25rem;
    font-weight: normal;
    text-align: left;
    color: #ffffff80;
    font-family: 'syh';
}

#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;
}

.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 .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    width: 2.32rem;
    line-height: 0.53rem;
    background: #ffffff1a;
    box-sizing:border-box;
    margin-left:0.15rem;
    font-size:0.18rem;
    font-family:'syh';
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 0.53rem;
    line-height: 0.53rem;
    padding-left: 0.19rem;
    color: #ffffff;
    position:relative;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #5179d1;
    cursor: pointer;
}
.botlinks .links-wrap a.links-arrow:after{
    content:'';
    width:0.14rem;
    height:0.07rem;
    background:url(images/arrow.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    z-index:50;
    right:0.28rem;
    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;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
z-index: 999;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 0.4rem;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
font-size: 13px;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #5179d1;
    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(50% - 7.5rem);
    bottom: 0.64rem;
    height: auto;
    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%;
}
.post-11 .focus .focus-title {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
}

.post-11 .focus .focus-title-bar {
    height: 34px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: 0px;
}

.post-11 .focus .focus-title-bg {
    background-color: #000;
}

.post-11 .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 46px;
}

.post-11 .focus .focus-page {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

.post-11 .focus .focus-page span {
    display: block;
}

.post-11 .focus .focus-page:hover {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.post-11 .focus .focus-page-active {
    background-color: #146CC1;
    color: #fff;
}

.post-11 .focus .focus-navigation {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.post-11 .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.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);
}
@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 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;
    }
  }
/*************************************************************
 * 特殊页面
 */
/*二级页面*/
html{font-size: 100px;}
/* maskNav */
.maskNav{
    position:fixed;
    z-index:500;
    left:0;
    top:0;
    background: linear-gradient(15deg,#7144B9,#3988E4);
    width:100vw;
    height:100vh;
    opacity: 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%);
    transition:0.8s;
}
.maskNav.showSelf{
    opacity: 1;
    transform:translateY(0);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.maskNav .nav-top{width: 10.57rem;margin-bottom: 0.5rem;}
.maskNav .nav-top img{width: 100%;}
.maskNav .nav-close{
    position:absolute;
    z-index:50;
    right:2.9rem;
    top:0.7rem;
    width:0.3rem;
    height:0.3rem;
    cursor: pointer;
}
.maskNav .nav-close img{
    width:100%;
    height:100%;
}
.maskNav .inner {padding-top:0.6rem;}
.maskNav .menu-list{
    display: flex;
justify-content: space-around;
    
    gap: 0.4rem;
}
.maskNav .menu-list a{
    font-size: 0.2rem;
    color: #fff;
}
.maskNav .menu-list .menu-item{text-align: center;}
.maskNav .menu-list .item-list{margin-top: 0.25rem;display: block !important;position: static;background: none;}
.maskNav .menu-list .item-child{margin-bottom:0.1rem;}
.maskNav .menu-list .item-list a{
    font-size: 0.18rem;
}
.white-img:hover img{
    filter: brightness(0) invert(1);
}
/* maskSearch */
.layer {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(15deg,#7144B9,#3988E4);
	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: 40px;
	cursor: pointer;
}

.close:hover {
	transform: rotate(180deg);
}

.layer.on {
	z-index: 9999;
	opacity: 1;
	filter: alpha(opacity=100);
}
.layer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.layer .tips{
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0.4rem;
}
.layer .tips>div{margin-bottom: 0.2rem;}
.searchbox{
    cursor: pointer;
}
.searchbox img{
    width: 100%;
    height: auto;
}
.search_box {
   width: 50%;
   overflow: hidden;
   border-bottom:0.03rem solid #fff;
}
.search_box .searchwrap{display: flex;}
.search_box .searchKeyword {
   height: 0.5rem;
   line-height: 0.5rem;
   width: calc(100% - 0.5rem);
   padding-right: 1rem;
   padding-left: 0.1rem;
   border: 0;
   box-sizing: border-box;
   background-color:transparent;
   font-family:'微软雅黑';
   font-size:0.25rem;
color:#fff;
}
.search_box .searchKeyword::placeholder{color:#fff;}
.search_box .serachSubmit {
   width: 0.5rem;
   background:url(images/sous.png) no-repeat center / 0.25rem;
   color: #fff;
   height: 0.5rem;
   line-height: 0.5rem;
   text-align: center;
   border: none;
   font-size: 0.18rem;
   letter-spacing: 1px;
   cursor: pointer;
}
.layer.on {z-index: 8888;opacity: 1;   height: 100%;filter: alpha(opacity=100);}
.portal-w{min-width:10px;min-height:10px;}
@media screen and (max-width: 479px){
    .search_box{width: 80%;}
    .search_box .serachSubmit{width: 0.5rem;}
}
@font-face
{
    font-family: 'syh';
    src: url('./font/SourceHanSansCN-Medium.ttf');
}
@font-face
{
    font-family: 'th';
    src: url('./font/youshebiaotihei.ttf');
}
@font-face {
    font-family: 'syh'; /* 自定义字体名称 */
    src: url('font/SourceHanSansCN-Bold.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: bold; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}
@font-face {
    font-family: '思源宋体CN'; /* 自定义字体名称 */
    src: url('font/SourceHanSerifCN-Bold.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: bold; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}
/*2025.06.17*/
body.defaultList{background-color:#f3f2ef;}
.wp_listcolumn .wp_column{
padding-left: 0.05rem;
    box-sizing: border-box;
}

body.picList .col_news_list .img_box{
    width: 2.7rem;
    flex-shrink: 0;
}
body.picList .col_news_list .news_imgs{padding-top: 66.66%;}
body.picList .col_news_list .news_con{
    width: calc(100% - 2.7rem);
    padding-left: 0.3rem;
}
body.picList .col_news_list .news_intro{
    line-height: 0.3rem;
    height: 0.9rem;
    margin: 0.15rem 0;
    -webkit-line-clamp:3;
}
body.picList .col_news_list .news_meta{color: #5566cf;}

body.picList .col_news_list .noImg .img_box{display:none;}
body.picList .col_news_list .noImg .news_con{
    width:100%;
    padding-left:0;
}
body.picList .col_news_list .noImg .news_intro{
    height:auto;
    margin:0.1rem 0;
}



/* 特殊页-国际课堂分析实验室 */

body.sys .post9 .tt .tit .title{font-family: 'Micorsoft YaHei';}
body.sys .post9 .tt .tit .name{font-family: 'Micorsoft YaHei';letter-spacing: 0.03rem;opacity: 0.5;}
/* banner */
.post-100 li.news{position: relative;}
.post-100 .news_imgs{
    position: relative;
    padding-top: 30.52%;
    overflow: hidden;
}
.post-100 .news_imgs img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.3s ease;
}
.post-100 .news_list li.news .news_bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.87rem;
    opacity: 1;
    pointer-events: none;
    background: url(images/sys_ban.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}
.post-100 .slick-dots{
    bottom: 0.48rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

/* sys1 */
.sys1 {
    background: #EAF3FA url(images/sys1_bg.png) no-repeat;
    background-size: cover;
}
.sys1 .inner{
    padding-top: 0.765rem;
    padding-bottom: 0.89rem;
}
.sys1 .ml{
    float: left;
    width: 53.43%;
}
.sys1 .mr{
    float: right;
    width: 44.31%;
}
/* post-111 */
.post-111 .news_imgs{
    position: relative;
    padding-top: 68.89%;
    overflow: hidden;
    margin-bottom: 0.21rem;
}
.post-111 .news_imgs img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.3s ease;
}
.post-111 .news_imgs img:hover{
    transform: scale(1.1);
}
.post-111 .news_date{
    float: left;
    width: 0.97rem;
    height: 1.05rem;
    background: url(images/sys-p111.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: '思源宋体CN';
}
.post-111 .news_date .dd{
    font-size: 0.36rem;
    line-height: 0.5rem;
}
.post-111 .news_date .mm{
    font-size: 0.16rem;
    line-height: 0.16rem;
}
.post-111 .news_con{
    position: relative;
}
.post-111 .news_text{
    position: absolute;
    left: 1.35rem;
    right: 0.4rem;
    top: 0;
    bottom: 0;
}
.post-111 .news_text .news_title{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.1rem;
}
.post-111 .news_text .news_title a:hover{color: #3988E4;}
.post-111 .news_text .news_intro{
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #797979;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.16rem;
}
/* post-112 */
.post-112 .news_imgs{
    width: 47.6%;
    float: left;
}
.post-112 .news_images{
    position: relative;
    padding-top: 68.64%;
    overflow: hidden;
}
.post-112 .news_images img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.3s ease;
}
.post-112 a.news_link:hover .news_images img{
    transform: scale(1.1);
}
.post-112 .news_con{
    width: 48.5%;
    float: right;
}
.post-112 .news_title{
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
}
.post-112 a.news_link:hover .news_title{color: #3988E4;}
.post-112 .news_intro{
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #797979;
    height: 0.56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.post-112 .news_date{
    font-size: 0.16rem;
    line-height: 0.16rem;
    font-weight: bold;
    color: #3988E4;
    margin-top: 0.7rem;
    font-family: '思源宋体CN';
}
.post-112 li.news{margin-top: 0.3rem;}
.post-112 li.n1{margin-top: 0;}

/* sys2 */
.sys2{
    background: url(images/sys2_bg.png) no-repeat;
    background-size: cover;
}
.sys2 .inner{
    padding-top: 0.93rem;
    padding-bottom: 1.3rem;
}
/* post-121 */
.post-121 .tt .tit .title,
.post-121 .tt .tit .name{
    color: #fff;
}
.post-121 .tt .more_btn .more_text{
    color: #fff;
    background: url(images/more_bg2.png) no-repeat right center / 0.26rem 0.2rem;
}
.post-121 .tt{margin-bottom: 0.36rem;}
.post-121 .news_list{
    margin: 0 -0.415rem;
}
.post-121 li.news{
    float: left;
    width: 25%;
}
.post-121 .news_div{
    margin: 0 0.415rem;
}
.post-121 .news_imgs{
    position: relative;
    padding-top: 68.64%;
    overflow: hidden;
}
.post-121 .news_imgs img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.3s ease;
}
.post-121 a.news_link:hover .news_imgs img{
    transform: scale(1.1);
}
.post-121 .news_date{
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #fff;
    font-weight: bold;
    margin-top: 0.25rem;
    font-family: '思源宋体CN';
}
.post-121 .news_title{
    font-size: 0.18rem;
    line-height: 0.28rem;
    height: 0.56rem;
    font-family: 'syh';
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.12rem;
}
.post-121 .more_btn{left: auto;right: 0;bottom: 0;}

/* sys3 */
.sys3{background-color: #EDF4FB;}
.sys3 .inner{
    padding-top: 1.07rem;
    padding-bottom: 1rem;
}
/* post-131 */
.post-131{
    position: relative;
    padding-bottom: 0.89rem;
}
.post-131 .news_list{margin: 0 -0.19rem;}
.post-131 li.news{
    float: left;
    width: 33.33%;
    margin-top: 0.43rem;
}
.post-131 li.n1,.post-131 li.n2,.post-131 li.n3{
    margin-top: 0;
}
.post-131 .news_div{
    margin: 0 0.19rem;
    background: url(images/p131_tit.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s ease;
}
.post-131 .news_con{position: relative;}
.post-131 .news_date{
    width: 1rem;
    height: 1.2rem;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}
.post-131 .news_date .dd{
    font-size: 0.36rem;
    line-height: 0.5rem;
}
.post-131 .news_date .mm{
    font-size: 0.16rem;
    line-height: 0.16rem;
}
.post-131 .news_date::after{
    content: '';
    width: 1px;
    height: 0.48rem;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.post-131 .news_text{
    position: absolute;
    left: 1.15rem;
    right: 0.32rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.post-131 .news_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-family: 'syh';
}
.post-131 a.news_link:hover .news_div{
    transform: scale(1.05);
    box-shadow: #215da1 0 0 0.15rem;
}
.post-131 .tt {position: static;}
.post-131 .tt .more_btn{
    position: absolute;
    z-index: 10;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/* sys4 */
.sys4{
    background: url(images/sys4_bg.png) no-repeat 100% 100%;
}
.sys4 .inner{
    padding-top: 1rem;
    padding-bottom: 0.82rem;
}
.sys4 .mB{
    display: flex;
    justify-content: space-between;
}
.sys4 .ml{width: 3.77rem;}
.sys4 .mc{width: 6.74rem;}
.sys4 .mr{width: 3.77rem;}
/* post-140 */
.post-140 .tt .more_btn{
}
/* post-141 */
.post-141 ul.list1 .news_imgs{
    position: relative;
    padding-top: 61%;
    overflow: hidden;
    background-color: #eee;
}
.post-141 ul.list1 .news_imgs img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.3s ease;
}
.post-141 ul.list1 .news_imgs img:hover{
    transform: scale(1.1);
}
.post-141 ul.list2 .news_div{
    position: relative;
    border-bottom: #B4B4B4 0.01rem dashed;
}
.post-141 ul.list2 .news_date{
    width: 0.75rem;
    height: 1.20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #3988E4;
    font-family: '思源宋体CN';
}
.post-141 ul.list2 .dd{
    font-size: 0.36rem;
    line-height: 0.5rem;
    font-weight: bold;
}
.post-141 ul.list2 .mm{
    font-size: 0.16rem;
    line-height: 0.16rem;
    font-weight: bold;
}
.post-141 ul.list2 .news_con{
    position: absolute;
    top: 0;
    left: 0.89rem;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.post-141 ul.list2 .news_title{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #000;
    font-family: 'syh';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.post-141 ul.list2 a.news_link:hover .news_title{color: #3988E4;}
/* post-142 */
.post-142 .news_imgs{
    position: relative;
    padding-top: 61.42%;
    overflow: hidden;
    background-color: #eee;
}
.post-142 .news_imgs img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.3s ease;
}
.post-142 .news_imgs img:hover{
    transform: scale(1.1);
}
.post-142 .news_date{
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #3988E4;
    font-weight: bold;
    font-family: '思源宋体CN';
    margin-top: 0.16rem;
}
.post-142 .news_title{
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.4rem;
    height: 0.8rem;
    font-family: 'syh';
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.post-142 .news_title a:hover{color: #3988E4;}

/* sys5 */
.sys5{
    background: url(images/sys5_bg.png) no-repeat;
    background-size: 100% 100%;
}
.sys5 .inner{
    padding-top: 0.8rem;
}
.sys5 .mT{
    width: 13.5rem;
    margin: 0 auto;
}
.sys5 .mM{
    width: 5.58rem;
    margin: 0 auto;
}
.sys5 .mB{
    width: 9.2rem;
    margin: 0 auto;
}
/* post-150 */
.post-150 .tt .more_btn{display: none;}
.post-150 .tt .tit .title{
    color: #fff;
}
.post-150 .tt .tit .name{
    color: #fff;
}
/* post-151 */
.post-151{
    padding-top: 0.9rem;
    overflow: hidden;
}
.post-151 li.news{
    transition: all 0.3s ease;
    border: #ffffff00 0.01rem dashed;
    border-radius: 50%;
    background-color: #ffffff00;
}
.post-151 .news_imgs{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.post-151 .news_imgs img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.3s ease;
}
.post-151 .news_imgs img:hover{
    transform: scale(1.1);
}
.post-151 li.news.swiper-slide-active{
    border: #ffffffa2 0.01rem dashed;
    border-radius: 50%;
    background-color: #ffffff21;
}
.post-151 li.news .news_imgs{
    transform: scale(0.9) translateY(2%);
}
.post-151 .swiper{overflow: visible;}
.post-151 .swiper-slide{
    transform: translateY(22%) scale(0.55);
}
.post-151 .swiper-slide-active{
    transform: translateY(-20%) scale(1.33);
}
.post-151 .swiper-slide-prev,
.post-151 .swiper-slide-next{
    transform: translateY(-5%) scale(0.77);
}
/* post-152 */
.post-152 .news_div{
    height: 1.35rem;
    background-color: #ffffff40;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0.44rem;
}
.post-152 .news_title{
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #fff;
    font-family: 'syh';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* post-153 */
.post-153{
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
    background: url(images/sw3_bg.png) no-repeat;
    background-size: 100% 100%;
}
.post-153 .swiper{overflow: visible;}
.post-153 .news_title{
    font-size: 0.4rem;
    color: #fff;
    font-family: 'th';
    text-align: center;
}
.post-153 .swiper-slide{
    transform: translateY(190%) scale(0.6);
    opacity: 0.3;
    transition: all 0.3s ease;
}
.post-153 .swiper-slide-active{
    transform: translateY(-155%) scale(1.33);
    opacity: 1;
}
.post-153 .swiper-slide-prev,
.post-153 .swiper-slide-next{
    transform: translateY(-5%) scale(0.77);
    opacity: 0.6;
}
.post-153 .swiper-button-prev::after,
.post-153 .swiper-button-next::after{
    display: none;
}
.post-153 .swiper-button-prev,
.post-153 .swiper-button-next{
    width: 0.46rem;
    height: 0.11rem;
    background-size: cover!important;
}
.post-153 .swiper-button-prev{
    background: url(images/sw3_prve.png) no-repeat;
}
.post-153 .swiper-button-next{
    background: url(images/sw3_next.png) no-repeat;
}

body.sys #footer .foot-box.box2{
    padding-right: 0;
}


/* ====================== 特殊页 学术团队 ========================== */

body.xstd .col_menu{width: 2.26rem;min-height: 5.29rem;background-color: #F5FAFF;box-shadow: #00000025 0 3px 6px;}
body.xstd .col_menu .col_menu_head h3.col_name .col_name_text{line-height: 0.65rem;justify-content: left;margin-left: 0.2rem;font-weight: normal;}
body.xstd .col_menu .col_menu_head h3.col_name{font-size: 0.18rem;display: flex;justify-content: center;}
body.xstd .col_menu .col_menu_head{background: url(images/xstd_lmbj.png) no-repeat;background-size: 100% 100%;}
body.xstd .col_list .wp_listcolumn{border-top: none;border-bottom: none;}
body.xstd .col_menu .col_menu_con{border-left: none;}
body.xstd .col_list .wp_listcolumn .wp_column a{font-size: 0.16rem;position: relative;color: #000;}
body.xstd .col_list .wp_listcolumn .sub_list a .column-name{font-size: 0.16rem;font-weight: normal;}
body.xstd .wp_listcolumn .wp_column{padding-left: 0.2rem;position: relative;}
body.xstd .col_list .wp_listcolumn .wp_column a.col_item_link::after{content: '';width: 0.07rem;height: 0.06rem;background: url(images/xstd_xsj.png) no-repeat;background-size: contain;
position: absolute;left: 0;top: 50%;transition: all 0.3s ease;transform: translateY(-50%);}
body.xstd .col_list .wp_listcolumn .wp_column.parent a::after,
body.xstd .col_list .wp_listcolumn .wp_column.selected a::after{
    transform: rotate(90deg);
}
body.xstd .col_list .wp_listcolumn .wp_column.parent a,
body.xstd .col_list .wp_listcolumn .wp_column.selected a{
    font-weight: bold;
}
body.xstd .col_list .wp_listcolumn .wp_column a:hover, body.xstd .col_list .wp_listcolumn .wp_column a.selected{border-bottom: none;}
body.xstd .col_metas .col_title h2{font-size: 0.24rem;font-family: '思源黑体CN';color: #000;line-height: 0.28rem;}
body.xstd .col_news_head{border-bottom: #3988E4 1px dashed;}
body.xstd .col_metas .col_path{display: none;}
body.xstd #l-container .inner{padding-bottom: 0.8rem;}

.post-201 li.news{
    width: 33.33%;
    float: left;
    padding: 0;
    margin-top: 0.8rem;
    border-bottom: none;
    display: block;
}
.post-201 li.n1,.post-201 li.n2,.post-201 li.n3{margin-top: 0.37rem;}
.post-201 .news_div{
    position: relative;
}
.post-201 .news_imgs{
    float: left;
    width: 1.97rem;
}
.post-201 .news_images{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background-color: #eee;
    border-radius: 50%;
}
.post-201 .news_images img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.3s ease;
}
.post-201 .news_con{
    position: absolute;
    left: 2.1rem;
    right: 0.1rem;
}
.post-201 .news_title{
    font-size: 0.24rem;
    line-height: 0.3rem;
    font-weight: bold;
    font-family: '思源黑体CN';
    color: #6f6e6e;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    transition: all 0.3s ease;
}
.post-201 li.news .news_title2{margin-bottom: 0.14rem;}
.post-201 li.news .news_title2 p{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #808080;
    font-family: '思源黑体CN';
}
.post-201 li.news .news_title2 .p1{
    color: #000;
}
.post-201 .news_div:hover .news_title{color: #427DDD;}
.post-201 .news_div:hover .news_images img{transform: scale(1.1);}

body.xstd .l-banner{
    padding-top: 17.66%;
    overflow: hidden;
    height: auto;
    background-size: contain;
}
body.sys .mod{overflow: hidden;}


.main4{
background: url(/_upload/tpl/17/39/5945/template5945/images/bg1.png);
}


.wp_paging li{margin-top: 0.8rem;}

body.sys .sys1 .post-110,
body.sys .sys1 .post-110 .tt{position:static;}
body.sys .sys1 .mod{position:relative;overflow:visible;}
body.sys .sys1 .inner{padding-bottom:1.2rem;}


.col_news_list .news_title22 {
    -webkit-line-clamp: 1;
    font-size: 0.16rem;
    font-family: auto;
}

.col_news_list .news_meta2 {
    font-size: 0.16rem;
}

#banner .navLink .ml .news .sub-menu .sub-menu li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    transition: 0.4s;
padding-left: 0rem;
}