@charset "utf-8";

/* Block Style */
.block-title {
    position: absolute;
    left: 15px;
    right: 15px;
    display: flex;
    height: 109px;
    line-height: 109px;
    z-index: 99;
    margin-bottom: 50px;
    background: url(../static/img/home_news_title_bg.png) no-repeat center top/contain;
    align-items: center
}

.block-title h1 {
    padding-left: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #002148
}

.block-title h1 span {
    padding-left: 24px;
    font-size: 24px;
    color: #c7ad7e;
    font-weight: normal;
    vertical-align: middle
}

.block-title .block-more {
    margin-left: 32px
}

.block-more {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: none;
    background: transparent url(../static/img/icon/icon_more.png) no-repeat center/cover;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.section-title {
    position: relative;
    padding: 10px 0;
    text-align: center
}

.section-title.text-left {
    text-align: left
}

.section-title.white h1 {
    color: #fff
}

.section-title h1 {
    font-size: 36px;
    font-weight: 700;
    color: #25457a;
    margin-bottom: 20px;
}

.section-title p {
    font-size: 28px;
    color: #c7ad7e
}

.section-title.all-black h1,
.section-title.all-black p {
    color: #333
}

.section-title p.small {
    margin-top: 8px;
    font-size: 18px
}

.section-title .block-more {
    position: absolute;
    top: 10px;
    right: 0;
    display: block
}

/* Home Banner */
.home-banner {
    z-index: 10
}

.banner-carousel {
    max-width: 100%;
    width: 100%;
    height: 44vw;
    margin: 0 auto
}

.banner-carousel .swiper-slide {
    display: block;
    width: 100%;
    background-color: #eee;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

/* Home Hero */
.home-hero {
    padding: 24px 0;
    background-color: #edf5ff
}

.hero-list ul {
    display: flex;
    flex-wrap: nowrap
}

.hero-list li {
    width: 25%
}

.hero-list-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 36px 0;
    background-color: #f6fafc;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.hero-list-item:hover {
    box-shadow: 0 0 30px rgba(37, 69, 122, .2)
}

.hero-list-item.i1 {
    background-color: #f6fafc
}

.hero-list-item.i2 {
    background-color: #fdfbf7
}

.hero-list-item.i3 {
    background-color: #f7f6f6
}

.hero-list-item.i4 {
    background-color: #f6f9fc
}

.hero-list-item .icon {
    width: 72px;
    height: 72px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../static/img/icon/home_hero_icon_1.png)
}

.hero-list-item.i1 .icon {
    background-image: url(../static/img/icon/home_hero_icon_1.png)
}

.hero-list-item.i2 .icon {
    background-image: url(../static/img/icon/home_hero_icon_2.png)
}

.hero-list-item.i3 .icon {
    background-image: url(../static/img/icon/home_hero_icon_3.png)
}

.hero-list-item.i4 .icon {
    background-image: url(../static/img/icon/home_hero_icon_4.png)
}

.hero-list-item .title {
    padding-left: 24px;
    font-size: 24px;
    color: #000
}

/* Home News */
.home-news {
    z-index: 10;
    padding: 34px 0 90px
}

.news-carousel {
    width: 100%;
    height: 584px;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, .05)
}

.news-carousel .swiper-slide {
    background-color: #eee
}

.news-carousel-item {
    position: relative;
    width: 100%;
    height: 100%
}

.news-carousel-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.news-carousel-item:hover .overlay {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news-carousel-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 72px;
    padding: 0 160px 0 24px;
    background-color: rgba(37, 69, 122, .9);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.news-carousel .swiper-slide:hover .news-carousel-title {
    background-color: #25457a
}

.news-carousel-title h3 {
    line-height: 72px;
    font-size: 24px;
    color: #fff
}

.swiper-pagination.news-pagination {
    bottom: 26px;
    padding-right: 30px;
    text-align: right
}

.swiper-pagination.news-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.swiper-pagination.news-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border: 2px solid #cbb180
}

.banner-carousel .swiper-pagination-bullet-active {
    width: 80px !important;
    background: #002147;
   

}

.banner-carousel .swiper-pagination {
    bottom: 50px !important;
    text-align: right;
        padding-right: 172px;
}

.banner-carousel .swiper-pagination-bullet {
    border-radius: 8px !important;
    width: 12px;
}


