/* 轮播图样式 */
.swiper-container {
  width: 100%;
  position: relative;
}
.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;
}
.swiper-pagination {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 43px;
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 99999;
  height: 41px;
  cursor: pointer;
  background: url(../images/left.png) no-repeat;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 43px;
  height: 41px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 99999;
  background: url(../images/right.png) no-repeat;
}
.swiper-slide img {
  width: 100%;
}
.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%;
}
.m_news_list li{
position:relative;
border-bottom:1px dashed #eee;
}
.m_news_list li .title{
    width: 100%;
    background: url(../images/dayu.png)no-repeat left center;
    padding-right: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;

}
.m_news_list li .date{
position:absolute;
right:0;
font-size:16px;
color:#999;
top:10px;
}

.top {
  height: 139px;
  position: relative;
  overflow: hidden;
}
.top h2 {
  font-family: '微软雅黑';
  font-weight: 500;
  font-size: 27px;
  line-height: 130px;
  padding-right: 85px;
    color: #cb1c1d;
}
.top h2 span {
  font-weight: bold;
}
.top .more {
  position: absolute;
  right: 0;
 /* background: #0F4281; */ 
 background: #cb1c1d;
  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;
}
.notice-swiper {
  width: 100%;
  height: 650px;
  margin-top: 30px;
  position: relative;
}
.notice-swiper .left-bg {
  width: 30%;
  background: #DEDBDC;
  height: 650px;
  float: left;
}
.notice-swiper .right-bg {
  width: 70%;
  background: #014590;
  height: 650px;
  float: right;

}
.notice-swiper .swiper-content {
  width: 1400px;
  position: absolute;
  height: 520px;
  left: 50%;
  margin-left: -700px;
  top: 50%;
  margin-top: -260px;
  color: #ffffff;
  overflow: hidden;
}
.swiper-content {
  overflow: hidden;
}
.swiper-content .l-swiper {
  width: 61.4%;
  height: 520px;
  float: left;
  overflow: hidden;
}
.swiper-content .l-swiper .notice-container {
  position: relative;
  height: 100%;
}
.swiper-content .l-swiper .notice-container .notice-slide {
  width: 100% !important;
 height:520px;
}
.swiper-content .r_list {
  width: 38.6%;
  float: right;
  padding-left: 100px;
}
.swiper-content .r_list .top {
  height: auto;
  margin-bottom: 25px;
}
.swiper-content .r_list .top h2 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  line-height: inherit;
}
.swiper-content .r_list .top .more {
  font-size: 11px;
  border: 1px solid #ffffff;
  width: 46px;
  height: 24px;
  border-radius: 2px;
  text-align: center;
  line-height: 24px !important;
  padding: 0;
  margin-top: 8px;
top:0;
} 
.swiper-content .r_list .item_list li {
  border-bottom: 1px dashed #66ACEB;
  margin-bottom: 10px;
}
.swiper-content .r_list .item_list li .ad {
  font-size: 12px;
}
.swiper-content .r_list .item_list li p {
  color: #ffffff;
}
.swiper-content .r_list .item_list li .title {
  width: 100%;
  margin: 8px 0px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-content .r_list .item_list li .date {
  margin-bottom: 10px;
  font-size: 12px;
}
.notice-pagination .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 0;
  background: #e1e1e1;
  background-size: auto;
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius: 100%;
}
.notice-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fcc54f;
  width: 15px;
  height: 15px;
}
.notice-pagination {
  text-align: center;
  position: absolute;
  z-index: 999;
}
/* 微纳电子学院介绍 */
.intro1-container {
height: 100%;
padding-bottom: 30px;
}
.plat-list{
height:100%;
}
.plat-list>div{
/*width:32% !important;
margin-left:2%;*/
float:left;
margin-bottom:20px;
}

.plat-list>div .img{
width:100%;
height:280px;
}
.plat-list>div .img img{
width:100%;
    height: 100%;
    object-fit: cover;
}
.plat-list>div .title{
color:#333;
text-align: center;
    margin-top: 18px;
    font-size: 16px;
}
.intro .img img {
  width: 100%;
}

