/* <=== hhtitle ===> */
.hhtitle{
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    font-family: 'Encode Sans Condensed', sans-serif;
}
.hhtitle.vwhite, .hhtitle.vwhite a{
    color: #fff;
}
.hhtitle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 5px;
    background-color: #ed3237;
}
.hhtitle, .hhtitle h2, .hhtitle h3{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
/* <=== hhtitle ===> */

/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    padding-top: 45.139%;
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate; */
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 630px;
    margin-left: auto;
}
.slbannerhh .cstitle{
    text-align: right;
    color: #fff;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    transform: translateX(-150px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .cstitle{
    transition-delay: 0.4s;
    opacity: 1;
    transform: unset;
}
.slbannerhh .slick-dots{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    justify-content: flex-end;
}
.slbannerhh .slick-dots li button{
    width: 12px;
    height: 12px;
    border: none;
    background-color: #fff;
    opacity: 0.4;
}
.slbannerhh .slick-dots li button::before{
    display: none;
}
.slbannerhh .slick-dots li.slick-active button{
    opacity: 1;
}
.slbannerhh .slick-arrow{
    background-color: rgba(0, 0, 0, 0.5);
}
.slbannerhh .slick-arrow::before{
    font-size: 8px;
}
.slbannerhh .slick-prev::before{
    content: '\e928';
    transform: translate(-50%, -50%) rotate(180deg);
}
.slbannerhh .slick-next::before{
    content: '\e928';
}
/* <=== bannerhome ===> */

/* <=== infoshome ===> */
.hpinfosha{
    padding: 25px 0 30px;
}
.tpinfosha{
    text-align: center;
}
.tpinfosha .hatitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tpinfosha .hatitle, .tpinfosha .hatitle a{
    color: #074b91;
}
.tpinfosha .hatitle, .tpinfosha .hatitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.tpinfosha .hacapts{
    font-size: 20px;
    line-height: 30px;
}
.hpinfoshb{
    background-color: #074b91;
}
.hpinfoshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
}
.hpinfoshb .hbgrip > div{
    width: 50%;
}
.hpinfoshb .hbthumb{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hpinfoshb .hbthumb img{
    opacity: 0;
    width: 100%;
}
.hpinfoshb .hbdecss{
    height: 100%;
}
.hpinfoshb .dsgrip{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.hpinfoshb .dsgrip > div{
    width: 33.3333%;
    height: 50%;
    position: relative;
}
.hpinfoshb .dsgrip > div::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.hpinfoshb .dsgrip > div::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}
.itinfoshb{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 10px;
    justify-content: center;
    text-align: center;
    min-height: 140px;
}
.itinfoshb, .itinfoshb a{
    color: #fff;
}
.itinfoshb .hblinks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itinfoshb .hblinks a{
    display: block;
    width: 100%;
    height: 100%;
}
.itinfoshb .vvicon{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itinfoshb:hover .vvicon{
    transform: translateY(-5px);
}
.itinfoshb .vvicon img{
    max-width: 100%;
    max-height: 100%;
}
.itinfoshb .vvtext{
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
/* <=== infoshome ===> */

/* <=== trainhome ===> */
.trainhome{
    padding: 50px 0 60px;
}
.tptrainhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.tptrainhh .hhgrip > div{
    padding: 0 7.5px;
    width: 33.3333%;
    margin-bottom: 15px;
}
.ittrainhh{
    position: relative;
}
.ittrainhh .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 25px 20px;
    z-index: 1;
    pointer-events: none;
}
.ittrainhh .decss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: -1;
}
.ittrainhh .decss, .ittrainhh .decss a{
    color: #fff;
}
.ittrainhh .dstitle{
    font-family: 'Encode Sans Condensed', sans-serif;
}
.ittrainhh .dstitle, .ittrainhh .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
.ittrainhh .dstitle a{
    display: block;
    position: relative;
    padding-right: 50px;
}
.ittrainhh .dstitle a::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    color: #333;
    border-radius: 100%;
    font-size: 14px;
}
/* <=== trainhome ===> */

