@charset "utf-8";
/*内页banner*/
/*.nybanner{width:100%;position:relative;}
.nybanner img{width:100%;height:360px;object-fit:cover;}*/
@charset "utf-8";
.ny_banner a,.ny_banner a img{
    display: block;
    width: 100%;
    height: auto;
}
.ny_banner a img{
    min-height:360px;
    object-fit: cover;
}
/* 当前位置 */
.ny_banner{
    position: relative;
    overflow: hidden;
}
.ny_banner .dqwz{
    position: absolute;
    right: 200px;
    bottom: 0;
    min-width: 400px;
    background: #2c2e9b;
    text-align: right;
    box-sizing: border-box;
    padding: 0 25px;
  
}
.ny_banner .dqwz::after{
    content: "";
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 25px 25px 26px 25px;
    border-style: solid;
    border-color: transparent #2c2e9b #2c2e9b transparent;
}
.ny_banner .dqwz::before{
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: #2c2e9b transparent transparent #2c2e9b;
}
.ny_banner::before{
    content: "";
    display: none;
    position: absolute;
    right: -35px;
    bottom: 0;
    width: 190px;
    height: 66px;
    background: #004f98;
    transform: skewX(-45deg);
}
.ny_banner .dqwz p{
    font-size: 12px;
    line-height: 50px;
    color: #fff;
}
.ny_banner .dqwz a{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    width: auto;
}
.ny_banner .dqwz a:hover{
    color: #a6ce39;
}

.main{
    margin: 60px 0;
}
/* 左侧导航 */
.left_dh{
    width: 240px;
    background: #1f2186;
    box-sizing: border-box;
    padding-left: 10px;
}
.left_dh h2{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 25px 0;
    text-align: center;
}
.left_dh ul{
    background: #fff;

    box-shadow: 0 0 5px 2px rgba(15,56,106,0.05);;
}
.left_dh ul li a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    line-height: 65px;
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.left_dh ul a:hover,.left_dh ul li.hover a{
    background: #f2f3f9;
    border-bottom: 1px solid #f2f3f9;
}
.right_con{
    width: calc(100% - 300px);
    margin-left: 60px;
}

/* 学院简介 */
.jjgk img.icon{
    display: block;
    width: auto;
    height: auto;
}
.jjgk h1{
    font-size: 70px;
    color: #a6ce39;
    margin: 50px 0;
}
.jjgk h2{
    font-size: 30px;
    color: #144b8f;
    margin-bottom: 50px;
}
.jjgk .jjgk_sub p{
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}
.jjgk .jjgk_sub img{
    display: block;
     float: right;
     margin: 20px 0 20px 20px;
}

