
@font-face {
  font-family: "SourceHanSans";
  src: url("../fonts/SourceHanSans-Bold.otf") format("woff");
  font-display: swap;
}

.page_container {
  max-width: 15rem;
  margin: 0 auto;
  width: 94%;

}

.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: 10px 10px;/* border: 1px solid #eff3f6; */vertical-align:middle;color: #303030;line-height: 1.25;text-indent: 0 !important;min-width: 80px;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;}
.nyrCon table {border-collapse: collapse;/* border: 1px solid #dadbdd; */max-width: 100%;margin: 0 auto;min-width: 60%;}
.nyrCon table tr:not(:first-child) td{}
.nyrCon table td p {text-indent:0 !important;}

.nyrCon table th{ border: 1px solid #dadbdd;}


@media screen and (max-width: 1024px) {

	.tbsc{overflow-x: auto;}
	.tbsc table{/* width: 700px; */}
  }


@media (max-width: 597px) {
  body {
      font-size: .26rem;
  }
}




/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}


.nybanner::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 100%;
  background: url(../nyimages/bannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}




/*ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨*/

.nyMain {
  min-height: 6rem;
  padding: 0rem 0 3rem 0;
  background: url(../nyimages/pagebg.jpg) no-repeat bottom right;
  background-size: 100% ;
  position: relative;
  z-index: 3;
}



.nyLeft {
  width: 20%;
  position: relative;
  z-index: 5;
  float: left;
  margin-top: -1.6rem;
}



.nyLeft .fenlei_t {
  position: relative;
  z-index: 10;
  justify-content: center;
  height: 1.6rem;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  background: url(../nyimages/fenlei_t.jpg) no-repeat top center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}


.nyLeft .fenlei_t h2 {
  font-size: .3rem;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
}

.nyLeft .fenlei_t h2 em{
  display: block;
  font-size: 0.12rem;
  color: rgba(222, 131, 131, 0.45);
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0.04rem;
}



