@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: #326fcc;
    text-align: right;
    box-sizing: border-box;
    padding: 0 25px;
    display: none;
}
.ny_banner .dqwz::after{
    content: "";
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: transparent #326fcc #326fcc 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: #326fcc transparent transparent #326fcc;
}
.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: 16px;
    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: #306ecb;
    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;
    min-height: 440px;
    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;
}
.list ul li a:hover p.con span.tit{
    color: #306ecb;
}
.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: #306ecb;
    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;
}
.con_sub video{width:100%;height:auto;}


.content .con_sub p{
    font-size: 16px;
    line-height: 30px;
    color: #191919;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 20px;
}
.content .con_sub p img{
    display: block;
    margin: 0 auto;

    height: auto;

}
.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%;
    height: 240px;
    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;
}

/* 检索结果 */
.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: #005bac;
    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,.list_img ul li a 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: 129px;
        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;
        min-height: 400px;
    }
    .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 22px;
        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;
    }
   .ny_banner .dqwz p{font-size:14px;}
}
@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;
    }
   .list ul li a p.con{width: calc(100% - 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;
    }
   .ny_banner .dqwz p{font-size:12px;}
}
@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: 50px;
    }

 .list ul li a p.con{width: calc(100% - 50px);border-right:none;padding-right:10px;}
    .ny_banner .dqwz{
        display:block;
        text-align: left;
        position: relative;
        padding: 10px 5px;
    }
    .ny_banner .dqwz p{line-height:20px;}

    .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% - 150px);
        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;
    }
    .list_yw .ny_banner .dqwz{display:none;}
}
@media all and (max-width:500px){
    .list_img ul li a p.img,.list_img ul li a img{
        height:160px;
    }
    .jjgk img.icon,.jjgk h1{
        display: none;
    }
    .jjgk h2{
        text-align: center;
    }
    .right_con{min-height: 200px;}
   .content .con_sub p img{max-width: 100%;}
}
@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,.list_img ul li a img{
        height:220px;
    }
}


.Teacher h2{color: #306ecb;line-height:40px;border-bottom: 1px dashed #306ecb;font-size: 20px;font-weight: bold;}
.teacher-name{}
.Teacher .teacher-name{margin-bottom:26px;}
.Teacher .teacher-name a{display: inline-block;color: #727378;line-height: 40px;width: 12%;text-align:center;font-size:15px;}
.Teacher .teacher-name a:hover{background: #306ecb;color:#fff}


.list-wzy li{line-height:40px;height:40px;position: relative;border-bottom: 1px dashed #ddd;padding-left: 10px;}
.list-wzy li a{font-size:15px;display: inherit;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-wzy li:before{content:'';display:inline-block;width:3px;height:3px;background:#306ecb;position: absolute;left: 0;top: 19px;}


/*领导*/
.lead li{clear:both;padding:20px 0px;border-bottom:1px dashed #d5d5d5;}
.lead_img{width: 180px;}
.list .lead a{padding:0px;}
.lead_img img{max-width: 100%;height:200px;}

.lead h2{line-height:36px;font-size:18px;font-weight: bold;color: #333;}
.lead p{margin-top:20px;line-height: 30px;color: #666;}


#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:100% !important; 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: #ddd;border-bottom-color: #ddd;word-break: break-all;}
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }
.sz_box{margin-top:20px;margin-bottom:20px;}