
a{
    transition:all 0.6s;
    color:#44444f;
    text-decoration: none;

}
a:hover,a:focus {
    text-decoration: none;
    color: #007bff;
}

.list-group-item {
    background-color: transparent;
    
}
.list-group-flush>.list-group-item{
    border-width: 0;
}

.ellipsis>.list-group-item{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card {
    background-color: transparent;
    border-radius: 2px;
}
.navbar-main{
    background-color: #fff;

}
.navbar-main .navbar-nav .nav-link {
    color: #fff;
}
.navbar-main .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.05);
    --bs-border-width: 0;
}
.navbar-main .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.container-banner{position: relative;}

.navbar-brand {
    margin-right: 0;
}

/*
 * breadcrumb
*/

.container-breadcrumb > .container{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.container-breadcrumb > .container::before {
    width: 22px;
    height: 22px;
    display: flex;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f124";
    background: linear-gradient(135deg,rgba(30,187,240,.8) 30%,rgba(57,223,170,.8) 100%);
    flex-shrink: 0;
    margin-right: .5rem;
}
.container-breadcrumb{
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.075);
    position: relative;
    z-index: 1;
}
.container-breadcrumb .breadcrumb{
    --bs-breadcrumb-padding-y: .75rem;
    margin-bottom: 0;

    background-color:transparent;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    flex-shrink: 1;
}
.container-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: FontAwesome;
    content: "\f105";
}
.breadcrumb-item:not(.active){
    flex-shrink: 0;
}
.breadcrumb-item.active{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}

.card-header .more-link{
    font-size: .875rem;
    padding-right: 1rem;
    color: transparent;
    transition: color .35s;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16' fill='%23999'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat center right;
    background-size: 1.125rem 1.125rem;
    background-position-x: right;
    line-height: 1.5rem;
    display: block;
}
/* .card-header .more-link:hover
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(48%2C96%2C224)'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} */
.card-header .more-link::before{
    content: '更多';
    color: rgb(48, 96, 224);
    position: absolute;
    transform: translate3d(0,20px,0);
    opacity: 0;
    transition: all .35s ease;
}
.card-header .more-link:hover::before{
    transform: translate3d(0,0,0);
    opacity: 1;
}

.container-footer {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #666;
}

.bg-s1{
    background-image: linear-gradient(180deg,#E1F5FE 0%,#FFFFFF 100%);
    position: relative;
    padding-top:3.5rem;
}
.overlay-bg,
.bg-s1::before{
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/blob-scene-wide.svg);
    background-position: center center;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: overlay;
}

/*-----------------------------------------------------------------------------
 home page
-----------------------------------------------------------------------------*/
.page-home .card-header {
    --bs-card-cap-padding-x: 0;
}
.page-home .card > .list-group {
    padding-top: .75rem;
    padding-bottom: .75rem;
    
}
.page-home .card > .list-group >.list-group-item{
    --bs-list-group-item-padding-x: 0;
}



.carousel-news .carousel-inner {
    padding-bottom: .75rem;
}
.carousel-news  .carousel-caption {
    position: relative;
    right: initial;
    bottom: initial;
    left: initial;
    padding: .75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: linear-gradient(135deg,rgba(64,16,8,.8) 30%,rgba(0,64,96,.8) 100%);
}

.carousel-news  .carousel-caption a {
    color: #ffffff;
}
.carousel-news  .carousel-indicators {
    justify-content: space-between;
    margin: 0 -3px;
}
.carousel-news .carousel-indicators [data-bs-target]{
    border-bottom-width: 0;
    flex: 1 1 auto;
    width: initial;
    height:6px;
    background-color: rgb(0,128,255, 60%);
}

.page-home .row-second .card{
    border-color:transparent;
} 
.page-home .row-second .card-header .text{
    margin-left: 0;
    color: rgb(0, 72, 240);
   
 
}
.page-home .row-second  .list-group-item > a::before{
    content: "\f105";
    font: normal normal 1.25rem FontAwesome;
    margin-right: 0.375rem;
    border-radius: 50%;
    color: rgba(37, 43, 56, 0.6);
    transition: color .65s;
}
.page-home .row-second  .list-group-item > a:hover::before {
    color: rgb(32, 96, 224);
}

.card-articlecontent img {
    max-width: 100%;
}

