.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*内容样式*/
.nyrCon .nytxtcont td,
.nyrCon .nytxtcont th{padding: 10px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;line-height: 1.25;}
.nyrCon .nytxtcont td p,
.nyrCon .nytxtcont th p{padding-bottom:0;}
.nyrCon .nytxtcont table {border-collapse: collapse;border: 1px solid #dadbdd; width:100%}
.nyrCon .nytxtcont table tr:not(:first-child) td{}
.nyrCon .nytxtcont table td {border: 1px solid #dadbdd;}

.nyrCon .nytxtcont table th{ border: 1px solid #dadbdd;}

.top_bg::after {

  background: url(../nyimages/nytopbg.png) no-repeat top center;
  background-size: 100%;
}


/*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;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../nyimages/nybannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



/*文字列表*/

.nyMain {
  min-height: 4rem;
  position: relative;
  z-index: 10;
  padding-bottom: 2rem;
  background: #f5f9f7 url(../nyimages/pagebg1.jpg) no-repeat bottom center;
  background-size: 100%;
}


.nyMain::before{
  position: absolute;
  right: 0;
  top: 0rem;
  content: "";
  z-index: -2;
  width: 6.54rem;
  height:5.66rem;
  background: url(../nyimages/pagebg2.png) no-repeat top right;
  background-size: 100%;
  
}

.nyMain::after{
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0.3rem;
  background: url(../nyimages/pagebg.png) no-repeat top center;
  background-size: 100%;
}


.nyMain .page_container{
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.nyLeft {
  width: 18.7%;
  position: relative;
  z-index: 3;
  float: left;
  top: -1.1rem;

}


.nyLeft  .fenlei_t{
  width: 100%;
  height: 1.1rem;
  position: relative;
  background: #3a815b;
  text-align: center;
  padding-top: 0.15rem;
  border-radius: 0.5rem 0 0rem 0;
}


.nyLeft .fenlei_t h2{
  display: inline-block;
  font-size: 0.36rem;
  color: #fff;
  font-family: "SourceHanSerifCN";
  font-weight: normal;
  background: url(../nyimages/fl_t.png) no-repeat right top;
  background-size: 0.7rem 0.43rem;
  padding-right: 0.3rem;
  padding-top: 0.15rem;
}

.nyLeft  ul{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: #fff url(../nyimages/fenleibg.jpg) no-repeat bottom center;
  background-size: 100%;
  border-radius: 0rem 0 0.5rem 0;
  padding-bottom: 1rem;
  box-shadow: 0px 0px 6px 6px rgba(58, 129, 91, 0.15);
}

.nyLeft>ul>li{
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #f1f1f1;

}

.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  line-height: 0.4rem;
  padding: 0.2rem 12%;
}

.nyLeft>ul>li>h5 a{
  padding-left: 0.32rem;
  background: url(../nyimages/fl_ico1.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  font-size: 0.2rem;
  color: #333333;
  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: 0.3rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url(../nyimages/fl_ico3.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.05rem;
  height: 0.1rem;
  opacity: 0;
}


.nyLeft>ul>li.on{
  background: #f1f1f1;
}

.nyLeft>ul>li.on>h5::after{
  width: 100%;
}

.nyLeft>ul>li.on>h5 a{
  color: #3a815b;
  background: url(../nyimages/fl_ico2.png) no-repeat left center;
  background-size: 0.18rem 0.32rem;
}

.nyLeft>ul>li.on>h5 em::after{
  opacity: 1;
}

.nyLeft>ul>li .erji{
  display: none;
  padding-bottom: 0.2rem;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.27rem;
  margin: 0 auto 0.1rem auto;



}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  font-size: 0.16rem;
  color: #333;
  padding: 0 18%;
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 0.16rem;
  background: url(../nyimages/fl_ico3.png) no-repeat left 0.1rem;
  background-size: 0.05rem 0.1rem;
}


.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: #fff;
-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: #3a815b;

}

.nyLeft>ul>li .erji>li> .sanji{
  border-bottom: 1px dashed #ddd;
}

.nyLeft>ul>li .erji>li> .sanji a {
  display: block;
  padding-left: 25%;
  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;
}

.nyLeft>ul>li .erji>li> .sanji a.on {
  color: #3a815b;
}

.nyRight {
  float: right;
  width: 76.7%;
  position: relative;
  z-index: 2;
  padding-top: 0.45rem;

}

.nyRight .nyrtit {
  border-bottom: 1px solid #b0cdbd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.2rem;
  font-size: 0.3rem;
  color: #333333;

}

.nyRight .nyrtit h5{
  line-height: 0.35rem;
  font-size: 0.26rem;
  color: #333333;
  width: 50%;
  font-family: "SourceHanSerifCN";
}
.posi {
  display: block;
  background: url(../nyimages/home.png) no-repeat left 0.03rem;
  background-size: .14rem .2rem;
  padding-left: .25rem;
  font-size: 0.16rem;
  color: #666666;
}

.posi a {
  font-size: 0.16rem;
  color: #666666;
}

.posi a + a::before {
  content: '>';
  margin: 0 .05rem;
  font-size: 0.16rem;
  color: #666666;
}


.nyRight .nyrCon {
  padding: 0;
}



/*nynotice*/

.nynoticelist{
  margin: 0.8rem auto 0 auto;
}

.nynoticelist ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.nynoticelist ul li{
  width: 1.16rem;
  line-height: 0.4rem;
  background: #fff;
  border-radius: 0.05rem;
  margin: 0 0.06rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.nynoticelist ul li a{
  display: block;
  font-size: 0.24rem;
  color: #666;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynoticelist ul li.on{
  background: #3b815c;
}

.nynoticelist ul li.on a{
  color: #fff;
}


.nynotice{
  margin: 0.4rem auto 0 auto;
}


.nynotice ul li{
  line-height: 0.6rem;
  background: #fff;
  border-radius: 0.08rem;
  margin-bottom: 0.15rem;
  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;
}

.nynotice ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.3rem;
}

.nynotice ul li h5{
  position: relative;
  z-index: 5;
  font-size: 0.19rem;
  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;
  width: 90%;
}

.nynotice ul li h5::after{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.15rem;
  height: 0.044rem;
  background: #3a815b;
  display: none;
}

.nynotice ul li .time{
  display: block;
  font-size: 0.2rem;
  color: #3a815b;
  font-family: 'Times New Roman', Times, serif;
}



/*nyabout*/

.nyabout{
  margin: 0.6rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.nyabout .txt{
  width: calc((100% - 4.8rem));
}

.nyabout .txt h5{
  font-size: 0.38rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.35rem;
}

.nyabout .txt p{
  font-size: 0.18rem !important;
  color: #333333;
  line-height: 0.36rem !important;
  text-indent: 2em;
  margin-bottom: 0.25rem;
  text-align: justify;
}

.nyabout .abimg{
  position: relative;
  width: 3.9rem;
  height: 5.15rem;
  overflow: hidden;
  border-radius: 0.1rem 0 0.1rem 0;
  margin-top: 0.1rem;


} 

.nyabout .abimg img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem 0 0.1rem 0;
}


/*nynews*/

.nynews{
  margin: 0.7rem auto 0 auto;
}

.nynews ul li{
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;

}

.nynews ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0.25rem;  
}

.nynews ul li .newsimg{
  position: relative;
  overflow: hidden;
  width: 3.4rem;
  height: 2.3rem;
  border-radius: 0.1rem;
}

.nynews ul li .newsimg img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  -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.8rem));
  padding-right: 0.65rem;

}



