.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #2b8fc2 !important;
    color: #fff;
    background-color: #2b8fc2 !important;
}

/*å†…å®¹æ ·å¼*/
.nyrCon td,
.nyrCon th{padding: 10px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;line-height: 1.25;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;margin-bottom: 0 !important;}
.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;}

/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.top_bg::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
 background: linear-gradient(to bottom, rgba(31, 118, 186, .95), transparent);
  z-index: -1;
  pointer-events: none;
}
.nybanner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../nyimages/nybannerbg.png) no-repeat top center;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}




/*æ–‡å­—åˆ—è¡¨*/

.nyMain {
  min-height: 4rem;
  padding: .5rem 0 0.65rem 0;
  overflow: hidden;
  background: #f1f7ff;
  font-family: "å¾®è½¯é›…é»‘";
}

.nyLeft {
  width: 18.8%;
  padding-left: 2%;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 3;
  background: #2b8fc2;
    background-size: auto;
  background-size: 100% auto;
  min-height: 4.75rem;
  border-radius: 5px;
  float: left;
}

.nyLeft .nyLeftBtn {
  position: relative;
  position: relative;
  z-index: 10;
  justify-content: left;
  align-items: center;
  height: 0.85rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.nyLeft .nyLeftBtn span {
  font-size: .3rem;
  font-weight: bold;
  display: block;
  text-align: left;
}

.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: #fff;
}

.nyLeft .subNavs>li {
  position: relative;
  border-bottom: 1px solid #dcebfe;
}

.nyLeft .subNavs>li>h5 {
  padding: .18rem .45rem .18rem .45rem;
  display: block;
  position: relative;
  font-size: .18rem;

}

