@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+ */
}

/**滚动条**/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 4px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    /*滚动条的背景颜色*/
    -webkit-border-radius: 0;
    /*滚动条的圆角宽度*/
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -1px;
    border: 1px solid #fff;
}

/**布局开始**/
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: #095ab5;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1740px;
    margin: 0 auto;
}
body .main_content .inner{width: 93.5%;}

/**页面全局宽度**/

/*head开始*/
.main_content{position: relative;}
.header{
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    border-bottom: none;
    height: auto;
    line-height: inherit;
}
.header .inner {
    position: relative;
    box-sizing: border-box;
}
body .main_content .header .inner{
    width: 100%;
    padding: 28px 40px 0;
}

.header .head-left {float: left;}
.header .head-right{
    float: right;
    display: flex;
    align-items: center;
}

.header .sitelogo a{
    display: flex;
    align-items: center;
}
.header .sitelogo .txt1{
    font-size: 11px;
    font-family: 'sys';
    color: #ffffffb3;
    letter-spacing: 4.4px;
    padding-right: 12px;
    line-height: 1;
    border-right: 1px solid #ffffffb3;
}
.header .sitelogo .txt2{
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'sys';
    font-weight: 700;
    color: #fffffff2;
    line-height: 20px;
    padding-left: 100px;
    transition:0.4s;
}
.header .sitelogo:hover .txt2{color: var(--mainColor2);}

/*lang样式*/
.site-lang {}

.site-lang ul {
}

.site-lang ul li.links {
    float: left;
    margin-left: 15px;
}

.site-lang ul li.links a {
    line-height: 1;
    font-size: 15px;
    font-family: 'sys';
    color: #fffffff2;
}
.site-lang ul li.links a:hover{color: var(--mainColor2);}
/* en样式 */
.site-en ul li.links{
    float: left;
}
.site-en ul li.links a{
    display: block;
    line-height: 1;
    font-size: 12px;
    padding: 5px 8px;
    font-family: 'sys';
    color: #fffffff2;
    border: 1px solid #fffffff2;
}

/*默认主导航样式*/
#nav {}

#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);
}

/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
    margin: 0 auto
}

.wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.wp-menu .menu-item.i1 {
    background: none;
}

.wp-menu .menu-item a>.menu-switch-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 32px;
    line-height: 42px;
    color: #c21408;
    font-size: 16px;
}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
    background-color: var(--mainColor1);
    text-decoration: none;
    color: #eee;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    min-width: 100%;
    z-index: 100;
    background: #fff;
}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    background: none;
    text-align:center;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
    color: #fff;
    background-color: var(--mainColor1);
    display: block;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

/**主页banner开始**/
:root{
    --mainColor1:#1e3a7a;
    --mainColor2:#fcd34d;
}
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}
.mbanner .news{position: relative;}
.mbanner .news_imgs{padding-top: 43.25%;}
.mbanner .news_title.title1{
    position: absolute;
    z-index: 13;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
    font-size: 70px;
    font-family: 'sys';
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    cursor: default;
    display:none;
}
.mbanner .banner_mask{
    position: absolute;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: linear-gradient(to bottom,rgb(11 31 75 / .6), rgb(30 58 122 / .4),rgb(5 13 36 / .7));
    display:none;
}
.mbanner .news_title.title2{
    position: absolute;
    z-index: 13;
    left: 40px;
    bottom: 25px;
    font-size: 24px;
    font-family: 'sys';
    font-weight: 700;
    color: #fff;
}