/* 列表页 */
.list ul li {
    padding: 25px 0;
    border-bottom: 1px solid #f2f2f2;
    clear:both;
}
.list ul li:first-of-type{
    padding-top: 0;
}
.list ul li a{
    display: block;
    width: 100%;
}
.list ul li a p.con {
    padding: 10px 35px 10px 0;
    box-sizing: border-box;
    width: calc(100% - 110px);
    border-right: 1px solid #f2f2f2;
}
.list ul li a p.con span.tit{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list ul li a p.con span.txt{
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    display: block;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:60px;
}
.list ul li a:hover p.con span.tit{
    color: #a20100;
}
.list ul li a p.time {
    width: 110px;
    box-sizing: border-box;
}
.list ul li a p.time span{
    display: block;
    text-align: center;
    font-size: 50px;
    color: #1f2186;
    line-height: 74px;
}
.list ul li a p.time span:nth-of-type(2){
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.list ul li a p.time span.btn{
    width: 100%;
    line-height: 42px;
    background: #a20100;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.list ul li a p.time span.btn:hover{
    background: #a6ce39;
}
.list ul li.tit_img a p.img{
    float: left;
    width: 220px;
    height: 136px;
    overflow: hidden;
}
.list ul li.tit_img a p.img img{
    display: block;
    width: 100%;
    height: 136px;
    object-fit: cover;
    transition: all .8s;
}
.list ul li.tit_img a:hover p.img img{
    transform: scale(1.2);
}
.list ul li.tit_img a p.con {
    padding: 10px 35px 10px 20px;
    box-sizing: border-box;
    width: calc(100% - 330px);
}
.list ul li.tit_img  p.con{
    margin-top: 5px;
}
.list ul li.tit_img  p.time{
    margin-top: 11px;
}

/* 内容页 */
.content h2.tit{
    font-size: 30px;
    line-height: 34px;
    padding: 15px 0;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.content p.wzxx{
    font-size: 16px;
    color: #b2b2b2;
    line-height: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px double #f5f5f5;
    margin-bottom: 30px;
}
.content .con_sub{
    padding-bottom: 20px;
    border-bottom: 3px double #f5f5f5;
}
.content .con_sub p,.con_sub p{
    font-size: 18px !important;
    line-height: 36px !important;
    color: #333 !important;
    text-indent: 2em !important;
    text-align: justify ;
    margin-bottom: 20px !important;
    word-break: break-all !important;
   font-family:'Microsoft Yahei' !important;
}
.content .con_sub p img{
 
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 80%;
}
.content .prev_next{
    margin-top: 60px;
}
.content .prev_next a{
    display: block;
    width: 48%;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .prev_next a:hover{
    color: #0d59a7;
}
.content .prev_next a:last-of-type{
    text-align: right;
    margin-left: 4%;
}
.content .prev_next a:first-of-type{
    text-align: left;
    margin-left: 0;
}

/* 单篇 */
.dp h2.tit{
    border-bottom: 3px double #f5f5f5;
    padding: 20px 0 30px;
    margin-bottom: 30px;
}

/* 图片列表 */
.list_img ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.list_img ul li:nth-of-type(3n){
    margin-right: 0;
}
.list_img ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow:hidden;
}
.list_img ul li a p.img{
     width: 100%;
    height: 240px;
    overflow:hidden;
}
.list_img ul li a img{
    display: block;

    width:100%;
    object-fit: cover;
    transition: all .6s;
}
.list_img ul li a:hover img{
    transform:scale(1.2);
}
.list_img ul li a p.tit{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    height: 68px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .8s;
    padding: 8px;
    border: 1px solid #dfdfdf;
}
.list_img ul li a p.time{
    position:absolute;
    width: auto;
    line-height: 26px;
    font-size:14px;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    background: rgb(0,0,0,0.4);
    right: 0;
    top: 0;
}
.list_img ul li a:hover p.tit{
    color: #0d59a7;
}

/*列表*/
.main .list-img1 li{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.main .list-img1 li .time {
    float: left;
    width: 68px;
}
.main .list-img1 li a {
    float: right;
    width: calc(100% - 95px);
}
.main .list-img1 li .time p {
    height: 40px;
    line-height: 40px;
    text-align: center;
	transition: all 0.5s;
}
.main .list-img1 li .time p:first-child {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #dedede;
}
.main .list-img1 li .time p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    border: 1px solid #e6e6e6;
}
.main .list-img1 li h2{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}
.main .list-img1 li a p {
    font-size: 14px;
    color: #9b9b9b;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}
.main .list-img1 li:hover .time p:first-child{
	background: #1f2186;
} 
.main .list-img1 li:hover {
	border-bottom: 1px solid #1f2186;
}
.main .list-img1 li:hover h2{
	color: #1f2186;
	font-weight:
	bold;
}
.main .list-img1 li:hover .time p:last-child{
	color: #1f2186;
	border: 1px solid #1f2186;
}




/* 检索结果 */
.searchWrap {
    background: #fff;
    margin: 20px 0;
    padding: 30px;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #1d2087;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #005bac;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
} 
@media all and (max-width:1200px){
    .list ul li.tit_img a p.img{
        width:180px;
    }
    .list ul li.tit_img a p.con{
        width: calc(100% - 310px);
    }
    .list ul li a p.con span.tit{
        font-size: 18px;
    }
    .list ul li a p.time{
        width: 120px;
    }
.list ul li a p.con{width: calc(100% - 120px);}
    .list ul li a p.time span:nth-of-type(2){
        font-size:14px;
    }
    .list ul li a p.time span.btn{
        font-size:14px;
    }
    .list_img ul li a p.img{
        height:180px;
    }
    .list_img ul li a p.tit{
        font-size:14px;
        line-height: 20px;
        height: 50px;
        padding: 5px 10px;
    }
}
@media all and (max-width:1000px){
    
    .ny_banner a img{
        min-height: 220px;
        object-fit: cover;
    }
    .ny_banner::before{
        display:none;
    }
    .ny_banner .dqwz{
        width:auto;
        right:0;
        min-width: 0;
        padding: 0 15px;
    }
    .left_dh,.right_con{
        float:none;
        width:100%;
    }
    .left_dh{
        padding-left:0;
        background: none;
        text-align: center;
        margin-top: -40px;
        margin-bottom: 30px;
    }
    .right_con{
        margin-left: 0;
    }
    .content h2.tit{
        font-size:22px;
        padding: 0;
    }
    .dp h2.tit{
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .content .con_sub p,.jjgk .jjgk_sub p{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .main{
        margin:40px 0;
    }
    .ny_banner .dqwz a{
        font-size:14px;
    }
    .left_dh h2{
        display:none;
    }
    .left_dh ul{
        min-height: 0;
        font-size:0;
        text-align:center;
        display: inline-block;
        border-radius: 5px;
        overflow: hidden;
    }
    .left_dh ul li{
        display:inline-block;
    }
    .left_dh ul li a{
        background:#fff;
        width: auto;
        text-align:center;
        padding: 0px 30px;
        line-height: 58px;
        border-right: 1px solid #dcdcdc;
        border-bottom: none;
    }
    .left_dh ul a:hover, .left_dh ul li.hover a{
        border-right: 1px solid #f2f3f9;
        background: #f2f3f9;
        border-bottom: none;
    }
    .left_dh ul li:last-of-type a{
        border-right: none;
    }
    .jjgk h1{
        font-size: 50px;
        color: #a6ce39;
        margin: 30px 0;
    }
    .jjgk h2{
        font-size: 26px;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }
}
@media all and (max-width:768px){
  
    .dp h2.tit{
        font-size:16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .left_dh{
        margin-top:-30px;
    }
    #vsb_content p.vsbcontent_img img{
        max-width: 90%;
    }
    .main{
        margin:30px 0;
    }
    .ny_banner .dqwz{
        padding:0 5px;
    }
    .ny_banner .dqwz a{
        font-size:12px;
        line-height: 32px;
    }
    .ny_banner .dqwz::after{
        border-width: 17px 15px;
        left: -30px;
    }
    .ny_banner .dqwz p{
        line-height:32px;
    }
    .list ul li{
        padding:15px 0;
    }
    .list ul li.tit_img a p.con{
        width: calc(100% - 250px);
        border-right:none;
        padding-right: 0;
    }
    .list ul li a p.time{
        width: 70px;
    }
    .content h2.tit{
        font-size:18px;
        line-height:26px;
        margin-bottom: 10px;
    }
    .content p.wzxx{
        font-size:14px;
        margin-bottom:20px;
        padding-bottom: 10px;
    }
    .content .prev_next{
        margin-top: 30px;
    }
    .content .prev_next a{
        float:none;
        width: 100%;
    }
    .content .prev_next a:first-of-type,.content .prev_next a:last-of-type{
        text-align: left;
        margin: 0;
        font-size: 14px;
    }
    .jjgk img.icon{
        display: block;
        width: auto;
        height: 80px;
    }
    .jjgk h1{
        font-size: 30px;
        color: #a6ce39;
        margin: 15px 0;
    }
    .jjgk h2{
        font-size: 20px;
        text-align: left;
        line-height: 30px;
        margin-bottom: 10px;
    }
}
/*领导*/
.main .list_l > li{border-bottom:1px solid rgba(0,0,0,0.15);margin:0;padding: 35px 15px;position:relative;}
.main .list_l .date{max-width: 55px;font-size: 13px;padding: 15px 15px;margin-right: 35px;color: #000;float: left;background:#f5f5f5;text-align: center;}
.main .list_l .date em{display: block;font-size: 40px;font-weight: 600;line-height: 30px;padding-bottom: 10px;font-family: cursive;}
.main .list_l .grab{display: block; width: 89%;  float: left; padding:0 15px;}
.main .list_l .img_wrap {width: 250px;height: 304px;overflow: hidden;position: relative;padding: 0;margin: 0 25px 0 0;display: inline-block;float: left;}
.main .list_l .img_wrap img{min-width:100%; min-height:100%;width: 100%;transform: scale(1);-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;}
.main .list_l .info{color:#666;padding: 10px 0;display: block;}
.main .list_l .text_wrap {margin-left: 0;padding-right:60px;min-height: 304px;}
.main .list_l > li:hover .img_wrap *, .main .list_l > li:hover .img_wrap *{ transform: scale(1.2); -webkit-transition: all 0.8s ease 0s;  transition: all 0.8s ease 0s;}
/*.main .list_l .text_wrap>span, .main .list_l .text_wrap> a{display:block;}*/
.main .list_l > li .line{display: inline-block; margin: 0 13px; width: 1px; height: 11px; background: rgba(0,0,0,0.5);}
.main .list_l > li .title{font-size: 17px;margin-bottom: 10px;line-height: 28px;font-weight: 500;}
.main .list_l > li .text{font-size: 15px;max-height: 10em;overflow: hidden;color: #555;line-height: 28px;}
.main .list_l > li .more_btn{display: block;padding: 15px;width:21px;height:16px;position:absolute;right:0;top:80px;background:#f8f8f8;transition:all .8s ease;}
.main .list_l > li .more_btn i,.main .list_l > li .more_btn::after,.main .list_l > li .more_btn::before{content:"";display:block;width:21px;height:2px;background:#5a5a5a;transition:all .5s ease;}
.main .list_l > li .more_btn i{margin:5px auto;position: relative}
.main .list_l > li:hover .more_btn{background: #FFC107;}
.main .list_l > li:hover .more_btn i,.main .list_l > li:hover .more_btn::after,.main .list_l > li:hover .more_btn::before{background:#FFF;width:13px}
.main .list_l > li:hover .more_btn i{width:25px}
.main .list_l > li:hover .more_btn::after,.main .list_l > li:hover .more_btn::before{right:10px;position: absolute;}
.main .list_l > li:hover .more_btn::before{transform: rotate(45deg);top: 15px;}
.main .list_l > li:hover .more_btn::after{transform: rotate(-45deg);bottom: 15px;}
/*职称*/
.zhic h2{font-size:22px;color:#1d2087;font-weight:bold;line-height:40px;border-bottom: 1px dashed #ddd;padding-bottom:10px;}
.zhic .teacher{margin-top:20px;}
.zhic .teacher li{width:12.5%;text-align:center;height:40px;line-height:40px;float:left;margin-bottom:20px;}
.zhic .teacher li a{color:#333;display:block;font-size:15px;}
.zhic .teacher li a:hover{background:#1f2186;color:#fff;}
#lead .list_l > li{padding: 30px 0;clear:both;}
#lead .list_l .text_wrap{margin-left: 0;min-height:304px;padding: 0;}
/*职称内容页*/
.list_newlead .mass li{line-height:42px;font-size:16px;color:#757575;padding:0;border-bottom:1px dashed #ddd;}
.list_newlead .mass li img{vertical-align:middle;margin-right:10px;}
.lead-sys .list_newlead .mass li{line-height:60px;}
.szdy-conx h4{line-height:40px;font-size:22px;color:#192f59;border-bottom:1px solid #e2dfdf;font-weight:bold;padding-bottom:10px;}
.szdy-conx p{line-height:36px;font-size:16px;color: #555;}
.main .list_newlead  > li{border-bottom:none;}
.szdy-conx p{padding:20px 0px;}
/*列表无摘要*/
.list-wzy li{height:46px;line-height:46px;border-bottom: 1px solid #eee;}
.list-wzy li a{display:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px;font-size:15px;}
@media all and (max-width:640px){
    .list_img ul li{
        width:48%;
        margin-right:4%;
    }
    .list_img ul li:nth-of-type(3n){
        margin-right:4%;
    }
    .list_img ul li:nth-of-type(2n){
        margin-right:0;
    }
    .list_img ul li{
        margin-bottom:20px;
    }
     .searchWrap{
        padding:20px 15px;
    }
    .searchWrap .serBox{
        padding:10px;
    }
    .searchWrap .txt{
        width:75%;
    }
    .searchWrap .btn{
        width:25%;
    }
    .searchWrap ul li{
        padding:10px 0;
    }
    .searchWrap ul li a h3{
        font-size:16px;
        margin-bottom: 5px;
    }
    .searchWrap ul li a p{
        font-size:13px;
        line-height: 20px;
        height: 40px;
    }
    .searchWrap ul li a span.time{
        font-size:13px;
    }
}
@media all and (max-width:600px){
        .list ul li a p.time{
        width: 68px;
    }
    .list ul li a p.con{width: calc(100% - 68px);}
    .ny_banner .dqwz{
        display:block;
    }
    .left_dh{
        display:none;
    }
    .list ul li.tit_img a p.img{
        width: 100px;
    }
    .list ul li.tit_img a p.img,.list ul li.tit_img a p.img img{
        height:80px;
    }
    .list ul li.tit_img a p.con{
        width: calc(100% - 168px);
        padding: 0 0 0 10px;
    }
    
    .list ul li a p.con span.tit{
        font-size:16px;
        line-height: 20px;
    }
    .list ul li a p.con span.txt{
        font-size:14px;
        line-height: 20px;
    }
    .list ul li a p.time span{
        font-size: 22px;
        line-height: 38px;
    }
    .list ul li a p.time span:nth-of-type(2){
        font-size:12px;
    }
}
@media all and (max-width:500px){
    .list_img ul li a p.img{
        height:160px;
    }
    .jjgk img.icon,.jjgk h1{
        display: none;
    }
    .jjgk h2{
        text-align: center;
    }
}
@media all and (max-width:440px){
    .list_img ul li{
        width:100%;
        margin-right:0%;
    }
    .list_img ul li:nth-of-type(3n){
        margin-right:0%;
    }
    .list_img ul li:nth-of-type(2n){
        margin-right:0;
    }
    .list_img ul li a p.img{
        height:294px;
    }
}


#vsb_content table{ border: 0px;border-left:1px solid #333; border-top:1px solid #333;width:90%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #333; border-bottom-color: #333; }
#vsb_content table tr td p{text-indent:0em !important; padding:0px !important; margin:0px !important; text-align:center; }




.clock {    margin: 0 auto;
    padding: 30px;
    margin-top: 50px;
    color: #000;}

#Date { font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; font-size:36px; text-align:center;font-weight:bold;}

.kszz { margin:0 auto; padding:0px; list-style:none; text-align:center; }
.kszz li { display:inline; font-size:10em; text-align:center; font-family:Arial, Helvetica, sans-serif;}