.clear {
  clear: both;
}

.clear:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*内容样式*/
.nyrCon td,
.nyrCon th{padding: 12px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;}
.nyrCon table {border-collapse: collapse;border: 1px solid #dadbdd; width:100%}
.nyrCon table tr:not(:first-child) td{}
.nyrCon table td {border: 1px solid #dadbdd;}

.nyrCon table th{ border: 1px solid #dadbdd;}


@media screen and (max-width: 1024px) {
  
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 700px;}
}


.top_bg {

  transform: translateY(0%) !important;
  opacity: 1 !important;

}

/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.nybanner::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}






.nyMain {
  min-height: 4rem;
  padding: 0rem 0 2rem 0;
  background: url(../nyimages/nypagebg.jpg) no-repeat bottom center;
  background-size: 100%;
  position: relative;
  z-index: 5;

}

.nyMain::after {
  position: absolute;
  left: 0;
  top: -1rem;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../nyimages/nypagebg1.jpg) no-repeat top center;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}



.nyMain .page_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyLeft {
  width: 20%;
  position: relative;
  z-index: 10;


}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 0.85rem;
  position: relative;
  background: #671D7D;
}

.nyLeft  .fenlei_t h2{
  line-height: 0.85rem;
  font-size: 0.42rem;
  color: #FFFFFF;
  text-align: center;
  font-family: "AlibabaPuHuiTi-SemiBold";
}

.nyLeft  ul{
  padding: 0.3rem 0 2.05rem 0;
  background: #fff url() no-repeat bottom center;
  background-size: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.nyLeft>ul>li{
  width: 85%;
  border-bottom:  1px solid #F0E6F4;
  margin: 0 auto;
  position: relative;
}


.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  min-height: 0.7rem;
  line-height: 0.44rem;
  padding: 0.13rem 0;

}