.stu .img img {
  width: 100%;
}
.intro1-pagination {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    width:auto !important;

}
/* 管理团队 */
.leader-team .top h2 {
  width: 100%;
  float: initial;
  line-height: inherit;
}
.leader-team .middle {
display:none;
  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 .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;
}
/* 图片轮播 */
.banner {
  width: 100%;
  margin-top: 20px;
}
.banner .img-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner .img-container img {
  width: 100%;
}
.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;
}
.main-links .link-list {
  /* overflow: hidden; */
}
.main-links .link-list li {
  width: 23%;
  margin-left: 2.66%;
  float: left;
  transition: all 0.3s ease-in-out;
}
.main-links .link-list li img {
  width: 100%;
}
.main-links .link-list li:nth-child(1) {
  margin-left: 0;
}
.map {
  margin-top: 70px;
  width: 100%;
  height: 515px;
  background: url(../images/map.jpg);
  background-size: cover;
  position: relative;
  color: #000;
}
.map .contact-box {
  left: 20%;
}
.map .contact {
  font-size: 28px;
  margin-bottom: 18px;
}
.map .desc {
  font-size: 15px;
  font-weight: normal !important;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .notice-swiper .swiper-content {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .swiper-content .l-swiper .notice-container .notice-slide img {
    height: 520px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1300px) {
  .swiper-content .r_list {
    padding-left: 30px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1120px) {
  .swiper-content .r_list .top h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .swiper-content .l-swiper {
    width: 100%;
    float: initial;
  }
  .swiper-content .r_list {
    width: 100%;
    float: initial;
  }
  .swiper-content .l-swiper {
    height: 350px;
  }
  .notice-swiper .left-bg {
    width: 0;
    display: none;
  }
  .swiper-content .r_list .top h2 {
    color: #333;
  }
  .swiper-content .r_list {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
  }
  .swiper-content .r_list .item_list li p {
    color: #333;
  }
  .notice-swiper {
    height: auto;
  }
  .swiper-content .l-swiper .notice-container .notice-slide img {
    height: 100%;
  }
  .notice-swiper .right-bg {
    display: none;
    width: 100%;
    height: 100%;
  }
  .notice-swiper .swiper-content {
    position: initial;
    height: auto;
    margin-top: 0;
  }
  .swiper-content .r_list .item_list li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #999;
  }
}
@media screen and (max-width: 900px) {
  .leader-team .middle {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
ul.m_news_list{
display:none;
}
}
@media screen and (max-width: 768px) {
  .banner-container {
    height: 300px;
  }
.news_list{
display:none;
}
  .swiper-slide img {
    height: 300px;
    object-fit: cover;
  }
.leader-team .swiper .team1-container .team1-slide p {
  font-size: 18px;
}
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }
  .leader-team .swiper .team-container .team-slide {
    width: 32% !important;
  }
  .leader-team .swiper .team1-container .team1-slide {
    width: 32% !important;
  }
  .map .contact-box {
    left: 12%;
    top: 20%;
  }
 .plat-list>div .img {
    width: 100%;
    height: 250px;
}
}
@media screen and (max-width: 680px) {
  .main-links .link-list li {
    width: 48%;
    margin-left: 0;
  }
  .main-links .link-list li:nth-child(2n+2) {
    margin-left: 4%;
  }
  .main-links .link-list li img {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .map .contact-box {
    padding: 20px 40px 20px 20px !important;
  }
.swiper-content .r_list .item_list li .title{
font-size:16px;
}
  .map .contact {
    font-size: 24px;
  }
.swiper-content .l-swiper{
height:auto;
}
}
@media screen and (max-width: 440px) {
  .news .news_list li .img {
    width: 100%;
    height: 240px;
    margin-right: 14px;
    cursor: pointer;
    overflow: hidden;
    position: initial;
    left: initial;
  }
  .map .contact-box {
    left: 2%;
  }
  .news .news_list li .img img {
    height: 100%;
    object-fit: cover;
  }
  .news .news_list li {
    height: auto;
  }
  .news .news_list li .item {
    padding-left: 0;
    margin-top: 16px;
  }
  .top {
    height: 84px;
  }
  .top h2 {
    font-size: 22px;
    line-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .top .more {
    margin-top: 29px;
    top:0;
  }
  .swiper-content .r_list .top .more{
    margin-top: 0px;
  width:85px;
height:30px;
line-height:30px !important;
border-radius:12px;
  }
  .leader-team .swiper .team-container .team-slide {
    width: 49% !important;

  }
  .leader-team .swiper .team1-container .team1-slide {
    width: 49% !important;
  }
  .main-links .link-list li {
    width: 100%;
    margin-left: 0% !important;
  }
  .main-links .link-list li img {
    height: auto;
  }
}

.news .news_list li:hover img{
  transform: scale(1.2);
}
.main-links .link-list li:hover{
  margin-top: -10px;
}
.swiper-content .r_list .item_list li:hover .title{
  text-decoration: underline;
}
.news .news_list li:hover .item .title{
  text-decoration: underline;
}

.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;
}