.nyLeft .subNavs>li>h5 a{
  display: block;
  font-size: .18rem;
  color: #333;
  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>h5 em::after{
  position: absolute;
  right: .15rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: .14rem;
  height: .07rem;
  background: url(../nyimages/fenleiico.png) no-repeat center;
    background-size: auto;
  background-size: 100% 100%;
}

.nyLeft .subNavs ol{

  display: none;
}

.nyLeft .subNavs ol>li{
  line-height: 0.3rem;


}

.nyLeft .subNavs ol>li>h6{
  border-top: 1px dashed #eee;
  position: relative;
  padding: 0.1rem 0;
}

.nyLeft .subNavs ol>li>h6 a{
  display: block;
  padding: 0rem 0rem 0rem .45rem;
  font-size: 0.15rem;
  color: #555;
  width: 80%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft .subNavs>li.on > h6 a {
  color: #005f8f;
  font-weight: bold;
  position: relative;
}


.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: .14rem;
  height: .07rem;
  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 {
  float: right;
  width: 78%;
  position: relative;
  z-index: 2;
}

.nyRight .nyrtit {
  border-bottom: 1px solid #dcebfe;
  padding-bottom: .33rem;
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}


.posi {
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
    background-size: auto;
  background-size: .2rem .18rem;
  padding-left: .28rem;
}

.posi a {
  font-size: 0.14rem;
  color: #666666;
}

.posi a + a::before {
  content: '>';
  margin: 0 .1rem;
  font-size: 0.14rem;
  color: #666666;
}


.nyRight .nyrCon {
  padding: 0;
}

.txtList {
  padding-bottom: .4rem;
}

.txtList li {
  position: relative;
  border-bottom: 1px dashed #d8dff2;
}

.txtList li a {
  padding: .2rem .3rem;
  transition: .3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.txtList li .time {
  background: #5daae2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: .3s;
  position: relative;
  z-index: 3;
  width: .8rem;
  height: .8rem;
  flex-direction: column;
}

.txtList li .time span {
  font-size: .38rem;
  display: block;
  line-height: 1em;
}

.txtList li h4 {
  flex: 1;
  overflow: hidden;
  margin-left: .25rem;
  font-size: .2rem;
  line-height: 1.4em;
  position: relative;
  z-index: 3;
  font-weight: normal;
}

.eclips {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txtList li a::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(159deg, #5daae2 10%, #5daae2 49%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


.pages{
  margin: 0 auto 0 auto;
  text-align: center;
}

.pages img{
  max-width: 100%;
}




/*å›¾æ–‡åˆ—è¡¨*/


.djList {
  margin-bottom: .5rem;
  margin-top: 0.5rem;
}

.djList li {
  position: relative;
  border-bottom: 1px dashed #d8dff2;
  
}

.djList li a {
  padding: .3rem 0 .3rem .3rem;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.djList li .img {
  width: 3.25rem;
  height: 1.9rem;
  overflow: hidden;
}

.zoomImg img {
  width: 100%;
  transition: .5s;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}


.djList li .txt {
  flex: 1;
  overflow: hidden;
  margin-left: .3rem;
  margin-right: .3rem;
}

.djList li .txt h4 {
  font-size: .2rem;
  line-height: 1.4em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.djList li .txt .desc {
  margin: .2rem 0 .25rem;
  color: #888;
  line-height: 1.6em;
  text-align: justify;
  font-size: .15rem;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.djList li .txt .times {
  color: #666;
  font-size: .16rem;
}

.djList li::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(159deg, #5daae2 10%, #5daae2 49%);
  background-size: auto;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


/*å†…å®¹*/

.nyrCon.nyArc{
  background: #fff;
  padding: 0.4rem 4% 0.45rem 4%;
  margin-bottom: 0.5rem;

}

.arc-tit {
  margin-bottom: .2rem;
}


.arc-tit h1 {
  font-size: .24rem;
  color: #333333;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em;
  text-align: center;
}

.arc-info {
  text-align: center;
  font-size: .14rem;
  color: #666;
  margin-bottom: .8rem;
  margin-top: 0.2rem;
}

.arc-info span {
  display: inline-block;
  margin: 0 .1rem;
  padding: 4px 0 2px;
}

.nytxtcont {
  line-height: 0.36rem;
  color: #5e5e5e;
  text-align: justify;
  font-size: .16rem;
}

.nytxtcont p {
  line-height: 0.36rem;
  font-size: 0.16rem;
  color: #5e5e5e;
  margin-bottom: 0.5rem;
}

.nytxtcont  img {
  text-align: center;
  display: block;
  margin: 0rem auto;
  max-width: 100%;
}

.arc-sib {
margin: 0 auto 0rem auto;
}

.arc-sib div {
  padding: .1rem 0.25rem;
  background: #f1f7ff;
  font-size: 0.14rem;
  color: #949494;
  line-height: 0.3rem;
  margin-bottom: 1px;
}

.arc-sib div a{
  font-size: 0.14rem;
  color: #5e5e5e;
}


/*notice*/

.txtList_t{
  margin: 0 auto;
  padding: 0.15rem 0;
  line-height: 0.3rem;
  overflow: hidden;
}

.txtList_t ul li{
  float: left;
  font-size: 0.16rem;
  color: #333;
}

.txtList_t ul li:nth-child(1){
  width: 7%;

}

.txtList_t ul li:nth-child(2){
  width: 72%;
}

.txtList_t ul li:nth-child(3){
  width: 14%;
}

.txtList_t ul li:nth-child(4){
  width: 7%;
}


.noticeList{
  margin: 0 auto 0.8rem auto;
  overflow: hidden;
}

.noticeList li{
  width: 100%;
  padding: 0.15rem 0;
  line-height: 0.3rem;
  overflow: hidden;
}

.noticeList li:nth-child(2n-1){
  background: #ffffff;
}

.noticeList li .num{
  float: left;
  width: 7%;
  font-size: 0.16rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.15rem;
}


.noticeList li h4 a{
  width: 72%;
  font-size: 0.16rem;
  color: #333;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 0.5rem;
}


.noticeList li .qk{
  width: 14%;
  font-size: 0.16rem;
  color: #333;
  float: left;
}


.noticeList li .sc{
  float: left;
  background: url(../nyimages/shoucang.png) no-repeat  center;
  background-size: 100%;
  width: 0.27rem;
  height: 0.27rem;
  display: inline-block;
  vertical-align: middle;
}




.table-container {
  width: 100%;
  overflow-x: auto;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  border: none;

}

.table-container table th, .table-container table td {
  padding: 0.17rem 0.1rem 0.17rem 0rem;
  text-align: left;
  border: none;
  font-size: 0.16rem;
  color: #333;
  font-weight: normal;
}

.table-container table th:nth-child(2){
  padding-right: 2.5rem;
}

.table-container table td:nth-child(2){
  padding-right: 2.5rem;
}

.table-container table td:nth-child(1){
  padding-left: 0.2rem;
}

td img{
  display: block;
  width: 0.27rem;
  height: 0.27rem;
}

thead tr{
  font-size: 0.16rem;
  color: #333;
}

tbody tr{
  background: #fff;
  font-size: 0.16rem;
  color: #333;
}

tbody tr:nth-child(2n){
  background: none;
}


@media screen and (max-width: 600px) {
  .table-container table th, .table-container table td {
    font-size: 0.26rem;
    padding: 0.27rem 0.1rem 0.27rem 0rem;
  }

  thead tr{
    font-size: 0.26rem;
  }
  
  tbody tr{
    font-size: 0.26rem;
  }
}



/*å›¾ç‰‡åˆ—è¡¨*/


.nypiclist{
  margin-top: 0.3rem;
}
.nypiclist li{
  float: left;
  width: 31.6%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 5px;
}


.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: 50%;
  top: 50%;
  max-width: 100%;
  max-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;
  transform: translate(-50%, -50%);
}

.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;
}



/*ç®€ä»‹é¡µ*/

.nyabout{
  margin: 0.4rem  auto 0 auto;
}


.nyabout p{
  line-height: 0.36rem !important;
  font-size: 0.18rem !important;
  color: #5e5e5e;
  margin-bottom: 0.1rem;
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  /* display: flex; */
}
.nyabout p span{
  line-height: 0.36rem !important;
  font-size: 0.18rem !important;
  color: #5e5e5e;
}

.nyabout .a1{
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  width: 58%;
  height: 3.3rem;
}

.nyabout .a2{
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  margin-left: 2%;
  width: 40%;
  height: 3.3rem;
}



@media (min-width: 980px) {

  .noticeList li:hover h4 a{
    color: #1f76ba;
  }

 

  .nypiclist li:hover .txt h5{
    color: #1f76ba;
  }


  .arc-sib div:hover a{
    color: #1f76ba;
  }

  .djList li:hover::after {
    opacity: 1;
    visibility: visible;
  }

  a:hover .zoomImg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .djList li:hover .txt h4 {
    color: #fff;
  }

  .djList li:hover .txt .desc {
    color: rgba(255,255,255,.8);
  }

  .djList li:hover .txt .times {
    color: #fff;
  }


  .txtList li:hover a::after {
    opacity: 1;
    visibility: visible;
  }

  .txtList li:hover a {
    color: #fff;
  }

  .txtList li:hover .time {
    background: #fff;
    color: #5daae2;
    
}

.nyLeft .subNavs>ol>li:hover a{
  color: #005f8f;
  font-weight: bold;

}

.nyLeft .subNavs>li:hover> h5 a {
  color: #005f8f;
  font-weight: bold;
}

.nyLeft .subNavs ol>li> .sanji a:hover{
  transform: translateX(5px);
}



}




@media (max-width: 980px) {

  .nyMain {
    padding: .4rem 0 1rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    min-height: inherit;
    border-bottom: 0;
    padding-left: 0%;
    padding-bottom: 0rem;
  }
  
  .nyLeft .nyLeftBtn {
    padding: .2rem .25rem;
    height: auto;
    justify-content: space-between;
    display: flex;
  }
  
  .nyLeft .nyLeftBtn span {
    font-size: .36rem;
    text-align: left;
}

.nyLeft .nyLeftBtn i.plus {
  display: block;
  width: .8rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.nyLeft i.plus:before {
  content: '';
  position: absolute;
  left: 50%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  width: .24rem;
  margin-left: -.12rem;
  background: #fff;
}

.nyLeft i.plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: .24rem;
  margin-top: -.12rem;
  width: 2px;
  margin-left: -1px;
  background: #fff;
  transition: .3s;
}
  
  .nyLeft .subNavs {
    display: none;
    border-top: 0;
    padding: .3rem .2rem .5rem;
    margin-top: 0;
    min-height: inherit;
  }
  
  .nyLeft .subNavs>li {
    position: relative;
  
  }
  
  .nyLeft .subNavs>li>h5 {
    padding: .2rem .45rem .2rem .15rem;
    display: block;
    position: relative;
    font-size: .2rem;
  }
  
  .nyLeft .subNavs>li>h5 a{
    font-size: .28rem;
    width: 80%;
  }
  
  .nyLeft .subNavs>li>h5 em::after {
    width: .22rem;
    height: .12rem;

}
  
  .nyLeft .subNavs ol li{
    line-height: 0.5rem;
  
  }
  
  .nyLeft .subNavs ol>li>h6 a{
    font-size: 0.26rem;
    padding: 0rem 0rem 0rem .25rem;
  }
  
  .nyLeft .subNavs ol>li> .sanji a {

    font-size: 0.24rem;
    line-height: 0.5rem;

}
  
  .nyLeft i.plus.show:after {
    transform: rotate(90deg);
}


  .nyRight {
    float: none;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: .2rem;
  }
  
  .nyRight .nyrtit {
    padding-bottom: .15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;
  }
  
  .posi {
    order: 1;
    width: 100%;
    margin-bottom: .2rem;

  }
  
  .posi a {
    font-size: 0.24rem;
}
  
.posi a + a::before {
  font-size: 0.24rem;
}

  .txtList {
    padding-bottom: .4rem;
    padding-top: 0.4rem;
  }
  
  .txtList li {
    position: relative;
    border-bottom: 1px dashed #d8dff2;
    margin-bottom: 0.3rem;
  }
  
  .txtList li a {
    padding: 0rem 0 0.3rem 0;
    align-items: flex-start;
  }
  
  .txtList li .time {
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .txtList li .time span {
    font-size: .46rem;
  }
  
  .txtList li h4 {
    font-size: .28rem;
    display: -webkit-box;
    text-overflow: inherit;
    white-space: normal;
    line-height: 0.4rem;
    height: auto;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .eclips {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .txtList li a::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(159deg, #5daae2 10%, #5daae2 49%);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  
  
  .pages{
    margin: 0 auto 0 auto;
    text-align: center;
  }


  .djList li{
    margin-bottom: 0.3rem;
  }

  .djList li a {
    padding: 0rem 0 .3rem 0rem;
  }
  
  .djList li .img {
    width: 2.8rem;
    height: 1.8rem;
  }
  

  
  .djList li .txt {
    margin-right: 0;
  }
  
  .djList li .txt h4 {
    font-size: .28rem;
    margin-bottom: .15rem;
    font-weight: normal;
    line-height: 0.4rem;
    white-space: normal;
    height: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  
  .djList li .txt .desc {
    display: none;
  }
  
  .djList li .txt .times {
    font-size: .26rem;
  }
  
  .nyrCon.nyArc{
    margin-bottom: 0rem;
  
  }
  
  .arc-tit h1 {
    font-size: .34rem;
  }
  
  .arc-info {
    font-size: .26rem;
    margin-bottom: 0.5rem;
  }
  
  
  .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;
    font-size: .28rem;
  }
  
  
  .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;
  }

  .nypiclist{
    margin-top: 0.4rem;
  }
  .nypiclist li{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.3rem;
  }
  
  
  .nypiclist li:nth-child(3n){
    margin-right: 0;
  }

  .nypiclist li a{
    display: block;
    padding-top: 2.5%;
  }
  
  .nypiclist li .img {
    margin: 0rem auto 0 auto;
}

  .nypiclist li .txt{
    padding: 0.3rem 0 0.3rem 0;
    font-size: 0.28rem;
    color: #333333;
  }
  
  

  /*notice*/


.txtList_t{
  margin: 0.3rem auto 0 auto;
  padding: 0.2rem 0;
  line-height: 0.36rem;
  overflow: hidden;
}

.txtList_t ul li{
  float: left;
  font-size: 0.28rem;
}

.txtList_t ul li:nth-child(1) {
  display: none;
}

.txtList_t ul li:nth-child(2) {
  width: 68%;
}

.txtList_t ul li:nth-child(3) {
  width: 27%;
}

.txtList_t ul li:nth-child(4) {
  display: none;
}

.noticeList{
  margin: 0 auto 0rem auto;
  overflow: hidden;
}

.noticeList li{
  width: 100%;
  padding: 0.2rem 0;
  line-height: 0.36rem;
  overflow: hidden;
}

.noticeList li:nth-child(2n-1){
  background: #ffffff;
}

.noticeList li .num{
  float: left;
  width: 7%;
  font-size: 0.26rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.15rem;
  display: none;
}


.noticeList li h4 a{
  width: 68%;
  font-size: 0.26rem;
  padding-left: 0.15rem;
}


.noticeList li .qk{
  width: 27%;
  font-size: 0.26rem;
  color: #333;
  float: left;
}


.noticeList li .sc{
  float: left;
  background: url(../nyimages/shoucang.png) no-repeat  center;
  background-size: 100%;
  width: 0.27rem;
  height: 0.27rem;
  display: inline-block;
  vertical-align: middle;
  display: none;
}



.nyabout{
  margin: 0.4rem  auto 0 auto;
}

.nyabout p{
  line-height: 0.45rem !important;
  font-size: 0.28rem !important;
  margin-bottom: 0.2rem;
}
.nyabout p span{
  line-height: 0.45rem !important;
  font-size: 0.28rem !important;
}
  

.nyabout .a1{
  width: 100%;
  height: 3.5rem;
  margin-bottom: 0.4rem;
}

.nyabout .a2{
  margin-left: 0%;
  width: 100%;
  height: 3.5rem;
}





}





@media screen and (max-width: 1199px) {

	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
  }


@media (max-width: 597px) {
  body {
      font-size: .26rem;
  }
}