.nyLeft .nyLeftBtn i.plus{
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.nyLeft .subNavs {
  margin-top: 0rem;
  display: block;
  background: #f7f4f0 url(../nyimages/fenleibg.png) no-repeat bottom center;
  background-size: 100% ;
  position: relative;
  z-index: 5;
  padding-bottom: 2.2rem;
}


.nyLeft .subNavs>li {
  position: relative;
  z-index: 5;
  margin: 0 auto;

}

.nyLeft .subNavs>li>h5 {
  padding: .26rem .1rem .26rem .1rem;
  display: block;
  position: relative;
  font-size: .24rem;
  border-bottom: 1px solid #e7e4e1;
  width: 80%;
  margin: 0 auto;
}

.nyLeft .subNavs>li>h5 a{
  display: block;
  font-size: .2rem;
  color: #333333;
  width: 90%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft .subNavs>li>h5 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;
  display: none;

}

.nyLeft .subNavs>li.active>h5 em{
  display: block;
}

.nyLeft .subNavs>li.on>h5 em {
  display: block;
}

.nyLeft .subNavs>li>h5 em::after{
  position: absolute;
  right: 0rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: .19rem;
  height: .06rem;
  background: url(../nyimages/fenleiico.png) no-repeat center;
  background-size: 100% 100%;
}

.nyLeft .subNavs>li>h5::before {
  position: absolute;
  left: -13%;
  top:50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0%;
  background: #990b0b;
  content: "";
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft .subNavs>li>h5::after {
  position: absolute;
  left: -13%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: #fff;
  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 .subNavs>li.on>h5::after {
  width: 126%;
  box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.nyLeft .subNavs>li.on>h5::before {
  height: 0.46rem;
}


.nyLeft .subNavs>li.on>h5 a{
  color: #990b0b;
  font-weight: bold;
}

.nyLeft .subNavs ol{

  display: none;
}

.nyLeft .subNavs ol>li{
  line-height: 0.3rem;


}

.nyLeft .subNavs ol>li>h6{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0.1rem 0;
  width: 80%;
  margin: 0 auto;
}

.nyLeft .subNavs ol>li>h6 a{
  display: block;
  padding: 0rem 0rem 0rem .15rem;
  font-size: 0.16rem;
  color: #666;
  width: 85%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft .subNavs ol>li.on>h6 a {
  color: #990b0b;
  position: relative;
}
.nyLeft .subNavs ol>li>h6 a.active{color: #990b0b;}

.nyLeft .subNavs ol>li>h6 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;

}


.nyLeft .subNavs ol>li>h6 em::after{

  content: "";
  position: absolute;
  right: .15rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 0rem;
  height: 0rem;
  background: url(../nyimages/fenleiico.png) no-repeat center;
  background-size: 100% 100%;
}


.nyLeft .subNavs ol>li .sanji{
  margin: 0 auto;
  padding: 0.1rem .25rem 0.1rem .45rem;
  border-top: 1px dashed #eee;
  display: none;
}

.nyLeft .subNavs ol>li> .sanji a{
  display: block;
  width: 100%;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.36rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}



.nyRight {
  width: 74%;
  position: relative;
  float: right;

}

.nyRight .nyrtit {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.45rem 0 0.18rem 0;

}


.nyRight .nyrtit h5{
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #333; ;
  padding-left: 0.3rem;
  background: url(../nyimages/menuico.png) no-repeat left center;
  background-size: 0.21rem 0.24rem;
}


.posi {
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
  background-size: .18rem .18rem;
  padding-left: 0.25rem;
  position: absolute;
  right: 0;
  top: -0.48rem;
}

.posi a {
  font-size: 0.16rem;
  color: #fff;

}

.posi a + a::before {
  content: '>';
  margin: 0 0.02rem;
  font-size: 0.16rem;
  color: #fff;

}


.nyRight .nyrCon {
  padding: 0;
  margin-top: 0rem;
}



@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura.ttf") format("woff");
  font-display: swap;
}






/*nynotice*/


.nynotice{
  margin: 0.4rem auto 0 auto;
}

.nynotice ul li{
  position: relative;
  z-index: 5;
  background: #f7f4f0;
  padding: 0.15rem 0;

}

.nynotice ul li:nth-child(2n){
  background:none;
  z-index: 7;
}

.nynotice ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nynotice ul li .time{
  margin-left: 0.15rem;
  position: relative;
  z-index: 5;
  background: #fff;
  border: 1px solid #e5dfd7;
  border-radius: 0.1rem;
  font-family: "Futura";
  width: 0.74rem;
  height: 0.63rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .time::after{
  position: absolute;
  content: "";
  left: 0;
  top: -0.06rem;
  z-index: -1;
  width: 100%;
  height: 0.13rem;
  background: url(../nyimages/timext.png) no-repeat top center;
  background-size: 0.46rem 0.13rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .time span{
  display: block;
  font-size: 0.22rem;
  color: #990b0b;
  font-weight: bold;
  padding-top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #990b0b;

  margin-top: 0.02rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .txt {
  display: flex;
  align-items: center;
  width: calc((100% - 1.2rem));
  padding-left: 0.3rem;
  border-left: 1px solid #e9c9c9;
  height: 0.5rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynotice ul li .txt  h5{
  font-size: 0.2rem;
  color: #333333;
  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::after{
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/*news*/



.nynews{
  margin: 0.2rem auto 0 auto;
}


.nynews ul li{
  padding: 0.3rem 0;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #e9e9e9;

}

.nynews ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;

}

.nynews ul li .pic{
  width: 3.25rem;
  height: 2.1rem;
  position: relative;
  overflow: hidden;

}

.nynews 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;
}

.nynews ul li .txt{
  width: calc((100% - 3.6rem));
}


.nynews ul li .txt h5{
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
  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;
}

.nynews ul li .txt p{
  font-size: 0.16rem;
  color: rgba(102, 102, 102, 0.66);
  line-height: 0.3rem;
  height: 0.6rem;
  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: 0.15rem 0 0.2rem 0;
}

.nynews ul li .txt .more{
  font-size: 0.16rem;
  color: #990b0b;
  font-family: "Futura";
}


.nynews ul li .txt .more i{
  font-size: 0.32rem;
  color: #990b0b;

}

.nynews ul li::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 1px;
  background: #990b0b;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}



/*team*/

.nyteam{
  margin: 0.6rem auto 0 auto;
}

.personnel-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e8ec;
  font-size: 0.18rem;
  box-shadow: 0 0 10px 10px rgba(0,0,0,.03);
}

.personnel-table td, .personnel-table th{
  line-height: 1.5;
}

.personnel-table th {
  background-color: #990b0b;
  color: #fff;
  text-align: center;
  padding: 0.18rem 0.1rem;
  border: 1px solid #990b0b;
  font-size: 0.2rem;
  font-weight: normal;
}

.personnel-table td {
  padding: 0.24rem 0.1rem;
  border: 1px solid #e5e8ec;
  text-align: center;
}

.personnel-table tr:nth-child(even) {
  background-color: #fff;
}



.position-col {
  width: 30%;
}

.name-col {
  width: 30%;
  text-align: center;
}

.responsibility-col {
  width: 40%;
}



/*news*/

.nynewsxqbg{

}

.nynewsxqbg .nyLeft .subNavs{
  height: 0;
  opacity: 0;
  padding-bottom: 0;
}

.nynewsxqbg .nyRight{
  width: 100%;
  float: none;
}


.nynewsxqbg .nynewsxq{
  margin: 0.8rem auto 0 auto;
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(0,0,0,.03);
  padding: 0 1rem 0.75rem 1rem;
}

.arc-tit{
  margin: 0 auto;
  padding-top: 0.95rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #b80003;

}

.arc-tit h1{
  text-align: center;
  font-size: 0.36rem;
  color: #000000;
  line-height: 0.48rem;
  font-weight: normal;

}

.arc-tit .arc-info{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.55rem auto 0 auto;
}

.arc-tit .arc-info span{
  display: inline-block;
  text-align: center;
  line-height: 0.28rem;
  font-size: 0.18rem;
  color: #666666;
  padding: 0 0.4rem;
}

.arc-tit .arc-info span img{
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
  position: relative;
  top: -0.01rem;

}

.nynewsxq .nytxtcont{
  margin: 0.55rem auto 0 auto;
}
.nynewsxq .nytxtcont table td p{
    text-indent: 0 !important;
    font-size: 0.18rem !important;
    line-height: 0.36rem !important;
}
.nynewsxq .nytxtcont table td p span{
    text-indent: 0 !important;
    font-size: 0.2rem !important;
    line-height: 0.36rem !important;
}
.nynewsxq .nytxtcont p{
  font-size: 0.2rem !important;
  color: #000000;
  line-height: 0.36rem !important;
  text-indent: 2em;
  margin-bottom: 0.2rem;
  font-family: Microsoft Yahei !important;
  word-break: break-all;
}
.nynewsxq .nytxtcont p span{
  font-size: 0.2rem !important;
  color: #000000;
  line-height: 0.36rem !important;
  text-indent: 0 !important;
  font-family: Microsoft Yahei !important;
}
.nynewsxq .nytxtcont p img{
  margin: 0.1rem auto;
  text-indent: 0em;
display:block;
height:auto !important;
}

.nynewsxq .nytxtcont p i{
  text-align: center;
  display: block;
  margin-top: 0.65rem;
}


.arc-sib_cont {
  margin: 0.35rem auto 0rem auto;
  border-top: 1px solid #b80003;
  padding-top: 0.3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }

  .arc-sib{
    width: calc((100% - 1.5rem));
  }
  
  .arc-sib div {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    position: relative;

  }
  
  .arc-sib div a{
    font-size: 0.2rem;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }



  .arc-sib_cont .backico{
    position: absolute;
    right: 0;
    top: 0.37rem;
    background: #f7f4f0;
    border-radius: 45px;
    width: 0.96rem;
    height: 0.96rem;
    text-align: center;
    padding-top: 0.23rem;
  }



  .arc-sib_cont .backico a{
    padding-top: 0.27rem;
    display: inline-block;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    background: url(../nyimages/newsico3.png) no-repeat top center;
    background-size: 0.2rem 0.2rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }




/*ab_num*/

.nyab_num{
  margin: 0.8rem auto 0 auto;
  background: url(../nyimages/numxt2.png) no-repeat bottom center;
  background-size: 100% 1px;
  position: relative;
  padding: 1.7rem 0 0.25rem 0;
}

.nyab_num::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0.49rem;
  background: url(../nyimages/numxt1.png) no-repeat top center;
  background-size: 100%;
}


.nyab_num ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 105%;

}


.nyab_num ul li{
  display: flex;
  height: 0.6rem;
  margin: 0 0.57rem 0.75rem 0;
}


.nyab_num ul li .time{
  font-size: .18rem;
  color: #333333;
  font-weight: 700;
  text-align: left;
  line-height: .28rem;
  text-align: right;
  margin-right: 0.3rem;

}

.nyab_num ul li .num{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "AvantGardeGothic";
  font-weight: bold;
}

.nyab_num ul li .num span{
  font-size: 0.76rem;
  color: #3367b5;
  background: linear-gradient(120deg, #00398f 12%, #2779f4 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background: none\0;

}

.nyab_num ul li .num em{
  font-size: 0.76rem;
  color: #990b0b;
}




/*nyinstitution*/


.nyinstitution{
  margin: 0.5rem auto 0 auto;
}

.nyinstitution .top-node{
  margin: 0 auto;
  background: url(../nyimages/institution_t.png) no-repeat top center;
  background-size: 100% 100%;
  width: 3.97rem;
  height: 0.67rem;
  text-align: center;
  box-shadow: 0  10px 10px rgba(0, 0, 0, .08);
}

.nyinstitution .top-node h5{
  font-size: 0.24rem;
  color: #faddc9;
  font-weight: bold;
  letter-spacing: 20px;
  padding: 0.1rem 0 0.03rem 0;
  display: block;
  margin-left: 0.15rem;

}

.nyinstitution .top-node i{
  display: block;
  font-size: 0.1rem;
  color: #faddc9;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.nyinstitution .connector{
  margin: 0 auto;
  width: 10.37rem;
  height: 1.29rem;
  background: url(../nyimages/jigou_xt1.png) no-repeat top center;
  background-size: 100% 100%;
} 

.nyinstitution .second-layer{
  margin: 0 0 ;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyinstitution .second-layer .dept-node{
  width: 0.68rem;
  min-height: 3.98rem;
  background: url(../nyimages/institutionlist.png) no-repeat top center;
  background-size: 100% 100%;
  margin-right: 0.475rem;
  box-shadow: 0  10px 10px rgba(0, 0, 0, .1);

}

.nyinstitution .second-layer .dept-node:last-child{
  margin-right: 0;
}


.nyinstitution .second-layer .dept-node .dept-name{
  font-size: 0.22rem;
  color: #333;
  /* font-family: "SourceHanSans"; */
  text-align: center;
  padding: 0.35rem 0.15rem 0 0.15rem;
  line-height: 0.26rem;
}



/*nyfc*/

.nyfc{
  margin: 0.65rem auto 0 auto;
  position: relative;
  overflow: hidden;
}

.waterfull ul{


}

.waterfull ul li {
  float: left;
  width: 3.56rem;
  margin: 0 0.2rem 0.2rem 0;
  background: #990b0b;
  position: relative;


}




.waterfull ul li a{
  width: 3.56rem;
	display: block;
	position: relative;
}

.waterfull ul li .pic{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.waterfull ul li .pic img{
  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;
}

.waterfull ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.waterfull ul li .txt .ico{
  position: absolute;
  top: 0.3rem;
  right: 0.25rem;
  width: 0.29rem;
  height: 0.25rem;
  background: url(../nyimages/fcico.png) no-repeat  center;
  background-size: 100% 100%;
}

.waterfull ul li .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  color: #fff;
  /* 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;
}


.nyfc #imloading{
  margin: 0.5rem auto 0 auto;
  text-align: center;
  background: url(../nyimages/fcmore.png) no-repeat top center;
  background-size: 0.56rem 0.64rem;
  font-size: 0.14rem;
  color: #666666;
  padding-top: 0.3rem;
  height: 0.64rem;

}




/*fenye*/


.fenye{
  margin: 0.8rem 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: #990b0b;
  }
  
  
  .nyLeft>ul>li>h5 a:hover{
    color: #990b0b;
  }
  
  .nyLeft>ul>li.on>h5 a:hover{
    color: #990b0b;
  }
  
  .nyLeft>ul>li.on.active .erji{
   display: block !important;
  }
  
  
  
  .arc-sib_cont .backico:hover a{
    color: #990b0b;

  }
  
  .arc-sib div:hover{
    color: #990b0b ;
  }
  
  .arc-sib div:hover a{
    color: #990b0b ;
  }
  
  
  .nynotice ul li:hover::after{
    width: 100%;
    box-shadow: 0 0 10px 10px rgba(118, 6, 6, .05);
  
  }
  
  .nynotice ul li:hover  .time{
    background: #ab1616;
    border: 1px solid #b54646;
  }
  
  .nynotice ul li:hover  .time::after{
    background: url(../nyimages/timext1.png) no-repeat top center;
    background-size: 0.46rem 0.13rem;
  }
  
  .nynotice ul li:hover  .time span{
    color: #fff;
  }
  
  .nynotice ul li:hover  .time i{
    color: #fff;
  }
  
  
  .nynotice ul li:hover  .txt {
    border-left: 1px solid #a82b2b;
  }
  


  .nynews ul li:hover::after{
    width: 100%;
  }
  
  .nynews ul li:hover .pic img{
    transform: scale(1.1);
  }
  
  .nynews ul li:hover .txt h5 {
    color: #990b0b;
  }


  .waterfull ul li:hover .pic img{
    opacity: 0.1;
  }
  
  
  .waterfull ul li:hover .txt{
    opacity: 1;
  }

}




@media (max-width:1024px) {


  .page_container {
    width: 92%;

  }
  .nyMain {
    padding: 0.5rem 0 1.2rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin-top: 0;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    padding-top: 0;
    display: block;
  }

  .nyLeft .fenlei_t::before {
    display: none;
}
  
  .nyLeft  .fenlei_t h2{
    text-align: left;
    line-height: 0.9rem;
    font-size: 0.34rem;
    color: #fff;
    padding-left: 0.3rem;
  }

  .nyLeft .fenlei_t h2 em{
    display: none;
  }

  
  .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 .subNavs{
  padding-bottom: 1.5rem;
}
  
.nyLeft>ul>li{
    width: 90%;
    margin: 0 auto;
  
  }
  
  .nyLeft .subNavs>li>h5{
    position: relative;
    z-index: 9;
    height: 1rem;
    line-height: 1rem;
    padding: 0;
    width: 90%;
  }
  
  .nyLeft .subNavs>li>h5 a{
    padding: 0 10% 0 5%;
    font-size: 0.28rem;
  }
  
  .nyLeft>ul>li>h5 em::after{
    width: 0.14rem;
    height: 0.26rem;
  }
  
.nyLeft .subNavs>li>h5::after {
  left: -12%;

}
  
.nyLeft .subNavs>li.on>h5::after {
  width: 124%;

}
  .nyLeft>ul>li .erji>li{
    line-height: 0.5rem;
  
  
  
  }
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.26rem;
    width: 90%;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.26rem;
    padding-left: 5%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.2rem;
  
  
  }


  .nyRight {
    float: none;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 0rem;
    padding: 0rem 0rem 0 0rem;
    min-height: 8rem;
  }
  


  .nyRight .nyrtit h5{
    line-height: 0.42rem;
    width: 100%;
    font-size: 0.32rem;
    padding-left: 0.45rem;
    background: url(../nyimages/menuico.png) no-repeat left center;
    background-size: 0.26rem 0.3rem;
  }

  .nyRight .nyrtit h5 em{
    width: 3px;
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;
  }
  
  .posi {
    order: 1;
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 0.2rem;
    background: url(../nyimages/home1.png) no-repeat left center;
    background-size: .26rem .26rem;
    padding-left: .45rem;
    line-height: 0.38rem;
    position: relative;
    top: 0;

  }
  
  .posi a {
    font-size: 0.26rem;
    color: #333;
}
  
.posi a + a::before {
  font-size: 0.26rem;
  color: #333;
}

.nyRight .nyrCon{
  margin: 0.3rem auto 0 auto;
}





.nynotice ul li{

  padding: 0.2rem 0;

}


.nynotice ul li .time{
  margin-left: 0.15rem;

  background: #fff;
  border: 1px solid #e5dfd7;
  border-radius: 0.1rem;
  font-family: "Futura";
  width: auto;
  height: auto;
  padding: 0.03rem 0.1rem 0.1rem 0.1rem;

}

.nynotice ul li .time::after{

  top: -0.08rem;
  height: 0.17rem;
  background: url(../nyimages/timext.png) no-repeat top center;
  background-size: 0.53rem 0.17rem;

}

.nynotice ul li .time span{
  font-size: 0.32rem;
  padding-top: 0.1rem;

}

.nynotice ul li .time i{

  font-size: 0.24rem;

}

.nynotice ul li .txt {
  display: flex;
  align-items: center;
  width: calc((100% - 1.7rem));
  height: 0.5rem;
  margin-right: 0.1rem;

}


.nynotice ul li .txt  h5{
  font-size: 0.3rem;

}





.nynews{
  margin: 0.1rem auto 0 auto;
}


.nynews ul li .pic{
  width: 100%;
  height: auto;
  padding-top: 63%;


}



.nynews ul li .txt{
  width: calc((100% - 0rem));
  margin-top: 0.3rem;
}


.nynews ul li .txt h5{
  font-size: 0.3rem;
}

.nynews ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin: 0.15rem 0 0.2rem 0;
}

.nynews ul li .txt .more{
  font-size: 0.26rem;
}


.nynews ul li .txt .more i{
  font-size: 0.32rem;

}



.nyteam{
  margin: 0.4rem auto 0 auto;
}

.personnel-table {
  width: 100% !important;
  font-size: 0.26rem;

}

.personnel-table th {
  padding: 0.18rem 0.1rem;
  font-size: 0.3rem;

}

.personnel-table tr:nth-child(even) {
   background-color: rgba(255, 255, 255, 0); 
}



.nynewsxqbg .nyLeft .subNavs{
  height: auto;
  opacity: 1;
  padding-bottom: 1.5rem;
}



.nynewsxqbg .nynewsxq{
  margin: 0.4rem auto 0 auto;
  padding: 0 0.4rem 1rem 0.4rem;
}

.arc-tit{
  margin: 0 auto;
  padding-top: 0.5rem;

}

.arc-tit h1{
  font-size: 0.4rem;
  line-height: .6rem;
}

.arc-tit .arc-info{
  justify-content: left;
  margin: 0.35rem auto 0 auto;
}

.arc-tit .arc-info span{
  line-height: 0.48rem;
  font-size: 0.26rem;
  padding: 0 0.4rem 0 0;
}

.arc-tit .arc-info span img{
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;


}

.nynewsxq .nytxtcont{
  margin: 0.35rem auto 0 auto;
}

.nynewsxq .nytxtcont p{
  font-size: 0.3rem !important;
  line-height: 0.54rem !important;
}
  .nynewsxq .nytxtcont p span{
  font-size: 0.3rem !important;
  line-height: 0.54rem !important;
}
  .nynewsxq .nytxtcont table td p{
    text-indent: 0 !important;
    font-size: 0.26rem !important;
    line-height: 0.4rem !important;
}
.nynewsxq .nytxtcont table td p span{
    text-indent: 0 !important;
    font-size: 0.26rem !important;
    line-height: 0.4rem !important;
}

.nynewsxq .nytxtcont p img{
  margin: 0.2rem auto 0.2rem auto;

}

.nynewsxq .nytxtcont p i{

  margin-top: 0.45rem;
}


.arc-sib_cont {
  margin: 0.45rem auto 0rem auto;

  }

  .arc-sib{
    width: calc((100% - 0rem));
  }
  
  .arc-sib div {
    font-size: 0.28rem;
    line-height: 0.45rem;


  }
  
  .arc-sib div a{
    font-size: 0.28rem;
  }



  .arc-sib_cont .backico{
    position: relative;
    top: 0.3rem;
    width: 1.36rem;
    height: 1.36rem;
    padding-top: 0.23rem;
    margin: 0 auto;
  }



  .arc-sib_cont .backico a{
    padding-top: 0.4rem;
    font-size: 0.26rem;
    background: url(../nyimages/newsico3.png) no-repeat top center;
    background-size: 0.28rem 0.28rem;

  }




  .nyab_num{
    margin: 0.7rem auto 0 auto;
    padding: 1rem 0 0.25rem 0;
  }
  

  .nyab_num ul{
    width: 100%;
  }

  .nyab_num ul li{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    width: 49%;
    margin: 0 0 0.5rem 0;
  }
  
  
  .nyab_num ul li .time{
    font-size: .3rem;
    text-align: center;
    line-height: .42rem;
    min-height: 0.84rem;
    margin: 0 0 0.3rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .nyab_num ul li .num{
    width: 100%;
    display: block;
    align-items: center;
    position: relative;
  }
  
  .nyab_num ul li .num span{
    font-size: 0.56rem;
  
  }
  
  .nyab_num ul li .num em{
    font-size: 0.56rem;
  }
  
  
  

  
  .nyinstitution .top-node{
    width: 4.75rem;
    height: 1rem;

  }

  
  .nyinstitution .top-node h5{
    font-size: 0.3rem;
    letter-spacing: 19px;
    margin-left: 0.23rem;
  
  }
  
  .nyinstitution .top-node i{

    font-size: 0.24rem;

  }


  .nyinstitution .connector {

    width: 96%;

}


  .nyinstitution .second-layer{
    margin: 0 -0.1rem;
    justify-content: space-between;
  }
  
  
  .nyinstitution .second-layer .dept-node{
    width: 0.57rem;
    min-height: 4.18rem;
    margin-right: 0.15rem;
  
  }
  
  
  .nyinstitution .second-layer .dept-node .dept-name{
    font-size: 0.26rem;
    padding: 0.35rem 0.06rem;
  }
  
  



  .nyfc{
    margin: 0.5rem auto 0 auto;
  }
  

  .waterfull{
    width: 100% !important;
  }

  .waterfull ul{
    width: 100% !important;
  } 
  .waterfull ul li {
    float: left;
    width: 48%;
    margin: 0 1% 0.2rem 0%;

  
  
  }
  
  
  
  
  .waterfull ul li a{
    width: 100%;
    display: block;
    position: relative;
  }
  

  

  
  .waterfull ul li .txt h5{

    font-size: 0.3rem;

  
  }
  
  
  .nyfc #imloading{
    margin: 0.5rem auto 0 auto;
    text-align: center;
    background: url(../nyimages/fcmore.png) no-repeat top center;
    background-size: 0.56rem 0.64rem;
    font-size: 0.14rem;
    color: #666666;
    padding-top: 0.3rem;
    height: 0.64rem;
  
  }
  
  
  



  

.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;
}

}

@media (max-width:560px) {
  .nyrCon td, .nyrCon th{

min-width: auto;

padding: 4px !important;
}

}