/* <=== eventhome ===> */
.eventhome{
    padding: 35px 0 80px;
    position: relative;
    z-index: 1;
    background-color: #074b91;
}
.eventhome::before{
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    width: 100%;
    height: 100%;
    background-image: url('../images/evnen.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.sleventhh .slick-arrow{
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.sleventhh .slick-arrow::before{
    font-size: 18px;
}
.iteventhh{
    overflow: hidden;
    background-color: #fff;
}
.iteventhh .decss{
    position: relative;
    padding: 25px 22px 25px;
}
.iteventhh .dsdates{
    position: absolute;
    bottom: calc(100% - 12px);
    left: 20px;
    padding: 6px 20px;
    background-color: #ed3237;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
    align-content: center;
}
.iteventhh .dsdates .ddate{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin-right: 16px;
}
.iteventhh .dsdates .dinfo{
    font-size: 14px;
    line-height: 20px;
}
.iteventhh .dsdates .imount{
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 1px;
}
.iteventhh .dsdates .imount::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.iteventhh .dstitle, .iteventhh .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.iteventhh .dstitle a{
    display: block;
    height: 75px;
    overflow: hidden;
    color: #000;
}
.iteventhh:hover .dstitle a{
    color: #074b91;
}
/* <=== eventhome ===> */

/* <=== newshome ===> */
.newshome{
    padding: 40px 0 60px;
}
.tpnewshh .nninfos{
    margin-bottom: 30px;
}
.tpnewshh .nnviews{
    text-align: center;
}
.tpnewshh .nnviews a{
    display: inline-block;
    border: 1px solid #0033a0;
    color: #0033a0;
    font-size: 15px;
    line-height: 22px;
    padding: 8px 45px;
    min-width: 170px;
    text-align: center;
}
.tpnewshh .nnviews a:hover{
    background-color: #0033a0;
    color: #fff;
}
.tpnewshh .nngrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpnewshh .nngrip > div{
    padding: 0 15px;
    width: 50%;
}
.itnewsha{
    position: relative;
}
.itnewsha .thumb a{
    height: 370px;
    padding-top: 0;
}
.itnewsha .decss{
    position: relative;
}
.itnewsha .dsponsi{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}
.itnewsha .dstends{
    padding: 15px 20px;
    border: 1px solid #eeeeee;
    border-top: none;
    font-size: 15px;
    line-height: 25px;
}
.itnewsha .dstends .tline{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itnewsha .dsdates{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 20px;
    background-color: rgba(237, 50, 55, 0.9);
    font-weight: bold;
    color: #fff;
}
.itnewsha .dstitle{
    padding: 15px 20px;
    background-color: rgba(7, 75, 145, 0.9);
}
.itnewsha .dstitle, .itnewsha .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itnewsha .dstitle, .itnewsha .dstitle a{
    color: #fff;
}
.tpnewshb .hbrow{
    margin-bottom: 20px;
}
.tpnewshb .hbrow:last-child{
    margin-bottom: 0;
}
.itnewshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itnewshb .hbgrip > div{
    padding: 0 10px;
}
.itnewshb .hbgrip .mcol{
    width: 230px;
}
.itnewshb .hbgrip .hcol{
    width: calc(100% - 230px);
}
.itnewshb .thumb a{
    height: 136.5px;
    padding-top: 0;
}
.itnewshb .decss{
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.itnewshb .dsdates{
    color: #ed3237;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.itnewshb .dstitle, .itnewshb .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.itnewshb .dstitle a{
    display: block;
    max-height: 75px;
    overflow: hidden;
}
/* <=== newshome ===> */

/* <=== admisshome ===> */
.admisshome{
    padding: 35px 0 60px;
    background-color: #f6f6f6;
}
.tpadmisshh .tslist{
    margin-bottom: 30px;
}
.tpadmisshh .tslink{
    text-align: center;
}
.tpadmisshh .tsgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
} 
.tpadmisshh .tsgrip > div{
    padding: 0 15px;
}
.tpadmisshh .tsgrip .lcol{
    width: 41.66%;
}
.tpadmisshh .tsgrip .rcol{
    width: calc(100% - 41.66%);
}
.tpadmisshh .tslink a{
    display: inline-block;
    border: 1px solid #0033a0;
    color: #0033a0;
    font-size: 15px;
    line-height: 22px;
    padding: 8px 45px;
    text-align: center;
    min-width: 170px;
}
.tpadmisshh .tslink a:hover{
    background-color: #0033a0;
    color: #fff;
}
.itadmissha{
    height: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.itadmissha .thumb a{
    height: 308px;
    padding-top: 0;
}
.itadmissha .decss{
    padding: 11px 20px 14px;
    position: relative;
}
.itadmissha .dsdates{
    position: absolute;
    bottom: 100%;
    left: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 20px;
    background-color: rgba(237, 50, 55, 0.9);
    font-weight: bold;
    color: #fff;
}
.itadmissha .dstitle, .itadmissha .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.itadmissha .dstitle a{
    display: block;
    height: 90px;
}
.tpadmisshb .hbrow{
    margin-bottom: 30px;
}
.tpadmisshb .hbrow:last-child{
    margin-bottom: 0;
}
.itadmisshb{
    background-color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.itadmisshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itadmisshb .hbgrip .mcol{
    width: 300px;
}
.itadmisshb .hbgrip .hcol{
    width: calc(100% - 300px);
}
.itadmisshb .thumb a{
    height: 196px;
    padding-top: 0;
}
.itadmisshb .decss{
    padding: 20px;
}
.itadmisshb .dsdates{
    color: #ed3237;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.itadmisshb .dstitle, .itadmisshb .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
/* <=== admisshome ===> */

/* <=== videoshome ===> */
.videoshome{
    padding: 40px 0 60px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.videoshome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 75, 145, 0.9);
    z-index: -1;
    pointer-events: none;
}
.tpvideoshh .hcgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpvideoshh .hcgrip > div{
    padding: 0 10px;
}
.tpvideoshh .hcgrip .lcol{
    width: calc(100% - 400px);
}
.tpvideoshh .hcgrip .rcol{
    width: 400px;
}
.itvideosnav{
    height: 441px;
    position: relative;
    overflow: hidden;
}
.itvideosnav img, .itvideosnav iframe, .itvideosnav video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slvideosfor .slick-slide{
    margin-bottom: 18px;
}
.itvideosfor{
    display: flex;
    cursor: pointer;
    background-color: #074b91;
}
.itvideosfor, .itvideosfor a{
    color: #fff;
}
.slick-current .itvideosfor{
    background-color: #ffffff;
}
.slick-current .itvideosfor, .slick-current .itvideosfor a{
    color: #333333;
}
.itvideosfor .thumb{
    width: 168px;
    height: 95px;
    display: block;
    position: relative;
}
.itvideosfor .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itvideosfor .decss{
    width: calc(100% - 168px);
    border-left: none;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    align-content: center;
}
.itvideosfor .dsnames{
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    width: 100%;
}
/* <=== videoshome ===> */

/* <=== albumhome ===> */
.albumhome{
    padding: 35px 0;
}
.tpalbumha{
    margin-bottom: 22px;
}
.tpalbumha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpalbumha .hagrip > div{
    padding: 0 10px;
}
.tpalbumha .hagrip .lcol{
    width: 32.774%;
}
.tpalbumha .hagrip .rcol{
    width: calc(100% - 32.774%);
}
.tpalbumhb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpalbumhb .hbgrip > div{
    padding: 0 10px;
}
.tpalbumhb .hbgrip .lcol{
    width: 32.774%;
}
.tpalbumhb .hbgrip .ccol{
    width: calc(100% - (32.774% + 25.211%));
}
.tpalbumhb .hbgrip .rcol{
    width: 25.211%;
}
.italbumsm .thumb{
    margin-bottom: 15px;
}
.italbumsm .dstitle, .italbumsm .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.italbumsm:hover .dstitle a{
    color: #074b91;
}
.italbumlk{
    margin-top: 20px;
}
.italbumlk a{
    display: block;
    border: 1px solid #0033a0;
    color: #0033a0;
    font-size: 15px;
    line-height: 22px;
    padding: 8px 45px;
    text-align: center;
}
.italbumlk a:hover{
    background-color: #0033a0;
    color: #fff;
}
.italbummd{
    background-color: #074b91;
}
.italbummd, .italbummd a{
    color: #fff;
}
.italbummd .ahgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.italbummd .ahgrip .mcol{
    width: calc(100% - 170px);
}
.italbummd .ahgrip .hcol{
    width: 170px;
}
.italbummd .ahdecss{
    padding: 20px;
}
.italbummd .dstitle, .italbummd .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
/* <=== albumhome ===> */
@media all and (max-width: 1200px){
   
}
@media all and (max-width: 991px){
    /* <=== hhtitle ===> */
    .hhtitle, .hhtitle h2, .hhtitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    /* <=== hhtitle ===> */

    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 45.265%;
        min-height: 172px;
    }
    .slbannerhh .slick-dots{
        bottom: 10px;
    }
    .slbannerhh .slick-dots li{
        margin: 0 6px;
    }
    .slbannerhh .bancapts{
        bottom: 35px;
    }
    .slbannerhh .cstitle{
        font-size: 25px;
        line-height: 35px;
        transform: translateX(-100px);
    }
    .slbannerhh .csinner{
        max-width: 60%;
    }
    /* <=== bannerhome ===> */

    /* <=== infoshome ===> */
    .hpinfosha{
        padding: 20px 0 25px;
    }
    .tpinfosha .hatitle, .tpinfosha .hatitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .tpinfosha .hacapts{
        font-size: 16px;
        line-height: 25px;
    }
    .hpinfoshb .hbgrip > div{
        width: 100%;
    }
    /* <=== infoshome ===> */

    /* <=== trainhome ===> */
    .trainhome{
        padding: 30px 0 40px;
    }
    .tptrainhh .hhgrip > div{
        width: 50%;
    }
    .ittrainhh .dstitle, .ittrainhh .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .ittrainhh .dstitle a::before{
        top: unset;
        transform: unset;
        bottom: 0;
    }
    /* <=== trainhome ===> */

    /* <=== eventhome ===> */
    .eventhome{
        padding: 30px 0 60px;
    }
    /* <=== eventhome ===> */

    /* <=== newshome ===> */
    .newshome{
        padding: 30px 0 50px;
    }
    .tpnewshh .nngrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpnewshh .nngrip > div:last-child{
        margin-bottom: 0;
    }
    .itnewsha .dsponsi{
        position: static;
    }
    .itnewsha .dsdates{
        position: absolute;
        bottom: 100%;
        left: 0;
    }
    .itnewsha .dstitle, .itnewsha .dstitle h3{
        font-size: 15px;
    }
    .itnewsha .dstends .tline{
        height: 100%;
        max-height: 100px;
        -webkit-line-clamp: 4;
    }
    .itnewsha .thumb a, .itnewshb .thumb a{
        height: 0;
        padding-top: 65.56%;
    }
    /* <=== newshome ===> */

    /* <=== admisshome ===> */
    .admisshome{
        padding: 30px 0 50px;
    }
    .tpadmisshh .tsgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpadmisshh .tsgrip .rcol{
        width: 100%;
    }
    .itadmissha .thumb a{
        padding-top: 65.56%;
        height: 0;
    }
    .itadmissha .dstitle, .itadmissha .dstitle h3{
        font-size: 16px;
        line-height: 27px;
    }
    .itadmissha .dstitle a{
        height: auto;
    }
    .itadmisshb .thumb a{
        padding-top: 65.56%;
        height: 0;
    }
    /* <=== admisshome ===> */

    /* <=== videoshome ===> */
    .videoshome{
        padding: 30px 0;
        background-attachment: unset;
    }
    .tpvideoshh .hcgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpvideoshh .hcgrip .rcol{
        width: 100%;
    }
    /* <=== videoshome ===> */

    /* <=== albumhome ===> */
    .albumhome{
        padding: 30px 0 50px;
    }
    .italbummd .ahgrip .mcol{
        width: 100%;
    }
    .italbummd .ahgrip .hcol{
        width: 100%;
    }
    /* <=== albumhome ===> */
}
@media all and (max-width: 767px){
    /* <=== bannerhome ===> */
    .slbannerhh .cstitle{
        font-size: 16px;
        line-height: 22px;
        transform: translateX(-50px);
    }
    .slbannerhh .csinner{
        max-width: 270px;
    }
    /* <=== bannerhome ===> */

    /* <=== infoshome ===> */
    .itinfoshb .vvicon{
        width: 50px;
        height: 60px;
        margin-bottom: 10px;
    }
    .itinfoshb .vvtext{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== infoshome ===> */

    /* <=== trainhome ===> */
    .tptrainhh .hhgrip > div{
        width: 100%;
    }
    /* <=== trainhome ===> */

    /* <=== eventhome ===> */
    .iteventhh .decss{
        padding: 45px 15px 20px 20px;
    }
    .iteventhh .dsdates{
        bottom: calc(100% - 25px);
    }
    .iteventhh .dstitle, .iteventhh .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== eventhome ===> */

    /* <=== newshome ===> */
    .itnewshb .hbgrip{
        margin: 0 -5px;
    }
    .itnewshb .hbgrip > div{
        padding: 0 5px;
    }
    .itnewshb .hbgrip .mcol{
        width: 170px;
    }
    .itnewshb .hbgrip .hcol{
        width: calc(100% - 170px);
    }
    .itnewshb .decss{
        padding-top: 10px;
    }
    .itnewshb .dstitle, .itnewshb .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itnewshb .dstitle a{
        max-height: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .tpnewshh .nnviews a{
        display: block;
        text-align: center;
    }
    /* <=== newshome ===> */

    /* <=== admisshome ===> */
    .itadmisshb .hbgrip .mcol{
        width: 160px;
    }
    .itadmisshb .hbgrip .hcol{
        width: calc(100% - 160px);
    }
    .itadmisshb .decss{
        padding: 8px 10px;
    }
    .itadmisshb .dstitle, .itadmisshb .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itadmisshb .dstitle a{
        max-height: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .itadmisshb .dsdates{
        margin-bottom: 2px;
    }
    .tpadmisshb .hbrow{
        margin-bottom: 20px;
    }
    .tpadmisshh .tslink a{
        display: block;
    }
    /* <=== admisshome ===> */

    /* <=== videoshome ===> */
    .itvideosnav{
        height: 0;
        padding-top: 56.667%;
    }
    .slvideosfor .slick-slide{
        margin-bottom: 12px;
    }
    .itvideosfor .thumb{
        width: 145px;
    }
    .itvideosfor .decss{
        width: calc(100% - 145px);
    }
    /* <=== videoshome ===> */

    /* <=== albumhome ===> */
    .tpalbumha .hagrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpalbumha .hagrip .rcol{
        width: 100%;
    }
    .italbummd .ahdecss{
        padding: 15px 20px;
    }
    .italbummd .dstitle, .italbummd .dstitle h3{
        font-size: 18px;
    }
    .tpalbumhb .hbgrip .lcol, .tpalbumhb .hbgrip .ccol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpalbumhb .hbgrip .rcol{
        width: 100%;
    }
    /* <=== albumhome ===> */
}