.sketch-hero-fade-in-left.animate {
    animation-duration : 400ms;
    transition-duration: .4s;
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

.banner-hero-static {
    background-size    : cover;
    background-repeat  : no-repeat;
    background-position: center
}

section.banner-hero-sketch {
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
    align-items  : flex-end;
    min-height   : 550px;
    overflow     : hidden;
    padding      : 30px 0;
    position     : relative;
    min-height   : calc(var(--app-height) - 25px);
    width        : 100%
}

@media screen and (max-height:550px) {
    section.banner-hero-sketch {
        min-height: 525px
    }
}

section.banner-hero-sketch .banner-scroll {
    text-align: center
}

section.banner-hero-sketch .banner-scroll span {
    color         : #000;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : .875rem;
    letter-spacing: 0;
    line-height   : 1.5;
    text-align    : center;
    margin        : 0;
    margin-bottom : 20px
}

section.banner-hero-sketch .banner-scroll i {
    color                     : #000;
    display                   : block;
    font-size                 : 2.125rem;
    animation-duration        : 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count : 2;
    animation-name            : Bounce;
    animation-delay           : 5s;
    animation-timing-function : cubic-bezier(.77, 0, .175, 1);
    transform-origin          : bottom
}

section.banner-hero-sketch .banner-scroll i::before {
    display: block
}

section.banner-hero-sketch .banner-scroll:hover i {
    animation-play-state: paused
}

section.banner-hero-sketch h1.heading {
    color         : #28303d;
    font-family   : "Microsoft YaHei";
    font-size     : 2.125rem;
    font-weight   : 800;
    letter-spacing: 0;
    line-height   : 1;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0
}

section.banner-hero-sketch .secondary-heading {
    color         : #5f5f5f;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : bold;
    letter-spacing: 4.5px;
    line-height   : 1.5;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 15px
}

section.banner-hero-sketch .third-description p {
    text-align: left
}

section.banner-hero-sketch p {
    color         : #000;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    letter-spacing: .5px;
    line-height   : 1.5;
    text-align    : center;
    margin        : 0
}

section.banner-hero-sketch .hero-sketch-headings {
    background-color: #fff;
    border-radius   : 0% 200px 200px 0%
}

@media(max-width:991.5px) {
    section.banner-hero-sketch .third-description p {
        text-align: center
    }

    section.banner-hero-sketch .hero-sketch-headings {
        background-color: rgba(255, 255, 255, 0);
        border-radius   : 0 0 0 0
    }
}

@media(min-width:750px) {
    section.banner-hero-sketch {
        height: calc(var(--app-height) - 60px)
    }

    section.banner-hero-sketch h1.heading {
        font-size     : 4.25rem;
        font-weight   : 800;
        letter-spacing: 1px;
        line-height   : .9;
        margin        : 0
    }

    section.banner-hero-sketch .secondary-heading {
        font-size     : .875rem;
        font-weight   : bold;
        letter-spacing: 4.5px;
        line-height   : 1.2;
        margin        : 0;
        margin-bottom : 15px
    }

    section.banner-hero-sketch p {
        font-size     : 1.125rem;
        letter-spacing: .5px;
        line-height   : 1.5;
        margin        : 0
    }

    section.banner-hero-static #hero-sketch-dates .text {
        color         : #000;
        display       : block;
        font-family   : "Microsoft YaHei";
        font-size     : .875rem;
        font-weight   : bold;
        letter-spacing: 1px;
        line-height   : 1.5;
        text-align    : left;
        text-transform: uppercase;
        margin        : 0
    }

    section.banner-hero-static #hero-sketch-dates .text.date {
        color: #1c74a0
    }
}

@media(min-width:1200px) {
    section.banner-hero-sketch h1.heading {
        font-size     : 5.25rem;
        font-weight   : 800;
        letter-spacing: 1px;
        line-height   : 1;
        margin        : 0
    }

    section.banner-hero-sketch .secondary-heading {
        font-size     : .875rem;
        font-weight   : bold;
        letter-spacing: 4.5px;
        line-height   : 1.5;
        margin        : 0;
        margin-bottom : 15px
    }

    section.banner-hero-sketch p {
        font-size     : 1.125rem;
        letter-spacing: .5px;
        line-height   : 1.5;
        margin        : 0
    }

    section.banner-hero-static #hero-sketch-dates .text {
        font-size     : .875rem;
        font-weight   : bold;
        letter-spacing: 0;
        line-height   : 1.5;
        margin        : 0;
        text-align    : left
    }
}

section.banner-hero-sketch .hero-sketch-headings,
section.banner-hero-sketch h1.heading,
section.banner-hero-sketch .secondary-heading,
section.banner-hero-sketch .third-description,
section.banner-hero-sketch .banner-scroll,
section.banner-hero-sketch .hero-sketch-dates {
    opacity: 0
}

