.x-div-page-banner{
	height: 500px;
	overflow: hidden;
	position: relative;
    text-align: center;
}

.x-div-page-banner img{
	/*width: 100%;*/
	height: 100%;
    -webkit-animation: pulse 10s linear  infinite;
    animation: pulse 10s linear  infinite;
}

.x-div-banner-img{
	height: 600px;
	-webkit-animation: pulse 10s linear  infinite;
    animation: pulse 10s linear  infinite;
    overflow: hidden;
}

.x-div-page-banner-search{
    width: 100%;
}

.x-div-page-banner-search img{
    width: 100%;
}

.x-div-list-title{
    color: #fff;
    font-size: 30px;
    margin-top: 200px;
}

.x-div-list-text{

}

.x-div-list-line{
    width: 68px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}

.x-div-page-list-title{
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    margin-bottom: 50px;
}

.x-column-title-line{
    width: 68px;
    height: 4px;
    background: #8A1616;
    margin: 0 auto;
}

.x-div-list-main{
    min-height: 600px;
}

.x-div-page-main{
    margin-bottom: 100px;
}

.x-div-list-teacher{
}

.x-div-list-teacher a .x-div-list-image{
    position: absolute;
    width: 140px;
    height: 190px;
    overflow: hidden;
}

.x-div-list-image img{
    width: 100%;
}

.x-div-list-teacher a{
    display: block;
    color: #333;
    margin-bottom: 20px;
    border-radius: 3px;
}

.x-div-list-teacher a:hover{
    background: #8A1616;
    color: #fff;
}


.x-div-list-single{
    height: 220px;
    overflow: hidden;
    padding: 12px;
    border: 1px dashed #ccc;
    border-radius: 3px;
}

.x-div-teacher-text{
    margin-left: 160px;
}

.x-div-teacher-name{
    padding: 0px 18px;
    font-size: 22px;
    border-left: 5px solid #8A1616;
    margin: 5px 0px;
}

.x-div-teacher-desc{
    text-indent: 22px;
    line-height: 26px;
}

.x-div-list-notice-left{
    height: 500px;
    background: url(../images/notice-bg.png);
    background-size: 100% 100%;
}

.x-div-list-notice-left{
    text-align: center;
    color: #fff;
}

.x-div-notice-title{
    padding-top: 120px;
}

.x-div-notice-title i{
    font-size: 14rem;
    line-height: 148px;
}

.x-div-notice-title h3{
    line-height: 1.8rem;
    margin-top: 0px;
}

.x-div-list-more{
    margin-top: 160px;
}

.x-div-list-more a{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0px 16px;
    color: #fff;
}

.x-div-list-more a:hover{
    background: #fff;
    color: #8D1516;
}

.x-div-page-master{
    background: #F7F3F0;
}

.x-span-notice-date{
    float: right;
}

.x-div-list-notice-right ul li a i{
    color: #8D1516;
}

.x-div-list-notice-right ul li a{
    display: block;
    color: #333;
    line-height: 42px;
}

.x-div-list-notice-right ul li a:hover{
    color: #FE0103;
}