.wam .wechat,
.wam .mail{
    margin-top:1rem;
    padding-left:2.75rem;
    padding-right:1rem;
    position: relative;
}
.wam .wechat{
    padding-right:0;
    position: relative;
    cursor: pointer;
}
.wechat .qr-code{
    position:absolute;
    z-index:10;
    left:0;
    padding: 1rem 0;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 10%);
    transform: translate3d(0,30%,0);
    z-index: -1;
    opacity: 0;
    transition: all .65s ease;
}
.wechat:hover .qr-code{
    transform: translate3d(0,0,0);
    z-index: 10;
    opacity: 1;
}

.wam .wechat::before,
.wam .mail::before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1d7";
    display: block;
    position: absolute;
    font-size:1rem;
    left:0;
    top:.25rem;
    color:#F381E7;
    border: 1px solid #F381E7;
    padding:.5rem;
    height:2.25rem;width:2.25rem;
    border-radius: 50%;
}
.wam .mail::before{
    content: "\f003";
    padding-left:.55rem;
    padding-right:.45rem;
}
.wam em{
    color: #777777;
    font-size: 80%;
}

.page-home .card-header{
    font-size:1.125rem;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-padding-y: .75rem;
    --bs-card-inner-border-radius: 2px;
}
.page-home .card-header .text{
    margin-left:.5rem;
}

/* page-category */
.page-category .bg-s1 {
    padding-top: 0;
}

.page-category .card-categories .card-header {
    background: #6391b6 url(../images/header-bgm5.svg) no-repeat center top;
    background-size: cover;
    color:#fff;
    font-size: 1.25rem;
    position: relative;
    border-width: 0;
    padding-top: .875rem;
    padding-bottom: .875rem;
    z-index: 0;
}
.page-category .card-categories .card-header::before
{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/blurry-bg.svg) no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.card-categories .list-group-item{
    border-color:#f5f5f5;
}
.page-category .card{
    border-width: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%);
    background-color: rgb(255, 255, 255, 85%);
}