.mbanner .slick-dots{right: 20px;}
.mbanner .slick-dots li{
    width: 10px;
    height: 10px;
}
.mbanner .slick-dots li.slick-active{
    width: 32px;
    height: 32px;
}
.mbanner .slick-dots li button{
    background-color: #ffffff80;
    border-radius: 50%;
}
.mbanner .slick-dots li button:hover{background-color: #fff;}
.mbanner .slick-dots li.slick-active button{
    background: #456cda;
    font-size: 14px;
    font-family: 'sys';
    color: #fff;
    line-height: 32px;
    text-align: center;
}
/* 日历样式 */
.news_metar{
    width: 90px;
    height: 44px;
    text-align: center;
    white-space: nowrap;
    color: #802D44;
    overflow: hidden;
    transition: 0.4s;
}
.news_metar .news_days{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.news_metar .news_month{
    font-size: 14px;
    line-height: 18px;
}
/**主体模块样式**/
.news a{
    color: inherit;
}
.news a:hover{
    color:#1e3a7a;
}
.news_imgs{
    background-color: #e5e5e5;
    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:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    transition: 0.4s;
    font-size: 18px;
    font-family: 'sys';
    font-weight: 700;
    line-height: 1.5;
}
.news_intro{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden; 
    transition: 0.4s;
}
.news_timer{
    font-size: 12px;
    font-family: 'sys';
    color: #94a3b8;
    transition: 0.4s;
}
/**首页三列布局**/
body{
    display: flex;
}
/* left_nav */
body .left_nav{
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    background-color: #4770cc;
    flex-shrink: 0;
    cursor: pointer;
    transition: 0.4s;
    box-sizing: border-box;
    width: 52px;
    height: 100vh;
    opacity: 1;
}
body .left_nav.showSelf{
    width: 240px;
}
body .left_nav .logo_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 8px;
}
body .left_nav.showSelf .logo_box{padding: 20px 26px 40px;}

body .left_nav .box01{display: none;}
body .left_nav.showSelf .box01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    display:none;
}
body .left_nav .box01 .returnHome{
    width: 78px;
    height: 14px;
    background: url(images/returnHome.jpg) no-repeat center / 100% 100%;
}
body .left_nav .box01 .returnHome:hover{background-image: url(images/returnHome_y.jpg);transform: translateY(-1px);}
body .left_nav .box01 .close_nav{
    width: 8px;
    height: 8px;
}
body .left_nav .box01 .close_nav .close_btn{
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(5% 0, 0 5%, 45% 50%, 0 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0, 50% 45%);
}
body .left_nav .box01 .close_nav:hover .close_btn{background-color: var(--mainColor2);}

body .left_nav .icon_box{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* border: 2px solid #fff; */
    box-sizing: border-box;
    padding: 6px;
}
body .left_nav .icon_box img{
    width: 100%;
    height: 100%;
}
body .left_nav.showSelf .icon_box{
    width: 125px;
    height: 104px;
    padding: 10px;
}

body .left_nav .line_box{
    width: 12px;
    margin-top: 20px;
}
body .left_nav.showSelf .line_box{display: none;}
body .left_nav .line_box>div{
    width: 100%;
    height: 1px;
    margin: 3px 0;
    background-color: #fff;
}

body .left_nav .title{
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 1em;
    margin-top: 1em;
    line-height: 1.3;
    letter-spacing: 2px;
    font-family: 'sys';
}
body .left_nav.showSelf .title{
    width: 7em;
    display: none;
}

body .left_nav .title_en{
    color: #ffffffb3;
    letter-spacing: 1.2px;
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
    line-height: 1.5;
    font-family: 'sys';
    display: none;
}
body .left_nav.showSelf .title_en{
    display: none;
}

body .left_nav .college{
    text-align: center;
    font-size: 10px;
    font-family: 'sys';
    display: none;
    color: #fcd34de6;
}
body .left_nav.showSelf .college{
    display: block;
}

body .left_nav .nav_box{
    border-top: 1px solid #ffffff33;
    text-align: center;
    padding: 40px 0;
    display: none;
}
body .left_nav.showSelf .nav_box{display: block;}
body .left_nav .nav_box .nav_title{margin-bottom: 25px;}
body .left_nav .nav_box .nav_title a{
    font-size: 17px;
    font-family: 'sys';
    font-weight:300;
    color: #fff;
    letter-spacing:5px;
    line-height: 1.5;
}
body .left_nav .nav_box .nav_title a:hover,
body .left_nav .nav_box .nav_title.selected a{color: var(--mainColor2);}