.nynews ul li .txt h5{
  font-size: 0.26rem;
  color: #0c0c0c;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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.1rem 0 0.22rem 0;
}

.nynews ul li .txt p{
  font-size: 0.16rem;
  color: #191919;
  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;
  opacity: 0.6;
}

.nynews ul li .txt .more{
  line-height: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.2rem;
}

.nynews ul li .txt .more .time{
  display: block;
  font-size: 0.2rem;
  color: #3a815b;
  font-family: 'Times New Roman', Times, serif;
  
}

.nynews ul li .txt .more em{
  display: block;
  font-size: 0.16rem;
  color: #3a815b;
  background: url(../nyimages/newsmore3.png) no-repeat right center;
  background-size: 0.24rem 0.2rem;
  padding-right: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynews ul li a::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0rem;
  top: 4px;
  width: 100%;
  height: 0%;
  background: #fff;
  border-radius: 0.05rem 0.05rem 0.1rem 0.1rem;

}


/*nykeshi*/

.nykeshi{
  margin: 0.8rem auto 0 auto;
}

.nykeshi ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nykeshi ul li{
  width: 47.5%;
  line-height: 0.51rem;
  padding: 0.27rem 0;
  margin-bottom: 0.48rem;
  position: relative;
  z-index: 5;
  background: url(../nyimages/keshilist.jpg) no-repeat  center;
  background-size: 100% 100%;
  border-radius: 0 0.25rem 0 0.25rem;
  box-shadow: 0px 0px 6px 6px rgba(58, 129, 91, 0.08);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nykeshi ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 0 0.3rem 0 0.4rem;
}

