@charset "utf-8";
main{
    padding: 50px 0;
}
.ny_banner{
    position: relative;
}
.ny_banner img{
    display:block;
    width:auto;
    height:auto;
    object-fit: cover;
    min-height: 150px;
}
.ny_banner h2{
    position: absolute;
    font-size: 46px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    text-shadow: 0 0 5px #003e7c;
}
/* 左侧导航 */
.left_dh{
    width: 310px;
    padding: 14px 14px;
    box-sizing: border-box;
    height: auto;
    background: url(../img/left_dh_bg.png) no-repeat top center;
}
.left_dh ul{
    display: block;
    background: #fff;
    box-shadow: 0 0 16px 5px rgba(8,1,3,0.1);
    padding-bottom: 100px;
}
.left_dh ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #000;
    padding: 0 40px 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    background: url(../img/left_dh_icon1.png) no-repeat right 40px center;
}
.left_dh ul li:last-of-type a{
    border-bottom: none;
}
.left_dh ul li a.hover,.left_dh ul li a:hover{
    color: #003e7c;
    font-weight: bold;
    background: url(../img/left_dh_icon2.png) no-repeat right 40px center;
}

/* 右侧内容 */
.right_con{
    width: calc(100% - 360px);
}

/* 单篇 */
.dp h2.bt{
    font-size: 35px;
    color: #131313;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.right_con .content p,.right_con .content span{
    font-size: 16px!important;
    color: #0f0f0f!important;
    line-height: 32px!important;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.right_con .content p{
    margin-bottom: 10px!important;
    text-indent: 2em;
    text-align: justify;
}
.right_con .content img{
    display: block;
    height: auto;
    max-width: initial;
    margin: 10px auto;
    object-fit: cover;
}
/* 内容页 */
.nr_con h2.bt{
    font-size: 28px;
    color: #010101;
    margin: 20px 0;
    line-height: 35px;
    text-align: center;
}
.nr_con div.wzxx{
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 20px;
}
.nr_con div.wzxx p{
    font-size: 14px;
    line-height: 38px;
    color: #818181;
    text-align: center;
}

/* 列表页 */
.list ul li{
    margin-top: 30px;
}
.list ul li:first-of-type{
    margin-top:0;
}
.list ul li a{
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px 6px rgba(0,60,112,0.1);
}
.list ul li a p.time{
    width: 90px;
    height: auto;
    background: #003e7c;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}
.list ul li a p.time span{
    display: block;
    font-size: 20px;
}
.list ul li a p.more{
    width: 100px;
    font-size: 15px;
    color: #373535;
    line-height: 35px;
    padding-right: 30px;
    background: url(../img/list_more.png) no-repeat right center;
    box-sizing: border-box;
}
.list ul li a p.con{
    width: calc(100% - 240px);
}
.list ul li a p.con span{
    display: block;
}
.list ul li a p.con span.tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.list ul li a p.con span.txt{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}
.list ul li a:hover p.con span.tit{
    color: #003e7c;
}
.list ul li a:hover p.con span.txt{
    color: #333;
}
/* 检索结果 */
/*search*/
.searchWrap {
    min-height: 600px;
    background: #fff;
}

.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: #003e7c;
    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: #003e7c;
}

.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
}

.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;width: 142px;object-fit: cover;}

