@charset "utf-8";
/**/
.divider {
  margin-bottom: 0.45rem;
  /* padding-bottom: 0.45rem; */
  /* border-bottom: 1px dashed #d7d7d7; */
  &::after {
    content: "";
    position: absolute;
    bottom: -0.225rem;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d7d7d7;
  }
}

.position > * {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.56rem;
  padding: 0 0.01rem;
  color: #333333;
  vertical-align: middle;
}
.position > img {
  width: 0.21rem;
  height: 0.21rem;
  vertical-align: text-bottom;
}
.position > a.active,
.position > a:hover {
  color: #199352;
}
.position {
  border-bottom: 1px solid #ededed;
}
.ny-main {
  position: relative;
  padding-top: 0.2rem;
}
.ny-box {
  /*overflow: hidden;*/
  margin-top: 0.3rem;
}
.leftNav {
  width: 2.8rem;
  float: left;
  padding-left: 0.05rem;
  background-color: #199352;
}
.leftNav h4 {
  position: relative;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.66rem;
  text-align: center;
  background-color: #199352;
  font-weight: 600;
}
.leftNav > ul {
  background-color: #f2f2f2;
}
.leftNav > ul > li {
  position: relative;
  line-height: 0.66rem;
  border-top: 1px solid #e3e3e3;
}
.leftNav > ul > li > a {
  display: block;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  padding: 0 0.25rem 0 0.1rem;
  transition: all 0.3s;
}
.leftNav > ul > li ul {
  display: none;
}
.leftNav > ul > li ul a {
  display: block;
  font-size: 0.15rem;
  color: #333333;
  line-height: 0.52rem;
  text-align: center;
  padding: 0 0.25rem 0 0.1rem;
  border-top: 1px dashed #e3e3e3;
  transition: all 0.3s;
}
.leftNav > ul > li ul a:hover {
  color: #199352;
}
.leftNav > ul > li > em {
  position: absolute;
  right: 0.1rem;
  top: 0;
  width: 0.13rem;
  height: 0.66rem;
  background-image: url("sub-down.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.13rem auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.leftNav > ul > li:hover > em {
  opacity: 1;
  visibility: visible;
}
.leftNav > ul > li.on > a {
  color: #199352;
  font-weight: 600;
}

.ny-right {
  width: 9.8rem;
}
.ny-tit > h4 {
  font-size: 0.2rem;
  color: #199352;
  font-weight: 600;
  line-height: 0.41rem;
  padding-left: 0.2rem;
  border: 0.01rem solid rgba(25, 147, 82, 0.1);
  border-left: 0.03rem solid #199352;
  background-color: #f9f9f9;
}
/*List*/
.List li {
  position: relative;
  line-height: 0.45rem;
}
.List li > a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  padding-left: 0.2rem;
  padding-right: 1.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.List li > span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.16rem;
  color: #333333;
}
.List li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 6px;
  transform: translateY(-50%);
  background-image: url("li-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px 6px;
}
.List li:hover > a {
  color: #199352;
  transform: translateX(5px);
}
.List li:hover > span {
  color: #199352;
}
.List > ul {
  border-top: 1px dashed #d7d7d7;
  margin-top: 0.225rem;
  padding-top: 0.225rem;
}
.List > ul:first-child {
  border: none;
  padding-top: 0;
}
.tbz > ul li {
  width: 25%;
}
.tbz > ul li a {
  padding-right: 0;
}

.dt td {
  padding: 10px;
}

/*dpzw*/
.dpzw-tit h4 {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.38rem;
  text-align: center;
}
.dpzw-tit p {
  font-size: 0;
  width: 9rem;
  line-height: 0.42rem;
  height: 0.42rem;
  text-align: center;
  background-color: #f6f6f6;
  margin: 0.2rem auto 0;
}
.dpzw-tit p span {
  display: inline-block;
  font-size: 0.14rem;
  color: #666666;
  margin-left: 0.28rem;
}
.dpzw-tit p span:first-child {
  margin-left: 0;
}
.dpzw-tit {
  padding-top: 0.36rem;
}
.dpzw-con p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
  text-indent: 2em;
  margin-top: 0.15rem;
}
.dpzw-con p.p2 {
  text-indent: 4em;
}
.dpzw-con p.p3 {
  text-align: right;
}
.dpzw-con p.p1 {
  text-indent: 0;
}
.dpzw-con p.p-img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.con-info {
  margin-top: 0.24rem;
  padding-top: 0.25rem;
  margin-bottom: 0.63rem;
  border-top: 1px solid #e8e8e8;
}

.pnext p {
  text-indent: initial;
  font-size: 0.16rem;
  line-height: 0.46rem;
  color: #333333;
  font-weight: 600;
}

