@charset "utf-8";

/* banner */

.nybanner{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.nybanner .bannerimg{
  width: 100%;
  height: 100%;
}

.nybanner .bannerimg img{
  width: 100%;
  height: 100%;
  display: block;
}

.nybanner .txt {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}


.nybanner .txt .page_container{
  margin: 0 auto;

}

.nybanner .txt .pagecontainer .banner_t{
  text-align: right;
  font-size: 0.18rem;
  color: #fff;
  margin-right: 1%;
  font-family: "Open Sans";
}

.nybanner .txt .pagecontainer .banner_t a{
  font-family: "Open Sans";
  font-size: 0.18rem;
  color: #fff;
}

.nybanner .banner_xt{
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../nyimages/nybanner_xt.png) no-repeat bottom center;
  background-size: cover;
}


/* banner */

.ny_page_cont {
  width: 100%;
  margin: -1.7rem auto 0 auto;
  background: url(../nyimages/pagebg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 1.7rem;
  overflow: hidden;
  padding-bottom: 1.55rem;
}

.kycg{
  margin: 0 auto;
  position: relative;
} 

.kycg .nylist{
  float: left;
  width: 22%;
  position: relative;
  top: -1.7rem;
  left: -0.3rem;
  z-index: 9;

}

.kycg .nylist .nylist_t{
  margin: 0 auto;
  width: 100%;
  height: 1.16rem;
  line-height: 1.16rem;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  font-family:"sys" ;
  background: url(../nyimages/nylist_t.jpg) no-repeat top center;
}


.kycg .nylist ul{
  width: 100%;
  background: url(../nyimages/nylist.png) no-repeat bottom center;
  padding-bottom: 0.5rem;
  background-size: cover;
}

.kycg .nylist ul li{
  width: 86%;
  margin: 0 auto;


}

.kycg .nylist ul li>a{
  display: block;
  text-align: center;
  font-size: 0.28rem;
  color: #525252;
  font-family:"sys" ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px dashed #6F9CDA;
  line-height: 0.8rem;
}


.kycg .nylist ul li .listmenu{
  margin: 0 auto;
}

.kycg .nylist ul li .listmenu dl{
  margin: 0 auto;
  border-bottom: 1px dashed #6F9CDA;
  line-height: 0.5rem;

}

.kycg .nylist ul li .listmenu dl a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #525252;
  font-family:"sys" ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.kycg .nylist ul li .listmenu dl:hover a{
  color: #0956BD;
}


.kycg .nylist ul li.on a{
  color: #17498C;
}


.kycg .kycgbox{
  float: right;
  width: 71%;
  margin-top: 0.4rem;

} 

.kycg .kycgbox .kycg_t{
  border-bottom: 2px solid #9F9E9E;
  font-size: 0.28rem;
  color: #3D3D3D;
  height: 0.55rem;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 1px;
}

.kycg .kycgbox ul{
  margin-top: 0.2rem;
}

.kycg .kycgbox ul li{
  height: 1.38rem;
  border-bottom: 1px dashed #8EBEFF;
  margin-bottom: 0.2rem;

}


.kycg .kycgbox ul li .txt{
  float: left;
  width: 58%;

}

.kycg .kycgbox ul li .txt a{
  font-size: 0.24rem;
  color: #303030;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "Open Sans";
  margin: 0.05rem 0 0.22rem 0;
}

.kycg .kycgbox ul li .txt span{
  font-size: 0.14rem;
  color: #414141;
  display: block;
  font-family: "PingFang SC";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.kycg .kycgbox ul li .pic{
  position: relative;
  width: 100%;
  height: 1.17rem;
  float: right;
  width: 20%;
  overflow: hidden;

} 

.kycg .kycgbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.kycg .kycgbox ul li:hover .txt a{
  color: #0956BD;
}

.kycg .kycgbox ul li:hover .txt span{
  color: #0956BD;
}

.kycg .kycgbox ul li:hover .pic img{
  transform: scale(1.1);
}


.fenye{
  margin: 0.25rem auto 0 auto;
}

.fenye .page{
  float: right;
}

.fenye .page .black{
  height: 0.44rem;

}

.fenye .page .black span{
  display: inline-block;
  height: 0.42rem;
  line-height: 0.42rem;
  border: 1px solid #0956BD;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  color: #0956BD;
  margin: 0 0.05rem;
}

.fenye .page .black .disabled{
  border: 1px solid #0956BD;
  height: 0.42rem;
  line-height: 0.42rem;
  margin: 0 0.1rem;
}




@media (max-width: 1200px){

  .nybanner{
    margin: 0rem auto 0 auto;
    top: 1rem;
  }
  
  
  .nybanner .txt .pagecontainer .banner_t{
    font-size: 0.24rem;
  
  }
  
  .nybanner .txt .pagecontainer .banner_t a{

    font-size: 0.24rem;
  }
  
  
  
  /* banner */
  
  .ny_page_cont {
    width: 100%;
    margin: -0.7rem auto 0 auto;
    padding-top: 2rem;
    overflow: hidden;
    padding-bottom: 1.55rem;
  }
  
  
  .kycg .nylist{
    float: none;
    width: 100%;
    position: relative;
    top: 0rem;
    left: -0rem;
    z-index: 9;
    background-size: cover;
  
  }
  
  .kycg .nylist .nylist_t{
    margin: 0 auto;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    background-size: cover;
  }

  .kycg .nylist .nylist_t i{
    background: url(../nyimages/fenleiico.png) no-repeat center;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100%;
    position: absolute;
    right: 10%;
    top: 0.3rem;

  }

  .kycg .nylist ul{
    display: none;
  }
  
  .kycg .nylist ul li{
    width: 86%;
    margin: 0 auto;
    border-bottom: 1px dashed #6F9CDA;
    line-height: 0.6rem;
  
  }
  
  .kycg .nylist ul li a{
    font-size: 0.24rem;
  }


  .ny_page_cont .nylist  .listico{
    position: absolute;
    background: url(../nyimages/fenleiico.png) no-repeat center;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100%;
    position: absolute;
    right: 10%;
    top: 0.3rem;
  }
  
  .kycg .nylist ul li .listmenu dl a{
    font-size: 0.24rem;

  }
  
  
  .kycg .kycgbox{
    float: none;
    width: 100%;
    margin-top: 0.4rem;
  
  } 
  
  .kycg .kycgbox ul li{
    height: auto;
    overflow: hidden;
  }
  
  .kycg .kycgbox ul li .txt{
    float: none;
    width: 100%;
  
  }
  
  
  .kycg .kycgbox ul li .txt span{
    font-size: 0.24rem;
  }

  .kycg .kycgbox ul li .pic {
    float: left;
    width: 100%;
    margin: 0.2rem auto 0.2rem auto;
    height: auto;
    padding-top: 55%;

  }
  
  .fenye {
    margin: 0.4rem auto 0 auto;
}

  .fenye .page{
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  
  .fenye .page .black{
    height: 0.44rem;
  
  }
  
  .fenye .page .black span{
    font-size: 0.24rem;

  }
  



}



/* 通知公告 */


.kycg .notice{
  float: right;
  width: 71%;
  margin-top: 0.4rem;
  min-height:360px;
} 

.kycg .notice .kycg_t{
  border-bottom: 2px solid #9F9E9E;
  font-size: 0.28rem;
  color: #3D3D3D;
  height: 0.55rem;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 1px;
}

.kycg .notice ul{
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.kycg .notice ul li{
  height: 0.94rem;
  line-height: 0.94rem;
  border-bottom: 1px dashed #8EBEFF;

}


.kycg .notice ul li a{
  font-size: 0.2rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "PingFang SC";
  float: left;
  width: 80%;
}

.kycg .notice ul li > span{
  font-size: 0.16rem;
  color: #666;
  display: block;
  font-family: "PingFang SC";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: right;
}



.kycg .notice ul li:hover a{
  color: #0956BD;
}

.kycg .notice ul li:hover span{
  color: #0956BD;
}



@media (max-width: 1200px){


  .kycg .notice{
    float: none;
    width: 100%;
    margin-top: 0.4rem;
  
  } 
  
  .kycg .notice ul li{
    height: 0.94rem;
    line-height: 0.94rem;
    border-bottom: 1px dashed #8EBEFF;
  
  }
  
  
  .kycg .notice ul li a{
    font-size: 0.24rem;
    width: 70%;
  }
  
  .kycg .notice ul li span{
    font-size: 0.24rem;
  }

}




/* 学院领导 */

.xyld{
  background: url(../nyimages/xyldbg.png) no-repeat top center;
  background-size: cover;
}

.leaders{
  float: right;
  width: 71%;
  margin-top: 0.4rem;
}

.kycg .leaders .kycg_t {
  border-bottom: 2px solid #9F9E9E;
  font-size: 0.28rem;
  color: #3D3D3D;
  height: 0.55rem;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 1px;
}

.leaders ul{
  margin-top: 0.4rem;
}

.leaders ul li{
  width: 100%;
  height: 2.2rem;
  background: url(../nyimages/xyldlist.png) no-repeat left center;
  background-size: cover;
  border-left: 8px solid #0956BD;
  margin-bottom: 0.3rem;
  padding: 0 6%;
}

.leaders ul li h5{
  font-size: 0.36rem;
  color: #1D1D1D;
  font-family: "Open Sans";
  margin: 0rem 0 0.17rem 0;
  padding-top: 0.3rem;

  
}

.leaders ul li p{
  font-size: 0.2rem;
  color: #3d3d3d;
  font-family: "Open Sans";
  line-height: 0.32rem;
}

@media (max-width: 1200px){

  .leaders{
    float: none;
    width: 100%;
    margin-top: 0.4rem;
  }
  
  
  .leaders ul{
    margin-top: 0.4rem;
  }
  
  
  .leaders ul li h5{
    font-size: 0.28rem;
    margin: 0rem 0 0.17rem 0;
    padding-top: 0.3rem;
  
    
  }
  
  .leaders ul li p{
    font-size: 0.24rem;
  }
}




/* 学院简介 */

.nyabout{
  float: right;
  width: 71%;
  margin-top: 0.4rem;
}

.kycg .nyabout .kycg_t {
  border-bottom: 2px solid #9F9E9E;
  font-size: 0.28rem;
  color: #3D3D3D;
  height: 0.55rem;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 1px;
}

.kycg .nyabout  .aboutbox{
  margin: 0.35rem auto 0 auto;
}

.kycg .nyabout  .aboutbox .txt{
  overflow: hidden;
}

.kycg .nyabout  .aboutbox .txt p{
  font-size: 0.2rem;
  color: #3d3d3d;
  line-height: 0.32rem;
  font-family: "Open Sans";
  
}

.kycg .nyabout  .aboutbox .pic{
  margin: 0.1rem auto 0 auto;
  width: 100%;
  padding-top: 41.5%;
  position: relative;
  overflow: hidden;
}


.kycg .nyabout  .aboutbox .pic .videoimg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.kycg .nyabout  .aboutbox .pic:hover .videoimg{
  transform: scale(1.1);
}

.kycg .nyabout  .aboutbox .pic .video_ico{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background: url(../nyimages/videoico.png) no-repeat  center;
}


.ny_page_cont .video {
  position: fixed;
  z-index: 333;
  background: #000;
  width: 100vw;
  height: 100vh;
  top: 0%;
  left: 0%;
  display: none;
}

.video video {
  width: 100%;
  height: 100%;
  background: #333;
}

.video i {
  position: absolute;
  top: 2%;
  right: 2%;
  color: #fff;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 999999;
}


@media (max-width: 1200px){

  .nyabout{
    float: none;
    width: 100%;
  }
  

  
  .kycg .nyabout  .aboutbox{
    margin: 0.35rem auto 0 auto;
  }
  
  .kycg .nyabout  .aboutbox .txt{
    overflow: hidden;
  }
  
  .kycg .nyabout  .aboutbox .txt p{
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
word-wrap: break-word;
        word-break: break-all;
  }
  
  
  .kycg .nyabout  .aboutbox .pic .video_ico{

    background-size: 12%;
  }
}



/* 学院机构 */

.jigoubg {
  background: url(../nyimages/jigoubg.png) no-repeat top center;
}

.institution{
  float: right;
  width: 71%;
  margin-top: 0.4rem;
}

.institution .box1{
  margin: 0 auto;
}


.institution .box1 .kycg_t {
  border-bottom: 2px solid #9F9E9E;
  font-size: 0.28rem;
  color: #3D3D3D;
  height: 0.55rem;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 1px;
}

.institution .box1 ul{
  margin-top: 0.3rem;
}

.institution .box1 ul li{
  width: 100%;
  height: 3rem;
  background: url(../nyimages/jigoulist.png) no-repeat bottom center;
  padding: 0 5%;
  background-size: 100%;
}

.institution .box1 ul li h5{
  padding-top: 0.45rem;
  font-size: 0.28rem;
  color: #3D3D3D;
  font-family: "Open Sans";
  margin-bottom: 0.15rem;
}

.institution .box1 ul li p{
  font-size: 0.16rem;
  color: #3D3D3D;
  font-family: "Open Sans";
  line-height: 0.28rem;
}


.institution .box2{
  margin: 0.5rem auto 0 auto;
}


.institution .box2 .kycg_t {
  border-bottom: 2px solid #9F9E9E;
  font-size: 0.28rem;
  color: #3D3D3D;
  height: 0.55rem;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 1px;
}

.institution .box2 ul{
  margin-top: 0.45rem;
}


.institution .box2 ul li{
  float: left;
  width: 48.5%;
  height: 2.8rem;
  background: url(../nyimages/jigoulist2.png) no-repeat bottom center;
  margin-right: 3%;
  margin-bottom: 0.3rem;
  padding: 0 5%;
    background-size: 100%;
}

.institution .box2 ul li:nth-child(2n){
  margin-right: 0;
}

.institution .box2 ul li h5{
  padding-top: 0.3rem;
  font-size: 0.24rem;
  color: #3D3D3D;
  font-family: "Open Sans";
  margin-bottom: 0.15rem;
}

.institution ul li:hover h5{
  color: #0956BD;

}

.institution .box2 ul p{
  font-size: 0.16rem;
  color: #3D3D3D;
  font-family: "Open Sans";
  line-height: 0.28rem;
}



.institution .box3{
  margin: 0.25rem auto 0 auto;
}


.institution .box3 .kycg_t {
  border-bottom: 2px solid #9F9E9E;
  font-size: 0.28rem;
  color: #3D3D3D;
  height: 0.55rem;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 1px;
}

.institution .box3 ul{
  margin-top: 0.45rem;
}


.institution .box3 ul li{
  float: left;
  width: 31.5%;
  height: 1.94rem;
  background: url(../nyimages/jigoulist3.png) no-repeat bottom center;
  margin-right: 2.7%;
  margin-bottom: 0.3rem;
  padding: 0 3%;
  background-size: 100%;

}

.institution .box3 ul li:nth-child(3n){
  margin-right: 0;
}

.institution .box3 ul li h5{
  padding-top: 0.3rem;
  font-size: 0.24rem;
  color: #3D3D3D;
  font-family: "Open Sans";
  margin-bottom: 0.13rem;
}

.institution .box3 ul p{
  font-size: 0.16rem;
  color: #3D3D3D;
  font-family: "Open Sans";
  line-height: 0.28rem;
}


@media (max-width: 1200px){

  
  .institution{
    float: none;
    width: 100%;
  }
  
  
  
  .institution .box1 ul{
    margin-top: 0.3rem;
  }
  
  .institution .box1 ul li{
    min-height: 3.6rem;
  
  }
  
  
  .institution .box1 ul li p{
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  
  
  .institution .box2 ul{
    margin-top: 0.45rem;
  }
  
  
  .institution .box2 ul li{
    float: left;
    width: 100%;
    height: 2.8rem;
    margin-right: 0%;

  
  }
  
  .institution .box2 ul li:nth-child(2n){
    margin-right: 0;
  }
  
  .institution .box2 ul li h5{
    padding-top: 0.3rem;
    font-size: 0.24rem;
    color: #3D3D3D;
    font-family: "Open Sans";
    margin-bottom: 0.15rem;
  }
  
  .institution .box2 ul p{
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  
  
  
  
  .institution .box3 ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
    padding: 0 3%;
  
  }
  
  .institution .box3 ul li:nth-child(3n){
    margin-right: 4%;
  }

  .institution .box3 ul li:nth-child(2n){
    margin-right: 0;
  }
  
  .institution .box3 ul li h5{
    padding-top: 0.3rem;
    font-size: 0.24rem;
    color: #3D3D3D;
    font-family: "Open Sans";
    margin-bottom: 0.13rem;
  }
  
  .institution .box3 ul p{
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

}



/* 教师名录 */

.teamxq{
  float: right;
  width: 71%;
  margin-top: 0.4rem;
}

.kycg .teamxq .kycg_t {
  border-bottom: 2px solid #9F9E9E;
  font-size: 0.28rem;
  color: #3D3D3D;
  height: 0.55rem;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 1px;
}

.teamxq .teamxqbox{
  margin: 0.2rem auto 0 auto;
}

.teamxq .teamxqbox .txt{
  float: left;
  width: 74%;
}

.teamxq .teamxqbox .txt h5{
  background: #0956bd;
  height: 0.47rem;
  line-height: 0.47rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  padding: 0 0.3rem;
  display: inline-block;
}

.teamxq .teamxqbox .txt span{
  display: block;
  background: rgba(9, 86, 189, 0.05);
  line-height: 0.85rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
}

.teamxq .teamxqbox .txt span i{
  display: block;
  font-size: 0.18rem;
  color: #3d3d3d;
  float: left;
  margin-left: 0.3rem;
  margin-right: 0.8rem;

}

.teamxq .teamxqbox .txt span i:last-child{
  margin-right: 0;
}

.teamxq .teamxqbox .txt p{
  font-size: 0.18rem;
  color: #333;
  line-height: 0.35rem;
}

.teamxq .teamxqbox .txt em{
  font-size: 0.18rem;
  color: #0956bd;
  display: block;
  margin: 0.4rem 0 0.05rem 0;
}

.teamxq .teamxqbox .pic{
  float: right;
  position: relative;
  z-index: 5;
  width: 20%;
  height: 3.16rem;

}

.teamxq .teamxqbox .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.teamxq .teamxqbox .pic::after{
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  left: -0.12rem;
  top: 0.12rem;
  opacity: 0.1;
  background: #0956bd;
}


@media (max-width: 1200px){

  .teamxq{
    float: none;
    width: 100%;

  }
  
  
  .teamxq .teamxqbox{
    margin: 0.2rem auto 0 auto;
  }
  
  .teamxq .teamxqbox .txt{
    float: none;
    width: 100%;
  }
  
  .teamxq .teamxqbox .txt h5{
    background: #0956bd;
    height: 0.57rem;
    line-height: 0.57rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    padding: 0 0.3rem;
    display: inline-block;
  }

  .teamxq .teamxqbox .txt span{
    line-height: 0.6rem;
  }

  
  .teamxq .teamxqbox .txt span i{
    display: block;
    font-size: 0.24rem;
    color: #3d3d3d;
    margin-right: 0.5rem;
  
  }
  
  
  .teamxq .teamxqbox .txt p{
    font-size: 0.24rem;
    color: #333;
    line-height: 0.4rem;
  }
  
  .teamxq .teamxqbox .txt em{
    font-size: 0.24rem;
    color: #0956bd;
    display: block;
    margin: 0.4rem 0 0.05rem 0;
  }
  
  .teamxq .teamxqbox .pic{
    float: none;
    position: relative;
    z-index: 5;
    width: 80%;
    height: auto;
    margin: 0.3rem auto 0 auto;
    padding-top: 100%;
  
  }
  



}


/* 名录检索 */

.jiansou{
  background: url(../nyimages/jiansuo_bg.jpg) no-repeat top center;
  background-size: cover;
}


.nyteam{
  float: right;
  width: 71%;
  margin-top: 0.4rem;
}

.kycg .nyteam .kycg_t {
  border-bottom: 2px solid #9F9E9E;
  font-size: 0.28rem;
  color: #3D3D3D;
  height: 0.55rem;
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 1px;
}

.nyteam .nyteamlist{
  margin: 0.2rem auto 0.4rem auto;
  background: #F0F4FA;
  padding: 0rem 0 0.4rem 0;
  overflow: hidden;
}


.nyteam .nyteamlist .teamlistnr{
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #C4D4E5;
  width: 93%;
  margin: 0 auto;
  line-height: 0.24rem;
  padding-top: 0.3rem;
}

.nyteam .nyteamlist .teamlistnr h5{
  display: flex;
  font-size: 0.18rem;
  color: #345881;
  font-family: "Open Sans";
  float: left;
  margin-right: 0.1rem;
}

.nyteam .nyteamlist .teamlistnr .term_nav{
  display: flex;
}

.nyteam .nyteamlist .teamlistnr .term_nav ul li{
  display: inline-block;
  font-size: 0.16rem;
  color: #5F758E;
  margin-right: 0.2rem;
}

.nyteam .nyteamlist .teamlistnr.list2 .term_nav ul li{
  display: inline-block;
  font-size: 0.16rem;
  color: #5F758E;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  padding: 0 0rem;
  width: 0.3rem;
  text-align: center;
}

.nyteam .nyteamlist .teamlistnr .term_nav ul li.on{
  background: #0956BD;
  color: #fff;

}

.nyteam .nyteamlist .teamlistnr .term_nav ul li:hover{
  background: #0956BD;
  color: #fff;

}

.nyteam .nyteamlist .teamlistnr .term_nav1{
  display: flex;
}

.nyteam .nyteamlist .teamlistnr .term_nav1 ul li{
  display: inline-block;
  font-size: 0.16rem;
  color: #5F758E;
  margin-right: 0.1rem;
  padding: 0 0.1rem;
}


.nyteam .nyteamlist .teamlistnr .term_nav1 ul li.on{
  background: #0956BD;
  color: #fff;

}

.nyteam .nyteamlist .teamlistnr .term_nav1 ul li:hover{
  background: #0956BD;
  color: #fff;

}

.nyteam .nyteamlist .teamlistnr.list2 h5{
  margin-right: 0.3rem;

}

.nyteam .term_box{
  margin: 0rem 0 0.3rem 0;
  overflow: hidden;
} 

.nyteam .term_box h1{
  width: 0.64rem;
  height: 0.64rem;
  background: #0956BD;
  text-align: center;
  line-height: 0.64rem;
  font-size: 0.4rem;
  color: #fff;
  font-family: "Open Sans";
  font-weight: bold;

}

.nyteam .term_box .term_item{
  border-top: 1px solid #0956BD;
  padding-top: 0.3rem;

}

.nyteam .term_box .term_item dl{
  float: left;
  width: 32.5%;
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  color: #3D3D3D;
  font-family: "Open Sans";
  background: #C8DFFF;
  height: 0.9rem;
  margin-right: 1.2%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0.13rem 0% 0.1rem 1%;
}

.nyteam .term_box .term_item dl i{
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #3D3D3D;
  font-family: "Open Sans";
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam .term_box .term_item dl em{
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #3D3D3D;
  font-family: "Open Sans";
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam .term_box .term_item dl:nth-child(3n){
  margin-right: 0;
}

.nyteam .term_box .term_item dl:hover{
  background: #0956BD;

}

.nyteam .term_box .term_item dl:hover i{
  color: #fff;
}

.nyteam .term_box .term_item dl:hover em{
  color: #fff;
}



@media (max-width: 1200px){

  .nyteam{
    float: none;
    width: 100%;
  }
  
  
  .nyteam .nyteamlist{
    margin: 0.2rem auto 0.4rem auto;
    background: #F0F4FA;
    padding: 0rem 0 0.4rem 0;
    overflow: hidden;
  }
  
  
  .nyteam .nyteamlist .teamlistnr h5{
    display: flex;
    font-size: 0.24rem;
    margin-right: 0.1rem;
  }
  
  
  .nyteam .nyteamlist .teamlistnr .term_nav ul li{
    font-size: 0.24rem;
    color: #5F758E;
    margin-right: 0.2rem;
    margin-bottom: 0.15rem;
  }
  
  .nyteam .nyteamlist .teamlistnr.list2 .term_nav ul li{
    display: inline-block;
    font-size: 0.24rem;
    color: #5F758E;
    margin-right: 0.2rem;
    margin-bottom: 0.15rem;
    padding: 0 0rem;
    width: 0.3rem;
    text-align: center;
  }
  
  .nyteam .nyteamlist .teamlistnr .term_nav ul li.on{
    background: #0956BD;
    color: #fff;
  
  }
  
  .nyteam .nyteamlist .teamlistnr.list2 h5{
    margin-right: 0.3rem;
  
  }


  .nyteam .nyteamlist .teamlistnr .term_nav1 ul li{
    display: inline-block;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
  
  

  
  .nyteam .term_box{
    margin: 0rem 0 0.3rem 0;
    overflow: hidden;
  } 
  
  .nyteam .term_box h1{
    font-size: 0.3rem;

  
  }
  
  
  .nyteam .term_box .term_item dl{
    float: left;
    width: 100%;
    margin-bottom: 0.2rem;
    text-align: center;
    font-size: 0.24rem;
    height: auto;
    margin-right: 0%;
  }

  .nyteam .term_box .term_item dl i{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .nyteam .term_box .term_item dl em{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  
  .nyteam .term_box .term_item dl:nth-child(3n){
    margin-right: 2%;
  }

  .nyteam .term_box .term_item dl:nth-child(2n){
    margin-right: 0%;
  }
  



}