.card-category-content > .card-header{
    background-color: transparent;
    border-color: #1ebbf0;
    border-bottom-width: 3px;
    -webkit-border-image: -webkit-linear-gradient(left,#1ebbf0 30%,#39dfaa 100%);
    border-image: linear-gradient(left,#1ebbf0 30%,#39dfaa 100%);
    border-image-slice: 1;
}

.card-category-content > .list-group{
    border-top:0;
}
.card-categories .list-group-item{
    border-top-width: 1px;
}
.card-categories .list-group-item.active{
    background-color: transparent;
}

.card-categories .list-group-item.active::before{
    content: "\f0da";font-family:FontAwesome; font-size:1.125rem;line-height:1.5rem;
    color:#0BA1E4; display: block;float:left;margin-left:-1rem;

}

/* page-alumnus */
.page-alumnus{
    background-color: #f8f9fa;
}
.alumnus-list {
    column-count: 2;
}
.card-alumnus{
    background-color: #fff;
    border-width: 0;   
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.125);
    overflow: hidden;
    
}
.card-columns .card-alumnus{
    margin-bottom: 1.5rem;
}
.card-alumnus .cover {
    display: block;
    border-radius: 50%;
    width: 50%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.card-alumnus .card-title{
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
}
.card-alumnus .card-body .summary{
    
    height: 148px;
    overflow: hidden;
}


/* page-article */

.page-article .card-articlecontent .card-body{
    padding-top:2rem;
}
.page-article .card-articlecontent p:not(.noindent) {
    text-indent: 2em;
    margin-bottom: 1rem;
    line-height: 1.75;
}
.page-article .card-articlecontent p.noindent{text-indent:0;}
.page-article .card-articlecontent h1,
.page-article .card-articlecontent h2,
.page-article .card-articlecontent h3{
    margin-bottom:1.5rem;
}
.page-article .card-articlecontent h4,
.page-article .card-articlecontent h5,
.page-article .card-articlecontent h6{
    margin-bottom:1rem;
}
.page-article .card-articlecontent li{margin-bottom:0.5em;}
.page-article .create-date{ 
    text-align: right;
    width: 7rem;
    float: right;
    margin-top: -1.5rem;
    color: #aaa;
    background: no-repeat left center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1025 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M512.268258 1022.835842c-68.658678 0-135.399619-13.564433-198.369591-40.316509-60.752236-25.809077-115.373446-62.712976-162.346233-109.685763-46.971763-46.971763-83.875662-101.592974-109.685763-162.346233C15.115619 647.517366 1.551186 580.777449 1.551186 512.118771S15.115619 376.719151 41.866671 313.74918c25.810101-60.752236 62.714-115.373446 109.685763-162.346233 46.972787-46.971763 101.593997-83.875662 162.346233-109.685763 62.969971-26.751052 129.710912-40.315485 198.369591-40.315485s135.398595 13.564433 198.368567 40.315485c60.752236 25.810101 115.373446 62.714 162.346233 109.685763 46.971763 46.972787 83.875662 101.593997 109.685763 162.346233 26.752076 62.969971 40.316509 129.710912 40.316509 198.369591s-13.564433 135.398595-40.316509 198.368567c-25.809077 60.75326-62.712976 115.37447-109.685763 162.346233-46.971763 46.972787-101.592974 83.876686-162.346233 109.685763C647.666853 1009.27141 580.925912 1022.835842 512.268258 1022.835842zM512.268258 50.548195c-62.018782 0-122.293887 12.247716-179.152287 36.403219-54.923257 23.333323-104.317532 56.709936-146.810821 99.204249s-75.870926 91.888588-99.204249 146.810821c-24.155503 56.8584-36.403219 117.133505-36.403219 179.152287 0 62.017758 12.247716 122.292863 36.403219 179.152287 23.333323 54.923257 56.709936 104.317532 99.204249 146.811845 42.493289 42.493289 91.888588 75.870926 146.810821 99.204249 56.8584 24.155503 117.133505 36.403219 179.152287 36.403219 62.017758 0 122.292863-12.247716 179.152287-36.403219 54.923257-23.333323 104.317532-56.71096 146.811845-99.204249 42.493289-42.494313 75.870926-91.888588 99.204249-146.811845 24.155503-56.8584 36.403219-117.133505 36.403219-179.152287s-12.247716-122.293887-36.403219-179.152287c-23.334347-54.923257-56.71096-104.317532-99.205273-146.810821-42.493289-42.493289-91.887565-75.870926-146.810821-99.204249C634.561121 62.795911 574.286016 50.548195 512.268258 50.548195z' fill='%23252334' p-id='1482'%3E%3C/path%3E%3Cpath d='M509.715712 217.7886 509.715712 633.049866 509.715712 217.7886Z' fill='%23252334' p-id='1483'%3E%3C/path%3E%3Cpath d='M445.416737 469.730942 676.001856 691.383685 445.416737 469.730942Z' fill='%23252334' p-id='1484'%3E%3C/path%3E%3Cpath d='M693.03214 673.666373 534.289984 521.07572 534.289984 217.7886c0-13.5716-11.001648-24.573248-24.573248-24.573248s-24.573248 11.001648-24.573248 24.573248l0 256.045051-22.69749-21.817972c-9.784248-9.405411-25.341162-9.098245-34.744525 0.686003-9.405411 9.784248-9.098245 25.340138 0.686003 34.744525l56.756011 54.556706 0 91.046955c0 13.5716 11.001648 24.573248 24.573248 24.573248s24.573248-11.001648 24.573248-24.573248l0-43.804886 124.683635 119.852944c4.765162 4.580863 10.900283 6.85696 17.026189 6.85696 6.452525 0 12.894812-2.525925 17.719359-7.543987C703.123554 698.627674 702.815365 683.071784 693.03214 673.666373z' fill='%23252334' p-id='1485'%3E%3C/path%3E%3C/svg%3E");
    background-size: 1rem;
    
    
}




@media screen and (min-width: 576px){
    .page-article {
        background-color: #f7f7f7;
    }
}


@media screen and (min-width: 992px){

    
    .navbar-main{
        background-color: #007bff!important;
        padding-top:0;
        padding-bottom:0;
    }
    .navbar-main .nav-item{
        border-left: 1px solid rgb(255,255,255, 20%);
    }
    .navbar-main .nav-item:last-child{
        border-right: 1px solid rgb(255,255,255, 20%);
    }
    .navbar-main .navbar-nav .nav-link{
        padding: .875rem .5rem;
        font-size:15px;
    }
    
    .navbar-main .dropdown-menu{
        margin-top: 0;
        border: 0;
        border-top-left-radius: 0;
    }
    
    /* page home */
    .page-home .card-news{
        height: 100%;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    }
    .page-home .card-news .card-header {
        --bs-card-cap-padding-x: 1rem;        
    }
    .page-home .card-news > .list-group >.list-group-item{
        --bs-list-group-item-padding-y: .625rem;
        --bs-list-group-item-padding-x: 1rem;
    }

    .bg-lg-light {
        --bs-bg-opacity: .7;
        background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity));
    }


    /* ------------- page-home ------------- */
    
    .page-home .card-header{
        --bs-card-cap-bg: transparent;
    }
    .page-home .row-second{
        --bs-gutter-x: 2rem;
    }
    .page-home .row-second .col-md-4:not(:first-child){
        /* border-left: 1px solid #1ebbf0; 
        border-color: #1ebbf0;
        -webkit-border-image: -webkit-linear-gradient(top,rgb(30, 187,240,10%),rgb(30, 187,240,15%) ,rgb(30, 187,240,10%));
        border-image: linear-gradient(top,rgb(30, 187,240,10%),rgb(30, 187,240,15%) ,rgb(30, 187,240,10%));
        border-image-slice: 1;*/

    }
    .page-home .row-second .card{
        --bs-card-border-color:transparent;
        
    }
    .page-home .row-second .card-header{
        --bs-card-border-color: transparent;
        
    }
    .page-home .row-second .card > .list-group {
        padding-top: 0;
        padding-bottom: 0;
    }
    
}