.nykeshi ul li h5{
  font-size: 0.24rem;
  color: #333333;
  width: 80%;

}

.nykeshi ul li h5 img{
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.2rem;

}

.nykeshi ul li .more{
  display: block;
  width: 0.51rem;
  height: 0.51rem;
  background: url(../nyimages/keshimore.png) no-repeat  center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/*nyteam*/

.nyteam{
  margin: 0.7rem auto 0 auto;
}


.nyteam ul li{
  width: 100%;
  min-height: 2.6rem;
  position: relative;
  z-index: 5;
  margin-bottom: 0.25rem;
  background: #fff;
  border-radius: 0.08rem;

}

.nyteam ul li a{
  padding: 0.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.nyteam ul li .teamimg{
  position: relative;
  z-index: 5;
  width: 1.55rem;
  height: 2.1rem;
}

.nyteam ul li .teamimg::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: -0.1rem;
  bottom: -0.1rem;
  width: 100%;
  height: 100%;
  background: #3a815b;
  display: none;
}

.nyteam ul li .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;

} 

.nyteam ul li .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li .txt{
  width: calc((100% - 2.3rem));
}

.nyteam ul li .txt h5{
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.5rem;
  margin-top: 0.3rem;

}

.nyteam ul li .txt h5 i{
  display: inline-block;
  font-size: 0.26rem;
  color: #3a815b;
  margin-right: 0.3rem;

}


.nyteam ul li .txt .more{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0.1rem auto 0 auto;
  background: url(../nyimages/teamxt.png) no-repeat left center;
  background-size: 100% 0.08rem;
  display: none;
}

.nyteam ul li .txt .more span{
  display: block;
  width: 0.39rem;
  height: 0.39rem;
  background: url(../nyimages/teammore.png) no-repeat  center;
  background-size: 100% 100%;
}

.nyteam ul li .txt dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.15rem;
  position: relative;
}

.nyteam ul li .txt dl::after{
  position: absolute;
  left: 49%;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #eaeaea;
}


.nyteam ul li .txt dl dd{
  width: 47%;
  line-height: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.02rem;
}

.nyteam ul li .txt dl dd img{
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.11rem;

}

.nyteam ul li .txt dl dd p{
  font-size: 0.16rem;
  color: #333333;
  width: calc((100% - 0.3rem));
}


.nyteam ul li a::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0rem;
  top: 4px;
  width: 100%;
  height: 0%;
  background: #fff url(../nyimages/teamlistbg.jpg) no-repeat  bottom right;
  background-size: 3.47rem 2.23rem;
  border-radius: 0.05rem 0.05rem 0.08rem 0.08rem;
}



/*nykeshi_xq*/

.nykeshi_xq{
  margin: 0.35rem auto 0 auto;
}

