* {
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 16px;
}

a:hover, a:hover > span, a:hover > p {
    font-weight: bold;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.9);
    padding-left: calc(var(--bs-gutter-x) * 0.9);
}

#header{
    border-bottom: none;
}

.header-bg{
    width: 100%!important;
    background: url(../en_images/top_bg.jpg);background-size: cover
}

.content-bg {
    background: url(../en_images/full_bg.jpeg) no-repeat;
    background-size: cover
}

.content-gradient {
    background-image:linear-gradient(rgba(255, 255, 255, 0.8), rgba(246, 246, 246, 0.89) 20%, rgba(246, 246, 246, 0.89) 95%, rgba(255, 255, 255, 1) 100%);
}

.gradient-edge {
    background-image: linear-gradient(to right, rgba(38, 92, 163, 1) 25%, rgba(38, 92, 163, 0.5), rgba(38, 92, 163, 1));
}

.head-gradient {
    background-image: linear-gradient(rgba(38, 92, 163, 0.9) 60%, rgba(38, 92, 163, 1) 100%);
}

.footer-gradient {
    background-image: linear-gradient(rgba(38, 92, 163, 0.86), rgba(38, 92, 163, 1) 99%);
}

#header-wrap {
    border-top: #5685c0 solid 1px;
    background-color: #265ca3;
}

.menu-link > div {
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link,
.sub-menu-container > .menu-item > .menu-link:hover {
    color: #265ca3;
    background-color: white !important;
}

.menu-item > .menu-link {
    color: white;
    font-weight: 500;
    letter-spacing: 2px;
}




.sticky-header #header-wrap {
    background-color: #265ca3;
}


.svg-trigger path {
    stroke: #ffffff;
}

.sub-menu-trigger .icon-chevron-right {
    color: white;
}

a {
    color: #000000;
}

li {
    list-style: none;
}


.primary-menu {
    width: 100%;
}


.mr-10 {
    margin-right: 10px !important;
}

.news li {
    height: 42px;
    line-height: 42px;
}

.entry-title a:hover {
    font-weight: bold;
    color: #1966BD;
}

.news li p {
    float: left;
    width: calc(100% - 90px);
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
    transition: all 0.3s;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news li span {
    float: right;
    font-size: 15px;
    /*color: #999999;*/
    transition: all 0.3s;
}

.grey-border-1 {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 2.5vw;
    margin-bottom: 1vw;
}

#logo a {
    width: auto;
}


@media (min-width: 768px) {
    .padding-logo {
        padding: 4.1rem 3rem;
    }

    .logo {
        height: 5.8rem !important;
    }

    .sm-logo {
        height: 5.2rem !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .cmt {
        padding: 3rem 1rem 0;
    }

    .team-card{
        height: 12vw;
width: 100%;

        border-radius: 5px;
    }
}


@media (min-width: 992px) {

    .sub-menu-container .menu-item > .menu-link {
        font-weight: 500;
        font-size: 15px;
    }

    .sub-menu-container .menu-item > .menu-link:hover {
        color: #265ca3;
    }

    .sub-menu-container, .mega-menu-content {
        border-top: 1px solid #265ca3;
    }

    .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*='col']) {
        width: 100%;
    }

    .menu-container > .menu-item {
        width: 19.8%;
    }

    .menu-container > .menu-item > .menu-link > div {
        text-align: center;
    }

    .flex-lg-start {
        display: flex;
        justify-content: flex-start;
    }

.menu-item:not(:last-child) > .menu-link {
    background: url("../en_images/nav_line.png") no-repeat center right;
}

}

