/* list_events */
.acade_list{

}
.acade_list li{
  width:48%;
  float: left;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-top: 4px solid #0656b4;
  margin-top: 20px;
  transition: all 0.25s ease-in-out;
 -ms-transition: all 0.25s ease-in-out; 	/* IE 9 */
-moz-transition: all 0.25s ease-in-out; 	/* Firefox */
-webkit-transition: all 0.25s ease-in-out; /* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;	/* Opera */
}
.acade_list li:nth-child(2n){
  margin-left: 4%;
}
.acade_list li h3{ 
    display: block;
    height: 62px;
    padding-bottom: 20px;
    font: 18px/31px "microsoft yahei";
    color: #010000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 62px;
}
.acade_list li .item{ 
  width: 100%;
  margin-top: 20px;
}
.acade_list li .item .date{ 
  width: 75px;
  height: 75px;
  background-color: #003F88;
  padding-top: 10px;
  position: absolute;
}
.acade_list li .item .date .d{ 
  text-align: center;
  font: 800 30px/26px "microsoft yahei";
  color:#fff;
}
.acade_list li .item .date .y{ 
  text-align: center;
  color:#fff;
  margin-top: 8px;
}
.acade_list li .item .info{ 
  width: 100%;
  padding-left: 100px;
}
.acade_list li .item .info p{
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
line-height:20px;
}
.acade_list li .item .info .peo{ 
  background:url(../images/say_icon.png) no-repeat left top;
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
}
.acade_list li .item .info .time{ 
  background:url(../images/t_icon.png) no-repeat left 2px;
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
}
.acade_list li .item .info .ad{ 
  background:url(../images/ad_icon7.png) no-repeat left top;
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
  border-bottom: none;
    padding-bottom: 0px; 
     padding-top: 0px;
}
.acade_list li:hover{
  box-shadow: 3px 3px 5px #eee;
}
.acade_list li:hover h3{
  color: #003f88;
}
.acade_list li:hover .info p{
  color: #003f88 !important;
}
.acade_list li:hover .info a{
  color: #003f88 !important;
}
@media screen and (max-width:940px){
  .acade_list li{
    width:100%;
  }
  .acade_list li:nth-child(2n){
    margin-left: 0;
  }
}

/* banner图 */
article {
  width: 100%;
  padding-bottom: 30px;
  min-height: 650px;
}
.banner {
  width: 100%;
  height: 280px;
  background: url(../images/list_banner.png) no-repeat center center / cover;
  /*background-size: auto;*/
}
.r_con {
 width: 100%;
  padding-left: 324px;
  margin-top: 22px;

}
.r_con .ad {
  border-bottom: 2px solid #003f88;
  padding-bottom: 22px;
  padding-top: 12px;
}
.r_con .ad span{
  color: #333333;
  font-size: 14px;
  font-family:threeFont;
}
.r_con .ad a {
  color: #333333;
  font-size: 14px;
  font-family:threeFont;
}
.article_list {
  border-top: 1px solid #e5e4e4;
  padding-right: 20px;
  padding-top: 28px;
}
.article_list .list-item1 {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #cbcbcb;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.article_list .list-item1 .circle {
  margin-left: 14px;
   float: left;
}
.article_list .list-item1 .item {
  font-size: 16px;
  font-family:threeFont;
  color: #333333;
  margin-left: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 77%;
 float: left;
}
.article_list .list-item1 .date {
  font-size: 16px;
  font-family:threeFont;
  color: #333333;
  float: right;
  color: #999999;
}

