@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 767px) {
    
}


/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
	
	.containerp{display:none !important;}
}


  @media (min-width: 992px)
{
  .banner-nyphnoe {display: none;}
}

  @media (max-width: 991px)
 {
  .banner-ny{display: none;}
}
  @media (min-width: 760px)
 {
	 .page-status{padding:4px 10px;border:1px solid #e2e2e2;margin-left:5px;font-size:14px}
	 .page_sty span a{
  padding: 4px 10px;
  border: 1px solid #e2e2e2;
  margin-left: 5px;
  font-size: 14px;
}

.page_ul span a:hover {
  background-color: #652f47;
  color: #ffffff;
}
.page_sty span a:hover {
  color: #ffffff !important;
}

.page_sty .page-num-current {
  background-color: #652f47;
  color: #ffffff;
}
.waplunbo{ display:none;}
 }