.banner-carousel .swiper-button-prev:hover, .banner-carousel .swiper-button-next:hover{
    opacity: 1;
}
.banner-carousel .swiper-button-prev{
    background: url(../static/img/icon/icon_arrow_left.png);
    width: 50px;
    height: 50px;
   opacity: 0.6;
    left: 20px;
    background-size: cover;
  
}


.banner-carousel .swiper-button-next {
    right: 20px;
    background: url(../static/img/icon/icon_arrow_right.png);
    width:50px;
    height: 50px;
 opacity: 0.6;
    background-size: cover;
  
    }




.news-block-list {
    min-height: 600px
}

.news-block-list li {
    margin-bottom: 28px
}

.news-block-list li:last-child {
    margin-bottom: 0;
}

.news-block-item {
    position: relative;
    overflow: hidden;
    padding: 20px 0 0;
    width: 100%;
    height: 126px;
    border-radius: 10px;
    background: #fff;
    background: -webkit-linear-gradient(180deg, #fcfbfc, #f2f2f2);
    background: -o-linear-gradient(180deg, #fcfbfc 0, #f2f2f2 100%);
    background: -moz-linear-gradient(180deg, #fcfbfc 0, #f2f2f2 100%);
    background: linear-gradient(180deg, #fcfbfc, #f2f2f2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease
}

.news-block-item::after {
    content: "";
    position: absolute;
    left: 150px;
    top: 38px;
    height: 50px;
    border-left: 1px solid #d8d8d8
}

.news-block-item:hover {
    background: -webkit-linear-gradient(90deg, #fae6c8 0, #fcf6ef 100%);
    background: -o-linear-gradient(90deg, #fae6c8 0, #fcf6ef 100%);
    background: -moz-linear-gradient(90deg, #fae6c8 0, #fcf6ef 100%);
    background: linear-gradient(90deg, #fae6c8 0, #fcf6ef 100%)
}

.news-block-item .date {
    position: absolute;
    left: 28px;
    width: 100px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-item .date b,
.news-block-item .date span {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    line-height: 1;
    font-weight: 400
}

.news-block-item .date span {
    margin-top: 8px;
    font-size: 40px;
    color: #333;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-item .date b {
    font-size: 20px;
    margin-top: 10px;
    color: #999;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-item:hover .date b {
    color: #333;
}

.news-block-item:hover .date::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 58px;
    height: 58px;
    margin: 0 auto;
    background-color: #25457a;
    color: #fff;
    border-radius: 50%
}

.news-block-item:hover .date span {
    color: #fff
}

.news-block-item .text {
    position: relative;
    padding-left: 180px;
    padding-right: 24px
}

.news-block-item .text h3 {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-item .text h5 {
    margin-top: 12px;
    color: #333;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.list-news {
    margin-top: 30px
}

.list-news ul {
    display: flex;
    flex-wrap: wrap
}

.list-news li {
    width: 50%
}

.list-news-item {
    display: flex;
    height: 72px;
    padding: 0 36px 0 32px;
    background: url(../static/img/icon/icon_list_dot.png) no-repeat center left/8px 8px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.list-news-item:hover {
    background-color: #f7f7f7
}

.list-news-item h3 {
    width: 75%;
    line-height: 72px;
    font-size: 20px;
    color: #333;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.list-news-item:hover h3 {
    color: #c7ad7e
}

.list-news-item p {
    width: 25%;
    line-height: 72px;
    text-align: right;
    font-size: 20px;
    color: #999;
    white-space: nowrap
}

/* Home Major */
.home-major {
    padding: 70px 0;
    background: url(../static/img/home_major_bg.png) no-repeat center top / 100% 526px
}

.major-carousel {
    margin-top: 102px;
    padding-bottom: 30px
}

.major-carousel .swiper-slide {
    width: 25%;
    padding: 0 16px
}

.major-carousel-item {
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.major-carousel-item:hover {
    box-shadow: 0 4px 20px rgb(0, 0, 0, .1);
    border-radius: 8px
}

.major-carousel-item .photo {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #999
}

.major-carousel-item .photo .color-overlay,
.major-carousel-item .photo .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.major-carousel-item .photo {
    z-index: 1;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.major-carousel-item:hover .photo {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.major-carousel-item .photo .color-overlay {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #093668;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.major-carousel-item .photo .color-overlay span {
    width: 86px;
    height: 24px;
    background: rgba(199, 220, 255, .15);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .42);
    text-align: center;
    color: #fff
}

.major-carousel-item:hover .photo .color-overlay {
    visibility: visible;
    opacity: .8
}

.major-carousel-item .title {
    position: relative;
    padding: 28px 16px;
    text-align: center
}

.major-carousel-item .title::after {
    content: "";
    position: absolute;
    z-index: 99;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.major-carousel-item:hover .title::after {
    opacity: 1;
    visibility: visible
}

.major-carousel-item .title h3 {
    font-size: 24px;
    color: #112341
}

.major-carousel-control {
    display: flex;
    padding: 24px 0;
    justify-content: center;
    align-items: center
}

.major-button-next,
.major-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 36px;
    height: 36px;
    margin-top: 0;
    border-radius: 50%;
    background-size: cover;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.major-button-next:hover,
.major-button-prev:hover {
    opacity: .6
}

.major-button-prev {
    margin-right: 62px;
    background-image: url(../static/img/icon/icon_arrow_left.png)
}

.major-button-next {
    margin-left: 62px;
    background-image: url(../static/img/icon/icon_arrow_right.png)
}

/* Home Student */
.home-student {
    padding-bottom: 54px
}

.home-student .inner {
    padding-top: 70px;
    background-color: #f9f7f2
}

.student-carousel {
    height: 425px;
    margin-bottom: 20px
}

.student-carousel .swiper-slide {
    width: 33.333%
}

.student-carousel-item {
    position: relative;
    padding: 84px 18px 0
}

.student-carousel-item .student-info {
    padding: 86px 30px 76px;
    border-radius: 8px
}

.student-carousel-item .student-photo {
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 300px;
    height: 100%;
    border-bottom-right-radius: 8px;
    background-position: bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.student-carousel-item .student-info h3 {
    padding-bottom: 10px;
    font-size: 24px;
    color: #fff
}

.student-carousel-item .student-info p {
    margin: 12px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1
}

.student-carousel a:nth-of-type(1n) .student-info {
    background-color: #25457a
}

.student-carousel a:nth-of-type(2n) .student-info {
    background-color: #576e93
}

.student-carousel a:nth-of-type(3n) .student-info {
    background-color: #cbb180
}

.student-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #25457a;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.student-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border: 2px solid #cbb180;
    background-color: transparent
}

/* Home Data */
.home-data {
    padding-top: 80px;
    background: url(../static/img/home_data_bg.png) no-repeat center top;
    background-size: cover;
    position: relative;


}

.data-list {
    min-height: 368px;
    margin-top: 62px;
    margin-bottom: 30px
}

.data-list ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.data-list li {
    width: calc(100% / 6);
    padding: 0 4px
}

.data-item {
    padding: 60px 0;
    background: rgba(126, 161, 219, .4);
    text-align: center;
    border-radius: 4px 4px 0 0;
    backdrop-filter: blur(4px);
    border: 2px solid transparent;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.data-item:hover {
    padding: 80px 0;
    border-color: #cbb180;
    background-color: rgba(37, 69, 122, .8)
}

.data-item .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../static/img/icon/home_data_icon_1.png)
}

.data-item .text {
    color: #fff
}

.data-item:hover .text {
    color: #cbb180
}

.data-item .text h1 {
    font-size: 56px;
    display: inline-block;

}

.jssa {

    display: inline-block;
    font-size: 31px;
}

.data-item .text p {
    font-size: 18px
}

.data-item.i1 .icon {
    background-image: url(../static/img/icon/home_data_icon_1.png)
}

.data-item.i1:hover .icon {
    background-image: url(../static/img/icon/home_data_icon_1_active.png)
}

.data-item.i2 .icon {
    background-image: url(../static/img/icon/home_data_icon_2.png)
}

.data-item.i2:hover .icon {
    background-image: url(../static/img/icon/home_data_icon_2_active.png)
}

.data-item.i3 .icon {
    background-image: url(../static/img/icon/home_data_icon_3.png)
}

.data-item.i3:hover .icon {
    background-image: url(../static/img/icon/home_data_icon_3_active.png)
}

.data-item.i4 .icon {
    background-image: url(../static/img/icon/home_data_icon_4.png)
}

.data-item.i4:hover .icon {
    background-image: url(../static/img/icon/home_data_icon_4_active.png)
}

.data-item.i5 .icon {
    background-image: url(../static/img/icon/home_data_icon_5.png)
}

.data-item.i5:hover .icon {
    background-image: url(../static/img/icon/home_data_icon_5_active.png)
}

.data-item.i6 .icon {
    background-image: url(../static/img/icon/home_data_icon_6.png)
}

.data-item.i6:hover .icon {
    background-image: url(../static/img/icon/home_data_icon_6_active.png)
}

/* Home Quick Link */
.home-quick-link {
    padding-bottom: 60px;
    background-color: #f6f6f6
}

.home-quick-link .inner {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #e2e2e2;
    border-top: none
}

.quick-link-list {
    display: flex;
    justify-content: center
}

.quick-link-item {
    display: flex;
    width: 300px;
    height: 144px;
    margin: 0 12px;
    justify-content: center;
    align-items: center
}

.quick-link-item .icon {
    width: 72px;
    height: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.quick-link-item.i1 .icon {
    background-image: url(../static/img/icon/home_quick_link_1.png)
}

.quick-link-item.i2 .icon {
    background-image: url(../static/img/icon/home_quick_link_2.png)
}

.quick-link-item.i3 .icon {
    background-image: url(../static/img/icon/home_quick_link_3.png)
}

.quick-link-item.i1:hover .icon {
    background-image: url(../static/img/icon/home_quick_link_1_active.png)
}

.quick-link-item.i2:hover .icon {
    background-image: url(../static/img/icon/home_quick_link_2_active.png)
}

.quick-link-item.i3:hover .icon {
    background-image: url(../static/img/icon/home_quick_link_3_active.png)
}

.quick-link-item .title {
    padding-left: 24px;
    font-size: 24px;
    color: #000;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.quick-link-item:hover .title {
    color: #cbb180
}

/* Home Video */
.home-video {
    padding: 70px 0 0
}

.video-carousel {
    width: 100%;
    height: 28vw;
    margin-top: 30px;
    background-color: #eee
}

.video-carousel .swiper-slide {
    position: relative
}

.video-carousel .swiper-slide .video-play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 78px;
    height: 78px;
    margin: -39px auto 0;
    background: url(../static/img/icon/icon_play.png) no-repeat center/cover;
    cursor: pointer;
}

.video-thumbnail {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center
}

.video-thumbnail-item {
    position: relative;
    width: 172px;
    height: 96px;
    margin-left: 18px;
    margin-right: 18px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.video-thumbnail-item.active,
.video-thumbnail-item:hover {
    border: 5px solid #cbb180
}

.video-thumbnail-item .thumbnail-play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 34px;
    height: 34px;
    margin: -17px auto 0;
    background: url(../static/img/icon/icon_play.png) no-repeat center/cover
}

/* Home Photo */
.home-photo {
    padding: 90px 0 50px
}

.home-photo .section-title {
    padding-bottom: 50px
}

.photo-item {
    position: relative;
    width: 100%;
    height: 290px;
    margin-bottom: 24px;
    padding-top: 70px;
    background-color: #999;
    text-align: center;
    overflow: hidden
}

.photo-item.extend {
    width: 100%;
    height: 600px
}

.photo-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.photo-item:hover .overlay {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.photo-item .icon {
    position: relative;
    z-index: 3;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../static/img/icon/photo_icon_2.png)
}

.photo-item .title {
    position: relative;
    z-index: 3;
    margin-top: 12px;
    font-size: 24px;
    color: #fff
}

.photo-item.extend {
    padding-top: 211px
}

.photo-item.i2 .icon {
    background-image: url(../static/img/icon/photo_icon_2.png)
}

.photo-item.i3.icon {
    background-image: url(../static/img/icon/photo_icon_3.png)
}

.photo-item.i4 .icon {
    background-image: url(../static/img/icon/photo_icon_4.png)
}

.home-phone {
    padding: 60px 0;
    background: url(../static/img/home_phone_bg.png) no-repeat center/cover
}

.phone-block {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 18px
}

.phone-block .col {
    padding: 35px 0
}

.phone-block .col.i1 {
    width: 24%;
    background-color: rgba(255, 255, 255, .89)
}

.phone-block .col.i2 {
    width: 28%;
    background-color: rgba(255, 255, 255, .89)
}

.phone-block .col.i3 {
    width: 36%;
    background-color: rgba(255, 255, 255, .89)
}

.phone-block .col.i4 {
    width: 12%;
    margin-left: 24px;
    padding: 20px;
    background-color: rgba(255, 255, 255, .89);
    border-radius: 4px
}

.phone-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 20px;
    border-right: 1px solid #e2e2e2
}

.phone-item h3,
.phone-item p {
    font-size: 18px;
    white-space: nowrap
}

.phone-item h3 span {
    display: inline-block;
    width: 54px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fff;
    color: #25457a;
    border-radius: 22px
}

.phone-item h3 span.primary {
    background-color: #eff5fc
}

.phone-item p {
    color: #333
}

.phone-qrcode {
    text-align: center
}

.phone-qrcode img {
    width: 90%;
    height: auto
}

.phone-qrcode p {
    margin-top: 8px;
    color: #999
}

/* Home Link */
.home-link {
    padding: 16px 0;
    background-color: #f2f8ff
}

.link-list ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

.link-list li {
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
    text-align: center;
    color: #333;
    font-size: 18px;
    background-color: #fff
}

.link-list li a {
    color: #333
}

/* 
* Column
*/

/* Column Banner */
.column-banner {
    width: 100%
}

.column-banner .inner {
    position: relative
}

.column-banner .img {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../images/page/column_default_bg.png);
}

.column-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.column-breadcrumb {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 72px;
    padding-left: 182px;
    padding-right: 24px;
    background-color: rgba(41, 80, 143, .5)
}

.column-breadcrumb .possplit {
    padding: 0 10px;
    background: url(../images/page/icon_breadcrumb_right.png) no-repeat center / 14px auto;
}

.column-breadcrumb p {
    padding-left: 36px;
    line-height: 72px;
    color: #fff;
    background: url(../images/page/icon_column_breadcrumb.png) no-repeat center left/25px auto
}

.column-breadcrumb a {
    color: #fff;
}

.column-breadcrumb a:hover {
    opacity: .8;
}

.column-breadcrumb a.current {
    font-size: 24px;
    font-weight: bold;
}

.column-breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border: 50px solid transparent;
    border-top-color: rgba(41, 80, 143, .5);
    -webkit-transform: rotate(45deg) translateX(-21px) translateY(50px);
    -ms-transform: rotate(45deg) translateX(-21px) translateY(50px);
    transform: rotate(45deg) translateX(-21px) translateY(50px)
}

/* Column Main Content */
.column {
    background-color: #fff;
    margin-bottom: 40px;
    padding-top: 40px;
}

.column .inner {}

.column-nav {
    width: 18.75%;
    background: url(../static/img/column_nav_bg.png) no-repeat !important;
    background-size: cover !important;
    float: left;
    min-height: 325px;

}

.column-content {
    width: 81.25%;
    padding-left: 60px;
    min-height: calc(50vh);
    float: right;
}

.column-nav>ul {}

.col_name_text {
    display: block;
    height: 82px;
    line-height: 82px;
    padding-left: 56px;
    font-size: 24px;
    line-height: 82px;
    color: #fff;
    background: #133651;
}

.column-nav .fv a {
    display: block;
    height: 82px;
    line-height: 82px;
    padding-left: 56px;
    font-size: 24px;
    line-height: 82px;
    color: #666;
}

.column-nav .fv li.selected>a,
.column-nav .fv li>a:hover {
    font-weight: bold;
    color: #25457A;
    background: -webkit-gradient(linear, right top, left top, from(#F0F5FF), to(#AAC6FF));
    background: -o-linear-gradient(right, #F0F5FF 0%, #AAC6FF 100%);
    background: linear-gradient(270deg, #F0F5FF 0%, #AAC6FF 100%);
}

.column-name {
    padding: 62px 0 26px;
    font-size: 30px;
    border-bottom: 1px solid #CBB180;
    color: #333;
    font-weight: bold;
    font-size: 30px;
}

.news-list li {
    border-bottom: 1px solid #D7D7D7;
}

.news-list-item {
    position: relative;
    width: 100%;
    height: 224px;
    padding: 44px 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease
}

.news-list-item:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFDF8), to(#FFF8EC));
    background: -o-linear-gradient(top, #FFFDF8 0%, #FFF8EC 100%);
    background: linear-gradient(180deg, #FFFDF8 0%, #FFF8EC 100%);
}

.news-list-item .photo {
    position: absolute;
    left: 0;
    top: 44px;
    width: 242px;
    height: 136px;
    background-color: #eee;
}

.news-list-item .content {
    padding: 0 132px 0 270px;
    color: #1a1a1a
}

.news-list-item .content h3 {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
}

.news-list-item .content p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
    height: 96px;
    color: #999
}

.news-list-item .date {
    position: absolute;
    top: 44px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    text-align: right;
}

.news-list-item .date-block {
    width: 55px;
    height: 55px;
    border: 1px solid #cbb180
}

.news-list-item .date b,
.news-list-item .date span {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.news-list-item .date span {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    background-color: #cbb180;
    color: #fff;
}

.news-list-item .date b {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    color: #cbb180;
}

.news-list-item .arrow {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 26px 12px 0 0;
    text-align: center;
    border: none;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 15px;
    color: #333;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease
}

.news-list-item:hover .arrow {
    background: #CBB180;
    color: #fff;
}

.news-list-item .date .text-date {
    width: 100%;
    margin-top: 10px;
    color: #333;
    padding-right: 8%;
    box-sizing: border-box;
}

.column .wp_single {
    padding: 20px
}

.teacher-list {
    padding: 20px
}

.teacher-item {
    display: block;
    max-width: 210px;
    width: 100%;
    margin: 15px auto;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.teacher-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.teacher-item h2 {
    padding: 10px;
    background-color: #fff;
    font-size: 18px;
    color: #333;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.teacher-item:hover h2 {
    color: #a92329
}

.teacher-item img {
    width: 210px;
    height: 290px
}

.column-img-list {
    padding: 15px
}

.column-img-item {
    margin: 15px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.column-img-item .photo {
    border-right: 4px solid #a92329;
    width: 100%;
    height: 230px;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.column-img-item .title {
    padding: 8px 12px 6px;
    border-left: 4px solid #a92329
}

.column-img-item .title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.column-img-item .title .date {
    color: #999
}

.column-img-item:hover {
    box-shadow: 0 4px 12px rgba(169, 35, 41, .2)
}

.column-img-item:hover .title h3 {
    color: #a92329
}


/*
 * Post Style
 */
#wp_pager {
    text-align: center
}

.post {
    padding: 100px 0
}

.post .inner {
    display: flex;
    flex-wrap: wrap;
}

.post-detail {
    width: 68%;
}

.post-ranking {
    width: 32%;
    padding-left: 80px;
}

.post-detail .inner {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.post-title {
    width: 68%;
    padding-bottom: 50px;
    font-weight: bold;
    color: #333;
    text-align: left;
    font-size: 26px;
    text-align: center;
}

.post-info {
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
    background: #fff
}

.post-attr {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    color: #666;
    font-size: 18px;
    padding-left: 32px;
    line-height: 1;
    text-align: center;
}

.post-attr span {
    float: right;
    padding-left: 32px;
    background: url(../static/img/icon/icon_view.png) no-repeat center left / auto;
}

.post-content {
    padding-top: 60px;
    margin: 0 0;
    min-height: 400px
}

.post-content img {
    margin: 10px 0;
    height: auto !important;
    max-width: 100% !important
}

.post-ranking-list h1 {
    padding: 16px 0 16px 38px;
    margin-bottom: 16px;
    font-size: 28px;
    color: #333;
    background: url(../static/img/icon/icon_column_breadcrumb.png) no-repeat center left / auto 20px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.post-ranking-list h1 span {
    padding-left: 20px;
    font-size: 20px;
    color: #ccc;
}

.post-ranking-list li {
    margin-bottom: 16px;
}

.post-ranking-item {
    position: relative;
    width: 100%;
    height: 92px;
    border-radius: 6px;
    background: #fff;
    background: -webkit-linear-gradient(180deg, #fcfbfc, #f2f2f2);
    background: -o-linear-gradient(180deg, #fcfbfc 0, #f2f2f2 100%);
    background: -moz-linear-gradient(180deg, #fcfbfc 0, #f2f2f2 100%);
    background: linear-gradient(180deg, #fcfbfc, #f2f2f2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease
}

.post-ranking-item:hover {
    background: -webkit-linear-gradient(0, #fae6c8 0, #fcf6ef 100%);
    background: -o-linear-gradient(0, #fae6c8 0, #fcf6ef 100%);
    background: -moz-linear-gradient(0, #fae6c8 0, #fcf6ef 100%);
    background: linear-gradient(0, #fae6c8 0, #fcf6ef 100%)
}

.post-ranking-item .date {
    position: absolute;
    top: 16px;
    left: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 88px;
}

.post-ranking-item .date::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    height: 40px;
    border-right: 1px solid #ccc;
}

.post-ranking-item .date-block {
    width: 42px;
    height: 42px;
    border: 1px solid #cbb180;
    overflow: hidden;
}

.post-ranking-item .date b,
.post-ranking-item .date span {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.post-ranking-item .date span {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    background-color: #cbb180;
    color: #fff;
}

.post-ranking-item .date b {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #cbb180;
}

.post-ranking-item .date .text-date {
    width: 100%;
    margin-top: 4px;
    color: #999;
    white-space: nowrap;
}

.post-ranking-item .title {
    padding-left: 110px;
}

.post-ranking-item .title h3 {
    line-height: 92px;
    color: #333;
    font-size: 18px;
}



.row .col-lg-4:nth-child(2) .icon {
    background: url(../static/img/icon/zhuanye.png);
     width: 80px;
    height: 93px;
    background-size: cover;

}

.row .col-lg-4:nth-child(3) .icon {
    background: url(../static/img/icon/xiaoyuan.png);
     width: 80px;
    height: 93px;
    background-size: cover;

}

.row .col-lg-4:nth-child(2) a:nth-child(2) .icon {
    background: url(../static/img/icon/xuehseng.png);
    width: 95px;
    height: 93px;
    background-size: cover;

}

.photo-item::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000007a;
    content: "";
}

.row .col-lg-4:nth-child(1) .photo-item::after {
    display: none;
}

/* 列表页2 */
.news-listss {
    width: 100%;
    height: 100%;
    margin-top: 20px;

}

.rl_cr_item {
    border: 1px #e9e5f0 solid;
    padding: 20px 30px;

    background-size: 100% 100%;
    position: relative;
    background: #E2E2E2;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    margin-bottom: 20px;
    display: block;
}


.rl_cr {
    margin-top: 20px;
}


/* .rl_cr_item  a {
    display: block;
} */
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rl_cr_item::before {
    content: '';
    width: 3px;
    height: 40px;
    background: #133651;
    position: absolute;
    left: -0.01rem;
    top: 0;
}


.rl_cr_item .rl_cr_item_Title {
    width: calc(100% - 127px);
    padding-left: 30px;
}

.rl_cr_item .rl_cr_item_right {
    font-family: "Philosopher";
    width: 84px;
    border-left: 2px #dcdde2 solid;
}

.rl_cr .rl_cr_item .rl_cr_item_right .num {
    font-size: 40px;
    color: #133651;
    text-align: right;
    font-family: "Philosopher" !important;

}

.rl_cr .rl_cr_item .rl_cr_item_right .rl_cr_time {
    font-size: 14px;
    color: #133651;
    width: 100%;
    height: 30px;
    text-align: right;
    line-height: 30px;
    font-family: "Philosopher" !important;
}

.rl_cr_item .rl_cr_item_Title .fony {
    display: block;
    color: #333;
    font-size: 24px;
    line-height: 94px;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;

}


.home-data::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0021477d;
}

/* 新增专业详情列表页 */
.major-detail .inner {
    /* display: block; */
}

.major-detail .post-title {
    width: 68%;
    text-align: left;
}

.major-detail .post-detail {
    width: 68%;
}

.major-detail .post-title h1 {
    font-weight: bold;
    color: #333;
    font-size: 26px;
}

.major-detail .post-attr {
    padding-left: 0;
    text-align: left;
}

.major-tags {
    display: flex;
    margin-top: 16px;
}

.major-tag-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 24px;
}

.major-tag-item .primary {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background-color: #25457A;
    color: #fff;
    text-align: center;
}

#majorTag,
.major-tag-item .sub {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    background-color: #e2e2e2;
    color: #666;
    font-size: 18px;
}

#majorTag span {
    padding: 0 6px;
}

.major-qa-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.major-qa-list .sublist_title {
    height: auto !important;
    line-height: 1.5 !important;
    border-bottom: none !important;
}

.major-qa-list .subcolumn-name {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.major-qa-list .moretext {
    display: none !important;
}

.major-qa-item {
    position: relative;
    display: block;
    padding: 18px 24px 24px 75px;
    margin-bottom: 18px;
    background: #fff;
    background: -webkit-linear-gradient(180deg, #fcfbfc, #f2f2f2);
    background: -o-linear-gradient(180deg, #fcfbfc 0, #f2f2f2 100%);
    background: -moz-linear-gradient(180deg, #fcfbfc 0, #f2f2f2 100%);
    background: linear-gradient(180deg, #fcfbfc, #f2f2f2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease
}

.major-qa-item:hover {
    background: -webkit-linear-gradient(0, #fae6c8 0, #fcf6ef 100%);
    background: -o-linear-gradient(0, #fae6c8 0, #fcf6ef 100%);
    background: -moz-linear-gradient(0, #fae6c8 0, #fcf6ef 100%);
    background: linear-gradient(0, #fae6c8 0, #fcf6ef 100%)
}

.major-qa-item span {
    position: absolute;
    left: 22px;
    top: 22px;
    width: 38px;
    height: 24px;
    line-height: 24px;
    background-color: #e2e2e2;
    color: #333;
    text-align: center;
}

.major-qa-item:hover span {
    background-color: #25457a;
    color: #fff;
}

.major-qa-item h3 {
    color: #333;
    font-size: 18px;
    line-height: 28px;
}

.major-qa-item .major-content {
    margin-top: 18px;
    color: #333;
}

.column-banner .img.has-bottom {
    height: 380px;
}

.column-breadcrumb.has-bottom {
    bottom: 74px;
}

.column-horizontal-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 22px;
    border-top: 2px solid #ffffff;
    background: -webkit-linear-gradient(to bottom, rgba(232, 236, 241, .6), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(232, 236, 241, .6), rgba(255, 255, 255, 1));
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.column-horizontal-nav ul {
    display: flex;
    flex-wrap: nowrap;

}

.column-horizontal-nav li {
    overflow: hidden;
}

.column-horizontal-nav li a {
    display: block;
    padding: 12px 24px;
    font-size: 20px;
    color: #333;
    background-color: #fff;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.column-horizontal-nav li.selected a,
.column-horizontal-nav li:hover a {
    color: #CBB180;
    background-color: #29508F;
}

.column-horizontal-nav li:first-child {
    border-top-left-radius: 8px;
}

.column-horizontal-nav li:last-child {
    border-top-right-radius: 8px;
}

.column-content.full-width {
    width: 100%;
    padding-left: 0;
}

.column-major-item {
    position: relative;
    padding: 32px 36px;
    margin-bottom: 32px;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    border-radius: 8px;
    -ms-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.column-major-item:hover {
    background-color: #fff;
    border-color: #25457A;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.1);
}

.column-major-item:hover .content .intro {
    color: #25457A;
}

.column-major-item .photo {
    position: absolute;
    top: 32px;
    left: 36px;
    width: 172px;
    height: 172px;
    background-color: #ccc;
    border-radius: 50%;
}

.column-major-item .content {
    padding-left: 208px;
}

.column-major-item .content h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #333;
}

.column-major-item .content h3 span {
    display: inline-block;
    padding: 2px 10px;
    font-size: 18px;
    color: #25457A;
    background-color: #fff;
    vertical-align: middle;
}

.column-major-item .content p {
    font-size: 18px;
    margin-bottom: 12px;
    color: #111;
}

.column-major-item .content p b {
    font-weight: normal;
    color: #666;
}

.column-major-item .content .intro {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #999;
    -ms-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.wp_entry #wp_content_w7_0 img {
    width: 100% !important;
    height: auto !important;
}

.wp_entry img {
    min-width: 100% !important;
};



.col-xs-6s {
    width: 100%;
} 

.mas{
    width: 242px!important;
    height: 136px!important;
    border-radius: 0!important;
    top: 24px!important;
  
}

.df {
    padding-left: 283px!important;
    box-sizing: border-box;
}

.is {
    padding: 32px 36px 32px 36px!important;
    background-color: #E2E2E2;
    border-radius: 0px;

}

.lisa {
    padding-top: 40px!important;
    
}

.act {
    background-color: #ffffff00!important;

}

.rl_cr_item  {
 background: #f7f7f7;

}

.rl_cr_item:hover {
    background-color: #fff;
}

.rl_cr_item:hover .rl_cr_item_Title .fony {
    color: #002147;
}


.col-xs-6s:hover .is {
    background-color: #d9d9d9;
    border: none;
} 


.timett {
    text-align: right;
}

.is:hover .cit,.is:hover .act, .is:hover .timett{
    color: #002147;
}

.section-titless {
    position: relative;
    padding: 10px 0;
    text-align: left
}




.section-titless h1 {
    font-size: 36px;
    font-weight: 700;
    color: #25457a;
    margin-bottom: 20px;
}

.section-titless p {
    font-size: 28px;
    color: #c7ad7e
}



.section-titless p.small {
    margin-top: 8px;
    font-size: 18px
}

.section-titless .block-more {
    position: absolute;
    top: 10px;
    right: 0;
    display: block
}