/* banner */
.nbanner {
  padding-top: 0px;
  width: 100%;
  overflow: hidden;
}

.nbanner img {
  width: 100%;
  height: 350px;
}
.nav-bot .nav-list > li > a {
  color: #fff !important;
}
.bar {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.w12 {
  max-width: 1500px;
  margin: 0 auto;
}
.w10 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.fix {
  *zoom: 1;
}
.fix:after,
.fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden; /* visibility:hidden */
}

.bannerNy {
  position: relative;
  z-index: 6;
  padding-top: 0px;
}

.ldu_wz_jj h5 {
  position: relative;
}
.ldu_wz_jj h5 p {
  font-size: 30px;
  color: white;
  z-index: 9;
  font-weight: normal;
  bottom: 0;
  background: var(--primary);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 20px;
}

.bannerNy .infoName img {
  position: relative;
  left: 50%;
  height: auto !important;
  min-height: auto !important;
  min-width: 100%;
  transform: translate(-50%, 0);
  top: 0;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
.bannerNy .infoName {
  position: relative;
}
.bannerNy .btnBf {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 33px;
  height: 33px;
  background-size: 100%;
}
.bannerNy .btnZt {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 33px;
  height: 33px;
  background-size: 100%;
}

/* navNow */
.navNow {
  margin-top: -60px;
}
.now .nowCon p a {
  font-size: 0.12rem;
  color: #6c6d6e;
  display: inline-block;
  margin-right: 0.3rem;
  position: relative;
  line-height: 0.5rem;
}
.now .nowCon p a + a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #828385;
  border-radius: 50%;
  left: -0.15rem;
  top: 50%;
  margin-top: -1px;
}
.now .nowCon p a:hover {
  color: var(--primary);
}

.nowCon2 {
  position: relative;
  overflow: hidden;
  float: right;
  top: -30px;
}

.nowCon2 a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  line-height: 50px;
  font-weight: normal;
}
.nowCon2 a + a::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  left: -10px;
  top: 50%;
  margin-top: -1px;
}
.nowCon2 a:hover {
  font-weight: bold;
}