.nykeshi_xq .keshi_t{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.nykeshi_xq .keshi_t i{
  display: inline-block;
  background: url(../nyimages/keshi_t1.png) no-repeat  center;
  background-size: 100% 100%;
  width: 2.18rem;
  height: 0.18rem;
  position: relative;
  top: 0.03rem;

}

.nykeshi_xq .keshi_t i.xt2{
  background: url(../nyimages/keshi_t2.png) no-repeat  center;
  background-size: 100% 100%;


}

.nykeshi_xq .keshi_t h5{
  font-size: 0.28rem;
  color: #339966;
  font-weight: bold;
  padding: 0 0.2rem;
  max-width: 60%;
  text-align: center;
  font-family: "SourceHanSerifCN";
}

.nykeshi_xq .keshi_nr{
  margin: 0.3rem auto 0 auto;
  background: #fff url(../nyimages/keshi_nr.png) no-repeat bottom right;
  background-size: 100%;
  border-radius: 0.1rem;
} 

.nykeshi_xq .keshi_nr .nr_t{
  line-height: 0.55rem;
  background: url(../nyimages/team_t.png) no-repeat left center;
  background-size: 100%;
  position: relative;
  display: none;
}

.nykeshi_xq .keshi_nr .nr_t::after{
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 0.28rem;
  background: #e7c36c;
}

.nykeshi_xq .keshi_nr .nr_t h5{
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.2rem;
}

.nykeshi_xq .keshi_nr .txt{
  padding: 0.4rem 0.5rem 0.55rem 0.5rem;

}

.nykeshi_xq .keshi_nr .txt p{
  font-size: 0.18rem !important;
  color: #333333;
  line-height: 0.38rem !important;

}

.nykeshi_xq .keshi_team{
  margin: 0.3rem auto 0 auto;
}

.nykeshi_xq .keshi_team ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nykeshi_xq .keshi_team ul li{
  width: 48.3%;
  margin-bottom: 0.5rem;
  background: #fff;
  background-size: 100%;
  border-radius: 0.15rem;
  box-shadow: 0px 0px 6px 6px rgba(58, 129, 91, 0.05);
  position: relative;
  z-index: 5;
}

.nykeshi_xq .keshi_team ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:.15rem;
}

.nykeshi_xq .keshi_team ul li .pic{
  position: relative;
  width: 1.65rem;
  height: 2.1rem;
  border-radius: 0.15rem;
  overflow: hidden;

} 