.nyLeft>ul>li>h5 a{
  padding: 0 10% 0 5%;
  font-size: 0.2rem;
  color: #333333;
  font-weight: normal;
  display: inline-block;
  width: 80%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li>h5 em {
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;
}

.nyLeft>ul>li>h5 em::after {
  position: absolute;
  right: .1rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.08rem;
  height: 0.14rem;
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyLeft>ul>li>h5::after{
  position: absolute;
  left: -9%;
  top: 0rem;
  width: 0%;
  height: calc(100% - 0rem);
  background: #E4AE31;
  content: "";
  z-index: -2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyLeft>ul>li.on>h5::after{
  width: 118%;
}


.nyLeft>ul>li.on>h5 a{
  color: #FFFFFF;

}

.nyLeft>ul>li.has>h5 em::after{
 display: block;

}

.nyLeft>ul>li.on>h5 em::after{
  background: url(../nyimages/ico2.png) no-repeat center;
  background-size: 100% 100%;
 
 }

.nyLeft>ul>li.on.has>h5 em::after{
  background: url(../nyimages/ico2.png) no-repeat center;
  background-size: 100% 100%;
 
 }

.nyLeft>ul>li.has>h5 em.show::after{

  transform: translateY(-50%) rotate(90deg);
 }


.nyLeft>ul>li .erji{
  width: 100%;
  display: none;
  padding: 0.15rem 0;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.38rem;
  margin: 0 auto;



}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 15%;
  position: relative;
}

.nyLeft>ul>li .erji>li>h6 a::after{
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.04rem;
  height:  0.04rem;
  background: #007DDD;
  border-radius: 50%;

}


.nyLeft>ul>li .erji>li>h6 em{
  position: absolute;
  right: .15rem;
  top: 0%;
  width: .14rem;
  height: 100%;
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100%;
  transform: rotate(-90deg);
  display: none;
}


.nyLeft>ul>li .erji>li>dl{
  display: none;
  border-bottom: 1px dashed #ddd;
}


.nyLeft>ul>li .erji>li>dl dd a{
display: block;
line-height: 0.36rem;
font-size: 0.15rem;
color: #666666;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
padding-left: 20%;


}

.nyLeft>ul>li .erji>li.on>h6 a{
  color: #007DDD;

}



.nyRight {
  width: 75.4%;
  position: relative;
}

.nyRight .nyrtit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyRight .title{
  position: relative;
  width: 60%;


} 

.nyRight .title h3{
  font-size: 0.4rem;
  font-weight: normal;
  color: #333333;
  font-family: "AlibabaPuHuiTi-SemiBold";
  line-height: 0.36rem;
  margin-top: 0.08rem;
}

.nyRight .title h3 i{
  font-size: 0.4rem;
  color: #671D7D;
}

.nyRight .title span{
  display: block;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: rgba(0, 87, 182, 0.3);
  font-family: "canela";
  padding-left: 0.5rem;
  position: relative;
}

.nyRight .title span::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.34rem;
  height: 0.04rem;
  background: url(../images/titlext.png) no-repeat left center;
  background-size: 100%;
}


.posi {
  display: block;
  font-size: 0.16rem;
  color: #A8A8A8;
  background: url(../nyimages/home.png) no-repeat left center;
  background-size: 0.19rem 0.17rem;
  padding-left: 0.25rem;
  line-height: 0.3rem;
  height: 0.3rem;
  margin-top: 0.28rem;
}

.posi a {
  font-size: 0.16rem;
  color: #A8A8A8;
}

.posi a + a::before {
  content: ' > ';
  margin: 0 .05rem;
  font-size: 0.16rem;
  color: #A8A8A8;
}


.nyRight .nyrCon {
  padding: 0;
  margin-top: 0.35rem;
}










/*team*/

.teambox{
  margin: 0 auto;
}

.nytitle{
  display: inline-block;
  background: url(../nyimages/title.png) no-repeat right top;
  background-size: 0.46rem 0.48rem;
  padding-right: 0.15rem;
  padding-top: 0.2rem;
}

.nytitle h5{
  display: inline-block;
  font-size: 0.36rem;
  color: #000000;
  font-family: "SourceHanSans-Bold";
  line-height: 0.38rem;
  background: linear-gradient(116deg, #000000 58%, #B45EFF 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background: none\0;

}

.nytitle i{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.28rem;
  opacity: 0.5;
  margin-top: 0.1rem;
}

.teambox{
  margin: 0 auto;
  font-family: "SourceHanSans-Normal";
  padding-top: 0.9rem;

}


.teambox .teamxq{

  width: 100%;
  background: url(../nyimages/teamlist.jpg) no-repeat center;
  background-size: 100%;
  min-height: 4.98rem;
  border-radius: 0.2rem;
  box-shadow: 0px 32px 80px 0px rgba(103, 0, 134, 0.1);
  padding: 0.6rem 1rem 0 1.2rem;
}

.teambox .teamxq .nr{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.teambox .teamxq .pic{
  width: 2.78rem;
  height: 3.7rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.teambox .teamxq .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0.2rem;
}

.teambox .teamxq .txt{
  width: calc(100% - 3.65rem);
} 

.teambox .teamxq .txt h5{
  font-size: 0.36rem;
  font-family: "SourceHanSans-Bold";
  color: #000000;
  padding-bottom: 0.35rem;
  background: url(../nyimages/teamxt.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  margin-bottom: 0.4rem;
}

.teambox .teamxq .txt h5 i{
  font-size: 0.24rem;
  color: #671D7D;
  margin-left: 0.2rem;
}

.teambox .teamxq .txt p{
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
}


.teambox .personal{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../nyimages/teamxt1.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  padding-bottom: 0.4rem;
  margin-top: 1.1rem;
}


.teambox .personal .nytitle{

}



.teambox .personal .txt{
  width: calc(100% - 2.25rem);
}

.teambox .personal .txt p{
  font-size: 0.2rem !important;
  color: #333333;
  line-height: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}





.teambox .work{
  margin: 0.9rem auto 0 auto;
  background: url(../nyimages/teamxt1.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  padding-bottom: 0.4rem;

}

.teambox .work .workbox{
  margin: 0.5rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teambox .work .workbox dl{
  width: 49%;

}

.teambox .work .workbox dl dt{
  padding-left: 0.15rem;
  font-size: 0.28rem;
  color: #000000;
  font-family: "SourceHanSans-Bold";
  position: relative;
  margin-bottom: 0.25rem;
}

.teambox .work .workbox dl dt::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 0.3rem;
  background: #8421F9;
}


.teambox .work .workbox dl dd{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0.45rem;
  position: relative;
  z-index: 5;
  min-height: 0.54rem;
  margin-bottom: 0.22rem;
  background: url(../nyimages/timeico.png) no-repeat left center;
  background-size: 0.17rem 0.17rem;
}

.teambox .work .workbox dl dd .time{
  width: 2.1rem;
  line-height: 0.4rem;
  background: url(../nyimages/timelist.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
}

.teambox .work .workbox dl dd .txt{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.27rem;
  width: calc(100% - 2.4rem);
}

.teambox .work .workbox dl dd::after{
  position: absolute;
  left: 0.08rem;
  top: 50%;
  content: "";
  width: 1px;
  height: 120%;
  border-left: 1px dashed rgba(132, 33, 250, 0.5);;
}

.teambox .work .workbox dl dd:last-child:after{
  display: none;
}



.teambox .Field{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../nyimages/teamxt1.png) no-repeat bottom left;
  background-size: 100% 0.03rem;
  padding: 0.85rem 0 0.85rem 0;
}


.teambox .Field .nytitle{

}



.teambox .Field .txt{
  width: calc(100% - 2.25rem);
}

.teambox .Field .txt p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.4rem;
}




.teambox .Honor{

  padding: 0.85rem 0 0rem 0;
}

.teambox .Honor .nytitle{
  margin-bottom: 0.4rem;
}


.teambox .Honor .txt{
  margin-bottom: 0.8rem;

}

.teambox .Honor .txt h5{
  padding-left: 0.15rem;
  font-size: 0.28rem;
  color: #000000;
  font-family: "SourceHanSans-Bold";
  position: relative;
  margin-bottom: 0.25rem;
}

.teambox .Honor .txt h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 0.3rem;
  background: #8421F9;
}

.teambox .Honor .txt p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.48rem;
}





/*fenye*/
  
.fenye{
  margin: 0.4rem auto 0 auto;
}

.page {
  width: 100%;
  margin-top: 0rem;
}


.pb_sys_common {
  font-size:.16rem ;
  padding: 0px 0.05rem ;
  height: auto ;
  line-height: 0.3rem ;
  min-width: 0.3rem ;
}

.pb_sys_common a{
  text-decoration: none;
}

.pb_sys_common .p_pages{
  margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  border: 1px solid #ccc;
  padding: 0px 0.1rem ;
  margin:0px 0px 0px 5px;

  height:0.3rem;

  line-height:0.3rem;
  box-sizing:border-box;
  display:inline-block;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_t{
  line-height:12px;
  margin:0px;
  padding:0px;
  display:inline-block;
  vertical-align:middle;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
  color: #ccc;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  color: #222;
}

.pb_sys_common .p_dot {
  margin-left:4px;
  margin-right:-4px;
  color:#222;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
  /*
  height:22px;
  border: 1px solid #aaa;
  outline-width:thin;
  outline-color:#258CFF;

  text-align:center;
  vertical-align:middle;    
  */
  font-size:12px;

  border: 1px solid #aaa;
  height:22px;
  line-height:20px;
  box-sizing:border-box;
  vertical-align:middle;

  outline-width:thin;
  outline-color:#9c0c14;
  
  margin:0px 2px;
  padding:0px 1px;
}


.pb_sys_common .p_goto input{
  width:22px;
  text-align:center;
}

.pb_sys_common .p_search input{
  width:100px;
  text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
  border: 1px solid #9c0c14;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  border: 1px solid #ccc;
  padding: 0px 0.08rem;
  color: rgba(58, 58, 60, 1);

  margin:0px;

  height:0.3rem;
  line-height:0.3rem;
  display:inline-block;
  box-sizing:border-box;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
  /*
  border-width:1px 0px 1px 1px;
  border-style:solid;
  border-color:#ccc;
  padding: 5px 6px;
  color: #222;
  */
  border-right:1px solid #ccc;
  padding: 1px 5px;
  color: #888888;
}

.pb_sys_common .p_dosize_d{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize a:hover{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
  /*border-right-width:1px*/
  border-right-width:0px;
}




@media (min-width: 1024px){

  .nyLeft>ul>li .erji>li>h6 a:hover{
    color: rgba(65, 56, 212, 1);
  }
  
  
  .nyLeft>ul>li>h5 a:hover{
    color: rgba(65, 56, 212, 1);
  }
  
  .nyLeft>ul>li.on>h5 a:hover{
    color: rgba(65, 56, 212, 1);
  }
  
  .nyLeft>ul>li.on.active .erji{
   /* display: block;*/
  
  }


}






@media (max-width: 1024px){




  .nyMain {
    padding: 0.5rem 0 1rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin: 0 auto;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    position: relative;
    padding-top: 0;
  }


  
  .nyLeft  .fenlei_t h2{
    text-align: left;
    line-height: 0.9rem;
    font-size: 0.34rem;
    color: #fff;
    font-weight: normal;
    font-family: "SourceHanSansCN";
    padding-left: 0.3rem;
  }

  
  .nyLeft  .fenlei_t i.plus{
    position: absolute;
    top: 0.25rem;
    right: 0.3rem;
    content: "";
    background: url(../nyimages/fenleiico2.png) no-repeat center;
    background-size: 100%;
    width: 0.4rem;
    height: 0.4rem;
}
  

  
  .nyLeft>ul>li{
    width: 90%;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    line-height: 0.55rem;
  }
  
  .nyLeft>ul>li>h5 a{
    padding: 0 10% 0 5%;
    font-size: 0.3rem;
  }

  .nyLeft>ul>li>h5 em {

    right: 0.1rem;

}
  
  .nyLeft>ul>li>h5 em::after{
    width: 0.12rem;
    height: 0.21rem;
  }
  
  .nyLeft>ul>li.on>h5::after {
    width: 100%;
    left: 0;
}

.nyLeft>ul>li.on>h5 a {
  font-size: 0.3rem;
  font-family: "SourceHanSansCN";
}

.nyLeft>ul>li .erji{
  width: 100%;
}
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.52rem;
  
  
  
  }
  
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.28rem;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.28rem;
    padding-left: 5%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.26rem;
  
  
  }






  .nyRight {
    width: 100%;
    margin-top: .5rem;
  }
  
  .nyRight .nyrtit {
    padding-bottom: .15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .nyRight .title h3{
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-top: 0.08rem;
  }
  
  .nyRight .title h3 i{
    font-size: 0.36rem;
  }
  
  .nyRight .title span{
    font-size: 0.24rem;
  }
  
  .nyRight  .title span::after{
  
    width: 0.34rem;
    height: 0.04rem;
  
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;

  }
  
  .posi {
    order: 1;
    width: 100%;
    font-size: 0.26rem;
    background: url(../nyimages/home.png) no-repeat left center;
    background-size: 0.28rem 0.26rem;
    padding-left: 0.35rem;
  }
  
  .posi a {
    font-size: 0.26rem;
}
  
.posi a + a::before {
  font-size: 0.26rem;
}






.nyMain::after {

  top: -0.3rem;

}


.nytitle i{
  font-size: 0.24rem;
  line-height: 0.28rem;

}

.teambox{

  padding-top: 0.3rem;

}


.teambox .teamxq{

  min-height: 4.98rem;

  padding: 0.5rem 0.5rem ;
}



.teambox .teamxq .pic{
  width: 100%;
  height: auto;
  padding-top: 130%;
}



.teambox .teamxq .txt{
  width: calc(100% - 0rem);
  margin: 0.3rem auto 0 auto;
} 

.teambox .teamxq .txt h5{


  margin-bottom: 0.4rem;
}

.teambox .teamxq .txt h5 i{
  font-size: 0.26rem;

}

.teambox .teamxq .txt p{
  font-size: 0.28rem;

}


.teambox .personal{

  padding-bottom: 0.2rem;
  margin-top: 0.65rem;
}





.teambox .personal .txt{
  width: calc(100% - 0rem);
  margin: 0.3rem auto 0 auto;
}

.teambox .personal .txt p{
  font-size: 0.3rem;
  line-height: 0.5rem;
  margin-bottom: 0.4rem;
}





.teambox .work{
  margin: 0.65rem auto 0 auto;
  padding-bottom: 0.4rem;

}

.teambox .work .workbox{
  margin: 0.5rem auto 0 auto;

}

.teambox .work .workbox dl{
  width: 100%;
  margin-bottom: 0.2rem;

}

.teambox .work .workbox dl dt{
  padding-left: 0.15rem;
  font-size: 0.32rem;
}



.teambox .work .workbox dl dd{

  padding-left: 0.45rem;
  position: relative;
  z-index: 5;
  min-height: 0.54rem;
  margin-bottom: 0.22rem;
  background: url(../nyimages/timeico.png) no-repeat left 0.18rem;
  background-size: 0.25rem 0.25rem;
}

.teambox .work .workbox dl dd .time{
  width: 3.1rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  margin-bottom: 0.2rem;

}

.teambox .work .workbox dl dd .txt{
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.4rem;
  width: calc(100% - 0rem);
}

.teambox .work .workbox dl dd::after{

  left: 0.11rem;
  top: 30%;
  width: 1px;
  height: 105%;

}





.teambox .Field{
  padding: 0.65rem 0 0.4rem 0;
}





.teambox .Field .txt{
  width: calc(100% - 0rem);
  margin: 0.3rem auto 0 auto;
}

.teambox .Field .txt p{
  font-size: 0.3rem;
  line-height: 0.5rem;
}




.teambox .Honor{

  padding: 0.65rem 0 0rem 0;
}




.teambox .Honor .txt{
  margin-bottom: 0.8rem;

}

.teambox .Honor .txt h5{
  font-size: 0.32rem;

}

.teambox .Honor .txt h5::after {
  top: 0.1rem;
  transform: translateY(0%);

}

.teambox .Honor .txt p{
  font-size: 0.3rem;
  line-height: 0.5rem;
}









.fenye {
  margin: 0.6rem auto 0 auto;
}
    
.pb_sys_common {
  font-size: .24rem;
  line-height: 0.34rem !important;
  min-width: 0.34rem !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {

  height: 0.4rem;
  line-height: 0.4rem;

}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
  height: 0.4rem;
  line-height: 0.4rem;
}


}