.news_img li{
  height: 234px;
  width: 100%;
  border-bottom:1px dashed #d7d7d7;
  overflow: hidden;
  padding-left: 16px;
  padding-top: 20px;
  padding-right: 10px;
  overflow: hidden;
} 
.news_img li .img{
  float: left;
  overflow: hidden;
}
.news_img li .img img{
  width: 323px;
  height: 182px;
  transition: all 0.5s ease-in-out;
}
.news_img li .info{
  float: left;
  width: 59%;
  margin-left: 20px;
}
.news_img li .info .title{
  font-size: 18px;
  font-family: twoFont;
  color: #003f88;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_img li .info .date{
  font-size: 14px;
  font-family: threeFont;
  color: #999999;
  line-height: 28px;
  margin-top: 10px;
}
.news_img li .info .introduce a{
  font-size: 14px;
  font-family: threeFont;
  color: #666666;
  line-height: 28px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_img li:hover{
  background-color: #fcfcfc;
  box-shadow: 3px 3px 5px #eee;
}
.news_img li:hover .title{
  text-decoration: underline;
}
.news_img li:hover .img img{
  transform: scale(1.1);
}
.news_img li:hover .date{
  color: #003f88;
}
.news_img li:hover .introduce a{
  color: #003f88;
}

.article_list .list-item1:hover{
  background-color: #f8f8f8;
  box-shadow: 3px 3px 5px #eee;
}
.article_list .list-item1:hover .item {
  text-decoration: underline;
  color: #003f88;
}
.article_list .list-item1:hover .date{
  color: #003f88;
}
@media screen and (max-width:1203px){
  .news_img li .info{
    width: 55%;
  }
}
@media screen and (max-width:1129px){
  .news_img li .info{
    width: 52%;
  }
}
@media screen and (max-width:1081px){
  .news_img li .info{
    width: 48%;
  }
}
@media screen and (max-width:1026px){
  .news_img li .info{
    width: 44%;
  }
}
@media screen and (max-width:980px){
  .news_img li .info{
    width: 40%;
  }
}
@media screen and (max-width:939px){
  .news_img li{
    height: auto;
    padding-bottom: 10px;
  }
  .news_img li .img{
    width: 100%;
  }
  .news_img li .img img{
    width: 100%;
    height: auto;
  }
  .news_img li .info{
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width:863px){
  .article_list .list-item1 .item{
    width: 59%;
  }
}
@media screen and (max-width:950px){
  .r_con{
    padding-left: 0;
  }
.article_list{
padding:0 20px;
}
.research-title h2 {
    font-size: 30px;
}
}
/*教师列表*/
.list-teacher {
  width: 100%;
  margin-top: 20px;
}

.list-teacher .list-item {
  padding:30px;
  margin-bottom: 30px;height: 245px;
  /*background-color: #f8f8f8;*/
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
}
.list-teacher .list-item>a {
  display: inline-block;
}


.list-teacher .list-item .pic {
  float: left;
  width: 139px;
  height: 185px;
  overflow: hidden;

}

.list-teacher .list-item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
}

.list-teacher .list-item .pic:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;

}

.list-teacher .list-item .content {
  margin-left: 160px;
  padding: 15px 20px 0;
}

.list-teacher .list-item .content .title a{
  font-size: 20px;
  font-weight: bold;
  color: #003f88;
}
.list-teacher .list-item .content .fu-title a{
  color: #003f88;
}