[data-aos="sketch-hero-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

[data-aos="sketch-hero-fade-in-left"].aos-animate {
    animation-name     : mico-fade-in-left;
    animation-fill-mode: forwards
}

section.module-fan-team {
    position: relative;
    overflow: hidden
}

section.module-fan-team img.banner-image {
    width : 100%;
    height: auto
}

section.module-fan-team .module-container {
    background-color: #fff;
    padding         : 45px 15px
}

section.module-fan-team .module-container .heading {
    color         : #28303d;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : 1.75rem;
    font-weight   : 800;
    letter-spacing: 0;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 15px
}

section.module-fan-team .module-container .secondary-heading {
    color         : #5f5f5f;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : bold;
    letter-spacing: 1.5px;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 25px
}

section.module-fan-team .module-container p {
    color         : #000;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : 500;
    letter-spacing: .5px;
    line-height   : 1.5;
    text-align    : center;
    margin        : 0
}

section.module-fan-team .module-container p+a {
    margin    : 0;
    margin-top: 50px
}

@media(max-width:991.5px) {
    section.module-fan-team {
        background-image: none !important
    }
}

@media(min-width:750px) {
    section.module-fan-team {
        background-attachment: fixed;
        background-position  : center center;
        background-repeat    : no-repeat;
        background-size      : cover;
        padding-top          : 100px;
        padding-bottom       : 100px;
        min-height           : var(--app-height)
    }

    section.module-fan-team img.banner-image {
        position: absolute;
        left    : 0;
        top     : 0
    }

    section.module-fan-team .module-container {
        padding: 40px
    }

    section.module-fan-team .module-container .heading {
        font-size     : 5.25rem;
        font-weight   : 800;
        letter-spacing: 1px;
        line-height   : 1.2;
        text-align    : left
    }

    section.module-fan-team .module-container .secondary-heading {
        font-size     : .875rem;
        font-weight   : bold;
        letter-spacing: 4.5px;
        line-height   : 1.2;
        text-align    : left;
        margin        : 0;
        margin-bottom : 15px
    }

    section.module-fan-team .module-container p {
        font-size     : 1.125rem;
        font-weight   : 500;
        letter-spacing: .5px;
        line-height   : 1.5;
        text-align    : left
    }
}

section.module-fan-team .module-container {
    opacity: 0
}

[data-aos="module-fan-team-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

@media(min-width:750px) {
    [data-aos="module-fan-team-bounce"].aos-animate {
        animation-name: mico-fade-in-right
    }
}

section.module-idealist {
    position: relative;
    overflow: hidden
}

section.module-idealist .module-container {
    padding   : 45px 15px;
    text-align: center
}

section.module-idealist .module-container .heading {
    color         : #28303d;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : 1.75rem;
    font-weight   : 800;
    letter-spacing: 0;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 15px
}

section.module-idealist .module-container .secondary-heading {
    color         : #5f5f5f;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : bold;
    letter-spacing: 1.5px;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 25px
}

section.module-idealist .module-container p {
    color         : #000;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : 500;
    letter-spacing: .5px;
    line-height   : 1.5;
    text-align    : center;
    margin        : 0
}

section.module-idealist .module-container p+a {
    display   : inline-block;
    margin    : 0;
    margin-top: 50px
}

@media(min-width:750px) {
    section.module-idealist {
        background-position: center center;
        background-repeat  : no-repeat;
        background-size    : cover;
        padding-top        : 100px;
        padding-bottom     : 100px;
        overflow           : hidden;
        min-height         : var(--app-height)
    }

    section.module-idealist .module-container {
        padding: 40px
    }

    section.module-idealist .module-container .heading {
        font-size     : 5.25rem;
        font-weight   : 800;
        letter-spacing: 1px;
        line-height   : 1.2;
        margin        : 0;
        margin-bottom : 50px
    }

    section.module-idealist .module-container .secondary-heading {
        font-size     : .875rem;
        font-weight   : bold;
        letter-spacing: 4.5px;
        line-height   : 1.2;
        margin        : 0;
        margin-bottom : 15px
    }

    section.module-idealist .module-container p {
        font-size     : 1rem;
        letter-spacing: .5px;
        line-height   : 1.5
    }
}

section.module-idealist .module-container {
    opacity: 0
}

[data-aos="module-idealist-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

section.module-map {
    position: relative;
    overflow: hidden
}

section.module-map img.banner-image {
    width : 100%;
    height: auto
}

section.module-map .module-container {
    padding    : 45px 15px;
    padding-top: 20px;
    text-align : center
}

section.module-map .module-container .side-heading {
    color         : #5f5f5f;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : bold;
    letter-spacing: 1.5px;
    line-height   : 1.5;
    position      : relative;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 15px
}

section.module-map .module-container .heading {
    color         : #28303d;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : 1.75rem;
    font-weight   : 800;
    letter-spacing: 0;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 15px
}

section.module-map .module-container .secondary-heading {
    color         : #5f5f5f;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : bold;
    letter-spacing: 1.5px;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 25px
}

section.module-map .module-container p {
    color         : #000;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : 500;
    letter-spacing: .5px;
    line-height   : 1.5;
    text-align    : center;
    margin        : 0
}

section.module-map .module-container p+a {
    display   : inline-block;
    margin    : 0;
    margin-top: 50px
}

@media(max-width:991.5px) {
    section.module-map {
        background-image: none !important
    }
}

@media(min-width:750px) {
    section.module-map {
        padding-top   : 45px;
        padding-bottom: 45px;
        overflow      : hidden;
        min-height    : var(--app-height)
    }

    section.module-map img.banner-image {
        position: absolute;
        left    : 0;
        top     : 0
    }

    section.module-map .module-container {
        padding: 40px
    }

    section.module-map .module-container .side-heading {
        font-size     : .875rem;
        font-weight   : bold;
        letter-spacing: 4.5px;
        line-height   : 1.5;
        margin        : 0;
        margin-bottom : 20px
    }

    section.module-map .module-container .side-heading::before,
    section.module-map .module-container .side-heading::after {
        content         : '';
        background-color: #5f5f5f;
        margin-left     : 20px;
        width           : 100%;
        height          : 1px;
        max-width       : 65px;
        position        : absolute;
        top             : 50%;
        transform       : translateY(-50%)
    }

    section.module-map .module-container .side-heading::before {
        margin-left: -85px
    }

    section.module-map .module-container .heading {
        font-size     : 5.25rem;
        font-weight   : 800;
        letter-spacing: 1.5px;
        line-height   : 1.2;
        margin        : 0;
        margin-bottom : 50px
    }

    section.module-map .module-container .secondary-heading {
        font-size     : .875rem;
        font-weight   : bold;
        letter-spacing: 4.5px;
        line-height   : 1.2;
        margin        : 0;
        margin-bottom : 15px
    }

    section.module-map .module-container p {
        font-size     : 1rem;
        letter-spacing: .5px;
        line-height   : 1.5
    }
}

section.module-map .background-map {
    box-sizing         : border-box;
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : 100%;
    display            : block;
    width              : 100%;
    padding            : 25%;
    position           : relative
}

section.module-map .background-map .position {
    display: none
}

section.module-map .background-map .mouse-bounce {
    display: none
}

@media(min-width:750px) {
    section.module-map .background-map .position {
        position       : absolute;
        display        : flex;
        justify-content: center;
        align-items    : center;
        width          : 0;
        height         : 0;
        zoom           : .6
    }

    section.module-map .background-map .position>a {
        display        : flex;
        justify-content: center;
        align-items    : center
    }

    section.module-map .background-map .position .circle1 {
        position        : absolute;
        display         : flex;
        justify-content : center;
        align-items     : center;
        width           : 126px;
        height          : 126px;
        background-color: rgba(200, 200, 200, .1);
        border-radius   : 63px;
        box-shadow      : 0 0 1px 1px rgba(200, 200, 200, .3);
        transform       : perspective(1000px) rotateX(72deg)
    }

    section.module-map .background-map .position .circle1 .circle2 {
        display         : flex;
        justify-content : center;
        align-items     : center;
        width           : 80px;
        height          : 80px;
        background-color: rgba(200, 200, 200, .4);
        border-radius   : 39px;
        box-shadow      : 0 0 1px 1px rgba(200, 200, 200, .2)
    }

    section.module-map .background-map .position .circle1 .circle2 .circle3 {
        display         : flex;
        justify-content : center;
        align-items     : center;
        width           : 42px;
        height          : 42px;
        background-color: #3a4c7a;
        border-radius   : 21px;
        box-shadow      : inset 0 0 1px 1px rgba(200, 200, 200, .5)
    }

    section.module-map .background-map .position .circle1 .circle2 .circle3 .circle4 {
        width           : 17px;
        height          : 17px;
        background-color: #33a1d7;
        box-shadow      : inset 0 0 1px 1px rgba(61, 76, 123, .4);
        border-radius   : 9px
    }

    section.module-map .background-map .position .dotted {
        position           : absolute;
        height             : 200px;
        width              : 2px;
        background-image   : linear-gradient(black 71%, rgba(255, 255, 255, 0) 0%);
        background-position: right;
        background-size    : 2px 8px;
        background-repeat  : repeat-y;
        opacity            : .4;
        bottom             : -2px;
        left               : 0
    }

    section.module-map .background-map .position .city {
        position         : absolute;
        bottom           : 0;
        left             : -25px;
        margin-bottom    : 201px;
        min-width        : 150px;
        width            : auto;
        height           : 34px;
        background-color : #1c74a0;
        border           : .5px solid #383838;
        font-weight      : 500;
        padding          : 0 15px;
        transform        : skewX(-15deg);
        -o-transform     : skewX(-15deg);
        -moz-transform   : skewX(-15deg);
        -webkit-transform: skewX(-15deg);
        border           : 1px solid rgba(40, 40, 40, .3)
    }

    section.module-map .background-map .position .city>a {
        color            : #fff;
        white-space      : nowrap;
        display          : inline-block;
        font-size        : 1.125rem;
        line-height      : 30px;
        text-transform   : uppercase;
        font-family      : "Microsoft YaHei", sans-serif;
        transform        : skewX(15deg);
        -o-transform     : skewX(15deg);
        -moz-transform   : skewX(15deg);
        -webkit-transform: skewX(15deg);
        outline          : none
    }

    section.module-map .background-map .position .city>a:focus {
        text-decoration: underline
    }

    section.module-map .background-map .position .city>a:hover {
        text-decoration: underline
    }
}

@media(min-width:1162px) {
    section.module-map .background-map .position {
        zoom: .7
    }
}

@media(min-width:1322px) {
    section.module-map .background-map .position {
        zoom: .8
    }
}

@media(min-width:1482px) {
    section.module-map .background-map .position {
        zoom: .9
    }
}

@media(min-width:1642px) {
    section.module-map .background-map .position {
        zoom: 1
    }
}

@media(min-width:1892px) {
    section.module-map .background-map .position {
        zoom: 1.1
    }
}

@media(min-width:2200px) {
    section.module-map .background-map .position {
        zoom: 1.2
    }
}

section.module-map .module-container,
section.module-map .background-map,
section.module-map .background-map .position {
    opacity: 0
}

[data-aos="map-container-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

[data-aos="map-pin-bounce"].aos-animate {
    animation-name     : mico-fade-in-top;
    animation-fill-mode: forwards
}

[data-aos="map-description-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

.post-card-beauty {
    /* background-color: #1c74a0; */
    /* background-position: center center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    cursor      : pointer;
    margin-right: 15px;
    /* padding  : 50px 30px; */
    position    : relative;
   
}

.post-card-beauty:last-child {
    margin-right: 0
}

.post-card-beauty h3.post-card-heading {
    position      : absolute;
    color         : #fff;
    font-family   : "Microsoft YaHei";
    font-size     : 1rem;
    font-weight   : bold;
    letter-spacing: .5px;
    line-height   : 1.5;
    text-align    : left;
    text-transform: uppercase;
    opacity       : 1;
    transition    : all .3s cubic-bezier(.77, 0, .175, 1);
    margin        : 0;
    top           : 2vw;
    left: 1.3vw;
}

.post-card-beauty .post-card-publication-date {
    color           : #fff;
    font-family     : "Microsoft YaHei";
    font-size       : .875rem;
    font-weight     : 500;
    letter-spacing  : 4px;
    line-height     : 1.5;
    text-transform  : uppercase;
    opacity         : 1;
    transition      : all .3s cubic-bezier(.77, 0, .175, 1);
    position        : absolute;
    bottom          : 20px;
    left            : 35px;
    transform       : rotate(-90deg);
    transform-origin: 0 100%
}

.post-card-beauty .overlay {
    opacity   : 0;
    padding   : 0;
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
    position  : absolute;
    top       : 0;
    right     : 0;
    bottom    : 0;
    left      : 0;
}

.post-card-beauty:nth-child(1) .overlay {
    background     : url(../images/h_1.jpg) no-repeat;
    background-size: 100% 100%;
}

.post-card-beauty:nth-child(2) .overlay {
    background: rgba(223, 30, 31, 0.6);
}

.post-card-beauty:nth-child(3) .overlay {
    background: rgba(116, 176, 11, 0.6);
}

.post-card-beauty:nth-child(4) .overlay {
    background: rgba(36, 131, 228, 0.6);
}

.post-card-beauty:nth-child(5) .overlay {
    background: rgba(250, 170, 45, 0.6);
}

.post-card-beauty:nth-child(6) .overlay {
    background: rgba(116, 176, 11, 0.6);
}
.post-card-beauty:nth-child(7) .overlay {
    background: rgba(36, 131, 228, 0.6);
}
.post-card-beauty .overlay .card-heading {
    width: 83%;
    opacity  : 0;
    left     : 50%;
    top      : 50%;
    transform: translate(-50%, -50%);
}

.post-card-beauty:first-child .overlay .card-heading,
.post-card-beauty:last-child .overlay .card-heading {
    width: 50%;
}

.post-card-beauty .overlay .card-heading h3.news-heading {
    color         : #fff;
    font-family   : "Microsoft YaHei";
    font-size     : 1rem;
    letter-spacing: 0;
    line-height   : 1.5;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
}

.post-card-beauty .overlay .card-abstract {
    height    : 16vh;
    overflow  : auto;
    opacity   : 0;
    transform : translateY(40px);
    transition: all .7s;
}

.post-card-beauty .overlay .card-abstract .news-abstract {
    color         : #000;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    letter-spacing: .5px;
    line-height   : 1.5;
    text-align    : left;
    margin        : 0;
    overflow-y    : auto;
    /* text-indent: 2rem; */
}

.post-card-beauty .overlay .card-details {
    opacity   : 0;
    transform : translateY(40px);
    transition: all .7s;
    position  : absolute;
    bottom    : 20px;
    left      : 15px
}

.post-card-beauty .overlay .card-details a {
    color          : #1c74a0;
    font-family    : "Microsoft YaHei";
    font-size      : 1rem;
    font-weight    : bold;
    letter-spacing : 1px;
    line-height    : 1.5;
    text-align     : left;
    text-decoration: underline;
    text-transform : uppercase
}

.post-card-beauty .overlay .card-details a img {
    width      : 23px;
    height     : 17px;
    margin-left: 20px;
}

.post-card-beauty .overlay .card-details a:hover {
    color: #09274e
}

.post-card-beauty .overlay .card-details a:hover img {
    filter: brightness(.45)
}

.post-card-beauty:hover h3.post-card-heading,
.post-card-beauty.focus-active h3.post-card-heading,
.post-card-beauty:hover .post-card-publication-date,
.post-card-beauty.focus-active .post-card-publication-date {
    opacity: 0
}


.post-card-beauty:hover .overlay,
.post-card-beauty.focus-active .overlay {
    opacity: 1
}

.post-card-beauty:hover .overlay .card-heading,
.post-card-beauty.focus-active .overlay .card-heading {
    position         : absolute;
    text-align       : center;
    left             : 50%;
    top              : 50%;
    transition       : all .3s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform   : translate(-50%, -50%);
    -o-transform     : translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    opacity          : 1;
}

.post-card-beauty:hover .overlay .card-abstract,
.post-card-beauty.focus-active .overlay .card-abstract {
    transform       : translateY(0);
    transition-delay: .3s;
    opacity         : 1;
    height          : 70%;
    overflow-y      : auto;
}

.post-card-beauty:hover .overlay .card-details,
.post-card-beauty.focus-active .overlay .card-details {
    transform       : translateY(0);
    transition-delay: .6s;
    opacity         : 1
}

@media(min-width:750px) {
    .post-card-beauty {
        /* height: 464px; */
        width: 14.3%;
        overflow: hidden;
    }

    .post-card-beauty img {
        width                   : 100%;
        float                   : left;
        height                  : 100%;
        transition              : all .5s;
        -webkit-transform-origin: center center;
        -moz-transform-origin   : center center;
        -ms-transform-origin    : center center;
        transform-origin        : center center;
    }

    .post-card-beauty:hover img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform   : scale3d(1.1, 1.1, 1.1);
        -ms-transform    : scale3d(1.1, 1.1, 1.1);
        transform        : scale3d(1.1, 1.1, 1.1);
    }

    .post-card-beauty h3.post-card-heading {
        font-size        : 1.8vw;
        font-weight      : normal;
        /* letter-spacing: .5px; */
        /* line-height   : 1.5; */
        margin           : 0;
        z-index          : 99;
    }

    .post-card-beauty .post-card-publication-date {
        font-size     : .875rem;
        font-weight   : 500;
        letter-spacing: 4px;
        line-height   : 1.5
    }

    .post-card-beauty .overlay .card-heading h3.news-heading {
        font-size: 1.3vw;
        /* letter-spacing: .5px; */
        line-height      : 1.5;
        margin           : 0;
        padding          : 20% 0;
    }
.post-card-beauty .overlay .card-heading h3.news-heading span{display:block}
    .post-card-beauty .overlay .card-abstract .news-abstract {
        font-size     : 1vw;
        letter-spacing: 1px;
        line-height   : 1.5;
        margin        : 0;
        /* text-indent: 2rem; */
    }

    .post-card-beauty .overlay .card-details a {
        font-size     : 1rem;
        font-weight   : bold;
        letter-spacing: 1px;
        line-height   : 1.5
    }
}

section.module-news {
    position: relative;
    overflow: hidden
}

section.module-news .module-container {
    padding       : 45px 15px;
    padding-bottom: 0;
    text-align    : center
}

section.module-news .module-container .heading {
    color         : #28303d;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : 1.75rem;
    font-weight   : 800;
    letter-spacing: 0;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0
}

section.module-news .module-container a.btn-mico-double {
    display   : inline-block;
    margin    : 0;
    margin-top: 50px
}

section.module-news .posts-container {
    padding    : 45px 15px;
    padding-top: 0
}
#components{height:100%}
section.module-news .posts-container .horizontal-scrolling {
    display  : flex;
    flex-wrap: nowrap;
    padding  : 30px 0;
    width: 90%;
    margin   : auto;
}

section.module-news .posts-container .posts-container-controls {
    position: absolute;
    left    : 20px;
}

section.module-news .posts-container .posts-container-controls .ctrl-mico {
    display: inline-block
}

@media(min-width:750px) {
    section.module-news {
        background-position: center center;
        background-repeat  : no-repeat;
        background-size    : cover;
        /* height             : calc(var(--app-height) - 60px); */
        padding-bottom     : 100px;
        /* overflow           : hidden; */
        height: 100%;
        /* min-height         : var(--app-height); */
    }

    section.module-news .module-container {
        text-align   : left;
        padding      : 0 40px;
        padding-right: 20px
    }

    section.module-news .module-container .heading {
        font-size     : 5.25rem;
        font-weight   : 800;
        letter-spacing: 1px;
        line-height   : 1.2;
        text-align    : left;
        margin        : 0
    }

    section.module-news .posts-container {
        padding        : 0;
        /* padding-left: 20px */
    }
}

section.module-news .module-container,
section.module-news .posts-container {
    /* opacity: 0 */
}

[data-aos="module-news-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

@media(min-width:750px) {
    [data-aos="module-news-bounce"].aos-animate {
        animation-name: mico-fade-in-right;
    }
}

.page-banner-slideshow .carousel-item {
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    box-shadow         : inset 0 0 0 2000px rgba(0, 0, 0, .4);
    height             : 350px;
    width              : 100%
}

@media(min-width:750px) {
    .page-banner-slideshow {
        position  : absolute;
        top       : 0;
        left      : 0;
        min-width : 100%;
        min-height: 100%;
        width     : auto;
        height    : auto;
        z-index   : -1
    }

    .page-banner-slideshow .carousel-item {
        height: calc(var(--app-height) - 60px)
    }
}

.homepage-virtues-section {
    padding-bottom: 20px;
    margin        : 0
}

.homepage-virtues-section .col-12 {
    padding: 0
}

.homepage-virtues-section .header {
    margin: 5px 0
}

.homepage-virtues-section .header .section-title {
    font-family   : "Microsoft YaHei";
    font-size     : 1.75rem;
    font-weight   : bolder;
    text-transform: uppercase;
    color         : #28303d;
    line-height   : 1.2
}

.homepage-virtues-section .typewriter {
    font-family: "Microsoft YaHei";
    font-size  : 1rem;
    color      : #000;
    font-weight: 500;
    overflow   : hidden
}

.homepage-virtues-section .typewriter {
    position   : relative;
    width      : auto;
    margin     : 0 auto;
    text-align : center;
    font-weight: 700
}

.homepage-virtues-section .typewriter .fixed {
    float      : none;
    text-align : center;
    margin-left: 0
}

.homepage-virtues-section .typewriter .anim-typewriter {
    text-align  : center;
    white-space : nowrap;
    overflow    : hidden;
    font-weight : 700;
    color       : #1c74a0;
    float       : none;
    margin-left : 5px;
    margin-right: 0;
    display     : inline-block;
    animation   : typewriter 8s steps(44) 1s infinite normal both
}

.homepage-virtues-section .middle {
    margin: 10px 0
}

.homepage-virtues-section .middle .accordion section .content .content-title {
    font-family     : "Microsoft YaHei";
    font-size       : 1.75rem;
    font-weight     : 700;
    margin-bottom   : 15px;
    text-transform  : uppercase;
    white-space     : nowrap;
    cursor          : none;
    border          : none;
    background-color: transparent;
    padding-left    : 0;
    padding-right   : 0
}

.homepage-virtues-section .middle .accordion section .content .content-subtitle {
    font-family  : "Microsoft YaHei";
    font-size    : 1.375rem;
    line-height  : 1.2;
    margin-bottom: 15px;
    font-weight  : 500;
    color        : #4e4e4e
}

.homepage-virtues-section .middle .accordion section .content .content-description {
    font-family: "Microsoft YaHei";
    font-size  : 1rem;
    line-height: 1.5
}

.homepage-virtues-section .col-12.footer {
    margin : 12px 0;
    padding: 0 10%
}

.homepage-virtues-section .middle .accordion section {
    background-color: #fcfcfc
}

@media(min-width:576px) {
    .homepage-virtues-section .typewriter {
        font-size: 1.25rem
    }
}

@media(min-width:768px) {
    .homepage-virtues-section .typewriter {
        font-size: 1.5rem
    }

    .homepage-virtues-section .middle .accordion section .content>h2 {
        font-size: 1.875rem
    }

    .homepage-virtues-section .middle .accordion section .content>h3 {
        font-size  : 1.5rem;
        line-height: 26px
    }

    .homepage-virtues-section .middle .accordion section .content>p {
        font-size  : .875rem;
        line-height: 20px
    }
}

@media(min-width:750px) {
    .homepage-virtues-section .typewriter {
        font-size: 2.125rem
    }

    .homepage-virtues-section .typewriter .fixed {
        margin-left: 20%;
        float      : left
    }

    .homepage-virtues-section .typewriter .anim-typewriter {
        margin-right: 20%;
        float       : left;
        text-align  : left
    }

    .homepage-virtues-section .header .section-title {
        font-size: 5.25rem
    }

    .homepage-virtues-section .header .believe {
        font-family: "Microsoft YaHei";
        font-size  : 2.125rem;
        color      : #000;
        font-weight: 500
    }

    .homepage-virtues-section .header .believe .fixed {
        display   : inline-block;
        width     : 45%;
        text-align: end
    }

    .homepage-virtues-section .header .believe #changing {
        font-weight: 700;
        color      : #1c74a0;
        display    : inline-block;
        width      : 50%;
        text-align : start
    }

    .homepage-virtues-section .middle {
        margin: 0
    }

    .homepage-virtues-section .middle .accordion {
        height    : 500px;
        max-height: 700px
    }

    .homepage-virtues-section .middle .accordion section {
        height: 100%
    }

    .homepage-virtues-section .middle .accordion section .content>.content-title {
        font-size: 2.5rem
    }

    homepage-virtues-section .middle .accordion section .content>.content-subtitle {
        font-size: 1.75rem
    }

    .homepage-virtues-section .middle .accordion section .content>.content-description {
        font-size: 1rem
    }

    .homepage-virtues-section .col-12.footer {
        padding: 0
    }

    .homepage-virtues-section .col-12.footer .virtue-link {
        float : right;
        margin: 30px
    }
}

@media(min-width:1200px) {
    .homepage-virtues-section .section-title {
        font-size: 5.25rem
    }
}

article.accordion {
    display         : block;
    margin          : 0 auto;
    background-color: #fff;
    border-radius   : 5px
}

article.accordion section {
    position          : relative;
    display           : block;
    float             : left;
    margin            : 0;
    color             : #fff;
    background-color  : #fff;
    overflow          : hidden;
    border-radius     : 3px;
    flex              : 0 0 100%;
    max-width         : 100%;
    -webkit-transition: all 1s ease;
    -moz-transition   : all 1s ease;
    -ms-transition    : all 1s ease;
    -o-transition     : all 1s ease;
    transition        : all 1s ease
}

article.accordion section:not(.open) {
    height: 120px !important;
    cursor: pointer
}

article.accordion section .side-title {
    position      : absolute;
    top           : 70px;
    padding       : 0;
    margin        : 0;
    overflow      : visible;
    white-space   : nowrap;
    font-size     : 1.75rem;
    font-family   : "Microsoft YaHei", sans-serif;
    text-transform: uppercase;
    font-weight   : 700
}

article.accordion section .side-title:hover,
article.accordion section .side-title:focus {
    text-decoration: underline
}

article.accordion section.open .side-title {
    opacity           : 0;
    -webkit-transition: all .5s ease;
    -moz-transition   : all .5s ease;
    -ms-transition    : all .5s ease;
    -o-transition     : all .5s ease;
    transition        : all .5s ease
}

article.accordion section .image {
    position           : absolute;
    top                : 0;
    left               : 0;
    height             : 120px;
    width              : 100%;
    background-size    : cover;
    background-position: center center;
    transition         : all 1s ease;
    box-shadow         : inset 0 0 0 1000px rgba(0, 0, 0, .3)
}

article.accordion section .content {
    margin-top: 120px;
    display   : block;
    position  : relative;
    padding   : 5% 4%;
    color     : #000;
    transition: all 1s ease
}

article.accordion section.open {
    padding  : 0 1em;
    color    : #fff;
    flex     : 0 0 100%;
    max-width: 100%
}

@media(min-width:750px) {
    article.accordion section {
        height      : 100% !important;
        border-right: solid 2px #fff
    }

    article.accordion section:not(.open) {
        height: 100% !important
    }

    article.accordion section:first-child {
        margin: 0
    }

    article.accordion section .side-title {
        -webkit-transform: rotate(270deg);
        -moz-transform   : rotate(270deg);
        -o-transform     : rotate(270deg);
        -ms-transform    : rotate(270deg);
        transform        : rotate(270deg);
        top              : auto;
        bottom           : 20px;
        right            : 60px;
        height           : 0;
        width            : 0;
        font-size        : 2.5rem
    }

    article.accordion section.open .image {
        position  : absolute;
        top       : 0;
        left      : 0;
        width     : 50%;
        height    : 100%;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .1)
    }

    article.accordion section .image {
        height               : 100%;
        background-position-x: left
    }

    article.accordion section .content {
        margin-top: 0;
        overflow-y: auto;
        display   : block
    }

    article.accordion section.open .content {
        position         : absolute;
        width            : 50%;
        height           : 100%;
        right            : 0;
        top              : 0;
        left             : auto;
        animation        : fadeInAccordion ease 2s;
        -webkit-animation: fadeInAccordion ease 2s
    }

    article.accordion section:not(.open) .content {
        opacity: 0 !important;
        display: block
    }

    article.accordion section.open.no-anim .content {
        animation: none
    }
}

@keyframes fadeInAccordion {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media(min-width:750px) {
    article.accordion section.col-3 {
        flex     : 0 0 16%;
        max-width: 16%
    }

    article.accordion section.col-3.open {
        flex     : 0 0 52%;
        max-width: calc(52%)
    }

    article.accordion section.col-4 {
        flex     : 0 0 13%;
        max-width: 13%
    }

    article.accordion section.col-4.open {
        flex     : 0 0 48%;
        max-width: calc(48%)
    }

    article.accordion section.col-5 {
        flex     : 0 0 12%;
        max-width: 12%
    }

    article.accordion section.col-5.open {
        flex     : 0 0 52%;
        max-width: calc(52%)
    }

    article.accordion section.col-6 {
        flex     : 0 0 10%;
        max-width: 10%
    }

    article.accordion section.col-6.open {
        flex     : 0 0 50%;
        max-width: calc(50%)
    }

    article.accordion section.col-7 {
        flex     : 0 0 9%;
        max-width: 9%
    }

    article.accordion section.col-7.open {
        flex     : 0 0 44%;
        max-width: calc(44%)
    }

    article.accordion section.col-8 {
        flex     : 0 0 7%;
        max-width: 7%
    }

    article.accordion section.col-8.open {
        flex     : 0 0 44%;
        max-width: calc(44%)
    }
}

section.module-slideshow {
    position: relative;
    overflow: hidden
}

section.module-slideshow img.banner-image {
    width : 100%;
    height: auto
}

section.module-slideshow .module-container {
    padding: 45px 15px
}

section.module-slideshow .module-container .heading {
    color         : #000;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : 1.75rem;
    font-weight   : 800;
    letter-spacing: 0;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 15px
}

section.module-slideshow .module-container .secondary-heading {
    color         : #28303d;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : 1.125rem;
    font-weight   : 600;
    letter-spacing: 0;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 25px
}

section.module-slideshow .module-container p {
    color         : #000;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    letter-spacing: .5px;
    line-height   : 1.5;
    text-align    : center;
    margin        : 0
}

section.module-slideshow .module-container a.btn-mico-arrow {
    margin    : 0;
    margin-top: 25px
}

@media(max-width:991.5px) {
    section.module-slideshow {
        background-image: none !important
    }
}

@media(min-width:750px) {
    section.module-slideshow {
        background-attachment: fixed;
        background-position  : center center;
        background-repeat    : no-repeat;
        background-size      : cover;
        padding-top          : 100px;
        padding-bottom       : 100px;
        min-height           : var(--app-height)
    }

    section.module-slideshow .module-container {
        padding   : 30px;
        text-align: center
    }

    section.module-slideshow .module-container .heading {
        color         : #fff;
        font-size     : 5.25rem;
        font-weight   : 800;
        letter-spacing: 1px;
        line-height   : 1.2;
        text-align    : center
    }

    section.module-slideshow .module-container .secondary-heading {
        color         : #fff;
        font-size     : 2.125rem;
        font-weight   : 600;
        letter-spacing: 1px;
        line-height   : 1.2;
        text-align    : center;
        margin        : 0;
        margin-bottom : 15px
    }

    section.module-slideshow .module-container p {
        color         : #fff;
        font-family   : "Microsoft YaHei";
        font-size     : 2.125rem;
        font-weight   : 600;
        letter-spacing: 1px;
        line-height   : 1.5;
        text-align    : center
    }

    section.module-slideshow .module-container a.btn-mico-arrow {
        display         : inline-block;
        background-color: #fff;
        color           : #000;
        border          : 1px solid #fff;
        font-weight     : 600;
        margin          : 0;
        margin-top      : 35px
    }

    section.module-slideshow .module-container a.btn-mico-arrow img {
        filter: brightness(0)
    }

    section.module-slideshow .module-container a.btn-mico-arrow:hover {
        background-color: #1c74a0;
        border-color    : #1c74a0;
        color           : #fff;
        text-decoration : underline
    }

    section.module-slideshow .module-container a.btn-mico-arrow:active,
    section.module-slideshow .module-container a.btn-mico-arrow:focus {
        background-color: #7b7b7b;
        border-color    : #7b7b7b;
        color           : #fff
    }

    section.module-slideshow .module-container a.btn-mico-arrow:hover img,
    section.module-slideshow .module-container a.btn-mico-arrow:active img,
    section.module-slideshow .module-container a.btn-mico-arrow:focus img {
        filter: brightness(1)
    }
}

section.module-slideshow .module-container {
    opacity: 0
}

[data-aos="module-slideshow-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

section.module-social-wall {
    position  : relative;
    overflow  : hidden;
    margin-top: -25px
}

section.module-social-wall .container-fluid {
    background-color: #f4f4f4;
    clip-path       : polygon(0% 0%, 100% 5%, 100% 100%, 0% 95%)
}

section.module-social-wall .module-container {
    padding: 50px 15px
}

section.module-social-wall .module-container .side-heading {
    color         : #5f5f5f;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : bold;
    letter-spacing: 4.5px;
    line-height   : 1.5;
    position      : relative;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 15px
}

section.module-social-wall .module-container .heading {
    color         : #28303d;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : 1.75rem;
    font-weight   : 800;
    letter-spacing: 0;
    line-height   : 1.2;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 15px
}

section.module-social-wall .module-container .heading::before {
    content       : '#';
    color         : #33a1d7;
    font-size     : 1.75rem;
    font-weight   : 800;
    letter-spacing: 0;
    line-height   : 1.2;
    margin-right  : -5px
}

section.module-social-wall .module-container p {
    color         : #000;
    font-family   : "Microsoft YaHei";
    font-size     : .75rem;
    font-weight   : 500;
    letter-spacing: 1px;
    line-height   : 1.5;
    text-align    : center;
    margin        : 0
}

section.module-social-wall .module-container img.social-wall-image {
    margin: 0 auto
}

section.module-social-wall .module-container a.btn-mico-double {
    display   : inline-block;
    margin    : 0;
    margin-top: 15px
}

@media(min-width:750px) {
    section.module-social-wall {
        padding-top   : 45px;
        padding-bottom: 45px;
        overflow      : hidden;
        min-height    : var(--app-height)
    }

    section.module-social-wall .container-fluid {
        padding-top   : 45px;
        padding-bottom: 45px;
        clip-path     : polygon(0% 0%, 100% 10%, 100% 100%, 0% 90%)
    }

    section.module-social-wall img.social-wall-image {
        position : absolute;
        top      : 50%;
        transform: translateY(-50%);
        right    : 0;
        z-index  : 10;
        max-width: 500px;
        height   : auto
    }

    section.module-social-wall .module-container {
        padding: 40px
    }

    section.module-social-wall .module-container .side-heading {
        font-size     : .875rem;
        font-weight   : bold;
        letter-spacing: 4.5px;
        line-height   : 1.5;
        text-align    : left;
        margin        : 0;
        margin-bottom : 20px
    }

    section.module-social-wall .module-container .side-heading::after {
        content         : '';
        background-color: #5f5f5f;
        margin-left     : 20px;
        width           : 100%;
        height          : 1px;
        max-width       : 65px;
        position        : absolute;
        top             : 50%;
        transform       : translateY(-50%)
    }

    section.module-social-wall .module-container .heading {
        font-size     : 5.25rem;
        font-weight   : 800;
        letter-spacing: 1px;
        line-height   : 1.2;
        text-align    : left;
        margin        : 0;
        margin-bottom : 20px;
        word-wrap     : break-word
    }

    section.module-social-wall .module-container .heading::before {
        font-size     : 5.25rem;
        font-weight   : 800;
        letter-spacing: 1px;
        line-height   : 1.2;
        margin-right  : -20px
    }

    section.module-social-wall .module-container p {
        font-size     : 1rem;
        letter-spacing: .5px;
        line-height   : 1.5;
        text-align    : left
    }

    section.module-social-wall .module-container a.btn-mico-double {
        margin    : 0;
        margin-top: 50px
    }
}

section.module-social-wall .module-container,
section.module-social-wall img.social-wall-image {
    opacity: 0
}

[data-aos="social-wall-container-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

[data-aos="social-wall-image-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

@media(min-width:750px) {
    [data-aos="social-wall-image-bounce"].aos-animate {
        animation-name: mico-social-wall-fade-in-right
    }

    [data-aos="social-wall-container-bounce"].aos-animate {
        animation-name: mico-fade-in-left
    }
}

section.module-partner {
    position: relative;
    overflow: hidden
}

section.module-partner .partner-image {
    height             : 120px;
    background-size    : contain;
    background-repeat  : no-repeat;
    background-position: 50% 50%
}

section.module-partner .module-container {
    background-color: #fff;
    padding         : 45px 15px;
    text-align      : center
}

section.module-partner .module-container .heading {
    color         : #28303d;
    display       : block;
    font-family   : "Microsoft YaHei";
    font-size     : 1.75rem;
    font-weight   : 800;
    letter-spacing: 0;
    line-height   : 1.5;
    text-align    : center;
    text-transform: uppercase;
    margin        : 0;
    margin-bottom : 25px
}

.grey-border {
    border: 1px solid #d3d3d3
}

section.module-partner .module-container div>a {
    display: block;
    width  : 100%;
    height : 100%;
    padding: 2px
}

@media(min-width:750px) {
    section.module-partner {
        background-attachment: fixed;
        background-position  : center 60px;
        background-repeat    : no-repeat;
        background-size      : cover;
        padding-top          : 150px;
        padding-bottom       : 150px;
        overflow             : hidden
    }

    section.module-partner .module-container {
        padding: 50px
    }

    section.module-partner .module-container .heading {
        font-size     : 4rem;
        font-weight   : 800;
        letter-spacing: 1px;
        line-height   : 1.2;
        margin        : 0;
        margin-bottom : 50px
    }

    section.module-partner .module-container div.row-overflowed>div {
        padding-top   : 2px;
        padding-bottom: 2px
    }

    section.module-partner .module-container div>a:hover {
        border       : 2px solid var(--focus-purple);
        border-radius: 5px;
        padding      : 0
    }
}

section.module-partner .module-container {
    opacity: 0
}

[data-aos="module-partner-bounce"].aos-animate {
    animation-name     : mico-fade-in-bottom;
    animation-fill-mode: forwards
}

nav.mico-navbar .navbar-brand {
    transition: all .5s ease-in-out
}

.post_bg {
    position           : absolute;
    top                : 0;
    left               : 0;
    bottom             : 0;
    width              : 100%;
    height             : 100%;
    background-position: center center;
    background-size    : cover;
    background-repeat  : no-repeat;
}

.news-heading:before,
.news-heading:after {
    display           : block;
    content           : ' ';
    background        : #fff;
    transition        : all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    display           : inline-block;
    left              : 50%;
    z-index           : 41;
    width             : -webkit-fill-available;
    overflow          : hidden;
    height            : 2px;
    transition        : all .3s;
    -webkit-transform : translate(-50%, -50%);
    -moz-transform    : translate(-50%, -50%);
    -o-transform      : translate(-50%, -50%);
    -ms-transform     : translate(-50%, -50%);
    transform         : translate(-50%, -50%);
}

.news-heading:before {
    position: absolute;
    top     : 50px;
    height  : 2px;
    opacity: 0;
}

.news-heading:after {
    position: absolute;height  : 2px;
    bottom  : 50px; opacity: 0;
}
.post-card-beauty:hover .news-heading:before{top     : 0;  transition        : all 0.5s linear;
    -webkit-transition: all 0.5s linear; opacity: 1;height  : 2px;}

.post-card-beauty:hover .news-heading:after{bottom     : 0;  transition        : all 0.5s linear;
    -webkit-transition: all 0.5s linear; opacity: 1;height  : 2px;}

   