@media (min-width: 1200px){
    .navbar-main .navbar-nav .nav-link{
        padding: .875rem;        
        font-size: 1rem;
    }
    
    
}

@media screen and (max-width: 767.98px){
    .navbar-brand{
        max-width: 200px;
    }
    .navbar .container{
        flex-wrap: nowrap;
    }
    .navbar .container > .navbar-toggler {
        margin-right: -.75rem;
    }
    .navbar .container > .navbar-toggler:focus{
        box-shadow:none;
    }
    .navbar-main .collapsing {
        height: initial;
    }
    .navbar-main .dropdown-menu{
        display: flex;
        border-color:transparent;
        border-radius: 0;
        background-color:transparent;
        margin-top:0;
        padding-top:0;
        margin-left: -1rem;
        flex-wrap: wrap;
    }

    .navbar-main .dropdown-toggle::after {
        display:none;
    }
    .navbar-main .dropdown-item{
        color:#fff;
        width: auto;
        opacity: 0.8;
    }
    .navbar-main .dropdown-divider{
        display: none;
    }
    .navbar-main .navbar-collapse {
        transition: transform .35s ease;
        transform: translate3d(0,0,0);
        position: fixed;
        width: 100%;
        max-width: 100%;
        top: 0;
        bottom: 0;
        left: 100%;
        z-index: 50;
        flex-direction: column;
        padding: 1rem;
        display: block;
        bottom: constant(safe-area-inset-bottom);
        bottom: env(safe-area-inset-bottom);
        background: linear-gradient(135deg,rgba(30,187,240,.98) 50%,rgba(57,223,170,.98) 100%);
        padding:1rem 1.5rem;
        overflow-y: scroll;
    }

    .navbar-main .navbar-collapse.show {
        transform: translate3d(-100%,0,0);
    }
    .navbar-main h4{
        color: #fff;
        padding-left:0;
    }
    .navbar-main .navbar-nav,
    .navbar-main .navbar-collapse .card-header{
            max-width: 540px;
            background-color: transparent;
            margin-left:auto;
            margin-right:auto;
    }

    .navbar-main .navbar-collapse .navbar-toggler-icon {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        background-image:none;
        position: relative;
        transition: transform .5s;
        transition-delay: .25s;
    }

    .navbar-main .navbar-collapse.show .navbar-toggler-icon {
        transform: rotate(135deg);
    }
    .navbar-main .navbar-collapse .navbar-toggler {
        padding: .3125rem;
        border-width: 0;

    }
    .navbar-main .navbar-collapse .navbar-toggler-icon::before,
    .navbar-main .navbar-collapse .navbar-toggler-icon::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 0;
        position: absolute;
        top: 11px
    }

    .navbar-main .navbar-collapse .navbar-toggler-icon::after {
        transform: rotate(90deg);
        transition: transform .35s;
        transition-delay: .35s
    }

    
  
}
@media screen and (max-width: 575.98px){
    .card-articlecontent > .card-body{
        padding-left:0;
        padding-right:0;
    }
}