video{
    object-fit: fill;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipse{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



/*左侧导航*/
.side{
    float: left;
    width: 280px;
    position: relative;
    min-height: 365px;
    margin: 35px 0 50px;
}
.side h1{
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding-left: 20px;
    background: #9046ab;
}
.side .mask{
    background-color: #F4F4F4;
}
.mask ul{
    min-height: 60px;
    margin-bottom: -60px;
}
.mask ul li{
    height: 38px;
    position: relative;
    padding: 0px 0 0 20px;
}
.mask ul li a{
    position: relative;
    display: block;
    line-height: 38px;
    font-size: 16px;
    padding-left: 30px;
    box-sizing: border-box;
}
.mask ul li a:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: #9046ab;
    border-radius: 50%;
    display: none;
}
.mask ul li.on a{
    background-color: #fff;
}
.mask ul li a:hover:before,
.mask ul li.on a:before{
    display: block;
}



/*右侧列表*/
.column{
    float: right;
    width: calc(100% - 300px);
    min-height: 500px;
    margin: 35px 0 50px;
    padding: 0px 15px;
    background-color: #fff;
}
.column .position{
    height: 64px;
    line-height: 64px;
    color:#666;
    border-bottom: 1px solid #C4C4C4;
}

.column .position h2{
    position: relative;
    color: #000000;
    font-size: 26px;
    font-weight: normal;
}
.column .position h2:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #9046AB;
}
.column .position a{
    padding: 0 5px;
    color:#666;
}
.column .position a:hover{
    color:#9046AB;
}
.column .position .rt .home{
    padding-left: 24px;
    background: url(../images/home.png) no-repeat;
}

/*详情页*/
.detail{
    margin: 40px 0;
}

