/*师资队伍202506*/
.list-right2 {
    width: 100%;
}
.teacher-box{
	background:none !important;
	}

.ej_nav{width:100%;z-index:99999;/*background:linear-gradient(to right,rgba(90,67,152,0.91),rgba(69,88,162,0.91),rgba(5,123,195,0.91));position: absolute;margin-top:-6.6rem;*/z-index:2;
background:url(/images/bg-1.jpg) top center  no-repeat;
}
.ej_nav i{float:left;}
.ej_nav h1{font-size:2.6rem;color:#fff;float:left;padding:1.6rem 6rem 1.6rem 2.3rem;}
.ej_nav_ul{float:left;}
.ej_nav_ul  li{float:left;font-size:2rem; line-height:60px;}
.ej_nav_ul  li.line{padding:0px 2rem;color:#fff;}
.ej_nav_ul  li a{color:#fff;}
.ej_nav_ul  li a:hover{font-weight:bold;}
.ej_nav_ul  li.select{font-weight:bold;color:#82c4ee}
.ej_dq{width:100%;border-bottom:1px #ddd solid;padding:3rem 0px 2.6rem;}
.ej_dq h1{float:left;background:url(/images/dq_h1.png) left center  no-repeat;text-indent:25px;font-size:2.2rem;margin-bottom:2rem;}

.ej_dq span{float:right;background:url(/images/dq_wz.png) 3px top  no-repeat;text-indent:35px;font-size:1.8rem;}  
.ej_dq span a{color:#222;}

.ej_font{padding:3rem 0px 6.5rem;}
.ej_font table{width:100%;}
/*  .ej_font  table tr td{line-height:8.2rem;}  */
.ej_font h1{font-size:2rem;color:#006329;font-weight:bold;text-align:right;}
.ej_font i{padding:0px 2rem;}

.ej_font h2{font-size:2.4rem;color:#222;font-weight:bold;line-height:7rem;text-align: center;}

.ej_font h3{font-size:2rem;color:#006329;font-weight:bold;text-align:left;}


/* 全局样式 */
.img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /*  background-color: rgba(25, 25, 25, 0.09); 半透明蒙版 */
    pointer-events: none; /* 不影响点击 */
}


.js {
    width: 100%;
    min-height: 800px;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

/* 筛选区域样式 */
.teacher_sel {
    border-bottom: 1px #dddddd dashed;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.teacher_sel dl {
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 15px;
}

.teacher_sel dl dt {
    float: left;
    width: 100px;
    text-align: center;
    font-weight: bold;
    background: #006329;
    color: #FFFFFF;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 10px;
}

.teacher_sel dl dd {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-left: 0;
}

.teacher_sel dl dd .filter-option {
    flex: 0 0 auto;
}

.teacher_sel dl dd .filter-items {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.teacher_sel dl dd .filter-items a {
    flex: 0 0 auto;
}

.teacher_sel dl dd a {
    padding: 5px 15px;
    color: #333333;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    white-space: nowrap;
}
.teacher_sel dl dd a:hover{
	background: #006329c7;
    color: #FFFFFF;
    border-color: #006329c7;
	
	}
.teacher_sel dl dd a.active {
    background: #006329c7;
    color: #FFFFFF;
    border-color: #006329c7;
}

/* 教师列表样式 */
.teacher_list {
    width: 90%;
    max-width: 1400px;
    margin: 20px auto;
}

.jsul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
    list-style: none;
}

.jsul li {
  
    width: calc(33.33% - 15px);
    border-radius: 10px;
    overflow: hidden;
    
}

.jsul .media{
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    top: 0;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(50,50,50,0.1);
    box-shadow: 0px 5px 15px 0px rgba(50,50,50,0.1);
}
.jsul .media:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #006329;
    left: 15px;
    top: 0;
}
.jsul .media:hover{
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.37);
}
.jsul [class*='col-']:first-child .media{
    margin-top: 0;
}
.jsul [class*='col-']:last-child .media{
    border-bottom: 0;
}

.jsul .media-heading{
    font-size: 18px;
	font-weight:600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.jsul .media-left{
    padding-right: 20px;
}
.jsul .media-left img{
    width: 100px;
    height: 125px;
    max-width: 10000px;
	object-fit: cover;
}
.jsul .media:hover .media-heading,
.jsul .media:hover .more-link{
    color: #006329;
}

.jsul p{
    margin-bottom: 0;
}
.jsul .jsul-title,.jsul .jsul-research{
    color: #666;
    line-height: 1.6;
}
.jsul .media-body{
    position: relative;
}
.jsul .jsul-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.jsul .jsul-research{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 72px;
}
.jsul .more-link{
    margin-top: 30px;
}



.jsul .media-body p {
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
   
    margin: 0 0 14px 0;
}
.jsul .media-body strong {
    display: block;
    font-size: 14px;
    color: #222222;
   
    margin: 13px auto 8px;
    font-weight: bold;
}
.jsul .media-body p span {
    font-weight: bold;
    width: 60px;
    /* display: inline-block; */
    text-align-last: justify;
    display: block;
    float: left;
    height: auto;
    padding: 0px;
}
.jsul .media-body i {
    font-style: normal;
    /* display: inline-block; */
    /* margin: 0 0 0 10px; */
    margin: 0 0 0 66px;
    display: block;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
}
.jsul .media-body i.lianghang{
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: normal; 
min-height:40px;
	}
.jsul .media-body p:last-child i{ height:40px; line-height:20px;}
.jsul .media-body i strong {
    margin: 0px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



/* 去掉链接下划线 */
.teacher_list a {
    text-decoration: none;
    color: #fff;
}

/* 返回顶部按钮样式 */
.back-to-top {
    display: inline-flex;
    position: fixed;
    bottom: 256px;
    right: 20px;
    z-index: 999;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    background: none;
}

.back-to-top img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.back-to-top:hover img {
    transform: scale(1.2);
}


/*博士后样式*/
.teacher2 dl {
    overflow: hidden;
    margin: 30px -15px 0;
}

.teacher2 dl dd {
    width: 25%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px 0;
}

.teacher22 dl dd {
    width: 33.33%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px 0;
}

.teacher2 dl dd a {
    display: block;
    margin: 0 15px;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.t_left {
    width: 30%;
    float: left;
}

.t_right {
    margin: 0 0 0 36%
}

.teacher2 dl dd span {
    height: 0px;
    overflow: hidden;
    display: block;
    padding-bottom: 130%;

}

.teacher22 dl dd .t_left span {
    height: 0px;
    overflow: hidden;
    display: block;
    padding-bottom: 130%;

}

.teacher2 dl dd span img {
    width: 100%;
	object-fit: cover;
    min-height: 125px;
}

.teacher2 dl dd strong {
    display: block;
    font-size: 14px;
    color: #222222;
    text-align: center;
    margin: 13px auto 8px;
    font-weight: bold;
}

.teacher22 dl dd p {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin: 0 0 8px 0;
}

.teacher22 dl dd .t_right p {
    text-align: left;
    overflow: hidden;
}

.teacher22 dl dd .t_right p span {
    font-weight: bold;
    width: 70px;
    /* display: inline-block; */
    text-align-last: justify;
    display: block;
    float: left;
    height: auto;
    padding: 0px;
}

.t_right i {
    font-style: normal;
    /* display: inline-block; */
    /* margin: 0 0 0 10px; */
    margin: 0 0 0 76px;
    display: block;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
}
.t_right i.lianghang{
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: normal; 
min-height:40px;
overflow-wrap: break-word;
	}
.t_right p:last-child i{ height:40px; line-height:20px;}
.teacher22 dl dd .t_right i strong {
    margin: 0px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*高层次人才*/

.list_ml .title {
    background: none;
    margin: 0px 0 15px 0;
    border-bottom: 1px solid #CDCDCD;
    padding: 10px 0
}

.list_ml .title h3 {
    background: none;
    color: #006f3a;
    font-size: 18px;
    padding-left: 0;
    font-weight: 600;
	margin:5px auto;
}

.list_ml li a {
    font-size: 16px;
    display: inline
}
.list_ml li a:hover{
	color: #006f3a;
	}


.titles h2 {
    background: url(/images/xin_03.jpg) no-repeat left;
    line-height: 22px;
    margin: 50px 0 33px;
    font-size: 19px;
    font-weight: bold;
    padding-left: 15px
}

.list_ml .zm {
    width: 15px;
    float: left;
    clear: both;
    height: 35px;
    line-height: 35px
}

.list_ml .yc {
    width: 850px;
    float: right
}

.list_gjfw {
    margin-bottom: 0px
}

/*

.list_gjfw li {
    width: 12.5%;
    float: left;
    height: 44px;
    line-height: 22px;
    padding-left: 15px;
    box-sizing: border-box
}
*/




/* 响应式设计 */


@media( max-width: 1479px){
   
}


@media( max-width: 1279px){
   .teacher22 dl dd {
    width: 50%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px 0;
}

}



@media( max-width: 1100px){
	

}


@media( max-width: 991px){
 
.list-left{ width: 100%; padding:0; }
.list-left-top{ height: 50px; line-height: 50px; margin:15px 0 0 0; text-align: left; padding-left: 20px; font-size: 18px;  }
.nav-a{ font-size: 16px; line-height: 40px; }
.list-nav-down li a{ font-size: 14px; line-height: 30px; }
.list-nav-down2 li a{ font-size: 14px; line-height: 30px; }
.list-right{ width: 100%; }
.ld-list-img{ width: 100%; text-align: center; position: static; }
.ld-list li a{ height: auto; padding:15px;padding:15px 10px 30px 10px !important; }
.ld-list-name{ margin-top: 15px; }
.ld-list-p{ margin-top: 5px; font-size: 14px; }
.ld-list li{ margin-bottom: 15px; }
.list-back{ padding-bottom: 20px; }
.list-left-nav{ display: none; }
.list-left-top{ display: none; }
.list-left-top-phone{ display: block; position: relative; }
.list-left-top-phone .nav-click{ width: 50px; height: 50px; line-height: 50px; }
}


@media( max-width: 920px){

}



@media( max-width: 767px){
    
    .jsul .jsul-research{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 66px;
}


}

@media only screen and (max-width: 600px) {
    .teacher_sel dl {
        display: flex;
        flex-direction: column;
    }

    .teacher_sel dl dt {
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .teacher_sel dl dd {
        width: 100%;
    }

    .jsul {
        justify-content: flex-start;
    }

    .jsk {
        height: auto;
    }

    .jsxm p {
        margin: 0;
    }

    .jsk img {
        object-fit: cover;
    }

    .jsul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .teacher_sel dl dd .filter-option,
    .teacher_sel dl dd .filter-items {
        flex: 100% auto;
    }
	
	 .teacher22 dl dd {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px 0;
}

}

@media( max-width: 560px){

}