.nykeshi_xq .keshi_team ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nykeshi_xq .keshi_team ul li .pic::after{
  position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.nykeshi_xq .keshi_team ul li .pic .t_name{
  position: absolute;
  z-index: 9;
  left: 0.1rem;
  bottom: 0px;
  width: 2.34rem;
  height: 0.45rem;
  line-height: 0.45rem;
  background: url(../nyimages/team_txt.png) no-repeat  center;
  background-size: 100%;
}

.nykeshi_xq .keshi_team ul li .pic .t_name h5{
  padding: 0 0.1rem 0 0.25rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;

}

.nykeshi_xq .keshi_team ul li .txt{
  width: calc((100% - 1.8rem));
  height: 100%;
  padding: 0 0.25rem;
  position: relative;
  z-index: 9;

}

.nykeshi_xq .keshi_team ul li::after{
  position: absolute;
  content: "";
  right: 0.55rem;
  bottom: 0.2rem;
  width: 1.9rem;
  height: 1.93rem;
  background: url(../nyimages/teamlogo.png) no-repeat  center;
  background-size: 100% 100%; 
}

.nykeshi_xq .keshi_team ul li .txt dl{

}

.nykeshi_xq .keshi_team ul li .txt dl dd{
  padding: 0.14rem 0;
  border-bottom: 1px dashed #d2d2d2;

}

.nykeshi_xq .keshi_team ul li .txt dl dd h5{
  line-height: 0.22rem;
  padding-left: 0.25rem;
  font-size: 0.2rem;
  color: #333333;
  background: url(../nyimages/teamico.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
}

.nykeshi_xq .keshi_team ul li .txt dl dd h5 i{
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
}

.nykeshi_xq .keshi_team ul li .txt dl dd p{
  padding-left: 0.25rem;
  font-size: 0.16rem;
  color: #333333;
}

.nykeshi_xq .keshi_team ul li .txt dl dd p i{
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
}

.nykeshi_xq .keshi_team ul li .txt dl dd em{
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.03rem;
}




  /*fenye*/
  
  .fenye{
    margin: 0.6rem 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;
  }



/*内容*/

.nyArc{

  padding: 0.7rem 0% 0.45rem 0%;
  margin-bottom: 0.5rem;

}

.arc-tit {
  margin-bottom: .2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
}


.arc-tit h1 {
  font-size: .26rem;
  color: #0c0c0c;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em;
  text-align: center;
}

.arc-info {
  text-align: center;
  font-size: .16rem;
  color: #666;
  margin-bottom: .2rem;
  margin-top: 0.2rem;
}

.arc-info span {
  display: inline-block;
  margin: 0 .1rem;
  padding: 4px 0 2px;
}

.nytxtcont {
  line-height: 0.36rem;
  color: #333;
  text-align: justify;
  font-size: .2rem;
}

.nytxtcont p {
  line-height: 0.36rem !important;
  font-size: 0.2rem !important;
  color: #333;
  margin-bottom: 0.2rem;
  text-indent:2em;
}
.nytxtcont *{
  line-height: 0.36rem !important;
  font-size: 0.2rem !important;
  background:none  !important; 
}
.nytxtcont img {
  max-width:100% !important;
  height:auto !important;
  margin:0 auto !important;
  display:block;
}
.nytxtcont video {
  max-width:100% !important;
  height:auto !important;
  margin:0 auto !important;
  display:block;
}
.nytxtcont table {

  margin:0 auto !important;
 
}

.nyArc .fj li{
  line-height: 0.36rem !important;
  font-size: 0.2rem !important;
}


.arc-sib {
margin: 0 auto 0rem auto;
border-top: 1px solid #eee;
padding-top: 0.1rem;
clear:both;
}

.arc-sib div {
  padding: .1rem 0.25rem;
  font-size: 0.18rem;
  color: #5e5e5e;
  line-height: 0.3rem;
}

.arc-sib div a{
  font-size: 0.18rem;
  color: #5e5e5e;
}



@media (min-width:1024px) {

  .nyLeft>ul>li .erji>li>h6 a:hover{
    color: #3a815b ;
  }
  
  
  .nyLeft>ul>li>h5 a:hover{
    color: #3a815b;
  }
  
  .nyLeft>ul>li.on>h5 a:hover{
    color: #fff;
  }
  
  .nyLeft>ul>li.on.active .erji{
   /* display: block;*/
  
  }

  .nynotice ul li:hover{
    box-shadow: 0px 0px 6px 6px rgba(58, 129, 91, 0.15);
  }

  .nynotice ul li:hover h5{
    color: #3a815b;
  }


  .nynews ul li:hover{
    background: #3a815b;
    box-shadow: 0px 0px 6px 6px rgba(58, 129, 91, 0.2);
  }

  .nynews ul li:hover a::after{
    height: calc((100% - 4px));

  }
  
  .nynews ul li:hover .newsimg img{
    transform: scale(1.1);
  
  }
  
  .nynews ul li:hover .txt h5{

    color: #3a815b;
  }
  


  .nykeshi ul li:hover{

    background: url(../nyimages/keshilist1.jpg) no-repeat  center;
    background-size: 100% 100%;

  }

  .nykeshi ul li:hover .more {
    background: url(../nyimages/keshimore1.png) no-repeat center;
    background-size: 100% 100%;
}

.nyteam ul li:hover .pic img{
  transform: scale(1.1);

}

.nykeshi_xq .keshi_team ul li:hover .pic img{
  transform: scale(1.1);
}

.nyteam ul li:hover{
  background: #3a815b;
  box-shadow: 0px 0px 6px 6px rgba(58, 129, 91, 0.2);
}

.nyteam ul li:hover a::after{
  height: calc((100% - 4px));
}


}




@media (max-width:1024px) {


  .nyMain {
    padding: 0.5rem 0 2rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
    top: 0rem;
    border-radius: 0;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    position: relative;
    padding-top: 0;
    border-radius: 0;
    text-align: left;
  }


  
  .nyLeft  .fenlei_t h2{
    text-align: left;
    line-height: 0.9rem;
    font-size: 0.32rem;
    padding: 0 0 0 0.3rem;
    background: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>ul{
  padding-bottom: 0.5rem;
}
  
  .nyLeft>ul>li{
    width: 100%;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    line-height: 0.5rem;
  }
  
  .nyLeft>ul>li>h5 a{
    padding-left: 0.4rem;
    background: url(../nyimages/fl_ico1.png) no-repeat left center;
    background-size: 0.24rem 0.24rem;
    font-size: 0.28rem;
  }
  


.nyLeft>ul>li>h5 em::after{
  width: 0.1rem;
  height: 0.2rem;
}
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.55rem;
    margin: 0 auto;
  
  
  
  }
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.26rem;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.26rem;
    padding-left: 0.3rem;
    background: url(../nyimages/fl_ico3.png) no-repeat left 0.16rem;
    background-size: 0.1rem 0.2rem;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.2rem;
  
  
  }

  .nyLeft>ul>li .erji>li> .sanji a {

    font-size: 0.24rem;
    line-height: 0.5rem;
  }


  .nyRight {
    float: none;
    width: 100%;
  }

  .nyRight .nyrtit {
    padding-bottom: 0.2rem;
  
  }
  
  .nyRight .nyrtit h5{
    line-height: 0.45rem;
    width: 100%;
    
  }
  .posi {
    width: 100%;

    padding-left: .35rem;
    font-size: 0.26rem;
    margin-top: 0.1rem;
  }
  
  .posi a {
    font-size: 0.26rem;
  }
  
  .posi a + a::before {
    font-size: 0.26rem;
  }


  .nynoticelist{
    margin: 0.6rem auto 0 auto;
  }
  
  
  .nynoticelist ul li{
    width: 1.3rem;
    line-height: 0.5rem;
    margin: 0 0.1rem;

  
  }
  
  .nynoticelist ul li a{

    font-size: 0.28rem;
  }

  
  .nynotice ul li{
    line-height: 0.82rem;
  
  }
  
  .nynotice ul li a{
    padding: 0 0.15rem;
  }
  
  .nynotice ul li h5{

    font-size: 0.3rem;
    width: 85%;
  }
  
  
  .nynotice ul li .time{
 
    font-size: 0.26rem;

  }
  



  .nyabout{
    margin: 0.4rem auto 0 auto;

  }
  
  
  .nyabout .txt{
    width: calc((100% - 0rem));
  }
  
  .nyabout .txt h5{
    font-size: 0.34rem;
    margin-bottom: 0.35rem;
    text-align: center;
  }
  
  .nyabout .txt p{
    font-size: 0.28rem !important;
    line-height: 0.46rem !important;
  }
  
  .nyabout .abimg{

    margin: 0.1rem auto 0 auto;
  
  
  } 



.nynews{
  margin: 0.4rem auto 0 auto;
}



.nynews ul li a{
  padding: 0.1rem 0.1rem 0.4rem 0.1rem;
}

.nynews ul li .newsimg{

  width: 100%;
  height: auto;
  padding-top: 56%;

}



.nynews ul li .txt{
  width: calc((100% - 0rem));
  padding-right: 0rem;
}



.nynews ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  margin: 0.15rem 0 0.22rem 0;
}

.nynews ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.45rem;
  height: 0.9rem;

}