.detail img{max-width:90%}
.detail .caption{
    margin: 30px 0;
    text-align: center;
}
.detail .caption h1{
    font-size: 24px;
    font-weight: normal;
}
.detail .caption h2{
    font-size: 22px;
  	font-weight: normal;
}
.detail .caption p{
    margin-top: 10px;
    color: #999;
}
.detail .caption p span{
    margin: 0 10px;
}
.detail .content{
    line-height: 1.75em;
    font-size: 16px;
}
.detail .content table{
 border-collapse:collapse; 
  border-spacing:0px;  	    
}
.detail .content table tr td{border:1px solid #dcdcdc; padding:5px}
.detail .content img{
  	margin: 15px auto !important;
}

/*简介*/
.profile{
    margin: 30px 0;
}
.profile p{
    line-height: 1.75em;
    font-size: 16px;
}

/*通用列表*/
.common-list{
    margin: 20px 0;
}
.common-list li{
    margin: 18px 0;
    font-size: 16px;
}
.common-list li p{
    margin-right: 120px;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.common-list li span{
    color: #666;
}
.common-list li a{
    position: relative;
    padding-left: 18px;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #9046AB;
    border-radius: 50%;
    box-sizing: border-box;
}

/*现任领导*/
.leader-list li{
    height: 227px;
    padding: 25px 0;
    font-size: 16px;
    box-sizing: content-box;
    border-bottom: 1px dashed #ddd;
}
.leader-list li a.lf{
    width: 180px;
    height: 227px;
    overflow: hidden;
}
.leader-list li img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.leader-list li .info{
    margin-left: 210px;
}
.leader-list li h2{
    font-size: 20px;
}
.leader-list li .subhead{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.leader-list li p{
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.leader-list li .rt{
    width: 84px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #b90f0f;
    border-radius: 16px;
    font-size: 14px;
    color: #b90f0f;
    box-sizing: border-box;
}

/*新闻中心*/
.img-list li{
    height: 130px;
    margin: 30px 0;
}
.img-list li a.lf{
    width: 218px;
    height: 130px;
    overflow: hidden;
}
.img-list li img{
    width: 100%;
    height: 100%;
}
.img-list li img:hover{
    transform: scale(1.1);
}
.img-list li h3{
    font-size: 20px;
}
.img-list li .info{
    margin-left: 240px;
}
.img-list li .info div{
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.img-list li .info span{
    float: right;
    color: #999;
}
.img-list li .info h3{
    position: relative;
    padding-left: 20px;
    margin-right: 120px;
    font-size: 16px;
}
.img-list li .info h3:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    border: 8px solid transparent;
    border-left-color: #007051;
}
.img-list li .info p{
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
}

/*通知公告*/
.notice-list li{
    padding: 20px 0;
}
.notice-list .lf{
    width: 85px;
    height: 95px;
    text-align: center;
    background-color: #F7F7F7;
    border-radius: 3px;
}
.notice-list li:hover .lf{
    background-color: #006F50;
}
.notice-list .lf h2{
    line-height: 60px;
    margin: 0 5px 5px;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
}
.notice-list li:hover .lf h2{
    color: #fff;
}
.notice-list .lf span{
    color: #999;
}
.notice-list li:hover .lf span{
    color: #ddd;
}
.notice-list .info{
    height: 95px;
    margin-left: 110px;
}
.notice-list .info h3{
    margin-bottom: 10px;
    font-size: 16px;
}
.notice-list .info p{
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}

/*机构设置、师资队伍*/
.liebiao-list{margin: 10px 5px;}
.liebiao-list .hauf-box{
    margin-bottom: 10px;
}
.liebiao-list .hauf-box .box-title{height: 30px;font-size: 16px;font-weight: bold;}
.liebiao-list .hauf-box ul .list-item{
    float: left;
    width: 280px;
    height: 42px;
    line-height: 42px;
    margin-right: 18px;
    margin-bottom: 17px;
    border-left: 3px solid #9046AB;
    padding-left: 25px;
    font-size: 14px;
    background-color: #eee;
    box-sizing: border-box;
}

.liebiao-list .szdw-hauf-box{
  	float: left;
    width: 202px;
    height: 270px;
    margin: 11px 9px;
    padding: 9px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.liebiao-list .szdw-hauf-box:hover{
    border-color: red;
}
.liebiao-list .szdw-hauf-box a{
    display: block;
}
.liebiao-list .szdw-hauf-box a img{
    width: 100%;
    height: 220px;
	    object-fit: cover;
}
.liebiao-list .szdw-hauf-box .szdw-box-title{
    height: 42px;
    font-size: 14px;
    font-weight: 400;
      overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;text-align: center;
}


/*校园剪影*/
.gallery ul{
    margin-top: 30px;
    overflow: hidden;
}
.gallery ul li{
    float: left;
    width: 286px;
    margin: 0 21px 20px 0;
    text-align: center;
    cursor: pointer;
}
.gallery ul li:nth-child(3n){
    margin-right: 0;
}
.gallery ul li a{
    display: block;
    height: 190px;
    overflow: hidden;
}
.gallery ul li p{
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.gallery ul li a:hover img{
    transform: scale(1.1);
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.65);
    display: none;
    z-index: 99999;
}
.modal-img{
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
}
.modal-img img{
    max-width: 650px;
}
.modal ul{
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.modal ul li{
    display: inline-block;
    color: orangered;
    font-size: 20px;
    font-weight: bold;
}
.modal .close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) no-repeat -108px -22px;
}
.modal .prev,
.modal .next{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    height: 65px;
    transform: translateY(-50%);
    background: url(../images/icons.png) no-repeat 0 0;
}
.modal .next{
    left: auto;
    right: 20px;
    background-position-x: -45px;
}

/*留列表言*/
.message .leave{
    display: inline-block;
    margin: 30px 0 40px;
    padding: 10px 35px;
    color: #fff;
    font-size: 18px;
    background-color: #01634A;
}
.message .leave:hover{
    opacity: .8;
}
.message table{
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-collapse: collapse;
}
.message table td{
    padding: 0;
}
.message table thead{
    height: 50px;
    line-height: 50px;
    background-color: #F4F4F4;
    border-bottom: 2px solid #007051;
}
.message table thead th{
    color: #007051;
    font-weight: normal;
}
.message table tbody tr{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #C8C8C8;
}
.message table tbody tr td:first-child{
    width: 600px;
}
.message table tbody tr td p{
    width: 600px;
    padding: 0 10px;
    text-align: left;
}
.message table tbody tr:hover{
    background-color: #f1f1f1;
}

/*在线留言*/
.message form p{
    margin-bottom: 15px;
}
.message form{
    margin-top: 50px;
    font-size: 16px;
}
.message label{
    display: inline-block;
    min-width: 120px;
    position: relative;
    padding-left: 10px;
}
.message p:nth-child(2) label:before,
.message p:nth-child(3) label:before,
.message p:nth-child(6) label:before,
.message p:nth-child(7) label:before,
.message p:nth-child(8) label:before{
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
    color: #D24241;
}

.message input[type="text"],
.message select{
    width: 360px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    outline: none;
}

.message .agree{
    height: 50px;
    line-height: 50px;
}
.message .agree span{
    margin-left: 10px;
}
.message input[type="radio"]{
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
.message .agree input:last-of-type{
    margin-left: 50px;
}
.message textarea{
    width: 600px;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #D5D5D5;
    resize: none;
    outline: none;
}
.message .msg label{
    position: relative;
    top: -145px;
}
.message button{
    color: #fff;
    font-size: 16px;
    padding: 12px 50px;
    margin:  20px 0 0 135px;
    background-color: #01634A;
    border: none;
    cursor: pointer;
}
.message button:hover{
    opacity: .8;
}

/*留言详情*/
.message-detail h2{
    margin: 30px 0;
    color: #007051;
    font-size: 20px;
}
.message-detail table{
    width: 100%;
    color: #666;
    border-collapse: collapse;
    border: 1px solid #AAD6CB;
}
.message-detail table td{
    padding: 10px 15px;
    border-bottom: 1px solid #AAD6CB;
}
.message-detail table tr td:first-child{
    width: 120px;
    padding-left: 40px;
    color: #007051;
    background-color: #E3F2ED;
}
.message-detail table td p{
    line-height: 1.5em;
}


/*领导信箱*/
.xzxx-main-wz_1 {
    padding: 20px;
    margin-top: 20px;
    color: #666;
    line-height: 2em;
    text-indent: 2em;
    background: rgba(249, 249, 249, 1);
}

.xzxx-main-inp {
    display: flex;
    margin-top: 20px;
}

.xzxx-main-inp input {
    width: 443px;
    height: 44px;
    padding: 0 15px;
    border: 1px solid rgba(211, 211, 211, 1);
}

.xzxx-main-inp textarea {
    width: 720px;
    height: 263px;
    outline: none;
    padding: 5px 10px;
    border: 1px solid rgba(210, 210, 210, 1);
}

.xzxx-main-inp span {
    color: #cb0101;
}

.xzxx-main-inp>div:nth-child(1) {
    padding-top: 8px;
    display: flex;
    font-size: 16px;
    width: 100px;
    font-weight: 400;
    margin-right: 20px;
    line-height: 29px;
}

.xzxx-main-inp>div:nth-child(3) {
    padding-top: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    line-height: 29px;
    margin-left: 10px;
}

.xzxx-fl>div {
    display: none;
}

.xzxx-fl>.on {
    display: block;
}

.xzxx-fl2 {
    display: flex;
    margin-top: 20px;
}

.xzxx-but button{
    width: 140px;
    height: 45px;
    border: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.but-1 {
    background: rgba(1, 99, 73, 1);
}

.but-2 {
    margin-left: 15px;
    background: rgba(51, 51, 51, 1);
}

.xzxx-but {
    margin: 30px 0 0 120px;
}

.inp2 label {
    display: flex;
    padding-top: 8px;
    min-width: 100px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 29px;
    margin-right: 30px;
}

.inp2 input {
    width: 20%;
    margin-top: 10px;
    height: 50%;
}

.op {
    opacity: 0;
}

.xzxx-hf {
    border-bottom: 2px solid rgba(1, 99, 73, 1);
    display: flex;
    margin-top: 40px;
}

.xzxx-hf>div {
    width: 137px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
}

.cla {
    color: #fff;
    background: rgba(1, 99, 73, 1);
}

.xzxx-hf-wz{
    border-bottom: 1px solid #DCDCDC;
}

.xzxx-hf-wz>p {
    font-size: 16px;
    line-height: 29px;
}

.xzxx-hf-wz>p:nth-child(2n) {
    color: #999;
    font-size: 14px;
    margin: 5px 0 10px;
}

.xzxx-fl2>div:nth-child(1) {
    margin-right: 10px;
}

.hfcx form{
    position: relative;
    width: 300px;
    height: 40px;
    margin: 20px 0;
}
.hfcx form input[type='text']{
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.hfcx form input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/query.png) no-repeat center center;
}
.no-hfxx{
    padding: 15px 0;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

.success-box{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 9999;
    display: none;
}
.success-box .success{
    position: absolute;
    width: 510px;
    height: 320px;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -255px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 55px;
    box-sizing: border-box;
}
.success-box .success h3{
    color: #007051;
    font-size: 22px;
    font-weight: normal;
    margin: 15px 0;
}
.success-box .success .close{
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.hfcx form input[type='button'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/query.png) no-repeat center center;
}

/*图片集*/
.photos{
    width: 800px;
    margin: 0 auto;
}
.photos .arrow{
    position: static;
    left: 0;
    width: auto;
    height: auto;
    display: block;
    margin-left: 0;
}
.photos .arrow a{
    top: 35%;
    margin-top: 0;
    background-size: 25px;
}
.photos .info{
    margin: 15px 0;
}
.photos .info .index{
    float: left;
    color: #999;
    font-size: 20px;
    font-family: 'Gerogia';
}
.photos .info .index i{
    color: orangered;
    font-size: 36px;
    font-weight: bold;
}
.photos .info p{
    margin-left: 80px;
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
}