.x-div-list-notice-right ul li{
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.x-span-notice-date{
    font-size: 12px;
    color: #aaa;
    display: inline-block;
    line-height: 28px;
}

.x-div-row-top{
    background: #fff;
}

.x-div-row-top .col-md-4{
    padding-left: 0px;
    padding-right: 0px;
}


.x-div-row-bottom{
    background: #fff;
    margin-top: 20px;
}

.x-div-row-bottom .col-md-4{
    padding-left: 0px;
    padding-right: 0px;
}

.x-div-list-announcement{
    height: 500px;
    background: url(../images/announcement-bg.png);
    background-size: 100% 100%;
}

.x-div-list-announcement{
    text-align: center;
    color: #fff;
}

.x-span-notice-date{
    display: inline-block;
    line-height: 42px;
}

.x-div-undergraduate-nav{
    height: 120px;
}

.x-div-undergraduate-nav ul{
    
}

.x-div-undergraduate-nav ul li{
    float: left;
    list-style: none;
    width: 12.4%;
    background: #fff;
}

.x-div-undergraduate-nav ul li:hover,
.x-div-menu-active
{
    background: #8D1516 !important;
}

.x-div-undergraduate-nav ul li:hover a,
.x-div-undergraduate-nav ul li:hover a i,
.x-div-menu-active a,
.x-div-menu-active a i
{
    color: #fff !important;
}

.x-div-undergraduate-nav ul li:hover .x-span-triangle-down,
.x-div-menu-active  .x-span-triangle-down
{
    display: block;
}

.x-div-undergraduate-nav ul li a{
    display: block;
    height: 120px;
    text-align: center;
    color: #333;
}

.x-div-undergraduate-nav ul li a span{
    /*display: block;*/
}

.x-div-undergraduate-nav ul li a i{
    color: #C79493;
    font-size: 4rem;
}

.x-div-menu-single{
    border-right: 1px solid #ccc;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.x-div-undergraduate-nav ul li:last-child .x-div-menu-single,
.x-div-undergraduate-nav ul li:hover .x-div-menu-single,
.x-div-menu-active  .x-div-menu-single
{
    border-right: none;
}

.x-span-triangle-down{
    color: #8D1516 !important;
    position: absolute;
    margin-top: 18px;
    margin-left: 56px;
    display: none;
}

.x-div-master-list-date{
    position: absolute;
    width: 78px;
    height: 60px;
    border-right: 1px solid #ccc;
    margin-top: 8px;
    color: #aaa;
}

.x-div-master-list-date span{
    display: block;
    text-align: center;
}

.x-div-master-list-title{
/*    margin-left: 100px;
    line-height: 78px;
    font-size: 16px;
    margin-top: 7px;*/
    margin-left: 100px;
    font-size: 16px;
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 78px;
    line-height: 78px;
}

.x-div-master-main ul li{
    background: #fff;
    height: 78px;
    list-style: none;
}

.x-span-master-day{
    font-size: 26px;
}

.x-div-master-main a{
    display: block;
    height: 78px;
    color: #333;
}

.x-div-master-main li:hover{
    background: #8D1516;
}

.x-div-master-main li:hover a{
    color: #fff;
}

.x-div-master-main li:hover a .x-div-master-list-date{
    color: #fff !important;
}

.x-div-master-main{
    margin-top: 50px;
    padding-bottom: 50px;
}

.x-div-page-nue-more{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.x-div-common-more a{
    display: inline-block;
    border: 1px solid #8a0307;
    color: #8a0307;
    text-align: center;
    border-radius: 50px;
    padding: 0px 26px;
}

.x-div-common-more a:hover{
    border: 1px solid #8a0307;
    background: #8a0307;
    color: #fff;
}

.x-div-nue-row{
    margin-right: 0px;
    margin-left: 0px;
}

.x-div-nue-video-top{
    background: url(../images/school-name-bg.png);
    background-size: 100% 100%;
    height: 200px;
}

.x-div-nue-video-bottom{
    background: url(../images/description-bg.png);
    background-size: 100% 100%;
    height: 200px;
}

.x-div-nue-video-right{
    height: 400px;
}

.x-div-nue-container .col-md-4,
.x-div-nue-container .col-md-8{
    padding-left: 0px;
    padding-right: 0px;
}

.x-div-section-nue{
    background: url(../images/introduce-video-bg.png);
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.x-div-nue-title{
    margin-top: 0px;
    padding-top: 50px;
}

.x-div-page-nue{
    margin-bottom: 0px;
}

.x-div-nue-tag{
    display: inline-block;
    margin-right: 20px;
}

.x-div-nue-video-top,
.x-div-nue-video-bottom{
    color: #fff;
}

.x-span-nue-line{
    display: inline-block;
    width: 50px;
    height: 1px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    margin-right: -14px;
    position: relative;
    z-index: 1999;
}

.x-div-school-name{
    padding-top: 50px;
    text-align: right;
    padding-right: 40px;
}

.x-div-school-introduce{
    text-align: right;
    padding-right: 40px;
}

.x-div-school-introduce a{
    color:#fff;
}


.x-div-school-introduce a:hover{
    color:#8C1515;
}

.x-span-nue-circle{
    width: 23px;
    height: 23px;
    background: #ce8f85;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 12px;
    vertical-align: middle;
}

.x-span-school-name{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

.x-div-school-en{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.x-div-school-desc{
    padding: 50px 40px 0px 40px;
    line-height: 26px;
}

.x-circle-yellow{
    background: #F2D2BD;
}

.x-span-desc-more{
    
}

.x-page-container-common{
    background:#fff;
    padding-bottom: 100px;
    min-height: 500px;
}


.x-div-page-common{
    margin-bottom: 0px;
    background: #F7F3F0;
}

.x-div-document-single{
    height: 120px;
}

.x-div-document-date{
    position: absolute;
    height: 100px;
    width: 100px;
    text-align: center;
}

.x-div-document-row ul li{
    list-style: none;
    border-bottom: 1px solid #eee;
    margin: 0px 100px;
}

.x-div-document-row-common ul li{
    margin: 0px;
}

.x-div-document-row ul li:hover{
    background: #8D1516;
}

.x-div-document-row ul li:hover a,
.x-div-document-row ul li:hover .x-div-document-text span
{
    color: #fff;
}

.x-div-document-row ul li a{
    display: block;
    padding: 20px 10px;
    color: #333;
}

.x-div-document-text{
    margin-left: 120px;
}

.x-div-document-title{
    display: block;
    font-size: 20px;
}

.x-div-document-description{
    text-indent: 20px;
    display: block;
    color: #999;
    line-height: 24px;
    margin-top: 10px;
}

.x-span-document-day{
    display: block;
    background: #8d1516;
    font-size: 40px;
    color: #fff;
}

.x-span-document-month{
    display: block;
    border: 2px solid #8d1516;
    line-height: 50px;
    color: #8d1516;
}

.x-div-document-row ul li:hover .x-span-document-day{
    background: #fff;
    color: #8d1516;
}

.x-div-document-row ul li:hover .x-span-document-month{
    border: 2px solid #fff;
    color: #fff;
}

.x-div-page-title h2{
    text-align: center;
    color: #8d1516;
    line-height: 60px;
    /*height: 60px;*/
    margin-top: 50px;
}

.x-div-page-element {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.x-div-page-element span{
    padding: 10px;
    color: #999;
}

.x-div-page-text{
    padding: 25px;
    line-height: 32px;
}

.x-div-page-text *,
.x-div-page-text p,
.x-div-page-text div
{
    font-size: 18px !important;
    font-family: 微软雅黑 !important;
}

.x-div-page-element a{
    color: #999;
    font-weight: normal;
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    top: 3px;
    margin-left: 4px;
    cursor: pointer;
}

.x-div-page-text img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}


.pager li>a{
    color: #8d1516;
}

.pager li>a:hover{
    background: #8d1516;
    color: #fff;
}


/**
 * 分页
 */
.x-div-page-tpaginate nav{
    text-align: center;
}

.x-div-page-tpaginate nav a{
    color:#666;
}

.x-div-page-tpaginate nav a:hover{
    color:#8d1516;
}

.pager li>a{
    color: #8d1516;
}

.pager li>a:hover{
    background: #8d1516;
    color: #fff;
}


.x-div-page-tpaginate nav .active span{
    background-color: #8d1516;
    border-color: #8d1516;
}

.x-div-page-tpaginate nav .active:hover span{
    background-color: #8d1516;
    border-color: #8d1516;
}

.x-div-page-tpaginate nav .disabled span{
   color:#ccc;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #8d1516;
    border-color:#8d1516;
}

.x-div-left-document-nav{

}

.x-div-left-document-nav ul{
    
}

.x-div-left-document-nav ul li{
    margin:0px;
    text-align: center;
}

.x-div-left-document-nav ul li a{
    
}

.x-div-document-list-main{
    margin-top: 20px;
}

.x-div-column-title{
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -100px;
    background: rgb(0 0 0 / 16%);
    border-top: 3px solid #8d1516;
    left: 0;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
}

.x-div-ability-img{
    overflow: hidden;
    height: 180px;
    position: relative;
}

.x-div-ability-img img{
    width: 100%;
    height: 100%;
}

.x-div-right-image-list a{
    display: block;
    margin-top: 32px;
    border-bottom: 1px solid #eee;
}

.x-div-right-image-list a:hover img{
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -moz-transform: scale(1.2, 1.2);
    /* Firefox */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2, 1.2);
    /* Opera */
}

.x-div-right-image-list a img{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.x-div-right-image-list .x-div-ability-title{
    color: #333;
    padding: 8px;
    overflow: hidden;
    height: 66px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.x-div-right-image-list a:hover .x-div-ability-title{
    background: #8d1516;
    color: #fff;
}

.x-div-common-video-shadow{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 91%);
    overflow: hidden;
    display: none;
}


.x-div-video-list-main{
    margin: 0px 10px 0px 0px;
    height: 100%;
}

.x-div-video-list-main img{
    width: 100%;
    height: 100%;
}

.x-div-page-nue-introduce{
    font-size: 14px;
    line-height: 28px;
}

.x-div-search-input input{
    width: 100%;
    border: 2px solid #8d1516;
    line-height: 32px;
    font-size: 20px;
    padding: 10px 16px;
    outline: none;
}

.x-div-search-input a{
    position: absolute;
    color: #fff;
    background: #8d1516;
    line-height: 55px;
    width: 66px;
    text-align: center;
    right: 0;
    bottom: 0;
    top: 0;
}

.x-div-search-input{
    position: relative;
}


.x-div-search-input a i{
    font-size: 30px;
}

.x-div-searh-list ul{
    margin-top: 30px;
}

.x-div-search-result-total{
    margin-top: 20px;
}

.x-div-page-main tr td{
    border: 1px solid #000 !important;
}

.x-div-crumb-list{
    width: 100%;
}

.x-div-crumb-list{
    text-align: right;
    margin-right: 30px;
    line-height: 88px;
    border-bottom: 4px solid #8d1516;
}

.x-div-crumb-list a{
    color: #8d1516;
}

.x-a-crumb-active{
    color: #666 !important;
}

.x-div-container-common-detail{
    width: 1000px;
}

.x-div-page-text video{
    display: block;
    margin: 0 auto;
}

.video-js {
    width: 420px !important;
    height: 280px !important;
}


.video-js {
    width: 1000px !important;
    height: 750px !important;
}

@media  screen and (max-width: 1200px) {
    .video-js {
        width: 420px !important;
        height: 280px !important;
    }

}