@media (min-width: 1380px) {
    .d-col-pd {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (max-width: 992px) {
    .sub-menu-container .menu-item > .menu-link {
        color: white;
    }

    .sm-p-2 {
        padding-bottom: 2rem;
    }

    .sm-center {
        text-align: center;
    }

    .sm-hide {
        display: none;
    }

    .logo {
        height: 2rem !important;
        margin: 1rem auto;
    }

    #logo a {
        width: 100%;
    }

    .sm-flex-center {
        display: flex;
        justify-content: center !important;
    }

    .team-card{
        height: 30vw;
width: 100%;
        border-radius: 5px;
    }

}

@media (max-width: 768px) {

    .d-col-pd {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-logo {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .logo {
        height: 2.5rem !important;
        margin: 1rem auto;
    }

    .cmt {
        padding-top: 0;
    }

    #complementDiv{
        display: none;
    }
}

.foot-logo {
    width: 100%;
    height: auto;
}


#footer {
    background: #2964af url(../en_images/top_bg.jpg);
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

.posts-md {
    transition: all 0.5s;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
}

.entry-image img {
    border-radius: 0;
}

.entry-title, .entry-meta {
    padding: 2px 15px 5px;
    margin-top: 0;
}

.entry-meta {
    padding: 2px 15px 25px;
    margin-top: 0;
}


.flip-card-front::after,
.flip-card-back::after {
    opacity: 0.3;
}

.leftMenu {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #f3f3f3;
    background: #fff;
    border: 1px solid #eee;
}

.leftMenu dl {
    margin-bottom: 0;
}

.leftMenu dt {
    background: #2964af;
    padding: 16px 15px;
}

.leftMenu dd {
    padding: 0;
    margin-bottom: 0;
}

.leftMenu dt span {
    display: block;
    border-left: 2px solid #fcc82a;
    color: #fff;
    padding-left: 10px;
}

.leftMenu dt h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    color: white;
    font-family: "Microsoft YaHei", sans-serif;
}

.leftMenu dt h5 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

.leftMenu dd:last-child {
    border: none;
}

.leftMenu dd {
    border-bottom: 1px solid #dfe2e7;
}

.leftMenu dd.on a {
    color: #137ccd;
}

.leftMenu dd a {
    display: block;
    line-height: 26px;
    padding: 12px 28px;
    font-size: 16px;
}

.no-radius {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
}

.a-select {
    position: relative;
    height: 36px;
}

/*校内链接*/
.select-div {
    text-align: center;
    color: #fff;
    line-height: 36px;
    background: url(/images/foot-link-bj.png) no-repeat;
    background-size: 100% 100%;
}

.a-select ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    border: 1px solid #fff;
    border-bottom: 0;
    background-color: rgba(41, 100, 175, 0.9);
}

.a-select ul li {
    line-height: 40px;
    text-align: center;
}

.flex-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-lg-start {
    display: flex;
    justify-content: flex-start;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 50px 0;
}

.icon-chevron-right:before {
    content: "\e99a";
    color: white;
}

.pl-pr-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}


.d-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 2rem;
    justify-content: center;
    list-style: none;
}

.d-grid-item {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1.2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #FFFFFF;
}

/* Links */
.link {
    position: relative;
    cursor: pointer;
    color: #333;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

/* Link 4 */
.link-4 {
    overflow: hidden;
    line-height: 2;
}

.link-4::before {
    height: 2px;
    top: calc(100% - 5px);
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-4:hover::before {
    transform: scale3d(1, 1, 1);
}

.link-4::after {
    content: attr(data-text);
    height: 100%;
    top: 0;
    background: none;
    transform-origin: 100% 50%;
    transform: translate3d(150%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-4:hover::after {
    transform: translate3d(0, 0, 0);
}

.link-4 span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link-4:hover span {
    transform: translate3d(-150%, 0, 0);
}

/* Links */

.heading-block > h1 {
    color: darkgoldenrod;
    text-transform: capitalize;
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 140px;
    border-top: 3px solid #ddd;
}

.more-link {
    padding-bottom: 0.3rem;
    color: #444 !important;
    text-decoration: none;
    border-bottom: 2px solid #ddd;
    font-family: "Microsoft YaHei", sans-serif;
}

.text-from-bottom{
    display: flex;flex-direction: column-reverse;
}

.col-gutter{
    padding-bottom: 3rem;
}

.multi-line-ellipsis {
    display: -webkit-box; /* 作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置盒子的垂直排列 */
    -webkit-line-clamp: 6; /* 限制在6行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
}

.p_no_d, .p_no a:hover {
    border: 1px solid #2D61A6!important;
    color: #fff;
    background-color: #2D61A6!important;}

.v-line{
background: url("../en_images/nav_line.png") no-repeat center right;
}