.nynews ul li .txt .more{
  line-height: 0.5rem;
  margin-top: 0.2rem;
}

.nynews ul li .txt .more .time{
  font-size: 0.26rem;
  
}

.nynews ul li .txt .more em{
  font-size: 0.26rem;

}



.nykeshi{
  margin: 0.35rem auto 0 auto;
}


.nykeshi ul li{
  width: 100%;
  margin-bottom: 0.3rem;
}



.nykeshi ul li h5{
  font-size: 0.3rem;
  width: 80%;

}

.nykeshi ul li h5 img{
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.2rem;

}

.nyteam ul li .txt{
  padding-bottom: 0.3rem;
}
.nyteam ul li .txt dl dd{
  width: 100%;
  line-height: 0.42rem;
  margin-bottom: 0.05rem;

}

.nyteam ul li .txt dl dd img{
  width: 0.24rem;
  height: 0.24rem;
  margin-top: 0.09rem;

}

.nyteam ul li .txt dl dd p{
  font-size: 0.26rem;
  width: calc((100% - 0.35rem));
}


.nyteam ul li .txt dl::after{
  display: none;
}


.nykeshi_xq{
  margin: 0.5rem auto 0 auto;
}



.nykeshi_xq .keshi_t i{
  background: url(../nyimages/keshi_t1.png) no-repeat left center;
  background-size: 100% ;
  width: 1rem;
  height: 0.18rem;

}

.nykeshi_xq .keshi_t i.xt2{
  background: url(../nyimages/keshi_t2.png) no-repeat right center;
  background-size: 100% ;


}

.nykeshi_xq .keshi_t h5{
  font-size: 0.32rem;
  padding: 0 0.2rem;
}

