.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;}
}



/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}





.nyMain {
  min-height: 4rem;
  padding: 0.5rem 0 0.9rem 0;
  background: linear-gradient(180deg, rgba(243, 241, 251, 0) 0%, rgba(238, 238, 255, 1) 100%);

}

.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: 1.04rem;
  position: relative;
  background: linear-gradient(270deg, #3D38D4 0%, #9819B3 192%);
}

.nyLeft  .fenlei_t h2{
  line-height: 1.04rem;
  font-size: 0.36rem;
  color: #fff;
  padding-left: 0.4rem;

}

.nyLeft  ul{
  padding: 0.3rem 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 30px  rgba(68, 12, 181, 0.12);
}

.nyLeft>ul>li{
  width: 85%;
  border-bottom:  1px dashed rgba(155, 149, 177, 0.3);
  margin: 0 auto;
  position: relative;
}

.nyLeft>ul>li:last-child{
  border-bottom: none;
}

.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  min-height: 0.65rem;
  line-height: 0.3rem;
  padding: 0.25rem 0;

}

.nyLeft>ul>li>h5 a{
  padding: 0 10% 0 10%;
  font-size: 0.24rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  display: inline-block;
  width: 90%;
  -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: .15rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url(../nyimages/ico.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: 0%;
  top: 0rem;
  width: 0%;
  height: calc(100% - 0rem);
  background: linear-gradient(269.56deg, rgba(61, 56, 212, 0.1) 0%, rgba(152, 25, 179, 0.1) 100%);
  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: 109%;
}


.nyLeft>ul>li.on>h5 a{
  color: rgba(65, 56, 212, 1);
  font-size: 0.24rem;
}

.nyLeft>ul>li.has>h5 em::after{
 display: block;

}


.nyLeft>ul>li.has>h5 em.show::after{

  transform: translateY(-50%) rotate(90deg);
 }


.nyLeft>ul>li .erji{
  width: 109%;
  display: none;
  padding: 0.2rem 0;
  background: linear-gradient(269.56deg, rgba(61, 56, 212, 0.05) 0%, rgba(152, 25, 179, 0.05) 100%);
}

.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.2rem;
  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: 18%;
  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: rgba(65, 56, 212, 1);
  border-radius: 50%;

}


