* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
 
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5; 
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
  font-size: 0.14rem;
}
p,
span,
i,
u,
a,
img,
ul,
li,
div {
  font-size: 0.14rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.container {
  width: 100%;
  padding: 0 13.5%;
  box-sizing: border-box;
}
.mbanner {
  width: 100%;
  display: block;
}
.mbanner img {
  display: block;
  width: 100%;
}
.position {
  background: #f7f7f7;
}
.position .positionTop {
  border-bottom: 1px solid #fff;
  line-height: 0.6rem;
}
.position .positionTop .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.position .positionTop .container i {
  color: #333;
}
.position .positionTop .container i a {
  color: #78b857;
}
.position .positionTop .container em a {
  color: #333;
}
.position .positionTop .container em a:hover {
  color: #78b857;
}
.position .positionBottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.34rem;
  padding-bottom: 0.34rem;
}
.position .positionBottom .container h3 {
  font-size: 0.2rem;
}
.position .positionBottom .container .positionBottomR ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.position .positionBottom .container .positionBottomR ul li {
  padding-left: 1rem;
  font-size: 0.16rem;
}
.position .positionBottom .container .positionBottomR ul li a {
  font-size: 0.16rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.position .positionBottom .container .positionBottomR ul li.active a {
  color: #78b857;
}
.position .positionBottom .container .positionBottomR ul li:hover a {
  color: #78b857;
}
.nyproduct ul {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.3rem;
}
.nyproduct ul li {
  flex: 0 0 24%;
  justify-content: center;
  float: left;
  width: 24%;
  margin-top: 0.23rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.nyproduct ul li .productListImg {
  position: relative;
  padding: 50% 0;
  display: block;
  overflow: hidden;
}
.nyproduct ul li .productListImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct ul li .productListText {
  display: block;
  background: #f7f7f7;
  border-top: 2px solid #78b857;
  padding: 0.2rem;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct ul li .productListText span {
  display: block;
  width: 100%;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct ul li .productListText .productListTextList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct ul li .productListText .productListTextList b {
  font-size: 0.12rem;
  color: #b7b7b7;
  font-weight: normal;
  flex: 0 0 70%;
  justify-content: center;
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct ul li .productListText .productListTextList i {
  font-size: 0.16rem;
  line-height: 1;
  color: #939291;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.nyproduct ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nyproduct ul li:hover .productListImg img {
  transform: scale(1.1);
}
.nyproduct ul li:hover .productListText {
  background: #78b857;
}
.nyproduct ul li:hover .productListText span {
  color: #fff;
}
.nyproduct ul li:hover .productListText .productListTextList b {
  color: #fff;
}
.nyproduct ul li:hover .productListText .productListTextList i {
  color: #fff;
}
.nyabout .nyaboutTextTitle h3 {
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.66rem;
}
.nyabout .nyaboutTextTitle i {
  width: 1.1rem;
  height: 1px;
  background: #f7f7f7;
  display: block;
  margin: 0.24rem auto 0;
}
.nyabout .nyaboutTextBox {
  margin-top: 0.3rem;
  overflow: hidden;
  font-size: 0.18rem !important;
  padding-bottom: 50px;
}
.nyabout .nyaboutTextBox p {
  font-size: 0.18rem !important;
  line-height: 0.26rem;
  /* margin-bottom: 0.2rem; */
  /* color: #999; */
}

.nyabout .nyaboutTextBox p,.nyabout .nyaboutTextBox span,.nyabout .nyaboutTextBox i,.nyabout .nyaboutTextBox em,.nyabout .nyaboutTextBox b{
  font-size: 0.18rem !important;
  line-height: 2 !important;
}

.nyInsidePageLContent,.nyInsidePage .container .nyInsidePageL p,.nyInsidePage .container .nyInsidePageL div ,.nyInsidePage .container .nyInsidePageL span,.nyInsidePage .container .nyInsidePageL em,.nyInsidePage .container .nyInsidePageL strong,.nyInsidePage .container .nyInsidePageL font{
  font-size: 0.18rem !important;
  line-height: 2 !important;
}

.nyabout .nyaboutTextBox p img{
  max-width: 100%;
  height: auto;
  width: 60%;
  display: block;
  margin: 0 auto;
}
.nyabout .nyaboutHonor {
  margin-top: 1.2rem;
  background: #f7f7f7;
  padding-bottom: 0.5rem;
}
.nyabout .nyaboutHonor .nyaboutTextTitle i {
  background: #ccc;
}
.nyabout .nyaboutHonor .nyaboutTextTitle em {
  text-align: center;
  display: block;
  letter-spacing: 2px;
  color: #999;
  margin-top: 0.15rem;
}
.nyabout .nyaboutHonor ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 -0.5%;
  margin-top: 0.66rem;
}
.nyabout .nyaboutHonor ul li {
  flex: 0 0 24%;
  justify-content: center;
  float: left;
  width: 24%;
  margin: 0 0.5% 0.1rem;
}
.nyabout .nyaboutHonor ul li .nyaboutHonorImg {
  padding: 32% 0;
  box-sizing: border-box;
  display: block;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
}
.nyabout .nyaboutHonor ul li .nyaboutHonorImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 94%;
  height: 92%;
  margin: auto;
  object-fit: contain;
}
.nyabout .nyaboutHonor ul li .nyaboutHonorText {
  display: block;
  text-align: center;
  font-size: 0.15rem;
  color: #666666;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyabout .nyaboutHonor ul li:hover .nyaboutHonorText {
  color: #78b857;
}
.nyabout #wjdh-map {
  display: none;
}
.nyabout .nymap .wjdh-map {
  margin-top: 0.5rem;
  border: 10px solid #f7f7f7;
  border-radius: 10px;
}
.nyabout .nyaboutvision {
  margin-top: 1.06rem;
  padding-bottom: 1.06rem;
  background: #f7f7f7;
}
.nyabout .nyaboutvision i {
  background: #ccc;
}
.nyabout .nyaboutvision .nyaboutvisionBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.68rem;
}
.nyabout .nyaboutvision .nyaboutvisionBox ul li {
  flex: 0 0 26%;
  justify-content: center;
  float: left;
  width: 26%;
  text-align: center;
  color: #666;
  line-height: 2;
}
.nyInsidePage {
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}
.nyInsidePage .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column-reverse;
}
.nyInsidePage .container .nyInsidePageL {
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  padding-right: 4%;
  box-sizing: border-box;
}
.nyInsidePage .container .nyInsidePageL img {
  display: inline-block;
  max-width: 100%;
}
.nyInsidePage .container .nyInsidePageL p {
  width: 100%;
  color: #999;
  line-height: 2;
  /* padding-top: 10px; */
}
.nyInsidePage .container .nyInsidePageL .right_y {
  margin-top: 0.5rem;
  padding-bottom: 0.2rem;
}
.nyInsidePage .container .nyInsidePageL .right_y li {
  font-size: 0.14rem;
  line-height: 2;
  color: #666;
}
.nyInsidePage .container .nyInsidePageL .right_y li a {
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyInsidePage .container .nyInsidePageL .right_y li:hover a {
  color: #78b857;
}
.nyInsidePage .container .nyInsidePageR {
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRTop {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 0.5rem;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRTop h4 {
  font-size: 0.18rem;
  display: block;
  line-height: 1.5;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRTop span {
  display: block;
  font-size: 12px;
  color: #999999;
  line-height: 3;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRTop p {
  font-size: 0.14rem;
  color: #999;
  margin-top: 0.1rem;
  line-height: 2;
  display: none;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRBottom {
  margin-top: 0.4rem;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRBottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRBottom ul li {
  flex: 0 0 47%;
  justify-content: center;
  float: left;
  width: 47%;
  margin-bottom: 0.2rem;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRBottom ul li .nyInsidePageRBottomImg {
  position: relative;
  display: block;
  padding: 50% 0;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRBottom ul li .nyInsidePageRBottomImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRBottom ul li .nyInsidePageRBottomText {
  display: block;
  padding: 0.1rem 0;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRBottom ul li .nyInsidePageRBottomText i {
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  display: block;
}
.nyInsidePage .container .nyInsidePageR .nyInsidePageRBottom ul li .nyInsidePageRBottomText span {
  font-size: 0.12rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #b7b7b7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.nynews {
  margin-top: 0.68rem;
}
.nynews ul li {
  border-top: 1px solid #f7f7f7;
  padding: 0.3rem 0;
}
.nynews ul li:last-child {
  border-bottom: 1px solid #f7f7f7;
}
.nynews ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.nynews ul li a .nynewsTime {
  flex: 0 0 11%;
  justify-content: center;
  float: left;
  width: 11%;
}
.nynews ul li a .nynewsTime b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.nynews ul li a .nynewsTime b strong {
  font-size: 0.3rem;
  font-weight: normal;
  color: #b7b7b7;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nynews ul li a .nynewsTime b em {
  width: 32%;
  height: 1px;
  background: #f7f7f7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nynews ul li a .nynewsTime i {
  margin-top: 0.6rem;
  display: block;
  width: 0.15rem;
  height: 0.11rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nynews ul li a .nynewsTime i img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nynews ul li a .nynewsText {
  flex: 0 0 57%;
  justify-content: center;
  float: left;
  width: 57%;
}
.nynews ul li a .nynewsText b {
  font-size: 0.18rem;
  font-weight: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nynews ul li a .nynewsText em {
  font-size: 0.14rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  display: block;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nynews ul li a .nynewsImg {
  flex: 0 0 18.7%;
  justify-content: center;
  float: left;
  width: 18.7%;
}
.nynews ul li a .nynewsImg i {
  position: relative;
  padding: 32% 0;
  display: block;
  overflow: hidden;
}
.nynews ul li a .nynewsImg i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nynews ul li a:hover .nynewsTime b strong {
  color: #78b857;
}
.nynews ul li a:hover .nynewsTime b em {
  background: #ccc;
}
.nynews ul li a:hover .nynewsTime i img {
  transform: translateX(5px);
}
.nynews ul li a:hover .nynewsText b {
  color: #78b857;
}
.nynews ul li a:hover .nynewsImg i img {
  transform: scale(1.1);
}
.nycase {
  margin-top: 0.68rem;
}
.nycase .nycaseBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.5%;
}
.nycase .nycaseBox ul li {
  flex: 0 0 32%;
  justify-content: center;
  float: left;
  width: 32%;
  margin: 0.15rem 0.5%;
}
.nycase .nycaseBox ul li .nycaseImg {
  padding: 37.5% 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.nycase .nycaseBox ul li .nycaseImg img {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #f2f2f2;
}
.nycase .nycaseBox ul li .nycaseText {
  background: #f7f7f7;
  padding: 0.1rem;
  display: block;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nycase .nycaseBox ul li .nycaseText i {
  display: block;
  font-size: 16px;
  padding-bottom: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nycase .nycaseBox ul li .nycaseText span {
  font-size: 0.14rem;
  color: #999999;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nycase .nycaseBox ul li:hover .nycaseImg img {
  transform: scale(1.1);
}
.nycase .nycaseBox ul li:hover .nycaseText {
  background: #78b857;
}
.nycase .nycaseBox ul li:hover .nycaseText i {
  color: #fff;
}
.nycase .nycaseBox ul li:hover .nycaseText span {
  color: #fff;
}
.nyhonor .nyhonorBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.5%;
}
.nyhonor .nyhonorBox ul li {
  flex: 0 0 32%;
  justify-content: center;
  float: left;
  width: 32%;
  margin: 0.15rem 0.5%;
  background: #f7f7f7;
}
.nyhonor .nyhonorBox ul li a {
  padding: 30.4% 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.nyhonor .nyhonorBox ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 96%;
  height: 96%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyhonor .nyhonorBox ul li a em {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.16rem;
  box-sizing: border-box;
  color: #fff;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: -0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyhonor .nyhonorBox ul li:hover a img {
  transform: scale(1.05);
}
.nyhonor .nyhonorBox ul li:hover a em {
  bottom: 0;
}
.addPage {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  text-align: center;
  color: #666666;
}
.addPage .page a {
  display: inline-block;
  width: auto;
  border: 1px solid #c3c3c3;
  margin: 3px 5px;
  text-align: center;
  color: #666666;
  font-family: "Microsoft Yahei";
  border-radius: 4px;
  -webkit-transition: 0.3s;
  padding: 5px 10px;
  transition: 0.3s;
  font-size: 14px;
  cursor: pointer;
}
.addPage .page a:hover {
  background-color: #78b857;
  border-color: #78b857;
  color: #fff;
}
.addPage .page span {
  display: inline-block;
  width: auto;
  border: 1px solid #c3c3c3;
  margin: 3px 5px;
  text-align: center;
  color: #666666;
  font-family: "Microsoft Yahei";
  border-radius: 4px;
  -webkit-transition: 0.3s;
  padding: 5px 10px;
  transition: 0.3s;
  font-size: 14px;
  cursor: pointer;
}
.addPage .page .current {
  background: #78b857;
  color: #fff;
  border-color: #78b857;
}
.addPage .page span:hover {
  background-color: #78b857;
  border-color: #78b857;
  color: #fff;
}
.nyInsidePage2 .container .nyInsidePageL {
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  padding-right: 0;
  border: 0;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 0.1rem;
  }
  .position .positionBottom .container h3 {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }

  .nyaboutTextBox img{
    max-width: 100% !important;
    margin-bottom: 20px;
    height: auto !important; 
    width: 100%;
  }

  .nyabout .nyaboutTextBox p img{
    width: 100%;
  }
  blockquote{
    margin-left: 0 !important;
    width: 100% !important;
    margin-top: 30px;
  }
  .positionBottomR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .position .positionBottom .container .positionBottomR ul li {
    margin-top: 0.2rem;
    padding-left: 0;
    margin-right: 0.2rem;
  }
  .position .positionBottom .container {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .nyproduct ul li {
    flex: 0 0 49%;
    justify-content: center;
    float: left;
    width: 49%;
  }
  .nyabout .nyaboutTextTitle h3 {
    padding-top: 0.4rem;
  }
  .nyabout .nyaboutHonor {
    margin-top: 0.5rem;
  }
  .nyabout .nyaboutHonor ul {
    justify-content: space-between;
    margin: 0;
    margin-top: 0.4rem;
  }
  .nyabout .nyaboutHonor ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
  }
  .nyabout .nymap .wjdh-map {
    margin-top: 0.3rem;
  }
  .wjdh-map #wmap {
    height: 280px !important;
  }
  .nyabout .nyaboutvision {
    margin-top: 0.5rem;
  }
  .nyabout .nyaboutvision .nyaboutvisionBox ul {
    margin-top: 0.3rem;
  }
  .nyabout .nyaboutvision .nyaboutvisionBox ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .nyabout .nyaboutvision {
    padding-bottom: 0.4rem;
  }
  .nyInsidePage .container {
    flex-direction: column-reverse;
  }
  .nyInsidePage .container .nyInsidePageL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    padding-left: 0;
    border-right: 0;
    padding-right: 0;
    margin-top: 0.3rem;
  }
  .nyInsidePage .container .nyInsidePageR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    padding-right: 0;
    border-right: 0;
    padding-left: 0;
  }
  .nyInsidePage .container .nyInsidePageR .nyInsidePageRBottom {
    display: none;
  }
  .nyInsidePage .container .nyInsidePageR .nyInsidePageRTop {
    padding-bottom: 0.2rem;
  }
  .nyInsidePage {
    margin-bottom: 0.5rem;
  }
  .nyInsidePage {
    margin-top: 0;
  }
  .nynews ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
  }
  .nynews ul li a .nynewsTime {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .nynews ul li a .nynewsText {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .nynews ul li a .nynewsImg {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .nynews ul li a .nynewsTime b {
    margin-top: 0.2rem;
  }
  .nynews ul li a .nynewsTime b strong {
    font-size: 0.16rem;
    color: #666;
  }
  .nynews ul li a .nynewsText b {
    margin-top: 0.2rem;
  }
  .nynews ul li a .nynewsText em {
    margin-top: 0.1rem;
  }

  
  .nynews ul li a .nynewsTime i {
    display: none;
  }
  .nycase {
    margin-top: 0.3rem;
  }
  .nycase .nycaseBox ul {
    justify-content: space-between;
    margin: 0;
  }
  .nycase .nycaseBox ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin: 0.15rem 0;
  }
  .nyhonor .nyhonorBox ul {
    justify-content: space-between;
    margin: 0;
    margin-top: 0.3rem;
  }
  .nyhonor .nyhonorBox ul li {
    flex: 0 0 49%;
    justify-content: center;
    float: left;
    width: 49%;
    margin: 0.1rem 0;
  }
  .nyhonor .nyhonorBox ul li a em {
    line-height: 0.36rem;
    height: 0.36rem;
    font-size: 0.14rem;
  }
}


.nyaboutTextBox td{ 
white-space: nowrap !important;
}