.nindex .nbanner {
  width: 100%;
}
.nindex .nbanner img {
  width: 100%;
  display: block;
}
.nindex .mlink {
  width: 1.67rem;
}
.nindex .dts {
  background: #f9f9f9;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.nindex .dts .cont .rowa {
  overflow: hidden;
  margin-top: 0.57rem;
  border-bottom: 1px dotted #e5e4e4;
  padding-bottom: 0.5rem;
}
.nindex .dts .cont .snews {
  width: 7.94rem;
  float: left;
  overflow: hidden;
}
.nindex .dts .cont .snews .bigimg {
  width: 7.94rem;
  height: 4.5rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
.nindex .dts .cont .snews .bigimg img {
  width: 7.94rem;
  height: 4.5rem;
  transition: all 0.6s ease-in-out;
}
.nindex .dts .cont .snews .bigimg img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.nindex .dts .cont .snews a {
  text-decoration: none;
}
.nindex .dts .cont .snews a:hover .t,
.nindex .dts .cont .snews a:hover .d {
  color: #3a4cde;
}
.nindex .dts .cont .snews .t {
  font-size: 0.22rem;
  color: #373738;
  margin-top: 0.36rem;
}
.nindex .dts .cont .snews .d {
  margin-top: 0.22rem;
  color: #666;
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 1.2rem;
  overflow: hidden;
  text-align: justify;
}
.nindex .dts .cont .snews .tv {
  margin-top: 0.22rem;
  color: #666;
  font-size: 0.16rem;
}
.nindex .dts .cont .snews .tv i {
  font-size: 0.16rem;
  margin-left: 0.1rem;
}
.nindex .dts .cont .snews .mlink {
  margin-top: 0.4rem;
}
.nindex .dts .cont .lists {
  width: 6.8rem;
  float: right;
}
.nindex .dts .cont .lists .item {
  display: block;
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.nindex .dts .cont .lists .item .img {
  width: 2.36rem;
  height: 2.16rem;
  border-radius: 0.08rem;
  overflow: hidden;
  float: left;
}
.nindex .dts .cont .lists .item .img img {
  width: 100%;
  max-height: 2.16rem;
  transition: all 0.6s ease-in-out;
}
.nindex .dts .cont .lists .item .img img:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.nindex .dts .cont .lists .item .c {
  float: left;
  width: 4.07rem;
  margin-left: 0.3rem;
}
.nindex .dts .cont .lists .item .c .t {
  font-size: 0.22rem;
  color: #373738;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 0.64rem;
  overflow: hidden;
  text-align: justify;
}
.nindex .dts .cont .lists .item .c .d {
  margin-top: 0.1rem;
  color: #666;
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 1.2rem;
  overflow: hidden;
  text-align: justify;
}
.nindex .dts .cont .lists .item .c .tv {
  margin-top: 0.06rem;
  color: #666;
  font-size: 0.16rem;
}
.nindex .dts .cont .lists .item .c .tv i {
  font-size: 0.16rem;
  margin-left: 0.1rem;
}
.nindex .dts .cont .lists .item:hover .c .t,
.nindex .dts .cont .lists .item:hover .c .d {
  color: #3a4cde;
}
.nindex .dts .cont .rowb {
  width: 100%;
}
.nindex .dts .cont .rowb .mlink {
  width: 100%;
  margin-top: 0.36rem;
}
.nindex .dts .cont .rowb .mlink .more {
  margin: 0 auto;
}
.nindex .hyxw {
  background: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.nindex .hyxw .title {
  width: 5rem;
}
.nindex .hyxw .icon {
  width: 4rem;
}
.nindex .hyxw .lists {
  margin-top: 0.6rem;
}
.nindex .hyxw .lists .btns {
  float: right;
  width: 1rem;
  margin-top: -0.6rem;
}
.nindex .hyxw .lists .btns i {
  font-size: 0.4rem;
  color: #ccc;
}
.nindex .hyxw .lists .btns i:hover {
  color: #5797fa;
}
.nindex .hyxw .lists .btns a {
  text-decoration: none;
}
.nindex .hyxw .lists .btns a:hover {
  color: #5797fa;
}
.nindex .hyxw .lists .item {
  width: 4.78rem;
  float: left;
  margin-right: 0.53rem;
}
.nindex .hyxw .lists .item .img {
  width: 4.78rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.08rem;
  position: relative;
}
.nindex .hyxw .lists .item .img img {
  width: 100%;
  max-height: 3rem;
}
.nindex .hyxw .lists .item .img .time {
  left: 0;
  top: 0;
  position: absolute;
  width: 1.1rem;
  height: 0.8rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/nbg1.png);
}
.nindex .hyxw .lists .item .img .time .date {
  margin-top: 0.1rem;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
}
.nindex .hyxw .lists .item .img .time .day {
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  margin-top: -0.1rem;
}
.nindex .hyxw .lists .item a {
  text-decoration: none;
}
.nindex .hyxw .lists .item a:hover .t,
.nindex .hyxw .lists .item a:hover .d {
  color: #394cde;
}
.nindex .hyxw .lists .item .t {
  margin-top: 0.3rem;
  font-size: 0.22rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 0.68rem;
  overflow: hidden;
  line-height: 1.4;
}
.nindex .hyxw .lists .item .d {
  margin-top: 0.18rem;
  font-size: 0.16rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 0.55rem;
  overflow: hidden;
}
.nindex .hyxw .lists .item .pc {
  display: block;
}
.nindex .hyxw .lists .item .mobile {
  display: none;
}
.nindex .hyxw .lists .item .mlink {
  margin-top: 0.2rem;
}
.nindex .hyxw .lists .item:nth-child(3) {
  margin-right: 0;
}
.nindex .hyxw .lists .item:nth-child(4) {
  margin-right: 0;
  display: none;
}
.nindex .mtsj {
  width: 100%;
  height: 7.75rem;
  overflow: hidden;
  padding-top: 1rem;
  background-image: url(../img/mtsj.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.nindex .mtsj .scroll {
  margin-top: 0.8rem;
  width: 100%;
  height: 3.8rem;
}
.nindex .mtsj .scroll .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #389add;
}
.nindex .mtsj .scroll .lists {
  overflow: hidden;
  height: 3.09rem;
}
.nindex .mtsj .scroll .lists .item {
  float: left;
  width: 3.94rem;
  height: 3.08rem;
  background-image: url(../img/mtsjbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 0.2rem;
  margin-bottom: 0.02rem;
  box-sizing: border-box;
  padding: 0.3rem;
  position: relative;
}
.nindex .mtsj .scroll .lists .item .time {
  font-size: 0.18rem;
  color: #4b4d4f;
  text-align: center;
  margin-top: 0.06rem;
}
.nindex .mtsj .scroll .lists .item a {
  text-decoration: none;
}
.nindex .mtsj .scroll .lists .item .t {
  text-align: center;
  font-size: 0.22rem;
  color: #373738;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.6rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  overflow: hidden;
}
.nindex .mtsj .scroll .lists .item .desc {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #4b4d4f;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.5rem;
  line-height: 1.36;
  overflow: hidden;
}
.nindex .mtsj .scroll .lists .item .more {
  position: absolute;
  left: 0.64rem;
  bottom: 0.17rem;
  color: #5c5d5f;
  font-size: 0.18rem;
}
.nindex .mtsj .scroll .lists .item:hover {
  background-image: url(../img/mtsjbg1.png);
}
.nindex .mtsj .scroll .lists .item:hover .more {
  color: #fff;
}
.nindex .mtsj .hr {
  height: 3.7rem;
  border-bottom: 0.04rem solid #2fce7c;
}
.nindex .en .dts .cont .snews .d {
  text-align: left;
}
.nindex .en .dts .cont .lists .item .c .t {
  text-align: left;
}
.nindex .en .dts .cont .lists .item .c .d {
  text-align: left;
}
.nlists .nbanner {
  width: 100%;
}
.nlists .nbanner img {
  width: 100%;
  display: block;
}
.nlists .mlink {
  width: 1.67rem;
}
.nlists .content {
  padding-top: 1.1rem;
}
.nlists .lists {
  width: 100%;
  margin-top: 0.8rem;
}
.nlists .lists .item {
  display: block;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
  border-bottom: 0.02rem dotted #e5e4e4;
}
.nlists .lists .item .time {
  width: 1.46rem;
  height: 1.46rem;
  border-radius: 0.08rem;
  overflow: hidden;
  float: left;
  background: #f8f6f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.nlists .lists .item .time .date {
  font-size: 0.22rem;
  text-align: center;
  color: #7f7f7f;
  margin-top: 0.3rem;
}
.nlists .lists .item .time .day {
  text-align: center;
  font-size: 0.36rem;
  color: #7f7f7f;
  line-height: 1;
  margin-top: 0.1rem;
}
.nlists .lists .item .img {
  width: 1.46rem;
  height: 1.34rem;
  border-radius: 0.08rem;
  overflow: hidden;
  float: left;
}
.nlists .lists .item .img img {
  width: 100%;
  max-height: 1.34rem;
  transition: all 0.6s ease-in-out;
}
.nlists .lists .item .img img:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.nlists .lists .item .c {
  float: right;
  width: 13.5rem;
}
.nlists .lists .item .c .t {
  font-size: 0.22rem;
  color: #373738;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 0.5rem;
  overflow: hidden;
  text-align: justify;
}
.nlists .lists .item .c .d {
  margin-top: 0.1rem;
  color: #666;
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 1.2rem;
  overflow: hidden;
  text-align: justify;
}
.nlists .lists .item .c .tv {
  margin-top: 0.06rem;
  color: #666;
  font-size: 0.16rem;
}
.nlists .lists .item .c .tv i {
  font-size: 0.16rem;
  margin-left: 0.1rem;
}
.nlists .lists .item .c .mlink {
  float: right;
  width: 1.67rem;
}
.nlists .lists .item a {
  text-decoration: none;
}
.nlists .lists .item a:hover .t,
.nlists .lists .item a:hover .d {
  color: #3a4cde;
}
.nlists .lists .item:hover .time {
  background-image: url(../img/nbg.png);
}
.nlists .lists .item:hover .time .date,
.nlists .lists .item:hover .time .day {
  color: #fff;
}
.nlists .pages {
  text-align: center;
}
.nlists .pages .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
.nlists .pages .pagination li {
  font-size: 0.24rem;
  color: #979696;
  padding: 0.15rem 0.15rem;
  min-width: 0.65rem;
  height: 0.65rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.nlists .pages .pagination li a {
  text-decoration: none;
  color: #979696;
  padding: 0.15rem 0.15rem;
  min-width: 0.65rem;
  background: #efefef;
  border-radius: 0.1rem;
}
.nlists .pages .pagination li a:hover {
  color: #fff;
  background: #66b3e4;
}
.nlists .pages .pagination .active span {
  padding: 0.15rem 0.15rem;
  color: #fff;
  background: #4a88e2;
  min-width: 0.55rem;
  font-weight: 700;
  border-radius: 0.1rem;
}
.nlists .pages .pagination li a.current:hover {
  color: #fff;
  background: #4a88e2;
}
.nlists .en .lists .item .c .d {
  text-align: left;
}
.ndetail .nbanner {
  width: 100%;
}
.ndetail .nbanner img {
  width: 100%;
  display: block;
}
.ndetail .cont {
  padding-top: 0.6rem;
}
.ndetail .cont .t1 {
  margin-top: 0.6rem;
  font-size: 0.22rem;
  colo: #454545;
  text-align: center;
  line-height: 1.2;
}
.ndetail .cont .time {
  margin-top: 0.12rem;
  text-align: center;
  color: #646464;
  font-size: 0.16rem;
}
.ndetail .cont .c {
  margin-top: 0.6rem;
  color: #646464;
  font-size: 0.16rem;
  margin-bottom: 0.4rem;
  text-align: justify;
  display: block;
  line-height: 1.8;
}
.ndetail .cont .c img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.ndetail .cont .c p {
  color: #646464;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  text-align: justify;
  display: block;
  line-height: 1.8;
}
.ndetail .cont .c p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.ndetail .cont .en p {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .nindex .dts {
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .nindex .dts .cont .rowa {
    margin-top: 0.3rem;
    padding-bottom: 0;
  }
  .nindex .dts .cont .snews {
    float: none;
    width: 100%;
  }
  .nindex .dts .cont .snews .bigimg {
    width: 100%;
    height: 4.2rem;
  }
  .nindex .dts .cont .snews .mlink {
    display: none;
  }
  .nindex .dts .cont .snews .t {
    font-size: 0.22rem;
  }
  .nindex .dts .cont .snews .d {
    font-size: 0.2rem;
    max-height: 1.5rem;
  }
  .nindex .dts .cont .lists {
    width: 100%;
    float: none;
    margin-top: 0.6rem;
  }
  .nindex .dts .cont .lists .item {
    margin-bottom: 0.6rem;
  }
  .nindex .dts .cont .lists .item .img {
    margin-top: 0.06rem;
    width: 2rem;
    height: auto;
  }
  .nindex .dts .cont .lists .item .img img {
    width: 100%;
    height: auto;
  }
  .nindex .dts .cont .lists .item .c {
    width: 4.2rem;
  }
  .nindex .dts .cont .lists .item .c .t {
    font-size: 0.22rem;
  }
  .nindex .dts .cont .lists .item .c .d {
    margin-top: 0.1rem;
    -webkit-line-clamp: 3;
    height: 0.96rem;
    font-size: 0.2rem;
  }
  .nindex .dts .cont .lists .item .c .tv {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
  .nindex .hyxw {
    padding-top: 0.6rem;
  }
  .nindex .hyxw .lists {
    margin-top: 0.3rem;
  }
  .nindex .hyxw .lists .item {
    width: 3.2rem;
    margin-bottom: 0.4rem;
    margin-right: 0.3rem;
  }
  .nindex .hyxw .lists .item .img {
    width: 3.3rem;
    height: 2.07rem;
  }
  .nindex .hyxw .lists .item .img img {
    width: 3.3rem;
    height: 2.07rem;
  }
  .nindex .hyxw .lists .item .t {
    font-size: 0.22rem;
  }
  .nindex .hyxw .lists .item .d {
    font-size: 0.2rem;
    -webkit-line-clamp: 3;
    max-height: 1.24rem;
  }
  .nindex .hyxw .lists .item .pc {
    display: none;
  }
  .nindex .hyxw .lists .item .mobile {
    display: block;
  }
  .nindex .hyxw .lists .item:nth-child(2) {
    margin-right: 0;
    float: right;
  }
  .nindex .hyxw .lists .item:nth-child(3) {
    margin-right: 0.3rem;
  }
  .nindex .hyxw .lists .item:nth-child(4) {
    display: block;
    margin-right: 0;
    float: right;
  }
  .nindex .mtsj {
    padding-top: 0.6rem;
    height: 6rem;
  }
  .nindex .mtsj .scroll {
    margin-top: 0.4rem;
  }
  .nindex .mtsj .scroll .lists .item .t {
    font-size: 0.22rem;
  }
  .nindex .mtsj .scroll .lists .item .desc {
    -webkit-line-clamp: 2;
    height: 0.56rem;
    overflow: hidden;
    line-height: 0.3rem;
    font-size: 0.2rem;
  }
  .nlists .content {
    padding-top: 0.6rem;
  }
  .nlists .content .lists {
    margin-top: 0.5rem;
  }
  .nlists .content .lists .item {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .nlists .content .lists .item .time {
    width: 1.6rem;
    height: 1.6rem;
  }
  .nlists .content .lists .item .time .date {
    font-size: 0.28rem;
    margin-top: 0.3rem;
  }
  .nlists .content .lists .item .c {
    width: 5rem;
  }
  .nlists .content .lists .item .c .t {
    font-size: 0.22rem;
  }
  .nlists .content .lists .item .c .d,
  .nlists .content .lists .item .c .tv {
    font-size: 0.2rem;
  }
  .nlists .content .lists .item .c .d i,
  .nlists .content .lists .item .c .tv i {
    font-size: 0.2rem;
  }
  .nlists .content .lists .item .c .mlink .more {
    float: right;
  }
  .nlists .content .pages .pagination li {
    font-size: 0.18rem;
    padding: 0.08rem 0.08rem;
    min-width: 0.45rem;
    height: 0.5rem;
    color: #979696;
  }
  .nlists .content .pages .pagination a {
    font-size: 0.18rem;
    padding: 0.08rem 0.08rem;
    min-width: 0.45rem;
    color: #979696;
  }
  .nlists .en .content .lists .item .c .t {
    text-align: left;
  }
  .nlists .en .content .lists .item .c .d {
    text-align: left;
  }
  .ndetail .maintitle {
    display: none;
  }
  .ndetail .cont {
    padding-top: 0.4rem;
  }
  .ndetail .cont .t1 {
    margin-top: 0.6rem;
    font-size: 0.3rem;
  }
  .ndetail .cont .time {
    font-size: 0.2rem;
  }
  .ndetail .cont .c {
    font-size: 0.2rem;
  }
  .ndetail .cont .c p {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ndetail .cont .c p img {
    max-width: 100%;
  }
  .ndetail .en .cont .detail .c {
    line-height: 1.6;
  }
  .ndetail .en .cont .detail .c p {
    line-height: 1.6;
    margin-bottom: 0.24rem;
  }
}
