.k {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*兼容提示*/
.my-video-dimensions {
    width: 100%;
    height: 75%;
    margin-top: 10px;}
.vjs-has-started .vjs-control-bar {
    background: rgb(46, 125, 101);}
.video-js {
    background-color: rgba(241, 241, 241, 0.82);
    clear: both;}
#tips {
    display: none;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #e6ddbc;
    font-size: 16px;
}
span.news-date{padding-right: 0px;}
div#tzgg ul li{height:60px;line-height:1.4;margin-top:-7px;}
div#xyxw ul li,ul.news-school li,ul.lecture li{height:45px;line-height:1.4;margin-top:-8px;}
span.news-date{font-family:微软雅黑;}
ul.news-school div a{font-size:14px;}
.note_count{margin-top:0px;}
/*header*/
.top {
    background: #f2f3f3 url(../img/top_bg.png) center center no-repeat;
    height: 158px;
    background-size: cover;
    border-top: 5px #9b0d14 solid;
}

.header {

}

.header .logo {
    float: left;
    margin-top: 36px;
}

.header .header_r {
    float: right;
}

.header .header_r ul {
    border-radius: 3px;
    background-color: rgb(6, 71, 151);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    width: 246px;
    height: 41px;

}

.header .header_r ul li {
    float: left;
    line-height: 41px;
}

.header .header_r ul li a {
    font-size: 14px;
    color: #f9b5b4;
    font-family: 宋体;
    border-left: 1px #f9b5b4 solid;
    padding: 0 13px;
}
.header .header_r ul li:first-child a{
    border-left: none;
}

.header .header_r ul li a:hover {
    color: #ffffff;
}

.header .header_r .search {
    width: 244px;
    height: 24px;
    overflow: hidden;
    float: right;
    margin-top: 60px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px #9b0d14 solid;
}

.header .header_r .search input {
    border: 0;
}

.header .header_r .search .text {
    width: 156px;
    height: 24px;
    line-height: 24px;
    float: left;
    color: #333;
    background: none;
    padding-left: 10px;
}

.header .header_r .search .text::placeholder {
    font-size: 14px;
    color: #333;
    font-family: 宋体;
}

.header .header_r .search .submit {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}

/*导航*/
.navBar {
    position: relative;
    z-index: 1;
    background: #9b0d14;
    height: 50px;
    line-height: 50px;
}

.nav {
    margin: 0 auto;
}

.nav h3 {
    font-weight: normal;
}

.nav .m {
    position: relative;
    float: left;
    width: 11%;
    /*margin: 0 10px;*/
    display: inline;
    text-align: center;
}
.nav h3 > a {
    zoom: 1;
    height: 50px;
    line-height:50px;
    /*padding: 9px 0;*/
    display: block;
    color: #ffffff;
    font-size: 18px;
}
.nav h3 > a:hover{

    /*transform:scale3d(1.1,1.1,1.1);*/
    /*-ms-transform:scale3d(1.1,1.1,1.1);*/
    /*-webkit-transform:scale3d(1.1,1.1,1.1);*/



}
.nav .on h3 a {
    /*padding: 16px 0;*/
    color: #fbbe48;
    font-weight: bold;
}
.nav .sub {
    display: none; /*默认隐藏*/
    width: 100%;
    /*padding: 10px 0;*/
    position: absolute;
    left: 0;
    top: 50px;
    background: url("../img/sub_bg.png") center center repeat;
    /*float: left;*/
    /*background: #000000;*/
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
    border-top: 5px #fbbe48 solid;
}

.nav .sub li {
    text-align: center;
    line-height:24px;
}
.nav .sub li a {
    color: #ffffff;
    display: block;
    zoom: 1;
    /*height: 24px;*/
    /*line-height:24px;*/
    padding: 10px 0;
}

.nav .sub li a:hover {
    /*background: #871f27;*/
    color: #ee9123!important;
    transition: .5s;
}
/*banner*/
.ibanner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -40px;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    /*background: #fff;*/
    /*cursor: pointer; */
    /*opacity: 0.5; */
    /*border-radius: 50px;*/
    background: url(../img/icon.png) center center no-repeat;
}

.ibanner .hd ul li.on {
    /*background: #ffffff;*/
    /*opacity:1;*/
    /*color: #fff;*/
    width: 16px;
    height: 16px;
    background: url(../img/icon_hover.png) center center no-repeat;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../img/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -40px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../img/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}
/*友情链接*/
.link{
    margin-top: 30px;
}
.link dl{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.link dl dt{
    background: url("../img/link_icon.png") left center no-repeat;
    padding-left: 20px;
    font-size: 20px;
    float: left;
    margin-right: 30px;
    font-weight: bold;
    color: #9b0d14;
}
.link dl dd{
    float: left;
    margin: 0 15px;
}
.link dl dd a{
    font-size: 14px;
    color: #333333;
}
.link dl dd a:hover{
    color: #9b0d14;
}
/*页脚*/
.footer{
    background: #9b0d14;
    border-top: 4px #e7b344 solid;
    padding: 50px 0;
}
.foot{
    background:  url(../img/footer_logo.png) center center no-repeat;
}
.foot .text{
    float: left;
    font-size: 14px;
    color: #c79091;
    line-height: 26px;
    margin-top: 30px;
}
.foot .ewm{
    float: right;
    margin-top:20px;
}
.foot .ewm img{
    float: left;
    display: block;
}
.foot .ewm p{
    font-size: 14px;
    color: #c79091;
    float: left;
    width: 15px;
    line-height:22px;
    margin-left: 15px;
}