.list-teacher .list-item .content p {
  font-size: 18px;
  color: #000;
   line-height: 30px;
}
.list-teacher .list-item .content .research{
  margin:10px 0;
}
.list-teacher .list-item .content .research .tag{
  display:inline-block;
  padding:8px 15px 10px;
  border:2px solid #003f88;
  margin-right:10px;
  color:#003f88;
  line-height:20px;
  font-size:20px;
  margin-bottom:10px;
}
.list-teacher .list-item .content .research .tag:hover{
  color:#fff;
  background-color:#003f88;
}
@media screen and (max-width: 950px) {
.list-teacher .list-item {height: auto}
}
/*@media screen and (max-width: 630px) {
.list-teacher .list-item{
 padding:0;
 padding:20px 0;
}
  .list-teacher .list-item .pic {
   float:unset;
    width: 50%;
    height:auto;
  margin:0 auto;
  }
.list-teacher .list-item .content{
  margin-left:0;
}
 
}*/
@media screen and (max-width: 650px) {
.list-teacher .list-item{
padding: 20px;
}
.list-teacher .list-item .content p {
    font-size: 18px;
    color: #000;
    line-height: 26px;
}
.list-teacher .list-item .content .research .tag {
    padding: 5px 10px 8px;
    margin-right: 10px;
    color: #003f88;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}
.list-teacher .list-item .content {
    margin-left: 140px;
    padding: 15px 20px 0;
}
}
@media screen and (max-width: 500px) {
.list-teacher .list-item{
 padding:0;
 padding:20px 0;
}
  .list-teacher .list-item .pic {
   float:unset;
    width: 50%;
    height:auto;
  margin:0 auto;
  }
.list-teacher .list-item .content{
  margin-left:0;
}
/*.list-teacher .list-item .content p {
    font-size: 16px;
}
.list-teacher .list-item .content .research .tag {
    font-size: 16px;
}*/

}


.list-research .list-item:first-child{
   display:none;
}
.research-title{
  margin:20px 0;
}
.research-title h2{
   font-size:40px;
}
.research-content{
  font-size:16px;
  line-height:1.75;
  color:#2e2d29;
}
@media screen and (max-width:950px){
.research-title h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 768px) {
  .list-container .right {
    padding-left: 0;
  }

  .list-teacher .list-item {
    margin-bottom: 30px;
  }

}
.list-teacher .introduce{
  font-size:16px;
  line-height:1.75;
  color:#2e2d29;
 text-align:justify;
  
}

/*分页样式*/
.wp_paging li{
height:25px !important;
border:none;
float:initial;
width:auto;
padding:0;
margin:0;
margin-left:0 !important;
line-height:25px !important;
}
.wp_paging li:hover{
background-color:#fff !important;
box-shadow:none;
}
.wp_paging{
 float:initial;
 text-align:center;
display:bolck !important;
margin-top:20px;
  clear:both;
}
.wp_entry img{
max-width:100% !important;
}
.wp_entry{
overflow:unset;
}
.wp_entry .address{
width:2500px !important;
max-width:2500px !important;
}
.staff{
  margin-top:30px;
}
.staff .list-item{
  float:left;
  width:17.5%;
  margin-right:3%;
  height:350px;
}
.staff .list-item:nth-child(5n){
  margin-right:0;
}
.staff .list-item .pic{
  width:139px;
  height:185px;
  overflow:hidden;
   transition:all 0.3s ease;
   box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.staff .list-item .pic img{
  width:100%;
  height:100%;
  object-fit:cover;
   transition:all 0.3s ease;
}
.staff .list-item .pic:hover img{
   transform:scale(1.1);
  transition:all 0.3s ease;
}
.staff .list-item .content .title{
  margin-top:14px;
  margin-bottom:5px;
}
.staff .list-item .content .title a{
  font-size:20px;
  color: #003f88;
}

.staff .list-item .content .title a:hover,.staff .list-item .content .fu-title a:hover{
  text-decoration: underline;
}
.staff .list-item .content .keywords,.staff .list-item .content .short-title,.staff .list-item .content .fu-title a{
  font-size:16px;
  line-height:1.5;
  color: #333333;
}
.staff .list-item .content .fu-title a{
  color: #003f88;
}
.bg{
  border-bottom:1px solid #003f88;
}
.bg .titleh2{
 display: inline-block;
    margin-top: 20px;
    font-size: 26px;
    background-color: #003f88;
    color: #fff;
    padding: 3px 10px;
}
@media screen and (max-width:1300px){
.staff {
  /*width:850px;*/
  margin:0 auto;
  margin-top:20px;
}
.staff .list-item{
  width:22.5%;
  margin-right:3%;
}
.staff .list-item:nth-child(5n){
  margin-right:3%;
}
.staff .list-item:nth-child(4n){
  margin-right:0%;
}
}
@media screen and (max-width:1100px){
.staff {
/*  width:660px;*/
}
.staff .list-item{
  width:31.3%;
  margin-right:3%;
}
.staff .list-item:nth-child(5n){
  margin-right:3%;
}
.staff .list-item:nth-child(4n){
  margin-right:3%;
}
.staff .list-item:nth-child(3n){
  margin-right:0;
}
}
@media screen and (max-width:950px){
.staff {
  /*width:850px;*/
  margin:0 auto;
  margin-top:20px;
}
.staff .list-item{
  width:22.5%;
  margin-right:3%;
}
.staff .list-item:nth-child(5n){
  margin-right:3%;
}
.staff .list-item:nth-child(3n){
  margin-right:3%;
}
.staff .list-item:nth-child(4n){
  margin-right:0%;
}
}
@media screen and (max-width:760px){
.staff {
/*  width:660px;*/
}
.bg .titleh2{
  font-size:26px;
}
.staff .list-item{
  width:31.3%;
  margin-right:3%;
}
.staff .list-item:nth-child(5n){
  margin-right:3%;
}
.staff .list-item:nth-child(4n){
  margin-right:3%;
}
.staff .list-item:nth-child(3n){
  margin-right:0;
}
}
@media screen and (max-width:580px){
.staff {
/*  width:480px;*/
}
.staff .list-item{
  width:48%;
  margin-right:4%;
}
.staff .list-item:nth-child(5n){
  margin-right:4%;
}
.staff .list-item:nth-child(4n){
  margin-right:4%;
}
.staff .list-item:nth-child(3n){
  margin-right:4%;
}
.staff .list-item:nth-child(2n){
  margin-right:0;
}
}
@media screen and (max-width:500px){
.staff {
  width:unset;
}
}
@media screen and (max-width:430px){
.bg .titleh2{
  font-size:22px;
}
.staff .list-item{
  width:100%;
  margin-right:0;
}
.staff .list-item .pic {
    float: left;
}
.staff .list-item {
    height: 220px;
}
.staff .list-item .content{
padding-top: 20px;
padding-left: 160px;
}
}
.faculty .list-item{
  float:left;
  width:20%;
  height: 40px;
    line-height: 60px;
}
.faculty .list-item a{
  font-size:14px;
  text-decoration-line:none;
 color:#5A5A5A;
  font-family: roboto;
}
.faculty .list-item a:hover{
  color:#E10000;
}
@media screen and (max-width:550px){
  .faculty .list-item{
  width:33.3%;
}
}
@media screen and (max-width:350px){
  .faculty .list-item{
  width:50%;
}
}
//检索

.jsmh_1 .jsmh {
    background: #f8f9f6;
}
/*.jsmh_1 .pinyi_txt {
    font-size: 18px;
    color: #003f88;
    line-height: 74px;
float: left;
margin-bottom: 20px;
background:url(../images/sanjiao.png) no-repeat left center;
padding-left:30px;
margin-left:10px;
 
}*/
.jsmh_1 .pinyi_txt {
    font-size: 18px;
    color: #003f88;
    line-height: 74px;
float: left;
padding-left:10px;
margin-bottom: 20px;

}
.jsmh_1 .pinyi_list {
    padding-top: 20px;
padding-bottom: 16px;
}
.jsmh_1 .pinyi_list a {
    font-size: 18px;
    color: #666666;
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 2px 0 1px;
}
.jsmh_1 .pinyi_list a.selected{
  border-radius:50%;
  background-color:#003f88;
  color:#fff;
}
.jsmh_1 .list-teacher {
    width: 100%;
    margin-top: 20px;
}
.jsmh_1 .list-teacher .list-item {
width: 49%;
    padding: 15px;
    margin-bottom: 30px;
    /* background-color: #f8f8f8; */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
   float: left;
   height:267px;
   padding-bottom:0;
}
.jsmh_1 .list-teacher .list-item .content{
  padding:5px;
  padding-left:0;
}
.jsmh_1 .list-teacher .list-item .content .research .tag{
  padding:5px;
  font-size:16px;
  margin-right:5px;
}
.jsmh_1 .list-teacher .list-item:nth-child(2n) {
margin-left:2%;
}
.jsmh_2 .pinyi_list a {
    font-size: 18px;
    color: #666666;
    float: left;
    width:auto;
    line-height: 34px;
    text-align: center;
    margin: 0 2px 0 1px;
   padding:0 10px;
}
.jsmh_2 .pinyi_list a.selected{
  border-radius:18px;
  background-color:#003f88;
  color:#fff;
}
@media screen and (max-width: 1300px) {
 .jsmh_1 .list-teacher .list-item {
  width:100%;
}
.jsmh_1 .list-teacher .list-item:nth-child(2n) {
margin-left:0%;
}
.jsmh_1 .list-teacher .list-item .content .research .tag {
    padding: 8px;
    font-size: 18px;
    margin-right: 8px;
}
.jsmh_1 .list-teacher .list-item{
  height:auto;
  padding-bottom:15px;
}

}
@media screen and (max-width:650px) {
 .jsmh_1 .list-teacher .list-item .content{
   padding-left:15px;
}
.jsmh_1 .pinyi_txt{
   line-height: 30px;
    margin-top: 20px;
   margin-bottom:0;
}
.jsmh_pinyi_list{
  padding-left:20px !important;
}

}
@media screen and (max-width: 500px) {

}
