.banner {
  width: 100%;
  height: 297px;
  background: url(../images/list_banner.jpg) no-repeat center center;
  background-size: auto;
}
article {
min-height:600px;
padding-bottom: 30px;
margin-bottom:30px;
}
.r_con {
  width: 100%;
  padding-left: 320px;
  margin-top: 22px;
}
.r_con .ad a {
  color: #333333;
  font-size: 14px;
  font-family: '微软雅黑';
float:right;
}
.r_con .ad a:nth-child(3) {
  background: url(../images/home_icon.png) no-repeat left center;
  padding-left: 26px;
}
.r_con .ad {
  padding-bottom: 20px;
  overflow: hidden;
}
.r_con .ad h2 {
  float: left;
  color: #006936;
  font-family: '微软雅黑';
  font-weight: bold;
  font-size: 24px;
  border-bottom: 4px solid #006936;
  padding-bottom: 20px;
  position: absolute;
}
.r_con .ad .r_link {
  float: right;
  width: 100%;
  border-bottom: 1px dashed #9fb7d2;
  padding-bottom: 26px;
  margin-top: 8px;
}
.news_list li {
  width: 100%;
  height: 148px;
  border: 1px solid #ececec;
  background: url(../images/list_line.png) no-repeat 116px center;
  margin-bottom: 18px;
  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- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
}
.news_list li .l_date {
  width: 116px;
  height: 148px;
  position: absolute;
}
.news_list li .l_date .d {
  font-size: 56px;
  font-family: '微软雅黑';
  color: #9d9d9d;
  text-align: center;
  margin-top: -2px;
}
.news_list li .l_date .m {
  font-size: 18px;
  font-family: '微软雅黑';
  color: #9d9d9d;
  text-align: center;
}
.news_list li .l_date .y {
  height: 24px;
  width: 56px;
  font-size: 18px;
  color: #003f88;
  font-family: '微软雅黑';
  border: 1px solid #003f88;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
  line-height: 25px;
  margin-top: 14px;
}
.news_list li .item {
  padding-left: 140px;
  margin-top: 18px;
}
.news_list li .item .title {
  font-size: 18px;
  font-family: '微软雅黑';
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_list li .item .dec {
  font-size: 14px;
  font-family: '微软雅黑';
  color: #999999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
  margin-top: 12px;
}
.news_list li .item .dec a {
  font-size: 14px;
  font-family: '微软雅黑';
  color: #999999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
}
.news_list li .item .more {
  margin-top: 6px;
  display: block;
  height: 20px;
  font-size: 14px;
  color: #999999;
  font-family: '微软雅黑';
  background: url(../images/more.png) no-repeat 35px top;
 float:left;
padding-right:28px;
}
/* 图片列表页 */
.img_list li {
  margin-bottom: 12px;
  width: 100%;
  height: 202px;
  position: relative;
  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- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
}
.img_list li .l_img {
  position: absolute;
  width: 350px;
  height: 202px;
  overflow: hidden;
}
.img_list li .l_img img {
  width: 350px;
  height: 202px;
  transition: all 0.25s ease-in-out;
 object-fit:cover;
 -ms-object-fit:cover; /* IE 9 */
-moz-object-fit:cover; /* Firefox */
-webkit-object-fit:cover; /* Safari 和 Chrome */
-o-object-fit:cover; /* Opera */
}
.img_list li .item {
  padding-top: 30px;
}
.img_list li .item .title {
  font-size: 18px;
  font-family: '微软雅黑';
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.img_list li .item .dec {
  font-size: 14px;
  font-family: '微软雅黑';
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
  margin-top: 18px;
}
.img_list li .item .dec a{
  font-size: 14px;
  font-family: '微软雅黑';
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
}
.img_list li .item .more {
  margin-top: 14px;
  display: block;
  height: 20px;
  font-size: 14px;
  color: #999999;
  font-family: '微软雅黑';
  background: url(../images/more.png) no-repeat 35px top;
float:left;
padding-right:28px;
}
.img_list li:nth-child(2n) {
  /* background: url(../images/news-bg.png) no-repeat right; */
  background-color: #fbfbfb;
}
.img_list li:nth-child(2n) .l_img {
  left: 0;
}
.img_list li:nth-child(2n) .item {
  padding-left: 366px;
  padding-right: 18px;
}
.img_list li:nth-child(2n+1) {
  /*  background: url(../images/news-bg.png) no-repeat 234px; */
  background-color: #fbfbfb;
}
.img_list li:nth-child(2n+1) .l_img {
  right: 0;
}
.img_list li:nth-child(2n+1) .item {
  padding-left: 18px;
  padding-right: 366px;
}
.wp_entry img{
max-width:750px;
}
@media screen and (max-width: 900px) {
  .img_list li {
    height: auto;
   overflow:hidden;
  padding-bottom:10px;
  }
  .img_list li .l_img {
    width: 100%;
    height: auto;
    position: initial;
  }
  .img_list li .l_img img {
    width: 100%;
    height: auto;
  }
  .img_list li .item {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .r_con {
    width: 100%;
    padding-left: 0;
  }
.r_con .ad h2 {
    display: none;
}
 .wp_entry img{
max-width:100% !important;
}
}
.news_list li:hover {
  background-color: #003f88;
}
.news_list li:hover p {
  color: #ffffff !important;
}
.news_list li:hover a {
  color: #ffffff !important;
}
.news_list li:hover span {
  color: #ffffff !important;
}
.news_list li:hover .y {
  border: 1px solid #ffffff;
}
.news_list li:hover .more {
  background: url(../images/white_more.png) no-repeat 35px top;
}
.img_list li:hover {
  background: none !important;
  background-color: #003f88 !important;
}
.img_list li:hover p {
  color: #ffffff !important;
}
.img_list li:hover a {
  color: #ffffff !important;
}
.img_list li:hover span {
  color: #ffffff !important;
}
.img_list li:hover .y {
  border: 1px solid #ffffff;
}
.img_list li:hover .more {
  background: url(../images/white_more.png) no-repeat 35px top;
}
.img_list li:hover img {
  transform: scale(1.05);
}
ul.list-paddingleft-2 li {
    height: auto;
    border: none;
    background: none;
}
ul.list-paddingleft-2 li:hover{
background-color:#fff;
box-shadow:none !important;
}
ul.list-paddingleft-2 li:hover p{
color:#212121 !important;
}
ul.list-paddingleft-2 li:hover span{
color:#212121 !important;
}

.article_list {

}
.article_list li {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #cbcbcb;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;/* IE 9 */
-moz-transition: all 0.25s ease-in-out; /* Firefox */
-webkit- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
}
.article_list li p {
  font-size: 16px;
  font-family: '微软雅黑';
  color: #333333;
  
}
.article_list li a {
  font-size: 14px;
  font-family: '微软雅黑';
  color: #333333;
}
.article_list li .circle {
  margin-left: 14px;
 float: left;
}
.article_list li .item {
  margin-left: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 77%;
float: left;
}
.article_list li .item a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.article_list li .date {
  float:right;
}
.article_list li:hover{
  background-color: #f8f8f8;
  box-shadow: 3px 3px 5px #eee;
}
.article_list li:hover .item {
  text-decoration: underline;
}
.article_list li:hover .date{
  color: #003f88;
}
/*分页样式*/
.wp_paging li{
height:25px !important;
border:none;
float:initial;
width:auto;
padding:0;
margin:0;
margin-left:0 !important;
background:none !important;
line-height:25px;
}
.wp_paging li:hover{
background-color:#none !important;
box-shadow:none;
}
.wp_paging{
 float:initial;
 text-align:center;
display:bolck !important;
margin-top:20px;
}
/*分页样式*/
.wp_paging li{
height:25px !important;
border:none;
float:initial;
width:auto;
padding:0;
margin:0;
margin-left:0 !important;
background:none !important;
}
.wp_paging li:hover{
background-color:#fff !important;
box-shadow:none;
}
.wp_paging li:hover a{
color:#666 !important;
box-shadow:none;
}
.wp_paging li:hover span{
color:#666 !important;
box-shadow:none;
}
.wp_paging{
 float:initial;
 text-align:center;
display:bolck !important;
margin-top:20px;
}
.img_content{
  margin-top: 20px;
}
.img_content li{ 
  border-top: 2px solid #003f88;
  padding-bottom: 20px;
  
}
.img_content li .con{
  border: 1px solid #eeeeee;
  overflow: hidden;
  padding: 20px 10px 20px 20px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.img_content li .img{
  float: left;
  width: 150px;
  height: 200px;
  background: url(../images/t5.png) no-repeat;
}
.img_content li .img img{
  width: 150px;
  height: 200px;
  box-shadow:3px 3px 5px #999999;
 object-fit:cover;
 -ms-object-fit:cover; /* IE 9 */
-moz-object-fit:cover; /* Firefox */
-webkit-object-fit:cover; /* Safari 和 Chrome */
-o-object-fit:cover; /* Opera */

}
.img_content li .info_item{
  float: left;
  margin-left: 20px;
  width: 650px;
}
.info_item div{
  display: block;
  font-size: 14px;
  color: #333333;
  font-family: '微软雅黑';
  line-height: 30px;
  letter-spacing: 1px;
  overflow: hidden;
}
.info_item div:nth-child(1){
  overflow: hidden;
}
.info_item p{
  float: left;
}
.img_content li .info_item .job{
  font-size: 14px;
  color: #333333;
  font-weight: 200;
  font-family: '微软雅黑';
  margin-left: 10px;
  margin-top: 2px;
  font-weight: normal;
}
.info_item div span{
  font-size: 14px;
  color: #333333;
  font-family: '微软雅黑';
  float: left;
}
.info_item div span:nth-child(2){
  width: 570px;
}
.info_item div:nth-child(1){
  font-size: 20px;
  color: #003f88;
  font-family: '微软雅黑';
  font-weight: 600;
  line-height: 30px;
}
.info_item div:nth-child(2){
  margin-top: 10px;
}
.info_item div:nth-child(3){
  
}
.img_content li:last-child{
  border-bottom: 3px solid #003f88;
}
.info_item div a{
  color: #003f88;
  font-weight: 100;
}
.info_item div span:nth-child(1){
  font-weight: 600;
}
.info_item div span:nth-child(2){
  font-weight: 200;
  font-size: 14px;
  color: #333333;
  font-family: '微软雅黑';
}
.info_item div span:nth-child(2) a{
  font-weight: 200;
  font-size: 14px;
  color: #333333;
  font-family: '微软雅黑';
}
.info_item div a:hover{
  text-decoration: underline;
}
.info_item div:nth-child(5){
  font-size: 14px;
  color: #333333;
  font-family: '微软雅黑';
}
.wp_paging li{
  border: none !important;

} 
.info_item div span:nth-child(2) a:hover{
  text-decoration: none;
}
/*研究生导师样式*/
.wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext img {
    vertical-align: bottom;
    display: none;
}
.wp_subcolumn_list .wp_sublist .sublist_title{
border-bottom:none;
}
.wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
    cursor: pointer;
    font-size: 20px;
    color: #003f88;
}
.news {
    float: left;
    width: 12.5%;
   margin-bottom:12px;
   text-align:center;
}
.name_list{
overflow:hidden;

}
.news_title a{
font-size:14px;
color:#212121;
font-family:'微软雅黑';

}
/*研究所样式*/
.institute h3{
width:100%;
text-align:center;
font-size:22px;
color:#000;
font-weight:bold;
font-family:'微软雅黑';
}
.institute p.content {
    font-size: 16px;
    color: #212121;
    line-height: 2em;
    text-align: justify;
    font-family: '微软雅黑';
}
.institute .name_list li:nth-child(1){
display:none;
}
.name_list li{
float: left;
    width: 12.5%;
   margin-bottom:12px;
   text-align:center;
}
.name_list li a{
font-size:16px;
color:#212121;
font-family:'微软雅黑';
}

/*分页样式*/
.wp_paging li{
height:25px !important;
border:none;
float:initial;
width:auto;
padding:0;
margin:0;
margin-left:0 !important;
background:none !important;
line-height:25px;
}
.wp_paging li:hover{
background-color:#fff !important;
box-shadow:none;
}
.wp_paging li:hover a{
color:#666 !important;
box-shadow:none;
}
.wp_paging li:hover span{
color:#666 !important;
box-shadow:none;
}
.wp_paging{
 float:initial;
 text-align:center;
display:bolck !important;
margin-top:20px;
}
ul.list-paddingleft-2 li {
    height: auto;
    border: none;
    background: none;
}
ul.list-paddingleft-2 li span{
float:none;
}
ul.list-paddingleft-2 li:hover{
background-color:#fff;
box-shadow:none;
}
ul.list-paddingleft-2 li:hover p{
color:#212121 !important;
}
ul.list-paddingleft-2 li:hover span{
color:#212121 !important;
}
.wp_entry{
color:initial;
}
.wp_entry p{
line-height:2em !important;
font-family:'微软雅黑' !important;
text-align:justify;
text-justify:inter-ideograph;/*ie中必须有这个*/
color: #333333;
}
@media screen and (max-width:768px){
.wp_entry img{
max-width:100%;
}
.wp_articlecontent table{
max-width:100% !important;
}
.wp_articlecontent table td{
width:25% !important;
}
.r_img{
width:100%
}
.r_img img{
width:100%
}
.article_list li .item{
width:60%;
}
.news{
width:25%;
}
.name_list li{
width:25%;
}
.r_con .ad h2 {
    font-size: 20px;
    padding-bottom: 23px;
    padding-top: 2px;
}
}
.wp_entry span{
line-height:2em;
text-align: justify ;
    text-justify:inter-ideograph;/*ie中必须有这个*/
color: #333333;
}
.r_img {
    margin-top: 60px;
}
.institute p{
color:#333333;
}
.wp_articlecontent strong{
font-weight:bold;
}