body .main_content{
position: relative;
    width: calc(100% - 238px);
    margin-left: 240px;
    transition: 0.4s;
}
body.showAside .main_content{
    width: calc(100% - 240px);
    margin-left: 240px;
}
/* home_content */
.main0{background: linear-gradient(#fff,#f8fafc);}
.main3{background-color: rgb(244 247 251);}
.main5{background: url(images/main5_bg.jpeg) no-repeat center / 100% 100%;display:none;}

.main0 .inner{padding: 48px 0;}
.main3 .inner,
.main4 .inner{padding: 35px 0;}
.main1 .inner{padding: 64px 0 80px;}
.main2 .inner{padding: 40px 0 64px;}
.main5 .inner{padding: 80px 0;}
.main6 .inner{padding: 32px 0;}
/* rightWindow */
.right_window{
    position: absolute;
    z-index: 20;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    background: #23499b;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    transition: 0.4s;
}
.right_window:hover{background: #16306b;}
.right_window .wz{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 5px 16px 24px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 1px, transparent 1px);
    background-size: 8px 8px;
}
.right_window img{width: 14px;height: 14px;}
.right_window .txt1{
    font-size: 16px;
    font-family: 'sys';
    font-weight: 700;
    color: #fff;
    letter-spacing: 5.6px;
    writing-mode: vertical-rl;
    width: 1em;
}
.right_window .txt2{
    font-size: 10px;
    font-family: 'sys';
    font-weight: 700;
    color: #fcd34dcc;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
    width: 1em;
}
/* main0 */
.main0 .news_list{
    display: grid;
    justify-content: space-between;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.main0 .news{text-align: center;}
.main0 .news .short_title{
    font-size: 48px;
    font-family: 'sys';
    font-weight: 700;
    color: var(--mainColor1);
    line-height: 1.1;
    transition: 0.4s;
}
.main0 .news .news_title{
    font-size: 14px;
    font-family: 'sys';
    font-weight: 400;
    color: #64748b;
    margin-top: 10px;
    letter-spacing: 4px;
}
.main0 .news:hover .short_title{transform: scale(1.05);}

/* main1 */
.main1 .inner{border-bottom: 1px solid #e5e5e5;}
.main1 .ml{float: left;width: 57.5%;}
.main1 .mr{float: right;width: 40.6%;}

.main1 .ml .news:hover .news_imgs img{transform: scale(1.05);}
.main1 .ml .news_imgs{padding-top: 52.4%;}
.main1 .ml .news_title{
    font-size: 22px;
    font-family: 'sys';
    font-weight: 700;
    color: #0f172a;
    -webkit-line-clamp: 2;
    margin: 15px 0;
    line-height:30px;
    height:60px;
}
.main1 .ml .news_intro{
    font-size: 15px;
    font-family: 'sys';
    color: #475569;
    line-height:25px;
    height:50px;
}
.main1 .ml .news:hover .news_title{color:#1e3a7a;}
.main1 .ml .slick-dots{
    left: 0;
    bottom: -25px;
    top: auto;
    right: auto;
}
.main1 .ml .slick-dots li{
    width: 80px;
    height: 2px;
}
.main1 .ml .slick-dots li.slick-active{
    width: 48px;
    height: 2px;
}
.main1 .ml .slick-dots li button{
    background-color: #cbd5ea;
}
.main1 .ml .slick-dots li.slick-active button{
    background: var(--mainColor1);
}

.main1 .mr .news_list{
    /*display: grid;*/
    grid-column: span 5 / span 5;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
    column-gap: 32px;
    align-content: flex-start;
}
.main1 .mr .news{
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #94a3b833;
    padding-left: 23px;
    padding-top: 20px;
}
.main1 .mr .news::before{
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    top: 30px;
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 1px solid #94a3b8;
    transition: 0.4s;
}
.main1 .mr .news_title{
    font-size: 18px;
    font-family: 'sys';
    font-weight: 700;
    color: #0f172a;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.main1 .mr .news:hover .news_title{color: var(--mainColor1);}
.main1 .mr .news:hover::before{
    background-color: var(--mainColor1);
    border: 1px solid var(--mainColor1);
}

/* main2 */
.main2 .news{
    display: flex;
    justify-content: space-between;
    margin:0 2px;
}
.main2 .img_box{
    position: relative;
    width: 57.5%;
}
.main2 .news_title{
    position: absolute;
    z-index: 15;
    left: 50%;
    top: 50%;
    width:90%;
    text-align:center;
    transform: translate(-50%,-50%);
    font-size: 36px;
    line-height: 1.1;
    font-family: 'sys';
    font-weight: 500;
    color: #fde68a;
    letter-spacing:5.6px;
}
.main2 .news_title a{color:#fde68a;}
.main2 .news_imgs{padding-top: 43.72%;}
.main2 .news_imgs>a::after{
    content:'';
    position:absolute;
    z-index:11;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    background:linear-gradient(to top right,rgb(30 58 122 / .85),rgb(30 58 122 / .45),transparent);
}
.main2 .news_con{width: 40.6%;}
.main2 .title{
    font-size: 30px;
    line-height: 1.1;
    font-family: 'sys';
    font-weight: 700;
    color: var(--mainColor1);
    margin-bottom: 20px;
}
.main2 .news_intro{
    font-size: 18px;
    font-family: 'sys';
    color: #334155;
    -webkit-line-clamp: 4;
}
.main2 .slick-prev{
    right:56px;
    bottom:0;
    top:auto;
    left:auto;
    transform:none;
}
.main2 .slick-next{
    right:0;
    bottom:0;
    top:auto;
    left:auto;
    transform:none;
}
/* main3 */
.main3 .news_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 40px;
}
.main3 .news>a{
    display: block;
    padding-top: 20px;
    border-top: 3px solid var(--mainColor1);
}
.main3 .folder{
    font-size: 14px;
    font-family: 'sys';
    font-weight: 700;
    color: var(--mainColor1);
    margin-bottom: 12px;
}
.main3 .news_title{
    font-size: 18px;
    font-family: 'sys';
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}
.main3 .news:hover .news_title{color:#1e3a7a;}
/* main4 */
.main4 .news{
    float:left;
    width: 31.96%;
    margin-right: 2.06%;
}
.main4 .news:nth-child(3n){margin-right: 0;}
.main4 .news_imgs{padding-top: 75%;}
.main4 .top_box{
    display: flex;
    margin: 16px 0 12px;
}
.main4 .folder{
    width: fit-content;
    font-size: 12px;
    font-family: 'sys';
    background-color: var(--mainColor1);
    line-height: 20px;
    padding: 0 8px;
    color: #fff;
    margin-right: 12px;
}
.main4 .news_title{
    font-size: 18px;
    font-family: 'sys';
    font-weight: 700;
    color: #0f172a;
}
.main4 .news:hover .news_title{color:#1e3a7a;}
.main4 .news:hover .news_imgs img{transform: scale(1.05);}
/* main5 */
.main5 .outer{background: linear-gradient(to right,rgb(11 31 75 / .95),rgb(30 58 122 / .8));}
.main5 .ml{float: left;width: 43.5%;}
.main5 .mr{float: right;width: 43.5%;margin-top:60px;}

.main5 .ml .en{
    font-size: 14px;
    font-family: 'sys';
    color: #ffffffb3;
    margin-bottom: 12px;
}
.main5 .ml .news_title{
    font-size: 48px;
    font-family: 'sys';
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    -webkit-line-clamp:3;
}
.main5 .ml .news_intro{
    font-size: 18px;
    font-family: 'sys';
    color: #fff;
    margin-bottom: 32px;
    -webkit-line-clamp:3;
}
.main5 .ml .news_intro a{color:#fff;}
.main5 .ml .news_more{
    font-size: 16px;
    font-family: serif;
    font-weight: 700;
    color: var(--mainColor1);
    background-color: var(--mainColor2);
    padding: 12px 32px;
    width: fit-content;
    border-radius: 100px;
    cursor: pointer;
}
.main5 .ml .news_more:hover{background-color: rgb(253 230 138);}

.main5 .mr.news_list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:16px;
}
.main5 .mr .news{
    border-radius: 8px;
    background-color: #ffffff1a;
    backdrop-filter: blur(8px);
    border: 1px solid #ffffff33;
    padding: 24px;
}
.main5 .mr .news_title{
    font-size: 14px;
    font-family: 'sys';
    color: #ffffffb3;
    margin-bottom: 12px;
}
.main5 .mr .short_title{
    font-size: 18px;
    font-family: 'sys';
    font-weight: 700;
    color: #fff;
}
/* main6 */
.main6 .post9{
    display: flex;
    align-items: center;
    gap: 24px;
}
.main6 .post9 .title{
    font-size: 16px;
    font-family: 'sys';
    font-weight: 700;
    color: #fff;
}
.main6 .news{
    float:left;
    margin-right:20px;
}
.main6 .news_title{
    font-size: 14px;
    font-family: 'sys';
    font-weight:400;
    color: #ffffffb3;
}
.main6 .news_title:hover a{
    color: var(--mainColor2);
}
.main6 .news_title a{color: inherit;}
/**标题栏新闻窗口**/
.post9 .tt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.post9 .tt .tit{
    display: flex;
}
.post9 .tt .tit .title{
    font-size: 48px;
    font-family: 'sys';
    font-weight: 700;
    color: var(--mainColor1);
    margin-right: 24px;
}
.post9 .tt .tit .en{
    font-size: 18px;
    font-family: 'sys';
    font-weight: 700;
    color: var(--mainColor1);
    letter-spacing: 5px;
}
.post9 .tt .tit .name{
    font-size: 14px;
    font-family: 'sys';
    color: #64748b;
    margin-top: 10px;
}
.post9 .tt .more_btn .more_text{
    font-size: 14px;
    font-family: 'sys';
    color: #64748b;
    padding-right: 23px;
    background: url(images/more_bg.jpg) no-repeat right center / 15px auto;
}

/**自定义新闻列表**/

.news_list li.news {
    line-height: 1.5;
}

/**标题图标**/
.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 p {
    line-height: 34px;
}


/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 340px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.l-banner .banner_outer{
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(11 31 75 / .95), rgb(150 175 232 / 75%), rgb(30 58 122 / .4));
}
.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container .inner {
    width: 1200px;
    padding: 64px;
    box-sizing: border-box;
}
.banner_box{position: relative;}
.banner_box .col_box{
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    width: 100%;
}
.banner_box .col_box .col_title_s{
    font-size: 14px;
    font-family: 'sys';
    color: #ffffffb3;
    letter-spacing: 5.6px;
}
.banner_box .col_box .col_parent{
    font-size: 60px;
    font-family: 'sys';
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: 9px;
    margin: 12px 0 24px;
}
.banner_box .col_box .col_local{
    font-size: 14px;
    font-family: 'sys';
    color: #ffffffcc;
}
.banner_box .col_box .col_local a{color: #ffffffcc;}

.col_list{
    border-bottom: 1px solid #e5e7eb;
}
.col_list .list_box{
    display: flex;
    gap: 32px;
}
.col_list .list_box a{
    display: block;
    font-size: 17px;
    font-family: 'sys';
    color: #64748b;
    letter-spacing:5.6px;
    transition: 0.4s;
}
.col_list .list_box .list_link{
    padding: 20px 8px;
    line-height: 1.5;
}
.col_list .list_box .list_link.selected{
    font-weight: 700;
    color: var(--mainColor1);
    border-bottom: 1px solid var(--mainColor1);
}
.col_list .list_box a:hover{color: var(--mainColor1);}
.col_list .list_box .list_item_link{padding: 10px 8px;}

.col_title .col_wz{
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}
.col_title .title1{
    font-size: 36px;
    font-family: 'sys';
    font-weight: 700;
    color: var(--mainColor1);
    margin-right: 20px;
}
.col_title .title2{
    font-size: 14px;
    font-family: 'sys';
    color: var(--mainColor1);
    letter-spacing: 4.2px;
    padding-bottom: 4px;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    background: #fff;
}

body.defaultList .col_news_list .news_list .news {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 38px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    transition: 0.4s;
}
body.defaultList .col_news_list .news_list li.news .news_title {
    float: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 110px);
}
body.defaultList .col_news_list .news_list li.news .news_timer {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}
body.defaultList .col_news_list .news_list .news:hover .news_title{
    border-left: 3px solid var(--mainColor1);
    padding-left: 10px;
}
body.defaultList .col_news_list .news_list .news a:hover{
    color: var(--mainColor1);
}

/**栏目新闻列表**/
.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: 17px !important;
    font-family: 'sys' !important;
    color: #334155 !important;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
}

/**列表页文章图片大小限制**/

#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: var(--mainColor1);
    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;
}

/**文章页**/
.infobox {
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 550px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "PingFang","Microsoft Yahei";
    font-size: 22px;
    text-align: center;
    color: var(--mainColor1);
}

/**文章标题**/
.article h2.arti_title {
    line-height: 40px;
    font-family: "PingFang","Microsoft Yahei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ececec;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

/**文章内容**/
.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;
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}

/**页脚开始**/
#footer {background: #3752a1;}

#footer .foot_box .inner {
    position: relative;
}

#footer .foot_box .foot-left {float: right;}
#footer .foot_box .foot-right {float: right;}
#footer .foot_box .inner p {
    font-size: 14px;
    font-family: 'sys';
    line-height: 22px;
    text-align: left;
    color: #ffffffb3;
}

#footer .foot_box .foot-top{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    padding: 20px 0;
}
#footer .foot_box .foot-left.left1{/*grid-column: span 2 / span 2;*/}
#footer .foot_box .foot-logo{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#footer .foot_box .foot-logo .icon_box{
    width: 76px;
    height: 66px;
    /* border: 2px solid #fff; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
#footer .foot_box .foot-logo .icon_box img{
    width: 70px;
    height: 58px;
}
#footer .foot_box .foot-logo .txt1{
    font-size: 18px;
    font-family: 'sys';
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    letter-spacing: 3.6px;
}
#footer .foot_box .foot-logo .txt2{
    font-size: 10px;
    font-family: 'sys';
    color: #ffffff80;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

#footer .foot_box .title{
    font-size: 16px;
    font-family: 'sys';
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 26px;
}
#footer .foot_box .foot-left .news{margin-bottom: 15px;}
#footer .foot_box .foot-left .news_title{
    font-size: 14px;
    font-family: 'sys';
    font-weight: 400;
    color: #ffffffb3;
}
#footer .foot_box .foot-left .news_title:hover{color:#fff;}

#footer .foot_box .foot-bottom{
    border-top: 1px solid #ffffff33;
}
#footer .foot_box .foot-bottom .post9{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
#footer .foot_box .foot-bottom .ml{
    display: flex;
    align-items: center;
    gap: 16px;
}
#footer .foot_box .foot-bottom .ml .zip_box .news a{
    font-size: 12px;
    font-family: 'sys';
    color: #ffffffb3;
    border-bottom: 1px solid #ffffffb3;
}
#footer .foot_box .foot-bottom .ml .zip_box .news:hover a{color:#fff;}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.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: transparent 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: 4px;
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 22px;
    padding: 4px 0;
    line-height: 22px;
    background: none;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: "PingFang","Microsoft Yahei";
}

.wp-search .search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 30px;
    border: 0;
    outline: 0;
    background: transparent 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 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: 200px;
    line-height: 32px;
    background: #ffffff80;
    border: 1px solid #d0d0d0;
    box-sizing:border-box;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left:19px;
    color: #ffffff;
    position:relative;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #0a7af9;
    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: 33px;
    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;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #0a7af9;
    cursor: pointer;
}

/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {
    bottom: 40px;
    left: 40px;
    margin-left: 0px;
}

.mbanner .focus .focus-title-bg {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60);
}

.mbanner .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 14px;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 6px;
    background: #fff;
}

.mbanner .focus .focus-page-active {
    width: 18px;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 58px;
    height: 53px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    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%;
}

.possplit {
    background-image: none;
    text-indent: unset;
    width: 20px;
    text-align: center;
}
.arti_col_news_head{
    height:10px;
}
.specialScroll::-webkit-scrollbar {
    width: 4px; /* 设置滚动条宽度 */
}
.specialScroll::-webkit-scrollbar-thumb {
    background-color: #888; /* 设置滑块背景颜色 */
    border-radius: 4px; /* 设置滑块圆角 */
}

@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%);
    }
}
/*************************************************************
 * 特殊页面
 */
/*二级页面*/
html{font-size: 100px;}
.possplit{
    text-indent:0;
    margin:0 0.05rem;
    background:none;
    font-size:0.18rem;
    font-family:serif;
    color: #fff;
}
/* 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: 17px;
    height: 17px;
    margin: 30px 0px;
    float: left;
    margin-left: 46%;
}
.searchbox img{
    width:100%;
    height:auto;
}
.search_box {
   width: 50%;
   overflow: hidden;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
.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 .searchSubmit {
   width: 1rem;
   background-color: #16236E;
   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);}
@font-face
{
    font-family: 'sys';
    src: url('./font/SourceHanSerifCN-VF-3500.woff2');
}
.sitelogo {
    display: none;
}
div#container-2 {
    display: none;
}
.site-en {
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    display: none;
}
span.WP_VisitCount {
    display: inline !important;
}
.foot-left.left2 {
    display: none;
}


body .left_nav.showSelf .logo_box{position:relative;padding-top: 130px;}
body .left_nav.showSelf .logo_box:before{
    background: url(images/logo.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100px;
    position:absolute;
    content:"";
    top: 20px;
    left: 0;
}
body .left_nav.showSelf .college{display:none}