.pnext p a {
  font-size: 0.16rem;
  color: #333333;
  font-weight: normal;
}
.pnext p:hover a {
  color: #199352;
}

@media screen and (max-width: 800px) {
  .leftNav,
  .ny-right {
    float: none;
    width: auto;
  }
  .ny-right {
    margin-top: 0.4rem;
  }
  .leftNav h4 span {
    position: absolute;
    top: 50%;
    right: 0.15rem;
    width: 0.37rem;
    height: 0.46rem;
    transform: translateY(-50%);
    background: url("sub_left_down2.png") no-repeat center center;
  }
  .leftNav h4 {
    font-size: 0.3rem;
    text-align: left;
    padding-left: 0.25rem;
  }
  .leftNav > ul {
    display: none;
  }
  .leftNav > ul > li > a {
    font-size: 13px;
    text-align: left;
    padding-left: 0.25rem;
  }
  .leftNav > ul > li > em {
    right: 0.25rem;
    width: 0.2rem;
    background-size: 0.2rem;
    opacity: 1;
    visibility: visible;
  }
  .leftNav > ul > li ul a {
    font-size: 12px;
    text-align: left;
    padding-left: 0.35rem;
  }
  .ny-tit > h4 {
    font-size: 0.3rem;
    line-height: 0.64rem;
    border-left-width: 3px;
  }
  .dpzw-tit h4 {
    font-size: 0.3rem;
    line-height: 1.8;
  }
  .dpzw-tit p {
    width: auto;
    height: 30px;
  }
  .dpzw-tit p span {
    font-size: 12px;
    line-height: 30px;
  }
  .dpzw-con p,
  .pnext p a,
  .pnext p {
    font-size: 0.26rem;
    line-height: 1.75;
  }
  .List li {
    line-height: 0.68rem;
  }
  .List li > a,
  .List li > span {
    font-size: 0.28rem;
  }
  .List li > a {
    padding-right: 1.75rem;
  }
  .tbz > ul li {
    width: 100%;
  }
}

/*new*/
.qr-List {
  margin: 0 -0.2rem 0 0;
}
.qr-List li {
  float: left;
  width: calc(25% - 0.58rem);
  margin: 0.34rem 0.29rem;
}
.qr-List li:nth-child(4n + 1) {
  margin-left: 0.2rem;
}
.qr-List a {
  display: block;
  overflow: hidden;
}
.qr-List li .pic {
  border: 1px solid #cecece;
  padding-top: 100%;
}
.qr-List a p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 1;
  text-align: center;
  margin-top: 0.14rem;
}
.qr-List li:hover p {
  color: #199352;
  font-weight: 600;
}
.qr-List {
  overflow: hidden;
  margin-top: 0.08rem;
  margin-bottom: 0.68rem;
}
@media screen and (max-width: 800px) {
  .qr-List a p {
    font-size: 0.26rem;
    line-height: 2;
  }
  .qr-List li {
    width: calc(33.33% - 0.58rem);
  }
}
@media screen and (max-width: 550px) {
  .qr-List li {
    width: calc(50% - 0.58rem);
  }
}

/*council*/
.council li {
  margin-top: 0.4rem;
}
.council li:first-child {
  margin-top: 0.3rem;
}
.council li a {
  display: block;
  overflow: hidden;
  font-size: 0;
}
.council li a .cover-img {
  display: inline-block;
  width: 1.9rem;
  height: 2.3rem;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
.council li a .cover-img > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.council li a .council-txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.31rem);
  margin-left: 0.4rem;
  padding-right: 0.25rem;
  padding-top: 0.2rem;
}
.council li a .council-txt h4 {
  font-size: 0.26rem;
  line-height: 1;
  color: #333333;
}
.council li a .council-txt h4 span {
  display: inline-block;
  font-size: 0.16rem;
  margin-left: 0.1rem;
}
.council li a .council-txt p {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 0.3rem;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.6rem;
}
.council {
  margin-bottom: 0.83rem;
}

@media screen and (max-width: 800px) {
  .council li a .cover-img,
  .council li a .council-txt {
    vertical-align: top;
  }
  .council li a .council-txt h4 {
    font-size: 0.32rem;
  }
  .council li a .council-txt h4 span {
    font-size: 0.26rem;
  }
  .council li a .council-txt p {
    font-size: 0.24rem;
    line-height: 0.46rem;
    max-height: 2.3rem;
  }
}

