
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
article {
  margin-bottom: 50px;
}
.middle-link {
  width: 900px;
  padding: 0px 20px;
  background: #E5EFF8;
  height: 60px;
  margin: 54px auto;
  border-radius: 60px;
  overflow: hidden;
}
.middle-link p {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 33.33%;
  float: left;
}
.middle-link p a {
  color: #000000;
  font-size: 22px;
}
.middle-link .selected {
 /* background: #01458E; */
  border-radius: 60px;
background: #cb1c1d;

}
.middle-link .selected a {
  color: #ffffff !important;
}
.middle-link .parent {
 /* background: #01458E; */
  border-radius: 60px;
background: #cb1c1d;
}
.middle-link .parent a {
  color: #ffffff !important;
}
.list_news li {
  border-bottom: 1px dashed #959396;
  padding: 10px 0px;
  width: 100%;
  cursor: pointer;
  position: relative;
 transition:all 0.25s ease-in-out;
}
.list_news li .title {
  color: #000;
  padding-right: 130px;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_news li .date {
  font-size: 18px;
  color: #000000;
  width: 128px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 11px;
  background: url(../images/cgtou2.png) no-repeat right center;
}
.list_news li:hover{
    background-color: #eef4fb;
    box-shadow: 1px 1px 5px #e4e4e4;
}
.list_news li:hover .title{
color:#003f88;
}
.list_news li:hover .date{
color:#003f88;
}
/* 招聘信息样式 */
.job-title-box {
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  padding: 15px 120px 15px 0;
  border-bottom: 1px solid #DEDEDE;
  overflow: hidden;
  position: relative;
}
.job-title-box p {
  color: #020303 !important;
  float: left;
  font-size: 18px;
}
.job-title-box .job-title-1 {
  width: 26%;
}
.job-title-box .job-title-2 {
  width: 26%;
}
.job-title-box .job-title-3 {
  width: 34%;
}
.job-title-box .job-title-4 {
  width: 14%;
}
.job-title-box .job-title-5 {
  width: 120px;
  position: absolute;
  right: 0;
}
.job-con-box li {
  display: block;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  padding: 15px 0px;
  border-bottom: 1px solid #DEDEDE;
  overflow: hidden;
  position: relative;
  padding-right: 120px;
}
.job-con-box li p {
  float: left;
  font-size: 16px;
}
.job-con-box li .job-item-1 {
  width: 26%;
  color: #898689;
  font-size: 16px;
  padding-right: 20px;
}
.job-con-box li .job-item-2 {
  width: 26%;
  color: #898689;
  font-size: 16px;
  padding-right: 20px;
}
.job-con-box li .job-item-3 {
  color: #898689;
  width: 34%;
  font-size: 16px;
  padding-right: 20px;
}
.job-con-box li .job-item-4 {
  color: #898689;
  width: 14%;
  font-size: 16px;
}
.job-con-box li .job-item-5 {
  color: #898689;
  width: 120px;
  position: absolute;
  right: 0;
  background: url(../images/cgtou2.png) no-repeat right top;
}

/* 博士后列表信息 */
.job-doctor-box {
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  padding: 15px 120px 15px 0;
  border-bottom: 1px solid #DEDEDE;
  overflow: hidden;
  position: relative;
}
.job-doctor-box p {
  color: #020303 !important;
  float: left;
  font-size: 18px;
}
.job-doctor-box .job-doctor-1 {
  width: 50%;
}
.job-doctor-box .job-doctor-2 {
  width: 50%;
}
.job-doctor-box .job-doctor-3 {
  width: 120px;
  position: absolute;
  right: 0;
}
.job-con-box li {
  display: block;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  padding: 15px 0px;
  border-bottom: 1px solid #DEDEDE;
  overflow: hidden;
  position: relative;
  padding-right: 120px;
}
.job-con-box li p {
  float: left;
  font-size: 16px;
}
.job-con-box li .doctor-item-1 {
  width: 50%;
  color: #898689;
  font-size: 16px;
  padding-right: 20px;
}
.job-con-box li .doctor-item-2 {
  width: 50%;
  color: #898689;
  font-size: 16px;
  padding-right: 20px;
}
.job-con-box li .doctor-item-3 {
  color: #898689;
  width: 120px;
  position: absolute;
  right: 0;
  background: url(../images/cgtou2.png) no-repeat right top;
}

/* 管理服务样式 */
.manage-title-box {
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  padding: 15px 120px 15px 0;
  border-bottom: 1px solid #DEDEDE;
  overflow: hidden;
  position: relative;
}
.manage-title-box p {
  color: #020303 !important;
  float: left;
  font-size: 18px;
}
.manage-title-box .manage-title-1 {
  width: 15%;
}
.manage-title-box .manage-title-2 {
  width: 15%;
}
.manage-title-box .manage-title-3 {
  width: 20%;
}
.manage-title-box .manage-title-4 {
  width: 25%;
}
.manage-title-box .manage-title-5 {
  width: 25%;
}
.manage-title-box .manage-title-6 {
  width: 120px;
  position: absolute;
  right: 0;
}
.manage-con-box li {
  display: block;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  padding: 15px 0px;
  border-bottom: 1px solid #DEDEDE;
  overflow: hidden;
  position: relative;
  padding-right: 120px;
}
.manage-con-box li p {
  float: left;
  font-size: 16px;
}
.manage-con-box li .manage-item-1 {
  width: 15%;
  color: #898689;
  font-size: 16px;
  padding-right: 20px;
}
.manage-con-box li .manage-item-2 {
  width: 15%;
  color: #898689;
  font-size: 16px;
  padding-right: 20px;
}
.manage-con-box li .manage-item-3 {
  color: #898689;
  width: 20%;
  font-size: 16px;
  padding-right: 20px;
}
.manage-con-box li .manage-item-4 {
  color: #898689;
  width: 25%;
  font-size: 16px;
}
.manage-con-box li .manage-item-5 {
  color: #898689;
  width: 25%;
  font-size: 16px;
}
.manage-con-box li .manage-item-6 {
  color: #898689;
  width: 120px;
  position: absolute;
  right: 0;
  background: url(../images/cgtou2.png) no-repeat right top;
}

/* 图片列表样式 */
.catalog {
  font-size: 27px;
  margin: 55px 0px 55px 0px;
  font-weight: 500;
  line-height: 1.1;
}
.catalog span {
  font-weight: bold;
}
.list-img li {
  position: relative;
  overflow: hidden;
  height: 290.5px;
}
.list-img .img {
  width: 480px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  padding: 9px;
  border: 1px dashed #707070;
}
.list-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.list-img .item {
  width: 100%;
  padding-left: 510px;
}
.list-img .item .dec {
  text-indent: 1em;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  color: #000000;
  font-family: '微软雅黑';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 150px;
}
.list-img .item .dec a{
  text-indent: 1em;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  color: #000000;
  font-family: '微软雅黑';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 150px;
}
.list-img .item .title {
  color: #696969;
  font-size: 19px;
  line-height: 24px;
  text-indent: 2em;
  margin-top: 24px;
  font-family: '微软雅黑';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 72px;
}
.list-img .line {
  margin: 20px auto;
  width: 90%;
  border: 1px dashed #9C9A9D;
  border-bottom: none;
}
.list-img li:hover .img img {
  transform: scale(1.1);
}
/* 科研动态样式 */
.list-research {
  overflow: hidden;
}
.list-research li {
  width: 30%;
  margin-bottom: 20px;
  float: left;
  margin-left: 5%;
}
.list-research li:nth-child(3n+1) {
  margin-left: 0;
}
.list-research li .img {
  width: 100%;
  height: 248px;
  overflow: hidden;
}
.list-research li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.list-research li .title {
  margin-top: 10px;
  height: 60px;
  font-size: 18px;
  text-align: center;
  color: #000000;
}
.list-research li:hover .img img {
  transform: scale(1.2);
}
.list-research li:hover .title {
  text-decoration: underline;
}
/* 人才队伍样式 */
.r_swiper {
  position: relative;
}
.l-nav {
  width: 240px;
  background: #08122C;
  position: absolute;
  left: 0;
z-index:1000;
}
.l-nav li {
  height: 56px;
  padding-left: 12px;
  color: #828282;
  line-height: 56px;
  border-bottom: 1px solid #394156;
  border-left: 10px solid #08122C;
}
.l-nav li a {
  color: #828282;
  font-size: 14px;
}
.l-nav .selected {
  background: #0A5190;
  border-left: 10px solid #2183D8;
}
.team {
  position: relative;
  padding-bottom: 233px;
}
.notice {
  position: relative;
  min-height: 500px;
}
/* 公式公告样式 */
.r_list_news {
  width: 100%;
  padding-left: 270px;
}
.r_list_news li {
  border-bottom: 1px dashed #959396;
  padding: 10px 0px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.r_list_news li .title {
  color: #000;
  padding-right: 130px;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r_list_news li .date {
  font-size: 18px;
  color: #000000;
  width: 128px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 11px;
  background: url(../images/cgtou2.png) no-repeat right center;
}
.search_find {
  width: 490px;
  border: 2px solid #D2D2D2;
  height: 48px;
  border-radius: 2px;
  margin: 0px auto 20px auto;
  position: relative;
}
.search_find input {
  width: 100%;
  height: 44px;
  border: none;
  padding-left: 15px;
}
.search_find button {
  position: absolute;
  right: 0;
  border: none;
  height: 44px;
  width: 80px;
  text-align: center;
  background: #00468E;
  border-left: 1px solid #D4D2D5;
}
.r_swiper {
  width: 100%;
  padding-left: 270px;
  overflow: hidden;
}
.r_swiper .team-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.r_swiper .team-container .team-slide {
  width: 19.2% !important;
}
.r_swiper .team-container .team-slide img {
  width: 100%;
  height: 175px;
}

/* 最新动态样式 */

.news {
  width: 100%;
}
.news .news_list {
  overflow: hidden;
}
.news .news_list li {
  width: 49%;
  float: left;
  border-bottom: 1px dashed #B6B3B6;
  margin-bottom: 20px;
  height: 210px;
  padding-bottom: 20px;
  position: relative;
}
.news .news_list li .img {
  width: 170px;
  height: 170px;
  margin-right: 14px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.news .news_list li .img img {
  width: 100%;
  height: 100%;
 object-fit:cover;
  transition: all 0.5s;
}
.news .news_list li .item {
  width: 100%;
  padding-left: 184px;
}
.news .news_list li .item .title {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  /* color: #333333; */
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news_list li .item .dec {
  color: #757273;
  font-size: 13px;
  height: 78px;
  line-height: 24px;
  margin: 5px 0px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.news .news_list li .item .date {
  font-size: 12px;
  color: #363636;
}
.news .news_list li:nth-child(2n+2) {
  margin-left: 2%;
}
.top {
  height: 139px;
  position: relative;
  overflow: hidden;
}
.top h2 {
  font-family: '微软雅黑';
  font-weight: 500;
  font-size: 27px;
  line-height: 130px;
  padding-right: 85px;
}
.top h2 span {
  font-weight: bold;
}
.top .more {
  position: absolute;
  right: 0;
  background: #0F4281;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  text-align: center;
  padding: 0px 10px;
  width: 85px;
  font-size: 12px;
  color: #ffffff;
  top: 50px;
  cursor: pointer;
}
/*组织架构样式*/
.stu .img img {
  width: 100%;
}
/* 管理团队 */
.leader-team .top h2 {
  width: 100%;
  float: initial;
  line-height: inherit;
}
.leader-team .middle {
  width: 900px;
  padding: 0px 20px;
  background: #E5EFF8;
  height: 60px;
  margin: 54px  auto;
  border-radius: 60px;
}
.leader-team .middle p {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  width: 50%;
  float: left;
}
.leader-team .middle .active {
  background: #01458E;
  border-radius: 60px;
  color: #ffffff !important;
}
.leader-team .swiper {
 /*  display: none; */
 height: 0;
  width: 100%;
  overflow: hidden;
}
.leader-team .swiper .team-container {
  width: 100%;
  position: relative;
}
.leader-team .swiper .team-container .team-slide {
  width: 19.2% !important;
 position:relative;
}
.leader-team .swiper .team-container .team-slide img {
  width: 100%;
  height: 230px;
}
.leader-team .swiper .team-container .team-slide p {
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin: 10px 0px;
}
.leader-team .swiper .team-container .team-slide p:nth-child(2){
font-size:16px;
}
.leader-team .on {
 height: auto;
  /* display: block; */
}
.team-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  padding-top: 50px;
  text-align: center;
}

.leader-team .swiper .team1-container {
  width: 100%;
  position: relative;
}
.leader-team .swiper .team1-container .team1-slide {
  width: 19.2% !important;
 position:relative;
}
.leader-team .swiper .team1-container .team1-slide img {
  width: 100%;
  height: 230px;
}
.leader-team .swiper .team1-container .team1-slide p {
  text-align: center;
  color: #333333;
  font-size: 24px;
  margin: 10px 0px;
}
.leader-team .swiper .team1-container .team1-slide p:nth-child(3){
font-size: 16px;
}
.leader-team .on {
  display: block;
}
.team1-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  padding-top: 50px;
  text-align: center;
}
/* 图片轮播 */
.news_banner {
  width: 100%;
  margin-top: 20px;
}
.news_banner .img-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.news_banner .img-container img {
  width: 100%;
}
.news_banner .img-container .img-slide {
  width: 100% !important;
}
.img-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: absolute;
  text-align: center;
  z-index: 10;
 width:100%;
margin-top:-38px;
}
.img-pagination .swiper-pagination-bullet{
margin:0 5px;
}
@media screen and (max-width: 900px) {
  .leader-team .middle {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .leader-team .middle {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .leader-team .swiper .team-container .team-slide {
    width: 32% !important;
  }
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fcc54f;
    width: 15px;
    height: 15px;
}
  .leader-team .swiper .team-container1 .team1-slide {
    width: 32% !important;
  }
}
@media screen and (max-width: 900px) {
  .r_swiper .team-container .team-slide {
    width: 32% !important;
  }
  .search_find {
    width: 350px;
  }
}
@media screen and (max-width:768px){
.news .news_list li {
    width: 100%;
    margin-left: 0 !important;
}
}
@media screen and (max-width: 740px) {
  .l-nav {
    width: 100%;
    position: initial;
    height: 280px;
  }
  .l-nav li {
    padding-left: 0;
    text-align: center;
  }
  .r_list_news {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .notice {
    min-height: auto;
  }
  .r_swiper {
    width: 100%;
    padding-left: 0px;
    overflow: hidden;
    margin-top: 40px;
  }
  .team {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .r_swiper .team-container .team-slide {
    width: 49% !important;
  }
}
.r_swiper .team-container .team-slide p {
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin: 10px 0px;
}
.team-pagination {
  text-align: center;
  padding-top: 30px;
}
.team-pagination .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 0;
  background: #e1e1e1;
  background-size: auto;
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius: 100%;
}
.team-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fcc54f;
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 900px) {
  .middle-link {
    width: 100%;
  }
  .middle-link p {
    height: 50px;
    line-height: 50px;
  }
  .middle-link p a {
    font-size: 16px;
  }
  .list-research li {
    width: 32%;
    margin-left: 2%;
  }
  .list-research li .img {
    height: 192px;
  }
}
@media screen and (min-width: 769px){
article{
min-height:600px;
}
}
@media screen and (max-width: 768px) {
  .list-img li {
    height: auto;
  }
.swiper-slide img {
    height: 300px;
    object-fit: cover;
}
  .list-img .img {
    width: 100%;
    height: auto;
    position: initial;
  }
  .list-img .item {
    padding-left: 0;
    margin-top: 20px;
  }
  .catalog {
    font-size: 20px;
  }
  .list-research li .title {
    margin-top: 10px;
    height: 60px;
    font-size: 16px;
    text-align: center;
    color: #000000;
  }
}
@media screen and (max-width: 640px) {
  .middle-link {
    height: 50px;
    border-radius: 50px;
    margin: 36px auto;
  }
  .list_news li .title {
    font-size: 16px;
  }
  .list_news li .date {
    font-size: 16px;
  }
  .list-research li {
    width: 100%;
    margin-left: 0;
  }
  .list-research li .img {
    height: auto;
  }
  .job-title-box {
    padding: 15px 0px 15px 0;
  }
  .job-title-box .job-title-5 {
    display: none;
  }
  .job-con-box li {
    padding-right: 0px;
  }
  .job-con-box li .job-item-5 {
    display: none;
  }
  .job-con-box li .doctor-item-3 {
   display: none;
  }
  .job-doctor-box {
    padding: 15px 0px 15px 0;
  }
  .job-doctor-box .job-doctor-3 {
    display: none;
  }
  .manage-title-box {
    padding: 15px 0px 15px 0;
  }
  .manage-title-box .manage-title-6 {
    display: none;
  }
  .manage-con-box li {
    padding-right: 0px;
  }
  .manage-con-box li .manage-item-6 {
    display: none;
  }
}
@media screen and (max-width:440px){
.news .news_list li {
    height: auto;
}
.news .news_list li .img {
    width: 100%;
    height: 240px;
    margin-right: 14px;
    cursor: pointer;
    overflow: hidden;
    position: initial;
    left: initial;
}
.news .news_list li .item {
    padding-left: 0;
    margin-top: 16px;
}
}
.wp_paging li {
    display: inline-block !important;
    font-size: 13px !important; 
    line-height: 26px !important;
    cursor: pointer;
    padding: 0px !important; 
    border-bottom: none !important;
    overflow: hidden;
    position: relative;
    height:auto !important;
    padding-right: 0px; 
float:none !important;
    margin-left: 0 !important;
    width: auto !important;
   margin-bottom:0px !important;
}
.wp_paging{
text-align:center;
float:none;
margin-top:20px;
}
div#wp_paging_w12 {
   height: auto;
  overflow:hidden;
   width:100%;
}
@media screen and (max-width: 440px) {
  .leader-team .swiper .team-container .team-slide {
    width: 49% !important;
  }
  .leader-team .swiper .team1-container .team1-slide {
    width: 49% !important;
  }
}


.leader-team .swiper .mask{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
   transition:all 0.25s ease-in-out;
}
.leader-team .swiper .img{
position:relative;
height:230px;
}
.leader-team .swiper .team-container .team-slide .img:hover .mask{
display:none;
}
.leader-team .swiper .team1-container .team1-slide .img:hover .mask{
display:none;
}
.swiper-pagination-bullet {
    display: inline-block;
    border-radius: 0;
    background: #e1e1e1;
    background-size: auto;
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fcc54f;
    width: 15px;
    height: 15px;
}
.r_swiper .team-container .team-slide p:nth-child(3){
font-size:16px;
}
.wp_articlecontent .list-paddingleft-2{
padding-left:0;
}