.nykeshi_xq .keshi_nr{
  margin: 0.3rem auto 0 auto;
} 

.nykeshi_xq .keshi_nr .nr_t{
  line-height: 0.75rem;
  background: url(../nyimages/team_t.png) no-repeat left center;
  background-size: 100% 100%;

}



.nykeshi_xq .keshi_nr .nr_t h5{
  font-size: 0.28rem;
}

.nykeshi_xq .keshi_nr .txt{
  padding: 0.4rem 0.4rem 0.55rem 0.4rem;

}

.nykeshi_xq .keshi_nr .txt p{
  font-size: 0.28rem !important;
  line-height: 0.45rem !important;
  text-align: justify;

}

.nykeshi_xq .keshi_team{
  margin: 0.5rem auto 0 auto;
}



.nykeshi_xq .keshi_team ul li{
  width: 100%;
  margin-bottom: 0.45rem;

}

.nykeshi_xq .keshi_team ul li a{

  align-items: center;
}

.nykeshi_xq .keshi_team ul li .pic .t_name{

  height: 0.5rem;
  line-height: 0.5rem;

}

.nykeshi_xq .keshi_team ul li .pic .t_name h5{
  padding: 0 0.1rem 0 0.2rem;
  font-size: 0.22rem;

}



.nykeshi_xq .keshi_team ul li .txt dl{
  padding: 0.1rem 0;
}



.nykeshi_xq .keshi_team ul li .txt dl dd h5{
  line-height: 0.32rem;
  padding-left: 0.3rem;
  font-size: 0.28rem;
  background: url(../nyimages/teamico.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
}

.nykeshi_xq .keshi_team ul li .txt dl dd h5 i{
  font-size: 0.28rem;
}

.nykeshi_xq .keshi_team ul li .txt dl dd p{
  padding-left: 0.3rem;
  font-size: 0.26rem;
}

.nykeshi_xq .keshi_team ul li .txt dl dd p i{
  font-size: 0.26rem;
}

.nykeshi_xq .keshi_team ul li .txt dl dd em{
  font-size: 0.24rem;
}




      .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;
    }





 .nyArc{
      margin-bottom: 0rem;
    
    }
    
    .arc-tit h1 {
      font-size: .34rem;
    }
    
    .arc-info {
      font-size: .26rem;
      margin-bottom: 0rem;
    }
    
    
    .nytxtcont {
      line-height: 1.8em;
      color: #333;
      text-align: justify;
      padding-bottom: .2rem;
      font-size: .28rem;
    }
  
    .nytxtcont p {
      margin-bottom: .2rem;
      line-height: 1.8em !important;
      font-size: .28rem !important;
      text-indent: 0;
    }
       .nytxtcont *{
      line-height: 1.8em !important;
      font-size: .28rem !important;
    } 
    
    .arc-sib {
      padding-top: .26rem;
      font-size: .28rem;
      line-height: 1.6em;
    }
    
    .arc-sib div {
      font-size: .28rem;
      line-height: 1.6em;
      margin-bottom: 2px;
    }
  
    .arc-sib div a{
      font-size: .28rem;
    }

}








@media (max-width: 768px) {
  
.nyteam{
  margin: 0.7rem auto 0 auto;
}


.nyteam ul li{
  min-height: 2.66rem;
  margin-bottom: 0.9rem;

}

.nyteam ul li a{
  padding: 0 0.4rem 0 0.35rem;

}

.nyteam ul li .teamimg{
  margin: -0.27rem auto 0 auto;
  width: 1.9rem;
  height: 2.6rem;
}


.nyteam ul li .pic{

  width: 1.9rem;
  height: 2.6rem;

} 



.nyteam ul li .txt{
  width: calc((100% - 0rem));
  margin: 0 auto 0 auto;
}

.nyteam ul li .txt h5{
  font-size: 0.26rem;
  line-height: 0.5rem;


}

.nyteam ul li .txt h5 i{
  font-size: 0.3rem;

}


.nyteam ul li .txt .more{
  background: url(../nyimages/teamxt.png) no-repeat left center;
  background-size: auto 0.08rem;
  margin: 0.1rem auto 0 auto;
}



.nyteam ul li .txt dl{

  margin-top: 0.15rem;
}





}