.accordion {
  width: 100%;
}
.accordion li:first-child .nav-link {
  border-top: 1px solid #d9d9d9;
}
.accordion li {
  position: relative;
  overflow: hidden;
}
.accordion li i {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li .nav-link2 i {
  display: block;
  width: 30px;
  height: 30px;
  background: url() no-repeat center;
  position: absolute;
  top: 15px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li.on2 .nav-link2 i,
.accordion li:hover .nav-link2 i {
  background: url() no-repeat center;
}
.accordion li.on2 .nav-link,
.accordion li .nav-link:hover,
.accordion li.open .nav-link {
  background: url();
  background-size: contain;
  border-bottom: none;
}
.accordion li.on2 .nav-link1 a {
  color: white;
}
.accordion li .nav-link:hover {
  background: url();
  background-size: contain;
}
.accordion li .nav-link:hover a {
  color: #ffffff;
}
.accordion li.open .nav-link a {
  color: white;
  font-weight: bold;
}
.accordion li.open i.fa-chevron-down {
}
.accordion li.open .nav-link {
  border: none;
}

.accordion .nav-link:hover {
}
.accordion .nav-link:hover a {
  color: var(--primary);
}
.accordion .nav-link.hover {
}
.accordion .nav-link.hover a {
  color: var(--primary);
}

.accordion .nav-link3 {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  line-height: 30px;
  min-height: 30px;
  height: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.accordion li:last-child .nav-link3 {
  border-bottom: 0px solid #d9d9d9;
}
.accordion .nav-link3 a {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0;
}
.accordion .nav-link3:hover {
  color: var(--primary);
  font-weight: bold;
}
.accordion .nav-link3:hover a {
  color: var(--primary);
}
.accordion .nav-link3.hover {
  color: var(--primary);
  font-weight: bold;
}
.accordion .nav-link3.hover a {
  color: var(--primary);
}

.accordion li ul {
  padding-left: 30px;
}
.accordion li ul li {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  display: block;
  line-height: 30px;
}
.accordion li ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 0;
}

/* å†…å®¹ */
.ldu_wz_neirong {
  width: 100%;
  overflow: hidden;
  background-color: var(--canvas);
  background-size: 100% 100%;
  padding-top: 40px;
  padding-bottom: 55px;
}

.ldu_wz_content {
  max-width: 1680px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.ldu_wz_nei {
  width: 20%;
}
.ldu_wz_xiao {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: middle;
}
.ldu_wz_rong {
  width: 78.6%;
  background: #fff;
  padding: 0px 25px 25px 25px;

  box-sizing: border-box;
  vertical-align: middle;
}

.ldu_wz_rong2 {
  width: 100%;
  background: #fff;
  padding: 0px 25px 25px 25px;

  box-sizing: border-box;
  vertical-align: middle;
}

.wen_zhang {
  width: 100%;
  background: #fff;
  padding: 0px 25px 25px 25px;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.ldu_wz_weizhi {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px #ccc solid;
}

.ldu_wz_wei p {
  font-size: 24px;
  color: var(--primary);
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}

.ldu_wz_wei p::after {
  content: "";
  width: 5px;
  height: 18px;
  background: var(--primary);
  left: 0;
  right: auto;
  top: 8px;
  position: absolute;
}

.ldu_wz_zhi a {
  font-size: 16px;
  color: #333;
}
.ldu_wz_neirong2 {
  padding-top: 30px;
}
.ldu_wz_neirong2 p {
  color: #000;
  margin-top: 10px;
  text-align: justify;
  font-size: 20px;
  line-height: 38px;
}

.nytit {
  background: url() 7px 16px no-repeat;
  line-height: 30px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  font-size: 14px;
}

.nytit a {
  padding-right: 7px;
}

/*ä¿¡æ¯åˆ—è¡¨å¼€å§‹*/
.Newslist {
  width: 100%;
}

.Newslist ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #dcdcdc;

  font-size: 16px;
  padding-left: 5px;
  overflow: hidden;
  width: 98%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Newslist ul li .shijian {
  float: right;
  padding-left: 10px;
  color: #999999;
}

.Newslist ul li a:hover {
  color: #000;
  font-weight: 600;
}

/*çŽ°ä»»é¢†å¯¼ list xrld*/

.ldu_xrld {
  padding-top: 16px;
}
.ldu_xrld dl {
  display: block;
  width: 96%;
  height: 210px;
  background: #f9f9f9;
  margin-bottom: 22px;
  padding: 2%;
}
.ldu_xrld dl:hover {
  -webkit-box-shadow: 0 6px 20px #aaa;
  -moz-box-shadow: 0 6px 20px #aaa;
  box-shadow: 0 6px 20px #aaa;
}
.ldu_xrld dl dt {
  float: left;
  width: 22%;
  height: 210px;
  overflow: hidden;
  margin-right: 2%;
}
.ldu_xrld dl dt img {
  width: 140px;
  height: 208px;
  background-size: 100% 100%;
}
.ldu_xrld dl dd {
  float: left;
  width: 76%;
  height: 210px;
  position: relative;
}
.ldu_xrld dl dd .title {
  height: 53px;
  line-height: 54px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 8px;
}
.ldu_xrld dl dd .title .line {
  position: absolute;
  left: 0px;
  top: 53px;
  display: block;
  width: 52px;
  height: 1px;
  background: var(--alert);
}
.ldu_xrld dl dd .title .zc {
  font-size: 16px;
  font-family: "Microsoft Yahei";
  color: #212121;
  font-weight: bold;
  margin-right: 20px;
}
.ldu_xrld dl dd .title .xm {
  font-size: 16px;
  font-family: "Microsoft Yahei";
  color: #212121;
}
.ldu_xrld dl dd p {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  color: #666;
}
.ldu_xrld dl dd span.fg {
  font-weight: bold;
  color: #212121;
}
.ldu_xrld dl dd span.dw {
  font-weight: bold;
  color: #212121;
}
.ldu_xrld dl dd span.lx {
  font-weight: bold;
  color: #212121;
}
.ldu_xrld dl dd .ckxq {
  height: 26px;
  line-height: 26px;
  padding: 0 30px;
  border-radius: 14px;
  position: absolute;
  left: 0px;
  bottom: 0;
  font-family: "Microsoft Yahei";
  color: var(--alert);
  font-size: 16px;
  background: #f0f0f0;
  text-align: center;
}
.ldu_xrld dl:hover dd .ckxq {
  background: var(--alert);
  color: #fff;
}
/*end list xrld*/

/*åŽ†ä»»é¢†å¯¼*/

.ul-list-d1 li {
  margin-bottom: 28px;
}
.ul-list-d1 .tit {
  overflow: hidden;
  padding: 15px 80px 15px 40px;
  background: url() center right no-repeat var(--primary);
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}
.ul-list-d1 .tit h3 {
  width: 90%;
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ul-list-d1 .tit span {
  float: right;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.ul-list-d1 .tit span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ul-list-d1 .tit {
  padding: 0.7vw 4vw 0.7vw 2vw;
  border-radius: 0.52vw 0.52vw 0 0;
}
.ul-list-d1 .tit span {
  width: 1.666vw;
  height: 1.666vw;
}
.ul-list-d1 .title {
  border-bottom-width: 0.104vw;
}
.ul-list-d1 .title span {
  float: left;
  width: 33.3%;
  font-size: 1.145vw;
  margin-bottom: 0.833vw;
}

.ul-list-d1 .title {
  border-bottom: 1px solid #eaeaea;
}
.ul-list-d1 .title span {
  float: left;
  width: 33.3%;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #333;
}
.ul-list-d1 .m-require .item .s1,
.ul-list-d1 .title .s1 {
  padding-left: 0px;
}

.ul-list-d1 .m-require {
  padding: 20px 70px 20px;
  background: #fff;
  box-shadow: -1px 4px 30px 0 rgba(62, 81, 110, 0.26);
  border-radius: 0 0 10px 10px;
}
.ul-list-d1 .m-require .item span {
  float: left;
  width: 33.3%;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  padding: 16px 0 6px;
}

.ldu_wz_xue {
  width: 100%;
  background-color: var(--primary);

  background-size: 100% 100%;
  display: flex;
  align-items: center;
  height: 87px;
  padding-left: 53px;
}

.ldu_wz_xue2 {
  width: 100%;
  background-color: #ccc;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  height: 55px;
  padding-left: 53px;
  cursor: pointer;
}
.ldu_wz_xue2 p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.ldu_wz_xue p {
  font-size: 30px;
  line-height: 28px;
  color: #fff;
}

.ldu_wz_jj {
  padding: 20px 15px;
  background-color: #fff;
  border-bottom: var(--primary) solid 5px;

  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.ldu_wz_jj1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #eee solid 1px;
}

.ldu_wz_jj1:nth-last-child(1) {
  border-bottom: 0;
}

.tu1 {
  display: none;
}

.jianjie1 {
  font-size: 18px;
  color: #333333;
  padding: 25px 0;
}

.jianjie1 img {
  padding: 0 10px;
  opacity: 0;
}

.ldu_wz_jj2 .jianjie1 img {
  opacity: 1;
}

.ldu_wz_jj2 .jianjie1 span {
  color: var(--primary);
}

.ldu_wz_jj2 .tu1 {
  display: block;
}

.ldu_wz_jj2 .tu2 {
  display: none;
}

.news_neirong {
  width: 100%;
  overflow: hidden;
  background-color: var(--canvas);

  background-size: 100% 100%;

  padding-bottom: 60px;
}

.news_content {
  display: flex;
  justify-content: space-between;
}

.news_nei {
  width: 69%;
}

.news_rong {
  width: 28%;
  background-color: #fff;
}

.news_tu2 {
  display: none;
}

.news_nei1 {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 25px 15px 20px;
  transition: all 0.4s ease, transform 0.3s ease;
  background: url() no-repeat top right/contain;

  margin-bottom: 20px;
  box-shadow: var(--card-shadow);
  box-sizing: border-box;
  border-radius: 12px;
}

.news_xinwen {
  padding-left: 15px;
}

.news_tu a img {
  width: 330px;
  height: 205px;
}

.news_xinwen a h2 {
  font-size: 20px;
  line-height: 36px;
  color: #333;
  padding-bottom: 13px;
  transition: all 0.4s;
  margin-top: 0;
}

.news_xinwen a p {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  padding-bottom: 20px;
  transition: all 0.4s;
  height: 82px;
  box-sizing: border-box;
}

.news_xinwen a span {
}

.news_xinwen a h2 span {
}

.news_xinwen a span img {
  padding-right: 10px;
}

.news_nei1:hover {
  background-color: var(--accent-light);
  transform: translateY(-4px);
  box-shadow: var(--card-hover-shadow);
}

.news_nei1:hover .news_xinwen a h2 {
  color: var(--primary-dark);
}

.news_nei1:hover .news_xinwen a p {
  color: var(--text-body);
}

.news_nei1:hover .news_xinwen a span {
  color: var(--text-body);
}

.news_nei1:hover .news_xinwen .news_tu1 {
  display: none;
}

.news_nei1:hover .news_xinwen .news_tu2 {
  display: block;
}

.news_wen2 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_wen2 ul li a p {
  font-size: 15px;
  color: #333;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  transition: all 0.4s;
}
.news_wen2 ul li a span {
  font-size: 15px;
  color: #333;
  line-height: 17px;
  white-space: nowrap;
}
.news_wen1 {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px var(--primary) solid;
}
.news_wen1 p {
  padding-left: 15px;
  font-size: 22px;
  line-height: 28px;
}
.news_wen2 ul li {
  padding-top: 18px;
}
.news_wen {
  background-color: #fff;
  padding: 0 15px;
}
.news_nei1:nth-last-child(1) {
  margin-bottom: 0;
}
.fenye {
  padding-top: 60px;
  width: 69%;
}
.fenye ul {
  display: flex;
  justify-content: center;
}
.fenye ul li {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  border: 1px #ccc solid;
}
.fenye ul li a {
  color: #333;
  font-size: 14px;
}
.se {
  background-color: var(--primary);
}
.se a {
  color: #fff !important;
}
.fenye ul li:hover {
  background-color: var(--primary);
}
.fenye ul li:hover a {
  color: #fff;
}
.news_wen2 ul li:hover a p {
  color: var(--primary);
}
.news_wen2 ul li:hover a span {
  color: var(--primary);
}

/*å›¾ç‰‡æ–‡ç« åˆ—è¡¨*/
.ldu_wz_neirong2 .list {
  overflow: hidden;
  margin-top: 40px;
}
.ldu_wz_neirong2 .list li {
  float: left;
  width: calc(33% - 22px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.ldu_wz_neirong2 .list li:nth-child(3n + 0) {
  margin-right: 0;
}
.ldu_wz_neirong2 .list li .img {
  max-height: 210px;
}
.ldu_wz_neirong2 .list li:hover .txt p {
  color: var(--primary);
  transition: all 0.3s linear;
}
.ldu_wz_neirong2 .list li:hover .img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.ldu_wz_neirong2 .list .txt {
  padding: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.ldu_wz_neirong2 .list .txt p {
  font-size: 16px;
  height: 52px;
  line-height: 26px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ldu_wz_neirong2 .list .txt span {
  float: right;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary);
  padding-left: 24px;

  background-size: 18px;
}

/*å¸ˆèµ„å›¾ç‰‡æ–‡ç« åˆ—è¡¨*/

.ldu_wz_neirong22 {
  padding-top: 30px;
}
.ldu_wz_neirong22 p {
  color: #000;
  margin-top: 10px;
  text-align: justify;
  font-size: 20px;
  line-height: 38px;
}

.ldu_wz_neirong22 .list {
  overflow: hidden;
  margin-top: 40px;
}
.ldu_wz_neirong22 .list li {
  float: left;
  width: calc(33% - 22px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.ldu_wz_neirong22 .list li:nth-child(3n + 0) {
  margin-right: 0;
}
.ldu_wz_neirong22 .list li .img {
  height: 270px;
  object-fit: cover;
}
.ldu_wz_neirong22 .list li .img img {
  height: 100%;
}
.ldu_wz_neirong22 .list li:hover .txt p {
  color: var(--primary);
  transition: all 0.3s linear;
}
.ldu_wz_neirong22 .list li:hover .img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.ldu_wz_neirong22 .list .txt {
  padding: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.ldu_wz_neirong22 .list .txt p {
  font-size: 16px;
  height: 52px;
  line-height: 26px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ldu_wz_neirong22 .list .txt span {
  float: right;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary);
  padding-left: 24px;

  background-size: 18px;
}

/*ç»„ç»‡æœºæž„*/
.bm1 {
  width: 80%;
  margin-bottom: 20px;
  background: linear-gradient(to right, var(--primary), transparent);
}
.bm1 p {
  font-size: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  color: #fff;
  position: relative;
}
.bm1 p::after {
  content: "";
  width: 5px;
  height: 20px;
  background: #fff;
  left: 10px;
  right: auto;
  top: 30%;
  position: absolute;
}
.danwei {
  display: flex;
  flex-wrap: wrap;
}

.danwei_nei {
  width: 30%;
  display: flex;
  align-items: center;
  padding: 0 1%;
  display: flex;
  height: 80px;
  background: #f5f5f5;
  margin-bottom: 25px;
  box-shadow: #8d9aa6 3px 3px 3px;
  transition: all 0.6s;
  margin-right: 1.8%;
}
.danwei_nei:nth-child(3n + 0) {
  margin-right: 0;
}
.danwei_nei a {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  transition: all 0.4s;
}
.danwei_nei:hover a {
  color: var(--primary);
  transform: translateX(10px);
}

/*æ–‡ç« å†…å®¹*/
.ny_k {
  width: 100%;
  background-color: #fff;
  padding: 10px 40px 30px 40px;
  float: left;
  box-sizing: border-box;
}
.ab_nr {
  width: 84%;

  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin: 30px auto;
}
.ab_nr p {
  margin-bottom: 10px;
  text-align: justify;
}
.ny_bt {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  text-align: center;
  line-height: 155%;
}
.ab_fx {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-top: 20px;
}
.ab_fx a {
  margin-left: 10px;
}
.sbt {
  width: 96%;
  font-size: 36px;
  margin: 0 auto;

  line-height: 56px;
  font-family: "å¾®è½¯é›…é»‘", "å®‹ä½“";
  text-align: center;
  padding: 25px 0 25px 0;
  font-weight: normal;
}

.sbt_sub {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #999999;
}

.pages-date {
  width: 96%;
  margin: 0 auto;
  border-bottom: 1px #dcdcdc solid;
  padding-top: 7px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  height: 35px;
  overflow: hidden;
}
.pages_print {
  border-bottom: none;
  top: 7px;

  float: right;
}
.pages_print .printIco {
  float: left;
  background: url() no-repeat 0px 0px;
  padding-left: 22px;
}
.pages-date span.font,
.pages_print span.font {
  margin: 0 10px;
}
.editor {
  padding-bottom: 30px;
}

.ssj {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  padding: 20px 0px 45px 0px;
  color: #999999;
}
.sgd {
  width: 100%;
  float: left;
  border-top: solid 1px #ddd;
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
}
.sgd .ab_fx {
  float: right;
  width: auto;
  margin-top: -30px;
}

/*å†…å®¹äºŒç»´ç */
.ny_ewm {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #b5b5b5;
  font-size: 12px;
  line-height: 26px;
}

.list_gjfw {
  margin-bottom: 5px;
}
.list_gjfw .title h3 {
  line-height: 22px;
  background: #fff url() no-repeat left;
  display: inline-block;
  padding-right: 15px;
}
.list_gjfw .title {
  background: #eae9e9;
  margin: 50px 0 25px;
}
.list_gjfw li {
  width: 25%;
  float: left;
  height: 44px;
  line-height: 22px;
  padding-left: 15px;
  box-sizing: border-box;
}
.list_gjfw li a {
  font-size: 14px;
  color: #252525;
}
.list_gjfw li:hover a {
  color: var(--alert);
}
.list_zhu li {
  margin-top: 25px;
  border-bottom: 1px solid #e8e8e8;
  height: 220px;
  padding: 10px 0 0;
  box-sizing: border-box;
}

.list_ml .title {
  background: none;
  margin: 20px 0 15px 0;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0;
}
.list_ml .title h3 {
  background: none;
  color: var(--alert);
  font-size: 18px;
  padding-left: 0;
  font-weight: 100;
}
.list_ml li a {
  font-size: 15px;
  display: inline;
}
.list_ml li {
  width: 12.5%;
}
.titles h2 {
  background: url() no-repeat left;
  line-height: 22px;
  margin: 50px 0 33px;
  font-size: 19px;
  font-weight: bold;
  padding-left: 15px;
}
.list_ml .zm {
  width: 15px;
  float: left;
  clear: both;
  height: 35px;
  line-height: 35px;
}
.list_ml .yc {
  width: 850px;
  float: right;
}

@media screen and (max-width: 1024px) {
  .ldu_wz_content {
    flex-wrap: wrap;
  }

  .ldu_wz_nei {
    width: 100%;
  }

  .wen_zhang {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .bannerNy {
    position: relative;
    z-index: 6;
    padding-top: 0px;
  }
  .ldu_wz_jj h5 p {
    bottom: 40px;
    display: table;
    left: 0;
    text-align: center;
    font-size: 20px;
    padding: 10px;
  }

  .w12 {
    max-width: 800px;
    margin: 0;
  }
  .w123 {
    max-width: 800rem;
    margin: 0;
  }
  .w14 {
    max-width: 800px;
    margin: 0 0.5rem;
  }
  .bar {
    padding: 0 3%;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ul-list-d1 .m-require {
    padding: 20px 20px 20px;
    background: #fff;
    box-shadow: -1px 4px 30px 0 rgba(62, 81, 110, 0.26);
    border-radius: 0 0 8px 8px;
  }
  .ul-list-d1 .tit {
    overflow: hidden;
    padding: 10px 10px 10px 10px;
  }
  .ul-list-d1 .tit h3 {
    width: 90%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ul-list-d1 .title span {
    float: left;
    width: 33.3%;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
  }
  .ul-list-d1 .m-require .item span {
    float: left;
    width: 33.3%;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding: 10px 0 6px;
  }

  .ldu_wz_wei p {
    font-size: 20px;
    color: var(--primary);
    position: relative;
    padding-left: 10px;
    font-weight: bold;
  }

  .ab_nr {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 0px;
  }
  .ny_ewm {
    display: none;
  }

  .danwei {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
  }
  .danwei_nei {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 1%;
    display: flex;
    height: 80px;
    background: #f5f5f5;
    margin-bottom: 15px;
    box-shadow: #8d9aa6 3px 3px 3px;
    transition: all 0.6s;
    margin-right: 0;
  }
  .danwei_nei:nth-child(3n + 0) {
    margin-right: 0;
  }
  .danwei_nei a {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    transition: all 0.4s;
  }
  .danwei_nei:hover a {
    color: var(--primary);
    transform: translateX(10px);
  }

  .ldu_wz_neirong2 .list li {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .ldu_wz_right {
    display: none;
  }
  .ldu_wz_zhi a,
  .ldu_wz_zhi span {
    font-size: 14px;
  }
  .ldu_wz_weizhi {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .ldu_wz_zhi {
    width: 100%;
    margin-top: 10px;
  }
  .ldu_wz_neirong2 p {
    padding-top: 0px;
  }

  .ldu_wz_rong {
    padding: 0px 0 10px 0;
  }
  .wen_zhang {
    padding: 0px 0 20px 0;
  }
  .jianjie1 {
    padding: 15px 0;
  }
  .ldu_wz_xue p {
    font-size: 20px;
  }

  .ldu_wz_neirong {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #fff;
  }
  .pages_print {
    display: none;
  }
  .clearfix .wz {
    padding-left: 0 !important;
    width: 100% !important;
    text-align: center;
  }
  .clearfix .img {
    padding-left: 0 !important;
    width: 100% !important;
    text-align: center;
  }
  .news_nei1 {
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 15px;
  }
  .news_xinwen {
    padding-left: 0;
  }
  .news_tu a img {
    width: 100%;
    object-fit: cover;
  }
  .news_xinwen a h2 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    padding-bottom: 0;
  }
  .news_xinwen a p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    padding-bottom: 20px;
    transition: all 0.4s;
    height: 75px;
    box-sizing: border-box;
  }

  .ldu_wz_jj {
    padding: 10px 10px;
    background-color: #fff;
    border-bottom: var(--primary) solid 5px;

    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  .accordion .nav-link3 a {
    display: block;
    color: #666666;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0;
  }
  .accordion li .nav-link2 i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navNow {
    margin-top: -30px;
  }
  .now2 .nowCon2::after {
    content: "";
    position: absolute;
    background: url() no-repeat left center;
    height: 30px;
    left: 44vw;
    right: 0;
    top: 0;
    z-index: -2;
  }
  .now2 .nowCon2 p a {
    font-size: 12px;
    color: white;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    line-height: 30px;
  }
  .now2 .nowCon2 p a + a::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #ffffff;
    border-radius: 50%;
    left: -6px;
    top: 50%;
    margin-top: -1px;
  }
  .now .nowCon2 p a:hover {
    font-weight: bold;
  }

  .ny_k {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    float: left;
    box-sizing: border-box;
  }
  .sbt {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    float: left;
    margin-top: 0px;
    padding-top: 0;
  }

  .sbt_sub {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    float: left;
    color: #999999;
  }
  .ssj {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    padding: 15px 0px 25px 0px;
    color: #999999;
  }
  .sgd {
    width: 100%;
    float: left;
    border-top: solid 1px #ddd;
    padding-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
  }
}