.lead h2{line-height:36px;font-size:18px;font-weight: bold;color: #333;}
.lead p{margin-top:20px;line-height: 30px;color: #666;height: 120px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}

#nav_slide{display:none;}

.js-list li{float: left;margin-right: 0;width: 14.28%;}
.js-list li a{display: block;line-height: 58px;font-size: 17px;color: #4e4e4e;padding: 0 20px;}
.js-list li a span{ display: inline-block; padding-left: 20px; background: url(../images/icon-li01.png) left center no-repeat; }
.js-list li a:hover{ color: #003e7c; }
.js-list li a:hover span{ background: url(../images/icon-li02.png) left center no-repeat; }
h2.ssjd{color:#003e7c;font-size:18px;margin-bottom:20px;margin-top: 20px;}
.bys .lead_img{width:250px;margin-right: 20px;}
.bys .lead_img img{width:250px;object-fit: cover;}


/*教师详情*/
.szdw-detail {
    width: 100%;
}

.szdw-detail .basic-box {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #e6ebed;
    padding-bottom: 25px;
}

.szdw-detail .basic-box .timg {
    width: 18%;
    height: 220px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
}
.szdw-detail .basic-box .timg img{width:100%;height: 252px;object-fit:cover;}
.szdw-detail .basic-box .tbasic {
    width: 70%;
    float: left;
    margin-left: 40px;
    text-align: left;
}

.szdw-detail .basic-box .tbasic .tname {
    color: #014ba9;
    margin-top: 37px;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-bottom: 20px;
}

.szdw-detail .basic-box .tbasic .tname-en {
    color: #014ba9;
    margin-top: 37px;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: Times New Roman;
}

.szdw-detail .basic-box .tbasic .tag {
    margin-top: 37px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 20px;
}

.szdw-detail .basic-box .tbasic .tname-bg {
    margin-top: 37px;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 16px;
 
    width: 16px;
}

.szdw-detail .basic-box .tbasic .tcontent {
    magin-top: 12px;
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    /*height:180px;*/
    overflow: hidden;
}

.szdw-detail .basic-box .tbasic .more {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    display: none;
}

.szdw-detail .basic-box .tbasic .more span {
    width: 80px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.right-column-box .tright-column-menu {
    width: auto;
    margin-top: 0px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    background: #e6ebed;
    width: 80%;
    margin: auto;
}

.right-column-box .tright-column-menu li {
    font-size: 16px;
    color: #333;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}
.right-column-box .tright-column-menu li.on{color: #fafafa;background: #084e96;}
.right-column-box .tright-column-menu li .block {
    width: 28px;
    height: 100%;
    float: left;
}

.page-main-box .right-main-box .right-main .szdw-detail .tli-content {
    width: 800px;
    line-height: 22px;
    margin-top: 32px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 60px;
    display: none;
}

.page-main-box .right-main-box .right-main .szdw-detail .tli-content-on {
    display: block;
}

.page-main-box .right-main-box .right-main .szdw-detail .tli-content p {
    margin-bottom: 12px;
}














/* 媒体查询 */
@media only screen and (max-width: 1440px){
    main{
        padding: 40px 0;
    }
    .left_dh{
        width: 260px;
        padding: 20px 10px;
    }
    .right_con{
        width: calc(100% - 300px);
    }
    .left_dh ul li a{
        padding: 0 30px 0 20px;
        background: url(../img/left_dh_icon1.png) no-repeat right 20px center;
        line-height: 48px;
    }
    .left_dh ul li a.hover, .left_dh ul li a:hover{
        background: url(../img/left_dh_icon2.png) no-repeat right 20px center;
    }
    .left_dh p.btn_one{
        height: 72px;
    }
    .left_dh p.btn_one img{
        width: 34px;
    }
    .left_dh p.btn_one span{
        font-size: 26px;
        line-height: 34px;
        margin-left: 20px;
    }
    .dp .content{
        margin-top: 10px;
    }
    .dp h2.bt{
        font-size:26px;
        margin-bottom: 0;
    }
    .nr_con h2.bt{
        font-size: 26px;
        margin: 15px 0;
    }
    .nr_con div.wzxx{
        margin-bottom:15px;
    }
    .nr_con div.wzxx p{
        line-height: 40px;
    }
    .right_con .content p{
        margin-bottom:5px!important;
    }
    .right_con .content img{
        min-width:auto;
    }
    .list_link ul li{
        width: 23.5%;
        margin-right: 2%;
    }
    .list_link ul li a{
        margin-top:0;
        margin-bottom:20px;
    }
    .list ul li a{
        padding: 20px;
    }
    .list ul li{
        margin-top:0;
        margin-bottom:25px;
    }

  .js-list li a{padding: 0;}
}

@media only screen and (max-width: 1240px){
   .left_dh{
        width:245px;
    }
    .right_con{
        width:calc(100% - 275px);
    }
    .left_dh ul li a{
        padding: 0 25px;
        font-size: 16px;
    }
    .left_dh ul{
        padding-bottom:0;
    }
    #vsb_content table{
        width:90%;
    }
    .list_link ul li{
        width: 32%;
        margin-right: 2%;
    }
    .list_link ul li:nth-of-type(4n){
        margin-right: 2%;
    }
    .list_link ul li:nth-of-type(3n){
        margin-right:0;
    }
    .list ul li{
        margin-bottom:20px;
    }
     .js-list li{width:20%;}
    .js-list li a{font-size:15px;}
     .szdw-detail .basic-box .timg img{height: 223px;}
}
@media only screen and (max-width: 960px){
    main{
        padding: 20px 0;
    }
    .left_dh,.right_con{
        width:100%;
    }
    .left_dh{
        background:#fff;
        padding: 0;
    }
    .left_dh p.btn_one{
        position: static;
        background: #7c120e;
        display: block;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        transform: translateY(0);
    }
    .left_dh p.btn_one img{
        display:none;
    }
    .left_dh p.btn_one span{
        margin-left: 0;
        font-size: 20px;
        line-height: 48px;
    }
    .left_dh ul{
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
    }
    .right_con .content img{
        max-width:90%;
    }
    #vsb_content table{
        width:100%;
        margin:10px auto;
    }
    .ny_banner h2{
        font-size: 32px;
    }

   #nav_slide{display:block;}
   #nav_slide h1{font-size: 16px;color: #fff;text-align: center;}
#nav_slide{background: #003e7c;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{position:absolute;left: 1rem;top: 13px;}
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}
#bnt_sub_nav{position: absolute;right: 1rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #ee9640;}

#sub_nav_content ul li ul{ display:none}


}

@media only screen and (max-width: 860px){
   .szdw-detail .basic-box .timg img,.szdw-detail .basic-box .timg{height:197px;}


}






@media only screen and (max-width: 768px){
    .left_dh p.btn_one span{
        font-size: 17px;
        line-height: 42px;
    }
    .dp{
        margin-top:0;
    }
    .dp h2.bt{
        font-size: 22px;
        line-height: 30px;
    }
    .nr_con h2.bt{
        font-size: 22px;
        margin: 10px 0;
        margin-top: 0;
    }
    .nr_con div.wzxx{
        margin-bottom: 10px;
    }
    .nr_con div.wzxx p{
        line-height: 36px;
        font-size: 12px;
    }
    .right_con .content p, .right_con .content span{
        margin-bottom: 8px!important;
        font-size: 14px!important;
        line-height: 24px!important;
    }
    .right_con .content img{
        max-width:98%;
    }
    #vsb_content table{
        margin:5px auto;
    }
    .list_link ul li{
        width: 48%;
        margin-right: 4%;
    }
    .list_link ul li:nth-of-type(3n){
        margin-right: 4%;
    }
    .list_link ul li:nth-of-type(2n){
        margin-right:0;
    }
    .list ul li a{
        padding: 10px;
    }
    .list ul li a p.time{
        width: 70px;
        font-size: 14px;
        line-height: 22px;
    }
    .list ul li a p.time span{
        font-size: 18px;
    }
    .list ul li a p.more{
        width: 85px;
        font-size: 14px;
        padding-right: 25px;
    }
    .list ul li a p.con{
        width: calc(100% - 185px);
    }
    .list ul li a p.con span{
        display: block;
    }
    .list ul li a p.con span.tit{
        font-size: 15px;
        line-height: 28px;
    }
    .list ul li a p.con span.txt{
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }
    .searchWrap .serBox{
        padding: 15px;
        margin-bottom: 0;
    }
    .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{
    line-height: 25px;
    height: 50px;
    }
    .szdw-detail .basic-box .timg{width:22%;}
    .szdw-detail .basic-box .tbasic{margin-left:20px;width:67%;}
     .right-column-box .tright-column-menu{width:100%;}
}
@media only screen and (max-width: 540px){
    main{
        margin: 10px 0;
        min-height: 155px;
        padding: 0;
    }
    .dp h2.bt{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .nr_con h2.bt{
        font-size: 18px;
        line-height: 26px;
    }
    .nr_con div.wzxx{
        padding: 0 10px;
    }
    .left_dh p.btn_one span{
        line-height: 38px;
        font-weight: normal;
    }
    .left_dh p.btn_one{
        padding:0 10px;
    }
    .list ul li a p.more{
        display:none;
    }
     .list ul li a p.con{
        width: calc(100% - 80px);
    }
    .list ul li{
        margin-bottom:0;
        margin-top:15px;
    }
      .lead_img{display: block;float: none;width: 100%;max-height: 354px;background: #efefef;padding: 30px;box-sizing: border-box;text-align: center;}
  .lead_img img{height:294px;width: 88%;}
  .Teacher h2{font-size:18px;}
     .js-list li{width:33%;margin-right:0;}
    .bys .lead_img{width:100%;}
    .szdw-detail .basic-box .timg,.szdw-detail .basic-box .tbasic{width:100%;margin-left:0;}
    .szdw-detail .basic-box .timg{text-align:center;margin: auto;padding-top: 30px;}
    .szdw-detail .basic-box .timg img{width: 45%;height:200px;display: inline;}
   .szdw-detail .basic-box .tbasic{text-indent: 20px;}
    .szdw-detail .basic-box .tbasic .tname{text-align:center;float: none;margin: 10px 0px;}
     .szdw-detail .basic-box .tbasic .tcontent{height:auto !important;}
     .right-column-box .tright-column-menu li{padding:0 10px;}
}
@media only screen and (max-width: 440px){
    .list_link ul li{
        width: 100%;
        margin-right: 0%;
    }
    .list_link ul li a{
        margin-bottom:0;
        margin-top:15px;
        height: 48px;
        font-size: 15px;
    }
}