.nyLeft>ul>li .erji>li>h6 em{
  position: absolute;
  right: .15rem;
  top: 0%;
  width: .14rem;
  height: 100%;
  background: url(../nyimages/fenleiico1.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: rgba(65, 56, 212, 1);

}



.nyRight {
  width: 74.6%;
  position: relative;
  z-index: 2;

}

.nyRight .nyrtit {
  line-height: 0.6rem;
  border-bottom: 1px solid rgba(213, 212, 232, 1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyRight .nyrtit h5{
  line-height: 0.45rem;
  font-size: 0.32rem;
  color: rgba(51, 51, 51, 1);
  position: relative;
  width: 60%;
}


.posi {
  display: block;
  font-size: 0.16rem;
  color: rgba(102, 102, 102, 1);
  background: url(../nyimages/home.png) no-repeat left center;
  background-size: 0.14rem 0.17rem;
  padding-left: 0.3rem;
}

.posi a {
  font-size: 0.16rem;
  color: rgba(102, 102, 102, 1);
}

.posi a + a::before {
  content: '>';
  margin: 0 .05rem;
  font-size: 0.16rem;
  color: rgba(102, 102, 102, 1);
}


.nyRight .nyrCon {
  padding: 0;
}


.nyabout{
  margin: 0.42rem auto 0 auto;
}

.nyabout .abimg{
  margin: 0 auto;
  max-width: 100%;
}

.nyabout .abimg img{
  border-radius: 0.1rem;
}


.nyabout .txt {
  margin: 0.35rem auto 0 auto;

}

.nyabout .txt p{
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 0.3rem;
}


.nyabout .txt p.t1{
  text-indent: 2em;
}


/*nynews*/

.newsbg{
  background: linear-gradient(180deg, rgba(243, 241, 251, 0) -3%, #EEEEFF 97%);
}

.nynews{
  margin: 0.25rem auto 0 auto;

}


.nynews ul li{
  margin: 0 auto 0.25rem auto;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 0px 4px 20px  rgba(68, 12, 181, 0.05);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li a{
  padding: 0.37rem 0.35rem 0.47rem 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.nynews ul li .time{
  width: 0.85rem;
  height: 0.76rem;
  border-radius: 0.1rem;
  background: rgba(234, 240, 255, 1);
  text-align: center;
}

.nynews ul li .time span{
  display: block;
  line-height: 0.49rem;
  font-size: 0.36rem;
  color: rgba(65, 56, 212, 1);
}

.nynews ul li .time i{
  display: block;
  line-height: 0.27rem;
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 1);
  border-radius: 0px 0px 0.1rem 0.1rem;
background: linear-gradient(91.74deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);
}

.nynews ul li .pic{
  position: relative;
  width: 2.32rem;
  height: 1.6rem;
  border-radius: 5px;
  overflow: hidden;

} 

.nynews ul li .pic img{
  position: absolute;
    left: 0;
    top: 0;
    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;
  border-radius: 5px;
}

.nynews ul li .txt{
  width: calc((100% - 3.95rem));
} 

.nynews ul li .txt h5{
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 1);
  line-height: 0.32rem;
  max-height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.05rem;
}

.nynews ul li .txt p{
  font-size: 0.14rem;
  color: rgba(102, 102, 102, 1);
  line-height: 0.24rem;
  max-height: 0.48rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.2rem;
}


.nynews ul li::after{
  position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    z-index: -1;
    width: 0;
    height: 2px;
    background: linear-gradient(270deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}





/*nynotice*/



.nynotice{
  margin: 0.4rem auto 0 auto;

}


.nynotice ul li{
  margin: 0 auto 0.25rem auto;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 0px 4px 20px  rgba(68, 12, 181, 0.05);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li a{
  padding: 0.3rem 0.25rem 0.3rem 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}


.nynotice ul li .time{
  width: 0.85rem;
  height: 0.76rem;
  border-radius: 0.1rem;
  background: rgba(234, 240, 255, 1);
  text-align: center;
}

.nynotice ul li .time span{
  display: block;
  line-height: 0.49rem;
  font-size: 0.36rem;
  color: rgba(65, 56, 212, 1);
}

.nynotice ul li .time i{
  display: block;
  line-height: 0.27rem;
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 1);
  border-radius: 0px 0px 0.1rem 0.1rem;
background: linear-gradient(91.74deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);
}


.nynotice ul li .txt{
  width: calc((100% - 1.2rem));
} 

.nynotice ul li .txt h5{
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 1);
  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;
}

.nynotice ul li .txt p{
  font-size: 0.14rem;
  color: rgba(102, 102, 102, 1);
  line-height: 0.24rem;
  max-height: 0.48rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}


.nynotice ul li::after{
  position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    z-index: -1;
    width: 0;
    height: 2px;
    background: linear-gradient(270deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}






/*nyacademic*/



.nyacademic{
  margin: 0.4rem auto 0 auto;
 
}


.nyacademic ul li{
  margin: 0 auto 0.3rem auto;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 0px 4px 20px  rgba(68, 12, 181, 0.05);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyacademic ul li a{
  padding: 0.35rem 0.55rem 0.3rem 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.nyacademic ul li h5{
  font-size: 0.24rem;
  color: rgba(34, 34, 34, 1);
  line-height: 0.36rem;
  max-height: 0.72rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
}

.nyacademic ul li .time{
  display: block;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 0.7);
  background: url(../nyimages/time.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.2rem;
}


.nyacademic ul li::after{
  position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    z-index: -1;
    width: 0;
    height: 2px;
    background: linear-gradient(270deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}




/*nynews*/



.nynewsxq{
  margin: 0.25rem auto 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 20px rgba(68, 12, 181, 0.05);
  padding: 0.2rem 0.5rem 0.55rem 0.5rem;
 
}


.nynewsxq .arc-tit{
  padding: 0.55rem 0 0.32rem 0;
  border-bottom: 1px solid rgba(208, 208, 208, 0.7);
}

.nynewsxq .arc-tit h1{
  font-size: 0.32rem;
  line-height: 0.62rem;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin: 0 auto;
}

.nynewsxq .arc-tit .arc-info{
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.23rem;

}

.nynewsxq .arc-tit .arc-info span{
  display: inline-block;
  font-size: 0.18rem;
  color: rgba(140, 140, 140, 1);
  margin: 0 0.15rem;
}

.nynewsxq .nytxtcont{
  margin: 0.32rem auto 0 auto;

}

.nynewsxq .nytxtcont p{
  font-size: 0.18rem !important;
  color: rgba(58, 58, 60, 1);
  line-height: 0.35rem !important;
  text-indent: 0 !important;
  margin-bottom: 0.05rem;
  text-align: justify;
}
.nynewsxq .nytxtcont *{
  font-size: 0.18rem !important;
  line-height: 0.35rem !important;
  text-indent: 0 !important;
  font-family: Arial !important;

}
.nynewsxq .nytxtcont img{
  max-width:100% !important;
 height:auto !important;
display:block;
margin:0 auto !important;
border:none !important;


}


.arc-sib {
  padding-top: .35rem;
  font-size: .28rem;
  line-height: 1.6em;
  border-top: 1px solid rgba(217, 209, 203, 1);
}

.arc-sib div {
  font-size: .2rem;
  color: rgba(65, 56, 212, 1);
  line-height: 1.6em;
  margin-bottom: 0.25rem;
}

.arc-sib div a{
  font-size: .2rem;
  color: rgba(58, 58, 60, 1);

}





/*nyteam*/


.nyteam{
  margin: 0.3rem auto 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 20px rgba(68, 12, 181, 0.05);
  padding: 0 ;

}


.nyteam ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyteam ul li{
  width: 25%;
  border-right: 1px solid rgba(223, 223, 234, 1);
  border-bottom: 1px solid rgba(223, 223, 234, 1);
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li:nth-child(4n){
  border-right:none;
}

.nyteam ul li a{
  display: block;
  padding: 0.15rem 0 0.4rem 0;

}

.nyteam ul li .pic{
  position: relative;
  overflow: hidden;
  width: 1.9rem;
  height: 2.5rem;
  border-radius: 5px;
  margin: 0 auto;

}

.nyteam ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: top;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li .txt{
  margin: 0.25rem auto 0 auto;
  width: 2.3rem;
}

.nyteam ul li .txt h5{
  font-size: 0.2rem;
  color: rgba(36, 4, 44, 1);
  font-weight: normal;
    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;
  text-align:center;
}

.nyteam ul li .txt h5 i{
  font-size: 0.18rem;
  color: rgba(102, 102, 102, 1);
  margin-left: 0.15rem;
  text-align:center;
}

.nyteam ul li .txt p{
  font-size: 0.17rem;
  color: rgba(70, 68, 102, 1);
  font-weight: normal;
    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;
    margin-top: 0.15rem;
    text-align:center;
}


.nyteam ul li::after{
  position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    z-index: -1;
    width: 0;
    height: 2px;
    background: linear-gradient(270deg, rgba(61, 56, 212, 1) 0%, rgba(152, 25, 179, 1) 100%);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}






/*nyteamxq*/


.nyteamxq{
  margin: 0.3rem auto 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 20px rgba(68, 12, 181, 0.05);
  padding: 0.55rem 0.45rem 1.6rem 0.55rem;
}

.nyteamxq .nyteam_show{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyteamxq .nyteam_show .pic{
  width: 1.64rem;
  height: 2.1rem;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(68, 12, 181, 0.05);
  border: 1px solid #eee;
  padding: 0.02rem;
}

.nyteamxq .nyteam_show .pic img{
  position: absolute;
  left: 0.02rem;
  top: 0.02rem;
  width: calc((100% - 0.04rem));
  height: calc((100% - 0.04rem));
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteamxq .nyteam_show .txt{
  width: calc((100% - 2.3rem));
  margin-top: 0.03rem;
}

.nyteamxq .nyteam_show .txt h5{
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: rgba(65, 56, 212, 1);
  font-weight: normal;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.nyteamxq .nyteam_show .txt h5 i{
  font-size: 0.14rem;
  color: rgba(102, 102, 102, 1);
  margin-left: 0.15rem;
}


.nyteamxq .nyteam_show .txt p{
  font-size: 0.2rem !important;
  color: rgba(51, 51, 51, 1);
 line-height:0.35rem !important;
text-align: justify;
}

.nyteamxq .team_nr{
  margin: 0.2rem auto 0.8rem auto;
  border-top: 1px solid #eee;
  padding-top: 0.2rem;
  font-size: 0.2rem ;
  color: rgba(51, 51, 51, 1);
 line-height:0.35rem ;
}

.nyteamxq .team_nr p{
  font-size: 0.18rem ;
  color: rgba(51, 51, 51, 1);
 line-height:0.35rem ;
 text-align: justify;
 word-wrap:break-word; 
}
.nyteamxq .team_nr em{

font-style:italic !important;

}

.nyteamxq  .particulars{
  margin: 0.35rem auto 0 auto;

}

.nyteamxq .particulars .particulars_list{
 
  background: rgba(234, 240, 255, 1);

}

.nyteamxq  .particulars .particulars_list ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyteamxq  .particulars .particulars_list ul li{
  line-height: 0.55rem;
  width: 20%;
  text-align: center;
  font-size: 0.2rem;
  color: rgba(102, 98, 124, 1);
  cursor: pointer;
}

.nyteamxq  .particulars .particulars_list ul li.active{
  background: linear-gradient(92.32deg, rgba(152, 25, 179, 1) 0%, rgba(61, 56, 212, 1) 100%);
  color: #fff;
}


.nyteamxq .particulars .particularsbox{
  margin: 0.42rem auto 0 auto;

}

.nyteamxq .particulars .particularsbox .details{
  overflow: hidden;

}

.nyteamxq .particulars .particularsbox .details h6{
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.26rem;
  text-indent: 2em;
}

.nyteamxq .particulars .particularsbox .details h5{
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 1);
  margin: 0.3rem 0 0.15rem 0;
}


.nyteamxq .particulars .particularsbox .details p{
  font-size: 0.18rem !important;
  color: rgba(51, 51, 51, 1);
  line-height: 0.35rem;
}



.nyteamxq .particulars .particularsbox .details p span{
  font-size:  0.18rem !important;
  color: rgba(51, 51, 51, 1);
  line-height: 0.35rem !important;
  margin-left: 0.15rem;
}

.nyteamxq .particulars .particularsbox .details p.txt{
  margin-top: 0.15rem;
}


.nyteamxq .particulars .particularsbox .details.p2 ul{
  display: flex;
      justify-content: space-between;
      flex-wrap: wrap;

}

.nyteamxq .particulars .particularsbox .details.p2 ul li{
  width: 49%;
  position: relative;
  z-index: 5;
  padding: 0 0 0.25rem 0.1rem;
  margin-bottom: 0.4rem;
}

.nyteamxq .particulars .particularsbox .details.p2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0.44rem;
  border: 1px solid #ececec;
  box-shadow: 2px 1px 5px 0px #dcdcdc;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyteamxq .particulars .particularsbox .details.p2 ul li a{
  display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
}

.nyteamxq .particulars .particularsbox .details.p2 ul li .pic{
  width: 1.6rem;
  height: 2rem;
  margin-right: 0.15rem;
  overflow: hidden;
  position: relative;
}

.nyteamxq .particulars .particularsbox .details.p2 ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 1s;
}

.nyteamxq .particulars .particularsbox .details.p2 ul li .txt{
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.nyteamxq .particulars .particularsbox .details.p2 ul li .txt h5{
  font-size: 0.2rem;
  line-height: 0.44rem;
  color: #444444;
  font-weight: bold;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0rem 0 0.15rem 0;
}

.nyteamxq .particulars .particularsbox .details.p2 ul li .txt p{
  margin-top: 0.1rem;
  padding-right: 0.2rem;
  line-height: 0.26rem;
  display: block;
  float: right;
  font-size: 0.16rem !important;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  overflow-wrap: break-word;
  width: 100%;
}


.nyteamxq .particulars .particularsbox .details.p3 ul li{
  padding: 0.15rem 0px;
  border-bottom: 1px dashed #dadada;
  line-height: 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
} 

.nyteamxq .particulars .particularsbox .details.p3 ul li a {
  display: block;
  font-family: Arial;
}

.nyteamxq .particulars .particularsbox .details.p3 ul li .dd{
  font-size: 0.16rem;
  color: #444444;
  flex: 1;
  min-width: 0;
}

.nyteamxq .particulars .particularsbox .details.p3 ul li p{
  font-size: 0.18rem !important;
  text-align: justify ;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;


}
.nyteamxq .particulars .particularsbox .details.p3 ul li p em{
   font-style:italic !important;

}
.nyteamxq .particulars .particularsbox .details.p3 ul li .ds{
  margin-left: 0.3rem;
}

.nyteamxq .particulars .particularsbox .details.p3 ul li .ds img{
  display: block;
  width: 0.4rem;
}




.nyteamxq .particulars .particularsbox .details.p4 ul li{
  border-bottom: 1px dashed #dadada;
  line-height: 0.65rem;

} 

.nyteamxq .particulars .particularsbox .details.p4 ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nyteamxq .particulars .particularsbox .details.p4 ul li h6{
  text-indent: 0;
  font-size: 0.18rem;
  color: #333333;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 80%;
}

.nyteamxq .particulars .particularsbox .details.p4 ul li .time{
  display: block;
  font-size: 0.16rem;
  color: #333333;

}


.nyteamxq .particulars .particularsbox .details.p5 p{
  line-height: 0.4rem;
  font-size: 0.18rem;
}

.nyteamxq .particulars .particularsbox .details.p5 p img{
  max-width: 0.22rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}


/*fenye*/
  
.fenye{
  margin: 0.4rem auto 0 auto;
  clear:both;
  
}

.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) {
  .nyteamxq .particulars .particularsbox .details.p3 ul li:hover p{
    color: rgba(65, 56, 212, 1);
  }

  .nyteamxq .particulars .particularsbox .details.p4 ul li:hover h6{
    color: rgba(65, 56, 212, 1);
  }


  .nyteamxq .particulars .particularsbox .details.p2 ul li:hover .txt h5{
    color: rgba(65, 56, 212, 1);
  }

  .nyteamxq .particulars .particularsbox .details.p2 ul li:hover .txt p{
    color: #fff;
  }

  .nyteamxq .particulars .particularsbox .details.p2 ul li:hover::before{
    background: linear-gradient(270deg, #3D38D4 0%, #9819B3 192%);
  }
  
  .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;*/
  
  }


  .nynews ul li:hover{
    box-shadow: 0px 4px 30px  rgba(68, 12, 181, 0.12);
  }
  
  .nynews ul li:hover::after{
    width: 100%;
  }
  
  
  .nynews ul li:hover .txt h5{
    color: rgba(65, 56, 212, 1);
  }
  
  
  .nynews ul li:hover .pic img{
    transform: scale(1.1);
  }



  .nynotice ul li:hover{
    box-shadow: 0px 4px 30px  rgba(68, 12, 181, 0.12);
  }
  
  .nynotice ul li:hover::after{
    width: 100%;
  }
  
  
  .nynotice ul li:hover .txt h5{
    color: rgba(65, 56, 212, 1);
  }
  

  
  .nyacademic ul li:hover{
    box-shadow: 0px 4px 30px  rgba(68, 12, 181, 0.12);
  }
  
  .nyacademic ul li:hover::after{
    width: 100%;
  }
  
  
  .nyacademic ul li:hover  h5{
    color: rgba(65, 56, 212, 1);
  }


  .arc-sib div a:hover{
    color: rgba(65, 56, 212, 1);
  
  }

  .nyteam ul li:hover{
    box-shadow: 0px 4px 50px  rgba(55, 9, 147, 0.3);
  }

  .nyteam ul li:hover::after{
    width: 100%;
  
  }


}









 
  
@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::after{
    width: 0.12rem;
    height: 0.21rem;
  }
  
  .nyLeft>ul>li.on>h5::after {
    width: 100%;
}

.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: .3rem;
  }
  
  .nyRight .nyrtit {
    padding-bottom: .15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .nyRight .nyrtit h5{
    line-height: 0.5rem;
    font-size: .36rem;
    margin-bottom: 0.05rem;
  }
  
  .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.21rem 0.25rem;
    padding-left: 0.35rem;
  }
  
  .posi a {
    font-size: 0.26rem;
}
  
.posi a + a::before {
  font-size: 0.26rem;
}




.nyabout .txt p{
  font-size: 0.3rem;
  line-height: 0.5rem;
}




.nynews{
  margin: 0.3rem auto 0 auto;

}


.nynews ul li{
  margin: 0 auto 0.3rem auto;
}

.nynews ul li a{
  padding: 0.37rem 0.35rem 0.47rem 0.4rem;

}


.nynews ul li .time{
  width: 1.3rem;
  height: 0.86rem;

}



.nynews ul li .time i{
  line-height: 0.37rem;
  font-size: 0.24rem;
}

.nynews ul li .pic{
  margin: 0.15rem 0;
  width: 100%;
  height: auto;
  padding-top: 56%;

} 



.nynews ul li .txt{
  width: calc((100% - 0rem));
} 

.nynews ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 1.35rem;
  margin-top: 0.05rem;
}

.nynews ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  max-height: 0.8rem;

}


.nynotice{
  margin: 0.4rem auto 0 auto;

}


.nynotice ul li{
  margin: 0 auto 0.3rem auto;
}

.nynotice ul li a {
  padding: 0.3rem 0.25rem 0.3rem 0.25rem;
}

.nynotice ul li .time{
  width: 1.3rem;
  height: 0.86rem;

}

.nynotice ul li .time span {
  line-height: 0.56rem;

}

.nynotice ul li .time i{
  line-height: 0.37rem;
  font-size: 0.24rem;
}


.nynotice ul li .txt{
  width: calc((100% - 1.55rem));
} 

.nynotice ul li .txt h5{
  font-size: 0.3rem;
}

.nynotice ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
  margin-top: 0.15rem;
}





.nyacademic ul li a{
  padding: 0.35rem 0.55rem 0.3rem 0.4rem;

}



.nyacademic ul li h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;

}

.nyacademic ul li .time{
  font-size: 0.26rem;
  background: url(../nyimages/time.png) no-repeat left center;
  background-size: 0.3rem 0.3rem;
  padding-left: 0.4rem;

}




.nynewsxq{
  margin: 0.4rem auto 0 auto;
  padding: 0 0.5rem 0.55rem 0.5rem;

}


.nynewsxq .arc-tit{
  padding: 0.5rem 0 0.32rem 0;

}

.nynewsxq .arc-tit h1{
  font-size: 0.32rem;
  line-height: 0.5rem;
  font-weight: normal;
}



.nynewsxq .arc-tit .arc-info span{
  font-size: 0.26rem;
}



.nynewsxq .nytxtcont p{
  font-size: 0.28rem;
  line-height: 0.45rem;


}




.arc-sib div {
  font-size: .28rem;

}

.arc-sib div a{
  font-size: .28rem;


}





.nyteam{
  margin: 0.4rem auto 0 auto;

}


.nyteam ul{

  justify-content: space-between;

}

.nyteam ul li{
  width: 50%;
  border-right: 1px solid rgba(223, 223, 234, 1);
  border-bottom: 1px solid rgba(223, 223, 234, 1);

}

.nyteam ul li:nth-child(3n){
  border-right: 1px solid rgba(223, 223, 234, 1);
}

.nyteam ul li:nth-child(2n){
  border-right:none;
}



.nyteam ul li .pic{
  width: 2.5rem;
  height: 2.93rem;


}



.nyteam ul li .txt{
  margin: 0.3rem auto 0 auto;
  width: 2.5rem;
}

.nyteam ul li .txt h5{
  font-size: 0.3rem;
}

.nyteam ul li .txt h5 i{
  font-size: 0.24rem;
}

.nyteam ul li .txt p{
  font-size: 0.26rem;
}




.nyteamxq{
  margin: 0.4rem auto 0 auto;
  padding: 0.55rem 0.45rem 1.6rem 0.55rem;
}



.nyteamxq .nyteam_show .pic{
  width: 100%;
  height: auto;
  padding-top: 120%;

}




.nyteamxq .nyteam_show .pic img{
 
  left: 0.05rem;
  top: 0.05rem;
  width: calc((100% - 0.1rem));
  height: calc((100% - 0.1rem));

}




.nyteamxq .team_nr{
  font-size: 0.3rem ;
 line-height:0.5rem ;
}

.nyteamxq .team_nr p{
  font-size: 0.3rem ;
 line-height:0.5rem ;
}





.nyteamxq .nyteam_show .txt{
  width: calc((100% - 0rem));
  margin-top: 0.15rem;

}

.nyteamxq .nyteam_show .txt h5{

  font-size: 0.3rem;
}


.nyteamxq .nyteam_show .txt p{
  font-size: 0.3rem !important;
  line-height: 0.5rem !important;
}


.nyteamxq  .particulars{
  margin: 0.35rem auto 0 auto;

}



.nyteamxq  .particulars .particulars_list ul li{
  line-height: 0.8rem;
  width: 50%;
  font-size: 0.3rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.nyteamxq  .particulars .particulars_list ul li:last-child{
  border-right: none;
}


.nyteamxq .particulars .particularsbox{
  margin: 0.42rem auto 0 auto;

}


.nyteamxq .particulars .particularsbox .details h6{
  font-size: 0.3rem;
  line-height: 0.45rem;

}

.nyteamxq .particulars .particularsbox .details h5{
  font-size: 0.3rem;
}


.nyteamxq .particulars .particularsbox .details p{
  font-size: 0.3rem !important;
  line-height: 0.5rem;
}



.nyteamxq .particulars .particularsbox .details p span{
  font-size: 0.3rem !important;
  line-height: 0.5rem !important;
  margin-left: 0.15rem;
}




.nyteamxq .particulars .particularsbox .details.p2 ul li{
  width: 48.5%;
  padding: 0 0 0.25rem 0.1rem;
  margin-bottom: 0.4rem;
}





.nyteamxq .particulars .particularsbox .details.p2 ul li .pic{
  width: 90%;
  height: auto;
  padding-top: 115%;
  margin: 0 auto;
}



.nyteamxq .particulars .particularsbox .details.p2 ul li .txt{
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 94%;
  margin: 0.2rem auto 0 auto;
}

.nyteamxq .particulars .particularsbox .details.p2 ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.44rem;
  margin: 0rem 0 0.15rem 0;
}

.nyteamxq .particulars .particularsbox .details.p2 ul li .txt p{

  line-height: 0.4rem;
  font-size: 0.28rem;
}


.nyteamxq .particulars .particularsbox .details.p3 ul li{
  padding: 0.2rem 0px;
  line-height: 0.35rem;
} 



.nyteamxq .particulars .particularsbox .details.p3 ul li .dd{
  font-size: 0.28rem;

}

.nyteamxq .particulars .particularsbox .details.p3 ul li p{
  font-size: 0.28rem !important;
}



.nyteamxq .particulars .particularsbox .details.p3 ul li .ds img{
  width: 0.7rem;
}




.nyteamxq .particulars .particularsbox .details.p4 ul li{
  line-height: 0.8rem;

} 


.nyteamxq .particulars .particularsbox .details.p4 ul li h6{
  font-size: 0.28rem;
  width: 70%;
}

.nyteamxq .particulars .particularsbox .details.p4 ul li .time{
  font-size: 0.26rem;


}


.nyteamxq .particulars .particularsbox .details.p5 p{
  line-height: 0.6rem;
  font-size: 0.3rem;
  float: left;
}

.nyteamxq .particulars .particularsbox .details.p5 p img{
  max-width: 0.28rem;
  margin-right: 0.2rem;
  margin-bottom: 0.5rem;
  float: left;
  display: block;
  position: relative;
  top: 0.2rem;

}







  
.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;
}


}


.nypiclist{
  margin-top: 0.3rem;
}
.nypiclist li{
  float: left;
  width: 31.6%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(2, 70, 143, 0.15);
}


.nypiclist li:nth-child(3n){
  margin-right: 0;
}

.nypiclist li a{
  display: block;
}

.nypiclist li .img{
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  width: 95%;
  margin: 0.1rem auto 0 auto;
}

.nypiclist li .img 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;
}

.nypiclist li .txt{
  margin: 0px auto 0 auto;
  width: 90%;
  padding: 0.2rem 0 0.2rem 0;
  text-align: center;
  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-size: 0.16rem;
  color: #333333;
}


.pb_sys_style1 .p_no_d{
    border: 1px solid rgba(65, 56, 212, 1) !important;
    color: #fff;
    background-color: rgba(65, 56, 212, 1) !important;


}


.pb_sys_common .p_goto a{
    color: #fff !important;
    background-color: rgba(65, 56, 212, 1) !important;

}



.zzjg .nynewsxq .nytxtcont  p{text-indent:0 !important;}



.zzjg tr:first-child {
  background:#7233BE;

}

.zzjg tr:first-child td p{
  color: #fff !important;
}


.zzjg  tr:nth-child(even):not(:first-child) {
  background-color: #fff;
}

.zzjg  tr:nth-child(odd):not(:first-child) {
  background-color: #f5f5f5;
}



.nyhistory{
  margin: 0.2rem auto 0 auto;
}





.nyhistory .nyhistorybox{
  margin: 0.4rem auto 0 auto;
  background: url(../nyimages/historybg.png) no-repeat top center;
  background-size: 100% 100%;
  position: relative;
  z-index: 5;
  padding: 0.65rem 0.35rem 0 0.35rem;

}


.nyhistory .nyhistorybox ul{
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;

}

.nyhistory .nyhistorybox ul::after{
  position: absolute;
  left: 50%;
  top: 0.6rem;
  content: "";
  z-index: -2;
  width: 1px;
  height: 72%;
  border-left: 1px dashed #673AB7;
}

.nyhistory .nyhistorybox ul li{
  position: relative;
  width: 50%;
  text-align: right;
  padding-right: 1.7rem;
  margin-bottom: 1.5rem;

}

.nyhistory .nyhistorybox ul li::after{
  position: absolute;
  right: -0.13rem;
  top: 0.53rem;
  content: "";
  z-index: -1;
  width: 0.27rem;
  height: 0.27rem;
  background: url(../nyimages/history_ico.png) no-repeat center;
  background-size: 100%;
}


.nyhistory .nyhistorybox ul li::before{
  position: absolute;
  right: 0rem;
  top: 0.66rem;
  content: "";
  z-index: -1;
  width: 1.8rem;
  height: 1px;
  background: #673AB7;
}

.nyhistory .nyhistorybox ul li h5{
  font-size: 0.26rem;
  color: #4138d4;
  font-family: "SourceHanSerifCN-Bold";
}

.nyhistory .nyhistorybox ul li h5 i{
  font-size: 0.36rem;
  color: #4138d4;
}

.nyhistory .nyhistorybox ul li em{
  display: inline-block;
  width: 0.69rem;
  height: 4px;
  background: #4138d4;
  margin: 0.13rem 0 0.22rem 0;
  text-align: right;
}

.nyhistory .nyhistorybox ul li p{
  font-size: 0.2rem;
  color: #333;
  line-height: 0.3rem;
}


.nyhistory .nyhistorybox ul li:nth-child(2n){
  width: 50%;
  text-align: left;
  padding-right: 0rem;
  padding-left: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.3rem;
}

.nyhistory .nyhistorybox ul li:nth-child(2n)::after{
  position: absolute;
  right: auto;
  left: -0.13rem;

}

.nyhistory .nyhistorybox ul li:nth-child(2n)::before{
  position: absolute;
  right: auto;
  left: -0rem;


}

.nyhistory .nyhistorybox ul li:nth-child(2n) em{
  text-align: left;
}