* {
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 15px;
}

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 {
    background-color: #265ca3;
    background-image: url(../images/top_bg.jpg) ;
    border-bottom: none;
}

.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(to right,rgba(38,92,163, 0.85),rgba(38,92,163, 1) 69%);*/
    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;
}

.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-arrow-right22 {
    color: white;
}

a {
    color: #000000;
}

li {
    list-style: none;
}

/*banners  css*/
.banners {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30vw;
    z-index: 2;
    margin: 0 auto;
}

.banners .hd {
    margin: 0 auto;
    width: 100%;
}

.banners .hd ul {
    position: absolute;
    bottom: 1rem;
    z-index: 3;
    width:100%;
text-align:center;
}

.banners .hd li {
    display: inline-block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 10px;
    font-size: 1rem;
    color: #b0252a;
    width: 0.75rem;
    height: 0.75rem;
    line-height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #fff;
}

.banners .hd li.on {
    background: #fff;
}

.banners .bd {
    position: relative;
    z-index: 1;
}

.banners .bd li {
    position: relative;
    overflow: hidden;
}

.banners .bd li a {
    display: block;
}

.banners .bd li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.125rem;
}

.banners .bd li .text p {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 3.125rem;
    height: 3.125rem;
    font-size: 1.125rem;
    color: white;
    font-weight: bold;
}

.banners .bd li .pic img {
    vertical-align: top;
    width: 100%;
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.banners .prev {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 40px;
    background: url(../images/banner-left.png) no-repeat;
    height: 60px;
    cursor: pointer;
}

.banners .next {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 40px;;
    background: red;
    background: url(../images/banner-right.png) no-repeat;
    height: 60px;
    cursor: pointer;
}

@keyframes centerBig {
    from {
        transform: scale(1.0, 1.0);
    }
    to {
        transform: scale(1.03, 1.03);
    }
}

.primary-menu{
    width:100%;
}

/**/
.time_li {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    /*border-bottom: 1px dashed #ECECEC;*/
    padding-bottom: 10px;
    /* border-bottom: 1px dashed rgb(202, 202, 202);*/
}

.dateDiv {
    display: flex;
    flex-direction: column;
    /*border-right: 1px solid rgb(41, 100, 175);;*/
    padding: 0;
    height: 60px;
    width: 66px;
}

.mr-10 {
    margin-right: 10px !important;
}

.calDay {
    text-align: center;
    font-family: "Times New Roman";
    color: white;
    background-color: rgb(41, 100, 175);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 22px;
    height: 22px;
    width: 66px;
}

.calDate {
    text-align: center;
    padding: 1px 2px;
    color: #222;
    font-family: "Times New Roman";
    width: 66px;
    border: 1px solid rgb(41, 100, 175);
}

.areaTitle{
    width: 100%;
    height: 40px;
    margin: 40px 0 20px 0;
    display: flex;
    justify-content: space-between;
}

.areaTitle label {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3A5E87;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.title-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.areaTitle span {
    padding-left: 15px;
    font-size: 24px;
    color: #3A5E87;
    line-height: 40px;
}

.areaTitle span span {
    font-size:15px;
    color: #BBBBBB;
    font-weight: normal;
    text-transform: uppercase;
}

.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: 40px 3rem;
        /*background: url("../images/top_building.jpg") no-repeat right 0;*/
    }

    .logo {
        height: 6.2rem !important;
    }

    .sm-logo{
        height: 5.2rem !important;
    }

    .float-lg-right {
        float: right !important;
    }
}


@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{
        width:9.8%;
    }

    .menu-container>.menu-item>.menu-link>div{
        text-align: center;
    }

    .flex-lg-start{
        display: flex;
        justify-content: flex-start;
    }

.lg-pb-5 {
    padding-bottom: 3rem !important;
}

 .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container, .primary-menu:not(.on-click) .mega-menu-content {
        background-color: rgba(253,253,253, 0.92);
    }

 .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*='col']) {
        width: 100%;
    }

.lg-pt-5{
padding-top:3rem;
}

.menu-item:not(:last-child) > .menu-link {
    background: url("../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;
    }

.sm-p-1{
padding-left:0.2rem!important;
padding-right:0.2rem!important;
}

.lg-pt-5{
padding-top:1rem;
}

}

@media (max-width: 768px) {

    .padding-logo {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .logo {
        height: 2rem !important;
        margin: 1rem auto;
    }

    /*.sm-logo{
        height: 3.2rem !important;
    }*/
}

.foot-logo{
    width:100%;
    height: auto;
}


#footer {
    background: #2964af url(../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-arrow-right22:before {
    color:white;
}

.pl-pr-2{
    padding-left: 2rem;
    padding-right: 2rem;
}
.location > a ,.card-header > span {
color:#999;;
}

.divider {
margin: 1.5rem auto;
}

a.text-white.no-bold:hover {
    font-weight: normal;
}

.v-line{
background: url("../images/nav_line.png") no-repeat center right;
}