@media screen and (max-width: 550px) {
  .council li a .cover-img,
  .council li a .council-txt {
    display: block;
  }
  .council li a .council-txt {
    width: auto;
    margin-left: 0;
    padding: 0;
    margin-top: 0.2rem;
  }
  .council li a .cover-img {
    width: 2.2rem;
    height: 2.66rem;
    margin: 0 auto;
  }
}
/*leader*/
.leader div > h4 {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.68rem;
  background-color: #f2f2f2;
  font-weight: 600;
  text-align: center;
}
.leader div table {
  width: 100%;

  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #f9f9f9;
}
.leader div table td {
  word-break: break-all;
  word-wrap: break-word;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 0.2rem 0.1rem;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.leader div table td.td1 {
  width: 1.85rem;
  height: 0.32rem;
  padding-left: 0.28rem;
  vertical-align: top;
}
.leader div table td.td2 {
  padding-left: 0.6rem;
}
.leader div table td h4 {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
  font-weight: 600;
}
.leader div table td p {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #333333;
}
.leader div table .t1 td p span {
  margin-left: 0.35rem;
}
.leader div table .t2 td p span {
  margin-left: 1.4rem;
}
.leader div > p {
  font-size: 0.14rem;
  color: #999999;
  text-align: right;
  line-height: 1;
  margin-top: 0.29rem;
  margin-bottom: 0.29rem;
}
.leader div.item1 .td2 table td {
  border: none;
  vertical-align: top;
}
.leader div.item1 .td2 table td.tab-td1 {
  padding-left: 0;
  width: 1.8rem;
}
.leader div .table2 {
  border: none;
}
.leader div .table2 td {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0.36rem;
  vertical-align: top;
}
.leader div.item2 .td1 {
  width: 0.96rem;
}
.leader div .table2 td.tb2-td1 {
  width: 1rem;
  text-align: center;
}
.leader div .table2 td.tb2-td2 {
  padding-left: 0.5rem;
}
.leader div {
  margin-bottom: 0.47rem;
}
.leader div.item1 {
  margin-top: 0.3rem;
}
@media screen and (max-width: 800px) {
  .leader div > h4,
  .leader div table td h4 {
    font-size: 0.27rem;
    padding: 0.1rem;
  }
  .leader div.item1 .td2 table td,
  .leader div .table2 td,
  .leader div table td p {
    font-size: 0.25rem;
    line-height: 0.48rem;
  }
  .leader div > p {
    font-size: 0.24rem;
    text-align: left;
  }
  .leader div.item2 .td1 {
    width: 1.16rem;
  }
}
@media screen and (max-width: 550px) {
  .leader div.item2 .t1 > td,
  .leader div table td.td1,
  .leader div table td.td2 {
    display: block;
    width: auto;
    height: auto;
  }
  .leader div table td p {
    text-align: center;
  }
  .leader div table td h4 {
    text-align: center;
  }
  .leader div .table2 td.tb2-td2 {
    padding-left: 0.3rem;
  }
  .leader div .table2 td.tb2-td1 {
    width: 1.2rem;
  }
  .leader div table td.td2,
  .leader div.item1 .td2 table td.tab-td1 {
    padding-left: 0.2rem;
  }
}
/*media*/
.media li {
  margin-top: 0.5rem;
}
.media li:first-child {
  margin-top: 0.25rem;
}
.media li a {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.media a .cover-img {
  display: inline-block;
  width: 2.3rem;
  height: 1.6rem;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.media a .cover-img div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.media a .media-txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.6rem);
  margin-left: 0.3rem;
  padding-right: 0.2rem;
}
.media a .media-txt h4 {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media a .media-txt p {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.48rem;
  margin-top: 0.22rem;
}
.media a .media-txt span {
  display: block;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.16rem;
  padding-left: 0.26rem;
  background: url("img03.png") no-repeat left center;
  background-size: 0.16rem;
  margin-top: 0.28rem;
}
.media li:hover a .cover-img div {
  transform: scale(1.05);
}
.media li:hover .media-txt h4 {
  color: #199352;
}
@media screen and (max-width: 800px) {
  .media a .media-txt h4 {
    font-size: 0.28rem;
  }
  .media a .media-txt p {
    font-size: 0.24rem;
    line-height: 0.42rem;
    height: 0.84rem;
  }
  .media a .media-txt span {
    font-size: 0.24rem;
    line-height: 1;
    background-size: 0.24rem;
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 550px) {
  .media li a .cover-img {
    padding-top: 69.57%;
  }
  .media a .cover-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .media a .media-txt {
    display: block;
    width: auto;
    height: auto;
    margin-top: 0.2rem;
    margin-left: 0;
    padding-right: 0;
  }
}
/*system*/
.system > div {
  margin-top: 0.4rem;
  background-color: #ffffff;
  padding: 0.2rem 0.27rem 0.27rem;
  box-shadow: 0 0 0.1rem 0.02rem rgba(0, 0, 0, 0.15);
}
.system > div h4 {
  display: inline-block;
  padding: 0 0.36rem 0 0.28rem;
  margin-left: -0.27rem;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.42rem;
  background-color: #199151;
  border-radius: 0 25px 25px 0;
}
.system > div p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
}
.system > div span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.system {
  margin-bottom: 0.44rem;
}
@media screen and (max-width: 800px) {
  .system > div h4 {
    font-size: 0.28rem;
    line-height: 0.56rem;
  }
  .system > div p,
  .system > div span {
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
}

/*pic-list*/

.pic-list a {
  float: left;
  width: calc(33.33% - 0.54rem);
  margin: 0.26rem 0.27rem;
}
.pic-list a .pic {
  padding-top: 136.3%;
}
.pic-list a p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 1;
  text-align: center;
  margin-top: 0.23rem;
}
.pic-list {
  margin: 0.22rem -0.14rem 0.51rem;
  overflow: hidden;
}
.pic-list a:hover p {
  color: #199352;
}
@media screen and (max-width: 550px) {
  .pic-list a {
    width: calc(50% - 0.54rem);
  }
}

/*pic-icon*/

.pic-icon a {
  float: left;
  width: calc(25% - 0.4rem);
  margin: 0.25rem 0.2rem;
}
.pic-icon a .icon {
  width: 0.98rem;
  height: 1rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pic-icon a .icon img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.pic-icon a p {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.32rem;
  text-align: center;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-icon a:hover p {
  color: #199352;
}
.pic-icon {
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
}

@media screen and (max-width: 550px) {
  .pic-icon a {
    width: calc(33.33% - 0.4rem);
  }
  .pic-icon a p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .pic-icon a .icon img {
    max-width: 80%;
    max-height: 80%;
  }
}

/*project*/

.project a {
  float: left;
  width: calc(33.33% - 0.3rem);
  margin: 0.26rem 0.15rem;
}
.project a .pic {
  padding-top: 28.57%;
}
.project {
  overflow: hidden;
  margin: 0 -0.15rem 0;
}
.ny-main {
  padding-bottom: 1.03rem;
}
@media screen and (max-width: 800px) {
  .ny-main {
    margin-top: 0.97rem;
    padding-bottom: 0.6rem;
  }
  .project a {
    width: calc(50% - 0.3rem);
  }
}
@media screen and (max-width: 550px) {
  .project a {
    width: calc(100% - 0.3rem);
  }
}

/*journal*/
.journal-l {
  width: 3.7rem;
  padding: 0.38rem 0.29rem 0.5rem;
  background: rgba(143, 235, 186, 0.2);
}
.journal-l dl dd {
  font-size: 0;
}
.journal-l dl dd span,
.journal-l dl dd a {
  display: inline-block;
  font-size: 0.16rem;
  color: #199151;
  line-height: 2.375em;
  vertical-align: middle;
  font-weight: 600;
}
.journal-l dl dd a {
  font-weight: normal;
  margin-right: 0.24rem;
}
.journal .ny-right {
  width: 8.9rem;
}

@media screen and (max-width: 800px) {
  .journal-l {
    float: none;
    width: auto;
  }
  .journal .ny-right {
    width: auto;
  }
  .journal-l dl dd span,
  .journal-l dl dd a {
    font-size: 0.28rem;
  }
}

/************nr*************/

#zw .nr p a {
  word-break: break-all;
}
#zw .nr p {
  word-break: break-all;
  line-height: 2;
  font-size: 16px;
}
.nr table p {
  text-indent: 0em !important;
  margin-bottom: 0em !important;
}
.nr img {
  width: 500px !important;
  height: auto !important;
  max-width: 100% !important;
}
.nr video {
  max-width: 100% !important;
  height: auto !important;
}
.nr table {
  max-width: 100% !important;
  display: block;
}
.nr iframe {
  width: 100%;
  height: 800px;
}
.nr video {
  display: block;
  margin: 0 auto;
}

.new-list li a {
  display: block;
  overflow: hidden;
  padding: 0.4rem 0.6rem;
}
.new-list li .img_zd img {
  display: block;
  width: 100px !important;
  max-width: 100%;
  margin: 0 auto;
}
.new-list li .txt h3 {
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.48rem;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.1rem;
}
.new-list li .txt p {
  font-size: 0.16rem;
  line-height: 2em;
  text-indent: 2em;
}
.new-list li .txt {
  padding-top: 0.1rem;
}
.new-list li {
  border: 1px solid #efefef;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 0.35rem;
}

@media screen and (max-width: 800px) {
  .new-list li .txt h3 {
    font-size: 0.28rem;
    line-height: 2.5;
  }
  .new-list li .txt p {
    font-size: 0.23rem;
  }
  .new-list li a {
    padding: 0.35rem 0.4rem;
  }
}
