@charset "utf-8";

.head {
  padding-bottom: 100px;
}

.head .d1 {
  z-index: 10;
}

.head .d2 .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.head .d2 .logo {
  height: auto;
  margin: 90px auto 14px;
}

.head .d2 .logo img {
  margin-top: 0;
  margin: 0;
}

.head .d2 .logo img:first-child {
  width: 70px;
  margin-right: 25px;
}

.head .d2 .logo img:nth-child(2) {
  width: 420px;
}

/*search*/

.search-con {
  display: block;
  font-size: 0;
  position: relative;
  margin-left: 38px;
  margin-right: 19px;
}

.search-con::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -19px;
  height: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.search-con button {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
}

.search-con button img {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  transition: all 0.5s;
}

.search-con button:hover img {
  transform: scale(1.05);
}

.search-con .search {
  width: 500px;
  height: 50px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 1;
  display: none;
}

input,
button {
  border: none;
  outline: none;
}

.search-con .search .text {
  width: 500px;
  padding-left: 15px;
  padding-right: 95px;
  height: 50px;
  font-size: 16px;
  background: none;
  color: #333;
}

.search-con .search .button {
  width: 80px;
  height: 50px;
  background: #305db7 url(../images/search.png) no-repeat center;
  background-size: 25px 25px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
}

.search-con input::-webkit-input-placeholder {
  color: #999;
}

.search-con input::-moz-input-placeholder {
  color: #999;
}

.search-con input::-ms-input-placeholder {
  color: #999;
}

.files-senior-search {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #333;
}

.search-draw-div {
  margin: 0 auto;
  height: fit-content;
  width: 1000px;
  margin-top: 12%;
  z-index: 9;
  background: #ffffff;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 0px 18px 0px #bfbfbf;
}

.search-draw-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 10px;
}

.head-left {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.head-right img {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.draw-main {
  padding: 20px 0 10px 0;
}

.draw-searchResult,
.draw-order,
.draw-place,
.draw-time,
.draw-theme,
.draw-source,
.draw-document-no {
  display: flex;
  margin-bottom: 10px;
}

.draw-top img {
  width: 14px;
  height: 7px;
}

.draw-left {
  text-align: left;
  width: 90px;
  height: 38px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 38px;
}

.draw-right {
  display: flex;
  flex-wrap: wrap;
  flex: 8;
  align-items: center;
}

.time-search-div input {
  text-align: center;
}

.time-search-div {
  display: none;
}

.draw-theme input,
.draw-document-no input {
  width: 180px;
  height: 28px;
  border: 1px solid #DCDCDC;
  line-height: 28px;
  padding-left: 10px;
  margin-right: 10px;
}

.mobile-btn-div {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.mobile-btn-div>div {
  width: 120px;
  height: 40px;
  background: rgb(56, 120, 229);
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  cursor: pointer;
}

.mobile-btn-noagree {
  background: #FFFFFF !important;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  color: #333333 !important;
}

.mobile-btn-agree {
  margin-right: 20px;
}

.draw-select-div .open img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.radio-div span {
  margin-right: 20px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 38px;
  cursor: pointer;

}

.radio-btn {
  display: inline-block;
  line-height: 36px;
  float: left;
  padding-left: 20px;
  margin-right: 25px;
  background: url(/system/_ui/images/admin/check04.gif) 0 50% no-repeat;
  background-size: 16px;
  font-style: normal;
}

.radio-div .active {
  background: url(/system/_ui/images/admin/check05.gif) 0 50% no-repeat;
  background-size: 16px;
}

.h-inp {
  width: 370px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #DCDCDC;
  padding-left: 11px;
}


/* 定位搜索框 */

.yc-search {
  line-height: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.yc-search-bg {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.search-con .search {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  right: inherit;
}

.nav-main {
  z-index: auto;
}

.navList>li {
  float: left;
  width: 12.5%;
  text-align: center;
}

.navList>li:first-child {
  margin-left: 0;
}

.navList>li a {
  display: block;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
}

.main {
  position: relative;
  /* z-index: 9; */
}

.main .wrap {
  position: relative;
  z-index: 8;
}

body.mbg {
  background: url(../images/index-bg.jpg) center top;
  background-size: cover;
}

.bgw {
  background: #fff;
  padding: 40px 50px 60px;
  min-height: 430px;
}

.position {
  position: relative;
  font-size: 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #246ce2;
  text-align: right;
  margin-bottom: 30px;
}

.position h3 {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #236be2;
}

.position>* {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  vertical-align: middle;
}

.position img {
  width: 19px;
  height: 24px;
  margin-right: 10px;
}

.position span {
  display: inline-block;
  margin: 0 10px;
}

.position a:hover {
  color: #236be2;
}

/*.detail*/
.detail {
  padding: 0 90px;
}

.dtl-tit h4 {
  font-size: 32px;
  line-height: 1.5em;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.dtl-tit .shar {
  font-size: 0;
}

.dtl-tit .shar span,
.dtl-tit .shar a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  vertical-align: middle;
}

.dtl-tit .shar a {
  margin: 0 3px;
}

.dtl-tit .shar .ll span {
  margin-right: 30px;
}

.dtl-tit .share {
  display: inline-block;
  vertical-align: middle;
}

.dtl-tit .shar .wx {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/share-wx.png") no-repeat 50%;
}

.dtl-tit .shar .qz {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/share-qz.png") no-repeat 50%;
}

.dtl-tit .shar .wb {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/share-wb.png") no-repeat 50%;
}

.dtl-tit {
  padding-top: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 60px;
}

.dtl-txt p {
  font-size: 16px;
  color: #666666;
  line-height: 2em;
  text-indent: 2em;
  margin-top: 25px;
}

.dtl-txt img {
  max-width: 100% !important;
  height: auto !important;
}




.dtl-list ul {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-left: none;
  display: flex;
  flex-wrap: wrap;
}

.dtl-list ul li {
  float: left;
  width: 50%;
  font-size: 0;
  line-height: 30px;
  border-top: 1px solid #dcdcdc;
  display: flex;
}

.dtl-list ul li>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #666;
  /* white-space: nowrap; */
}

.dtl-list ul li span {
  width: 160px;
  padding-left: 40px;
  border-left: 1px solid #dcdcdc;
  background: #f8f8f8;
  border-right: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}

.dtl-list ul li em {
  width: calc(100% - 160px);
  padding-left: 35px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* border-left: 1px solid #dcdcdc; */
  padding-right: 20px;
  padding: 10px 20px 10px 35px;
  display: flex;
  align-items: center;
}

.dtl-list ul li.tit {
  width: 100%;
}

.dtl-list {
  margin-top: 32px;
  margin-bottom: 28px;
}

.dtl-xg {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 25px;
  margin-top: 50px;
}

.dtl-xg h3 {
  font-size: 20px;
  font-weight: bold;
  color: #256ce2;
  margin-bottom: 20px;
}

.dtl-xg ul li {
  margin: 10px 0;
}

.dtl-xg ul li a {
  font-size: 20px;
  color: #000;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 25px;
  transition: all 0.5s;
}

.dtl-xg ul li a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bebebe;
}

.dtl-xg ul li:hover a {
  color: #256ce2;
}

.dtl-xg ul li:hover a::before {
  background-color: #236acc;
}

/*内容页*/

.con-tit h4 {
  font-size: 24px;
  line-height: 1.25em;
  color: #333333;
  text-align: center;
  margin-bottom: 13px;
}

.con-tit h5 {
  font-size: 20px;
  line-height: 1.25em;
  color: #666;
  text-align: center;
  margin-bottom: 13px;
}

.con-tit .shar {
  font-size: 0;
  overflow: hidden;
  text-align: center;
}

.con-tit .shar+.shar {
  overflow: visible;
}

.con-tit .shar span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 32px;
  color: #999999;
  margin: 0 15px;
}

.con-tit .shar .share span {
  margin-right: 0;
}

.con-tit {
  padding-top: 16px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}

.con-txt p {
  font-size: 18px;
  line-height: 2.25em;
  color: #333333;
  text-indent: 2em;
}

.con-txt h1 {
  font-size: 22px;
  color: #333333;
  text-indent: 2em;
  line-height: 2.25;
}

.con-txt img {
  margin: 40px auto;
}

.content .page p {
  font-size: 18px;
  line-height: 48px;
  color: #333333;
}

.content .page p span {
  display: inline-block;
  padding-left: 24px;
  background: url("../images/content-up.png") no-repeat left center;
}

.content .page p.down span {
  background-image: url("../images/content-down.png");
}

.content .page p:hover,
.content .page p:hover span {
  color: #0052da;
  /* text-decoration: underline;*/
}

.content .page {
  margin-top: 63px;
  padding-top: 24px;
  border-top: 1px solid #dcdcdc;
}

.content .xz-sc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #ebebeb;
  padding: 5px 20px;
  margin-top: 40px;
}

.content .xz-sc .sc a {
  display: block;
  font-size: 16px;
  transition: all 0.3s;
}

.content .xz-sc .dy {
  font-size: 16px;
  margin-left: 30px;
  cursor: pointer;
}

.content .xz-sc .fx {
  display: flex;
  font-size: 16px;
  align-items: center;
  margin-left: 30px;
}


.content .xz-sc .sc a:hover {
  color: #0051e1;
}

.content .xz-sc .dy:hover {
  color: #0051e1;
}

/*新闻列表页*/
.newList-leftNav {
  float: left;
  width: 300px;
  background: #fff;
}

.newList-leftNav h4 {
  font-size: 30px;
  color: #fff;
  background: #0052da;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  padding: 39px 20px;
  position: relative;
}

.newList-leftNav>ul>li h2 {
  position: relative;
  line-height: 68px;
  padding-left: 45px;
  border-top: 1px solid #e5e5e5;
  border-left: 3px solid transparent;
}

.newList-leftNav>ul>li h2 a {
  font-size: 20px;
  color: #111111;
}

.newList-leftNav>ul>li i {
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  width: 10px;
  background: url("../images/list-icon.png") no-repeat 50%;
  background-size: 10px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.newList-leftNav>ul ul a {
  font-size: 18px;
  line-height: 2em;
  color: #333;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
}

.newList-leftNav>ul ul li:first-child a,
.newList-leftNav>ul>li:first-child {
  border: 0;
}

.newList-leftNav>ul ul a:hover {
  color: #1a65e1;
}

.newList-leftNav>ul ul {
  display: none;
  padding-left: 48px;
}

.newList-leftNav>ul>li.active i,
.newList-leftNav>ul>li.on i,
.newList-leftNav>ul>li:hover i {
  opacity: 1;
  visibility: visible;
}

.newList-leftNav>ul>li.active h2 a,
.newList-leftNav>ul>li.on h2 a {
  color: #0052da;
}

.newList-leftNav>ul>li.active h2,
.newList-leftNav>ul>li.on h2 {
  border-left-color: #0052da;
}

.newList-list {
  float: right;
  width: calc(100% - 380px);
  min-height: 430px;
}

.new-list a {
  display: block;
  padding: 14px 28px 10px;
  background: #fff;
  transition: all 0.3s;
}

.new-list a h4 {
  position: relative;
  margin-bottom: 16px;
}

.new-list a h4 span {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  font-weight: 600;
  padding-right: 130px;
}

.new-list a h4 time {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  color: #1a65e1;
  line-height: 1;
  transform: translateY(-50%);
}

.new-list a h4 time i {
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}

.new-list a>i {
  display: block;
  height: 2px;
  margin-bottom: 22px;
  background: url("../images/list-icon2.png") repeat-x 50%;
}

.new-list a p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  height: 60px;
}

.new-list li:hover a {
  background: #0052da;
}

.new-list li:hover h4 span,
.new-list li:hover a h4 time {
  color: #fff;
}

.new-list li:hover a p {
  color: rgba(255, 255, 255, 0.48);
}

.new-list li {
  margin-top: 0;
}

.new-list li:first-child {
  margin-top: 0 !important;
}

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 65px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #666;
  margin: 0 6px;
}

.pagination a.active {
  background: #0052da;
  color: #fff;
  border: 1px solid #0052da;
}

.pagination a:hover {
  background: #0052da;
  color: #fff;
  border: 1px solid #0052da;
}

.pagination span {
  display: inline-block;
  font-size: 14px;
}

.pagination input {
  border: 1px solid#0052da;
  display: inline-block;
  line-height: 35px;
  height: 35px;
  width: 40px;
  text-align: center;
}

.newList {
  padding-top: 36px;
  padding-bottom: 68px;
}

.ny-ggbox {
  padding: 40px;
  background: #fff;
  margin-top: 48px;
}

.h-list .publist1 ul li a p,
.h-list .publist1 ul li a span {
  line-height: 80px;
}

.h-list .publist1 ul li a p {
  font-size: 20px;
  color: #000;
}

.h-list .publist1 ul li a span {
  font-size: 20px;
  color: #666;
}

.h-list .publist1 ul li a::before {
  background-color: #bebebe;
}

.h-list .publist1 ul li:hover a::before {
  background-color: #256ce2;
}

.h-list .publist1 ul li:hover a p,
.h-list .publist1 ul li:hover a span {
  color: #256ce2;
}

.h-list .publist1 ul li:hover a p {
  text-decoration: none;
}

/*搜索结果页*/

.hd2 {
  padding-top: 13px;
  position: relative;
}

.hd2 .d1 .rr {
  margin-top: 13px;
}

.hd2 .backHome {
  text-align: right;
  margin-top: 27px;
}

.hd2 .d1 .backHome a {
  margin-left: 0;
  line-height: 28px;
  padding-left: 40px;
  background: url("../images/back.png") no-repeat left center;
  background-size: 28px;
  border-left: none;
}

.resultsTips li {
  font-size: 0;
}

.resultsTips li .aLeft {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin-right: 10px;
}

.resultsTips li .aLeft span {
  display: block;
  font-size: 22px;
  line-height: 38px;
  color: #2f2f2f;
  text-align: justify;
  text-justify: distribute-all-lines;
  /*这行必加，兼容ie浏览器*/
  text-align-last: justify;
}

.resultsTips li .aRight {
  display: inline-block;
  width: calc(100% - 120px);
}

.resultsTips li .aRight em {
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  color: #3b3b3b;
  border: 1px solid rgba(26, 101, 225, 0.2);
  border-radius: 35px;
  padding: 0 30px;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 10px;
}

.resultsTips li .aRight em:hover,
.resultsTips li .aRight em.active {
  color: #fff;
  background: #1a65e1;
  border-color: #1a65e1;
}

.resultsTips li .aRight .b2 span {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}

.resultsTips li .aRight .layui-inline,
.resultsTips li .aRight .layui-form-mid {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
}

.resultsTips li .aRight .layui-inline {
  margin-right: 40px;
}

.resultsTips li .aRight .layui-input-inline {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden;
}

.resultsTips li .aRight .layui-input {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #8b8a8a;
  line-height: 38px;
  height: 38px;
  padding: 0 10px;
  background: url("../images/date.png") no-repeat right 18px center;
  background-size: 21px;
}

.resultsTips li .aRight .btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  width: 120px;
  height: 40px;
  background: #1a65e1;
  border-radius: 5px;
  cursor: pointer;
}

.resultsTips li .aRight .b2 {
  margin: 10px 0;
}

.resultsTips li {
  padding: 24px 0 14px;
  border-top: 1px solid rgba(26, 101, 225, 0.2);
}

.resultsTips li:first-child {
  border: 0;
}

.resultsTips {
  padding: 20px 40px;
  background: rgba(26, 101, 225, 0.05);
  border: 1px dashed #1a65e1;
  border-radius: 25px;
  margin-bottom: 30px;
}

.results-tit {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 3px solid #1a65e1;
}

.results-tit a,
.results-tit>div {
  display: inline-block;

  font-size: 18px;
  line-height: 36px;
}

.results-tit a:first-child {
  margin-right: 80px;
}

#results-tit a.active {
  color: #1a65e1;
  font-weight: 600;
}


.resultsList .new-list a p {
  font-size: 14px;
  line-height: 28px;
  height: 56px;
}

.resultsList .new-list a>i {
  margin-bottom: 13px;
}

.resultsList .new-list a {
  padding: 21px 48px 24px;
  background: #f8f8f8;
  border-radius: 10px;
  position: relative;
}

.resultsList .new-list li {
  margin-top: 30px;
}

/*  */
.ysqcx-box {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 60px 0 90px 0;
}

.ysqcx {
  max-width: 680px;
  margin: 0 auto;
}

.ysqcx-tit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ysqcx-tit span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 15px;
  cursor: pointer;
  padding-left: 2px;
  position: relative;
}

/*
.ysqcx-tit span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -4px;
  border: 1px solid transparent;
}

.ysqcx-tit span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  background: #cccccc;
}
*/
.ysqcx-tit span.active::after {
  background: #256ce2;
}

.ysqcx-tit span.active::before {
  border-color: #256ce2;
}

.ysqcx-inp {
  margin-top: 40px;
}

.ysqcx-inp .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.ysqcx-inp .item span {
  display: inline-block;
  width: 90px;
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
  text-justify: distribute-all-lines;
  /*这行必加，兼容ie浏览器*/
  text-align-last: justify;
  margin-right: 25px;
}

.ysqcx-inp .item input {
  flex: 1;
  min-width: 0;
  max-width: 457px;
  height: 58px;
  line-height: 58px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 20px;
}

.ysqcx-inp .captcha>img {
  display: block;
  width: 158px;
  height: 60px;
  margin: 0 8px;
}

.ysqcx-inp .captcha em {
  display: block;
  font-size: 18px;
  cursor: pointer;
}

.ysqcx-inp .submit {
  justify-content: center;
  margin-top: 70px;
}

.ysqcx-inp .submit input {
  max-width: 170px;
  line-height: 50px;
  border: none;
  background-color: #256ce2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}

.ysqcx-inp .submit input:nth-child(2) {
  background-color: #dabb85;
  margin-left: 35px;
}

.ysqcx-inp .submit input:hover {
  box-shadow: 0 0 10px rgba(37, 108, 226, 0.5);
}

.ysqcx-inp .submit input:nth-child(2):hover {
  box-shadow: 0 0 10px rgba(218, 187, 133, 0.5);
}

.Filebg {
  background: url(../images/file-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.File {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 10%;
}

.File-l {
  width: 142px;
  height: 484px;
  padding-right: 40px;
  margin-right: 50px;
  border-right: 1px solid rgba(26, 101, 225, 0.22);
  overflow: hidden;
}

.File-l ul {
  padding-top: 30px;
}

.File-l ul li a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0;
  color: #363636;
  transition: all 0.5s;
}

.File-l ul li:hover a {
  color: #1a65e1;
}

.File-r {
  flex: 1;
  min-width: 0;
}

.File-r h3 {
  text-align: center;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 34px;
}

.File-r .tabc {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 27px;
  margin-top: 40px;
  text-align: center;
}

.File-r .tabc span {
  font-size: 20px;
  color: #2c2c2c;
}

.File-r .tabc span.active {
  color: #1a65e1;
  font-weight: bold;
}

.File-r .tabc span::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  bottom: inherit;
  transform: translateX(-50%);
  border-bottom: 14px solid #1a65e1;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  width: 0;
  height: 0;
  display: none;
}

.File-r .tabc span::after {
  display: none !important;
}

.File-r .tabb .tabb-item .search {
  width: 100%;
  height: 62px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.File-r .tabb .tabb-item .search .text {
  width: 100%;
  padding-left: 20px;
  padding-right: 129px;
  height: 62px;
  line-height: 62px;
  font-size: 18px;
  background: none;
  color: #1a65e1;
}

.File-r .tabb .tabb-item .search .button {
  width: 109px;
  height: 62px;
  background: #cea365 url(../images/file-ss.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
}

.File-rd {
  margin-top: 80px;
}

.File-rd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.File-rd ul li {
  margin: 0 16px;
}

.File-rd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a65e1;
  border-radius: 6px;
  line-height: 58px;
  font-size: 17px;
  color: #ffffff;
  padding: 0 25px;
  transition: all 0.5s;
}

.File-rd ul li a>img {
  display: block;
  margin-right: 10px;
}

.File-rd ul li:hover a {
  border-radius: 20px;
}

/* 专题专栏 */
.ztzl .tit,
.hdjl .tit {
  position: relative;
  margin-bottom: 24px;
  margin-top: 20px;
}

.ztzl .tit div,
.hdjl .tit div {
  display: flex;
  justify-content: center;
  position: relative;
}

.ztzl .tit div h3,
.hdjl .tit div h3 {
  display: flex;
  align-items: center;
  font-size: 34px;
  font-family: "sysong";
  position: relative;
  z-index: 9;
  padding: 0 10px;
  line-height: 1;
}

.ztzl .tit div h3::before,
.hdjl .tit div h3::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 155px;
  height: 22px;
  background: url(../images/tit-sub.png) no-repeat;
  background-size: 100% 100%;
}

.ztzl .tit div h3::after,
.hdjl .tit div h3::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 155px;
  height: 22px;
  background: url(../images/szhh-tit.png) no-repeat;
  background-size: 100% 100%;
}

.ztzl .tit div h3 b,
.hdjl .tit div h3 b {
  font-weight: normal;
  font-stretch: normal;
  color: #0052da;
}

.ztzl .tit div h3 span,
.hdjl .tit div h3 span {
  font-weight: normal;
  letter-spacing: 0px;
  color: #000;
}

.ztzl .zt1 .tit div h3 b,
.ztzl .zt1 .tit div h3 span,
.hdjl .hd1 .tit div h3 b,
.hdjl .hd1 .tit div h3 span {
  color: #fff;
}

.ztzl .zt1 .tit div h3::before,
.hdjl .hd1 .tit div h3::before {
  background: url(../images/zt1-titl.png) no-repeat;
  background-size: 100% 100%;
}

.ztzl .zt1 .tit div h3::after,
.hdjl .hd1 .tit div h3::after {
  background: url(../images/zt1-tit2.png) no-repeat;
  background-size: 100% 100%;
}

.zt1 {
  padding: 80px 0 100px 0;
}

.zt1 ul li {
  position: relative;
  z-index: 1;
}

.zt1 ul li a {
  display: block;
  position: relative;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  transition: all 0.3s;
}

.zt1 ul li .pic {
  position: relative;
  overflow: hidden;
  padding-top: 58.76%;
}

.zt1 ul li .pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 30, 94, 0.3);
}

.zt1 ul li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zt1 ul li.slick-center {
  z-index: 2;
}

.zt1 ul li.slick-center a {
  transform: scale(1.444);
  clip-path: none;
}

.zt1 ul li.slick-center a .pic::after {
  display: none;
}

.zt1 ul li.slick-center+li a {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

.zt1 .slick-list {
  padding: 65px 0 !important;
}

.zt1 .slick-prev,
.zt1 .slick-next {
  width: 44px;
  height: 44px;
  z-index: 9;
}

.zt1 .slick-prev {
  left: -22px;
  background: url(../images/zt1-prev.png) no-repeat center;
  background-size: 100% 100%;
}

.zt1 .slick-next {
  right: -22px;
  background: url(../images/zt1-next.png) no-repeat center;
  background-size: 100% 100%;
}

.zt2 {
  overflow: hidden;
}

.zt1-pic {}

.zt1-pic li a {
  display: block;
  margin: 0 28px;
}

.zt1-pic li a .pic {
  padding-top: 58.76%;
  border-radius: 6px;
}

.zt1-pic .slick-prev,
.zt1-pic .slick-next {
  width: 12px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9;
}

.zt1-pic .slick-prev {
  left: 0;
  background-image: url(../images/xq1.png);
}

.zt1-pic .slick-next {
  right: 0;
  background-image: url(../images/xq2.png);
}

.zt3,
.zt4,
.zt5 {
  padding: 80px 0;
}

.zt3-pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zt3-pic ul li a {
  display: block;
}

.zt3-pic ul li a .pic {
  border-radius: 6px;
}

.zt3-pic ul:first-child {
  width: 31.54%;
}

.zt3-pic ul:first-child li a .pic {
  padding-top: 78.79%;
}

.zt3-pic ul:nth-child(2) {
  width: 29.36%;
}

.zt3-pic ul:nth-child(2) li a .pic {
  padding-top: 40.76%;
}

.zt3-pic ul:nth-child(2) li:nth-child(2) {
  margin-top: 3%;
}

.zt3-pic ul:nth-child(3) {
  width: 35.42%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.zt3-pic ul:nth-child(3) li {
  width: 48.5%;
}

.zt3-pic ul:nth-child(3) li a .pic {
  padding-top: 69.67%;
}

.zt3-pic ul:nth-child(3) li:nth-child(3) {
  width: 100%;
  margin-top: 2.5%;
}

.zt3-pic ul:nth-child(3) li:nth-child(3) a .pic {
  padding-top: 33.79%;
}

.zt6 {
  padding-bottom: 80px;
}

.zt6 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zt6 ul li {
  width: 33%;
  font-size: 18px;
  line-height: 60px;
}

.zt6 ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/zt-list.png) no-repeat left center;
  background-size: 16px auto;
  padding-left: 26px;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.zt6 ul li:hover a {
  left: 5px;
  color: #0052da;
  font-weight: bold;
  /*text-decoration: underline;*/
}

.zt7 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zt7 ul li {
  width: 22%;
  position: relative;
}

.zt7 ul li::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #0052DA;
  border-radius: 50%;
  z-index: 1;
}

.zt7 ul li::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 11px;
  background: url(../images/zt7-sjd.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.zt7 ul:nth-of-type(2) {
  justify-content: center;
  margin-top: 50px;
  position: relative;
}

.zt7 ul:nth-of-type(2)::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border: 1px dashed #D8D8D8;
}

.zt7 ul:nth-of-type(2) li::after {
  bottom: inherit;
  top: -10px;
  background: url(../images/zt7-sju.png) no-repeat;
  background-size: 100% 100%;
}

.zt7 ul:nth-of-type(2) li {
  width: 25%;
  margin: 0 1.78%;
}

.zt7 ul:nth-of-type(2) li::before {
  bottom: inherit;
  top: -29px;
}

.zt7 ul:nth-of-type(3) {
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zt7 ul:nth-of-type(3)::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border: 1px dashed #D8D8D8;
}

.zt7 ul:nth-of-type(3) li::after {
  bottom: inherit;
  top: -10px;
  background: url(../images/zt7-sju.png) no-repeat;
  background-size: 100% 100%;
}

.zt7 ul:nth-of-type(3) li {
  width: 22%;
}

.zt7 ul:nth-of-type(3) li::before {
  bottom: inherit;
  top: -29px;
}


.zt7 ul:nth-of-type(4) {
  justify-content: center;
  margin-top: 50px;
  position: relative;
}

.zt7 ul:nth-of-type(4)::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border: 1px dashed #D8D8D8;
}

.zt7 ul:nth-of-type(4) li::after {
  bottom: inherit;
  top: -10px;
  background: url(../images/zt7-sju.png) no-repeat;
  background-size: 100% 100%;
}

.zt7 ul:nth-of-type(4) li {
  width: 25%;
  margin: 0 1.78%;
}

.zt7 ul:nth-of-type(4) li::before {
  bottom: inherit;
  top: -29px;
}





.zt7 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3F7FF;
  border-radius: 3px;
  border: 0.8px solid #BCD1F4;
  height: 70px;
}

.zt7 ul li a p {
  padding: 0 10px;
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111111;
  text-align: center;
  transition: all 0.3s;
}

.zt7 ul li:hover a p {
  color: #1a65e1;
}

/* 专题专栏 */

/* 互动交流 */
.hd1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 0 60px 0;
}

.hd1 .publist1 ul li a p,
.hd1 .publist1 ul li a span {
  line-height: 50px;
}

.hd1 .publist1 ul li a span {
  color: #666;
}

.hdjl .publist1 ul {
  position: relative;
}

.hdjl .publist1 ul::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 7px;
  bottom: 24px;
  border-left: 1px solid #eaeaea;
}

.hdjl .publist1 ul li a::before {
  width: 6px;
  height: 6px;
  background: url(../images/hdjl-d.png) no-repeat center;
  background-size: 100% 100%;
}

.hdjl .publist1 ul li:hover a p {
  /* text-decoration: underline;*/
}

.hdjl .publist1 ul li:hover a span {
  color: #1a65e1;
}

.hd1-l {
  width: 52.81%;
}

.hd1-r {
  width: 38.73%;
}

.hd1-r .main1 {
  max-width: 100%;
  height: 400px;
}

.ztzl .zt1 .tit {
  position: relative;
}

.hdjl .tit div {
  justify-content: flex-start;
}

.hdjl .hd1 .tit div h3::before {
  display: none;
}

.hd1 .mores {
  color: #fff;
  background-image: url(../images/szhg-more2.png);
  background-size: 24px 12px;
}

.hd1-dbox {
  display: flex;
  justify-content: space-between;
}

.hd1-d {
  flex: 1;
  min-width: 0;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
}

.hd1-d ul,
.hd1-d .slick-list,
.hd1-d .slick-track {
  height: 100%;
}

.hd1-d ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 12px;
  background-size: 100% 100%;
  background-position: center;
}

.hd1-d ul li a .icon {
  width: 60px;
  height: 52px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hd1-d ul li a .icon img {
  position: static;
  width: auto;
  height: auto;
}

.hd1-d ul li a h3 {
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}

.hd1-d ul li a {
  position: relative;
}

.hd1-d ul li:hover a h3 {
  color: #1F68E2;
}


.hd1-dr {
  width: 12.46%;
  min-width: 120px;
  margin-left: 10px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
}

.hd1-dr a {
  height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.hd1-dr a img {
  display: block;
}

.hd1-dr a h3 {
  margin-top: -15px;
  font-size: 18px;
  line-height: 24px;
  color: #1F68E2;
  position: relative;
  z-index: 1;
}

.hd1-dr a:hover img {
  animation: bounce 1.2s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}











.hd2 {
  padding: 86px 0;
}

.hd2 .tabc {
  position: relative;
  border-bottom: none;
  padding-bottom: 0;
}

.hd2 .tabc h3 span {
  font-size: 34px;
  color: #666 !important;
}

.hd2 .tabc h3 span.active {
  color: #1a65e1 !important;
}

.hd2 .tabc h3 span.active::before,
.hd2 .tabc h3 span.active::after {
  display: none;
}

.hd2 .tabc h3 span:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: inherit;
  bottom: inherit;
  right: -25px;
  width: 9px;
  height: 9px;
  background: url(../images/szhh-d.png) no-repeat;
  background-size: 100% 100%;
  display: block !important;
}

.hd2 ul li {
  display: flex;
  align-items: center;
  line-height: 66px;
  border-bottom: 1px dashed #e5caa7;
}

.hd2 ul li>a {
  display: block;
  flex: 1;
  min-width: 0;
  font-size: 18px;
  background: url(../images/hd2-sj1.png) no-repeat left center;
  background-size: 8px 7px;
  padding-left: 18px;
  transition: all 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.hd2 ul li span {
  display: block;
  text-align: center;
}

.hd2 ul li .jg {
  width: 80px;
  border: 1px solid #1a65e1;
  border-radius: 4px;
  line-height: 26px;
  font-size: 14px;
  color: #1a65e1;
  margin-left: 20px;
  transition: all 0.3s;
}

.hd2 ul li .jg>a {
  display: block;
}

.hd2 ul li .jg:hover {
  box-shadow: 0 5px 8px rgba(26, 101, 225, 0.1);
}

.hd2 ul li .jg.on {
  color: #9e9e9e;
  border: 1px solid #9e9e9e;
}

.hd2 ul li .jg.on:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.hd2 ul li .sj {
  width: 150px;
  font-size: 18px;
  color: #666666;
  text-align: right;
}

.hd2 ul li:hover>a {
  background-image: url(../images/hd2-sj2.png);
  color: #1a65e1;
  font-weight: bold;
}

.hd2 ul li:hover {
  border-bottom-color: #1a65e1;
}

.hd3 .hd1-l {
  width: 100%;
}


.hd3 .hd1-l .publist1 li {
  width: 50%;
  float: left;
}



.hdjl .hd2 .tit>div:first-child {
  justify-content: center;
}

.hdjl .hd2 .tit .mores {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-end;
}

.hd3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 70px;
}

.hd3 .tit div h3::before {
  display: none;
}

/* 互动交流 */

/* 数据统计 */
.sj1 {
  padding: 65px 0;
}

.sj1 .tit div {
  justify-content: center;
}

.sj1 .tit div h3 b,
.sj1 .tit div h3 span {
  color: #fff;
}

.sj1 .tit div h3::before {
  background-image: url(../images/zt1-titl.png);
}

.sj1 .tit div h3::after {
  background-image: url(../images/zt1-tit2.png);
}

.sj1 .tit {
  margin-bottom: 40px;
}

.sj1 .main {
  max-width: 100%;
  height: 585px;
}

.sj1 .tabc {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}

.sj1 .tabc span {
  padding: 0 20px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  border-radius: 45px;
  font-size: 16px;
  color: #111111;
  margin-left: 28px;
}

.sj1 .tabc span.active {
  background: #1a65e1;
  border: 1px solid rgba(255, 255, 255, 0.33);
  color: #fff;
  font-weight: normal;
}

.sj1 .tabc span.active::before,
.sj1 .tabc span.active::after {
  display: none !important;
}

.tabbb {
  position: relative;
  height: 550px;
  margin-top: 20px;
}

.tabbb .tabb-item .main {
  display: block;
  width: 100%;
  height: 550px;
  background: #fff;
}

.tabbb .tabb-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s;
}

.tabbb .tabb-item.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.sj3 {
  padding-bottom: 86px;
}

.sj3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sj3 ul li {
  width: 47.18%;
}

.sj3 ul li a {
  margin: 0;
}

.sj3 ul .hd1-d1 a {
  background-image: url(../images/sj3-bg1.png);
}

.sj3 ul .hd1-d2 a {
  background-image: url(../images/sj3-bg2.png);
}

/* 数据统计 */

/* 政府公开综合页 */

.zfGk0 {
  display: flex;
  margin-top: 65px;
  margin-bottom: 57px;
}

.zfGk0-box {
  width: 12.85%;
  height: 180px;
  margin-left: 1.78%;
  display: flex;
  overflow: hidden;
  transition: all 0.3s;
}

.zfGk0-box:first-child {
  margin-left: 0;
}

.zfGk0-box.on {
  width: 41.48%;
  background: rgba(243, 247, 255, 0.6);
  border-radius: 20px;
}

.zfGk0-boxl {
  width: 100%;
  height: 100%;
}

.zfGk0-boxl a {
  width: 100%;
  height: 100%;
  background: rgba(243, 247, 255, 0.6);
  border: 1px solid rgba(253, 243, 230, 0.2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zfGk0-boxl h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 16px;
}

.zfGk0-box.on .zfGk0-boxl {
  width: 180px;
}

.zfGk0-box.on .zfGk0-boxl a {
  background: linear-gradient(180deg, #1a65e1 0%, #1a65e1 100%);
}

.zfGk0-box.on .zfGk0-boxl h3 {
  color: #fff;
}

.zfGk0-boxr {
  width: calc(100% - 180px);
  height: 100%;
}

.zfGk0-boxr>div {
  margin: 30px 10px 30px 25px;
  /* max-height: calc(100% - 60px); */
  /* overflow-y: auto; */
}

.zfGk0-boxr>div a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  margin: 15px;
  transition: all 0.5s;
}

.zfGk0-boxr>div a:hover {
  color: #1a65e1;
}

.zfGk0-boxr>div::-webkit-scrollbar {
  width: 3px;
  height: 80px;
}

.zfGk0-boxr>div::-webkit-scrollbar-track {
  background: #ffffff;
  height: 80px;
}

.zfGk0-boxr>div::-webkit-scrollbar-thumb {
  background: #1e68e2;
}

.zfGk0-boxr>div::-webkit-scrollbar:horizontal {
  height: 80px;
}


.zfGk0-box:nth-child(4) .zfGk0-boxr>div {
  margin: 15px 10px;
  /* max-height: calc(100% - 20px); */
}

.zfGk0-box:nth-child(4) .zfGk0-boxr>div a {
  width: calc(50% - 24px);
  font-size: 14px;
  line-height: 20px;
  margin: 7px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.zfGk1 .publist1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zfGk1 .publist1 ul li {
  width: 48.57%;
}

.zfGk1 .publist1 ul li a::before {
  background: url(../images/zfGk1-sj.png) no-repeat left center;
  width: 4px;
  height: 7px;
}

.zfGk2 {
  background: #f3f7ff;
  padding: 34px;
  margin: 50px 0;
  display: flex;
  /* flex-wrap: wrap; */
}

.zfGk2>span {
  font-size: 36px;
  font-weight: bold;
  color: #d39116;
  width: 145px;
  margin-right: 20px;
}

.zfGk2>span>b {
  color: #1a65e1;
  font-weight: bold;
}

.zfGk2 .zfGk2-cx,
.zfGk2 .zfGk2-cx11 {
  flex: 1;
  min-width: 0;
}

.zfGk2 .zfGk2-cx ul {
  display: flex;
  align-items: center;
}

.zfGk2 .zfGk2-cx ul li {
  margin-left: 24px;
}

.zfGk2 .zfGk2-cx input {
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  font-size: 18px;
  color: #111111;
  height: 55px;
  line-height: 55px;
  padding: 0 22px;
}

.zfGk2 .zfGk2-cx li input::placeholder {
  color: #111111;
}

.zfGk2 .zfGk2-cx li:last-child button {
  width: 125px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  background: #1a65e1 url(../images/xfdj.png) no-repeat 30px center;
  padding-left: 25px;
  cursor: pointer;
}

.zfGk2 .zfGk2-cx li:first-child {
  width: calc((100% - 365px) / 2);
  position: relative;
  margin-left: 0;
}

.zfGk2 .zfGk2-cx>ul>li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  width: 13px;
  height: 15px;
  background: url(../images/zfGk2-icon1.png) no-repeat;
  background-size: 100% 100%;
}

.zfGk2 .zfGk2-cx ul li:first-child input {
  padding-left: 15px;
}

/*240726修改*/
.zfGk2 .zfGk2-cx li:nth-child(2) {
  width: calc((100% - 597px)/2);
}

.zfGk2 .zfGk2-cx li:nth-child(3) {
  width: 400px;
}

.zfGk2 .zfGk2-cx .sel {
  position: relative;
}

.zfGk2 .zfGk2-cx .sel p {
  font-size: 18px;
  color: #111111;
  height: 55px;
  line-height: 55px;
  padding-left: 45px;
  padding-right: 22px;
  background: #FFFFFF url(../images/zfGk2-icon2.png) no-repeat 22px center;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.zfGk2 .zfGk2-cx .sel ul li {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  padding: 5px 13px;
  cursor: pointer;
  margin-left: 0;
}

.zfGk2 .zfGk2-cx .sel ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  display: none;
  z-index: 111;
  height: 385px;
  overflow: auto;
}

.zfGk2 .zfGk2-cx .sel ul li:hover {
  background: #1a65e1;
  color: #fff;
}

.zfGk5box {
  overflow: hidden;
}

.zfGk5 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.zfGk5 ul li {
  width: 20%;
  margin-bottom: 24px;
}

.zfGk5 ul li a {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 76px;
  background: #f9f9f9;
  margin: 0 12px;
  transition: all 0.5s;
  padding: 0 20px;
}

.zfGk5 ul li a .icon1 {
  margin-right: 10px;
}

.zfGk5 ul li a .icon1 img {
  display: block;
  /*width: 100%!important;*/
}

.zfGk5 ul li a .icon1 img:nth-child(2) {
  display: none;
}

.zfGk5 ul li a span {
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.zfGk5 ul li:hover a {
  background: #1a65e1;
}

.zfGk5 ul li:hover a .icon1 img:first-child {
  display: none;
}

.zfGk5 ul li:hover a .icon1 img:nth-child(2) {
  display: block;
}

.zfGk5 ul li:hover a span {
  color: #fff;
}

/* 政府公开综合页 */

/* 公报 */
.zfGb {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0 75px 0;
  position: relative;
  z-index: 9;
}

.gl,
.gr {
  width: 24.64%;
  background: #fff;
  border: 1px solid #e0e9f9;
  padding: 32px;
  overflow: hidden;
}

.gc {
  flex: 1;
  min-width: 0;
  margin: 0 20px;
  background: #fff;
  border: 1px solid #e0e9f9;
  padding: 40px;
}

.zfGb .tit {
  margin-bottom: 23px;
}

.zfGb .tit div h3::before {
  display: none;
}

.zfGb .tit div {
  justify-content: flex-start;
}

.zfGb .tit div h3 {
  padding-left: 0;
  font-size: 24px;
}

.zfGb .tit div h3::after {
  max-width: 100%;
}

.gl>ul {
  background: #f5f8fe;
  padding: 20px;
  margin-bottom: 30px;
}

.gl>ul li {
  background: #fff;
  margin-top: 20px;
  padding: 10px 22px;
}

.gl>ul li:first-child {
  margin-top: 0;
}

.gl>ul li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.gl>ul li:hover a {
  font-weight: bold;
  color: #1a65e1;
}

.gl2 {
  background: #f5f8fe;
  padding: 30px 20px 20px;
  margin-bottom: 23px;
}

.gl2t ul li a {
  display: block;
  max-width: 245px;
  margin: 0 auto;
}

.gl2t ul li a .pic {
  padding-top: 135.13%;
}

.gl2t .slick-prev,
.gl2t .slick-next {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 82, 218, 0.4);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.gl2t .slick-prev {
  left: 0;
  background-image: url(../images/gl2-prev.png);
}

.gl2t .slick-next {
  right: 0;
  background-image: url(../images/gl2-next.png);
}

.gl2d ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gl2d ul li {
  width: 46%;
  background: #ffffff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 20px;
}

.gl2d ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
}

.gl2d ul li:hover a {
  color: #1a65e1;
  font-weight: bold;
}

.gl3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.gl3 ul li {
  /* width: 47%;*/
}

.gl3 ul li img {
  margin: 0 12px;
  max-width: calc(100% - 24px);
  margin: 0 auto;
}

.gl3 p {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-top: 10px;
}

.gc1 {
  text-align: center;
}

.gc1 img {
  display: inline-block;
  max-width: 77px;
}

.gc1 h3 {
  font-family: "sysong";
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-top: 14px;
}

.gc>hr {
  background: none;
  border: none;
  border-top: 1px solid #d8d8d8;
  margin: 30px 0;
}

.gc2 h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.gc2 ul li a {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.gc2 ul li:hover a {
  color: #1a65e1;
}

.gc2 hr {
  background: none;
  border: none;
  border-top: 1px dashed #0052da;
  margin: 30px 0;
}

.gr>ul {
  margin-bottom: 60px;
}

.gr>ul li {
  margin-top: 30px;
}

.gr>ul li input {
  border: 1px solid #dbdbdb;
  background: #ffffff;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
}

.gr>ul li:nth-child(6) input {
  width: calc((100% - 26px) / 2);
}

.gr>ul li:nth-child(6) i {
  font-size: 16px;
  padding: 0 5px;
}

.gr>ul li:nth-child(7) input {
  background: #0052da;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}

.gr select {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  color: #666666;
  padding: 0 15px;
  border: 1px solid #dbdbdb;
  outline: none;
  margin-top: 40px;
}

.gr2 {
  background: #f5f8fe;
  padding: 30px;
  margin-top: 40px;
}

.gr2>img {
  max-width: 100%;
  margin: 0 auto;
}

.gr2 hr {
  background: none;
  border: none;
  border-top: 1px dashed #8d9db8;
  margin: 30px 0;
}

.gr2 p {
  font-size: 12px;
  line-height: 24px;
  color: #828fa5;
}

/* 公报 */

/* 千人千网 */
.qrqw {
  padding: 60px 0;
}

.qrqw1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qrqw1-l {
  width: 23.94%;
  background: url(../images/qrqw1-lbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 60px 60px;
  border-radius: 20px;
  overflow: hidden;
}

.qrqw1-lpic {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.qrqwl-dl {
  text-align: center;
  margin-top: 32px;
}

.qrqwl-dl a {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.qrqw1-l p {
  margin-top: 14px;
  font-size: 18px;
  line-height: 32px;
  color: #1a65e1;
}

.qrqw1-r {
  width: 73.23%;
  background: #f7f7f7;
  padding: 30px;
}

.qrqw-tit {
  border-bottom: 1px solid #adadad;
}

.qrqw-tit h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #111111;
  font-family: "sysong";
  border-bottom: 3px solid #1a65e1;
  padding-bottom: 10px;
}

.qrqw1-rbox {
  background: #ffffff;
  padding: 15px 30px;
  margin-top: 27px;
}

.qrqw1-rbox ul {
  display: flex;
  align-items: center;
}

.qrqw1-rbox ul li:first-child {
  flex: 1;
  min-width: 0;
}

.qrqw1-rbox ul li:nth-child(2) {
  width: 120px;
  text-align: center;
}

.qrqw1-rbox ul.tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0;
}

.qrqw1-rbox ul.tit li {
  font-size: 20px;
  color: #111111;
}

.qrqw1-rbox .bd ul {
  line-height: 50px;
  font-size: 18px;
}

.qrqw1-rbox .bd ul li:first-child a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}

.qrqw1-rbox .bd ul li:first-child:hover a {
  color: #1a65e1;
}

.qrqw2 {
  margin: 40px 0;
  background: #f7f7f7;
  padding: 30px;
}

.qrqw2 .xj {
  width: 110px;
  border-radius: 30px;
  line-height: 32px;
  background: #1a65e1;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 30px 0;
}

.qrqw2-d {
  background: #fff;
  padding: 14px 30px;
  min-width: 700px;
}

.qrqw2-d ul.tit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
}

.qrqw2-d ul.tit li {
  font-size: 20px;
  color: #111111;
}

.qrqw2-dk {
  overflow-x: auto;
}

.qrqw2-d .bd ul {
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  font-size: 18px;
}

.qrqw2-d .bd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qrqw2-d .bd ul li:hover a {
  color: #1a65e1;
}

.qrqw2-d .bd ul li:last-child.on {
  color: #1a65e1;
}

.qrqw2-d ul li:first-child {
  flex: 1;
  width: 0;
}

.qrqw2-d ul li:nth-child(2),
.qrqw2-d ul li:nth-child(3),
.qrqw2-d ul li:nth-child(4) {
  width: 150px;
  text-align: center;
}


.qrqw3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qrqw3>div {
  width: 48%;
}

.qrqw3 .qrqw-tit {
  position: relative;
}

.qrqw3 .mores {
  top: 13px;
}

.qrqw3-l ul li {
  margin-top: 16px;
}

.qrqw3-l ul li:first-child {
  margin-top: 20px;
}

.qrqw3-l ul li a {
  display: block;
}

.qrqw3-l ul li a h3 {
  font-size: 18px;
  line-height: 36px;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 18px;
  transition: all 0.5s;
}

.qrqw3-l ul li a h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #1a65e1;
}

.qrqw3-l ul li a span {
  display: block;
  font-family: Arial;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  padding-left: 18px;
}

.qrqw3-l ul li:hover a h3 {
  color: #1a65e1;
}

.qrqw3-r ul li {
  margin-top: 20px;
}

.qrqw3-r ul li:first-child {
  margin-top: 20px;
}

.qrqw3-r ul li a {
  display: block;
}

.qrqw3-r ul li a h3 {
  font-size: 18px;
  line-height: 38px;
  height: 76px;
  color: #111111;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-left: 18px;
  transition: all 0.5s;
}

.qrqw3-r ul li a h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #1a65e1;
}

.qrqw3-r ul li a span {
  display: none;
  font-family: Arial;
  font-size: 18px;
  color: #666666;
  padding-left: 18px;
  margin-top: 10px;
}

.qrqw3-r ul li:hover a h3 {
  color: #1a65e1;
}

.qrqw3-r ul li.on a h3 {
  padding-left: 40px;
}

.qrqw3-r ul li.on a h3::after {
  top: 4px;
  width: 30px;
  height: 30px;
  background: url(../images/dz.png) no-repeat left 3px;
}

.qrqw3-r ul li.on a span {
  display: block;
  padding-left: 40px;
}

/* 新 */
.qrqw1-lbox {
  width: 23.94%;
}

.qrqw1-lx {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.qrqw-ld {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.qrqw-ld ul li a {
  display: flex;
  align-items: center;
  padding: 40px 0 40px 16%;
  border-bottom: 1px solid #D8D8D8;
}

.qrqw-ld ul li:first-child a {
  border-top: none;
}

.qrqw-ld ul li a .icon1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E2EDFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
}

.qrqw-ld ul li a .icon1 img {
  display: block;
  max-width: 30px;
}

.qrqw-ld ul li a h3 {
  font-size: 20px;
}

.qrqw-ld ul li:hover a h3,
.qrqw-ld ul li.on a h3 {
  color: #1A65E1;
  font-weight: bold;
}

.qrqw1-rbox ul li:nth-child(3) {
  width: 120px;
  text-align: center;
}

.qrqw1-rx {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.qrqw1-rx .qrqw1-rbox {
  padding: 15px 0;
}

.qrqw1-rx .qrqw1-rbox ul.tit {
  margin-bottom: 10px;
}

.qrqw1-rx .qrqw1-rbox ul.tit li {
  font-weight: bold;
}

/* 千人千网 */
/* 走进红河 */
.zjhh .tit div h3 {
  align-items: flex-end;
}

.zjhh .tit div h3::after {
  top: 0;
  bottom: inherit;
  margin-left: -50px;
}

.zjhh .tit div h3 b,
.zjhh .tit div h3 em {
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  color: #0052da;
}

.zjhh .tit div h3 span {
  font-size: 36px;
}

.zjhh .tit div h3 b {
  margin-bottom: 10px;
}

.zjhh1 .tit div h3 b,
.zjhh1 .tit div h3 em,
.zjhh1 .tit div h3 span {
  color: #fff;
}

.zjhh1 .tit div h3::before {
  background: url(../images/zt1-titl.png) no-repeat;
  background-size: 100% 100%;
}

.zjhh1 .tit div h3::after {
  background: url(../images/zt1-tit2.png) no-repeat;
  background-size: 100% 100%;
}

.zjhh1 {
  padding: 80px 0;
  background: url(../images/zjhh1-bg.png) no-repeat left bottom;
}

.zjhh1-box {
  background: url(../images/zjhh1-cbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px;
  height: 522px;
  margin: 0 49px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.zjhh1-box::before {
  content: "";
  position: absolute;
  left: -49px;
  width: 49px;
  top: -48px;
  bottom: -50px;
  background: url(../images/zjhh1-l.png) no-repeat;
  background-size: 100% 100%;
}

.zjhh1-box::after {
  content: "";
  position: absolute;
  right: -48px;
  width: 49px;
  top: -48px;
  bottom: -50px;
  background: url(../images/zjhh1-r.png) no-repeat;
  background-size: 100% 100%;
}

.zjhh1-l {
  flex: 1;
  min-width: 0;
  padding-right: 40px;
}

.zjhh1-l p {
  font-size: 18px;
  line-height: 36px;
  height: 180px;
  color: #212121;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.zjhh1-l ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.zjhh1-l ul li {
  width: 25%;
}

.zjhh1-l ul li a {
  display: block;
  background: url(../images/zjhh1-lbg.png) no-repeat;
  background-size: 100% 100%;
  line-height: 45px;
  text-align: center;
  margin: 10px;
  transition: all 0.5s;
}

.zjhh1-l ul li:hover a,
.zjhh1-l ul li.on a {
  background: url(../images/zjhh1-lbg2.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.zjhh1-r {
  width: 45.99%;
}

.zjhh1-r .bg_img {
  /* padding-top: 68.48%; */
  height: 415px;
}

.zjhh2 {
  padding: 68px 0 100px 0;
  background: linear-gradient(180deg, #e9f1fe 0%, #cddefa 100%);
}

.zjhh2 .zfGk0-box {
  width: 10.84%;
  height: 524px;
  margin-left: 2.81%;
  position: relative;
  z-index: 1;
}

.zjhh2 .zfGk0-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 64px;
  background: rgba(243, 247, 255, 0.6);
  display: none;
}

.zjhh2 .zfGk0-boxl {
  height: calc(100% - 120px);
  margin: 60px 0;
  background: rgba(255, 246, 235, 0.3) url(../images/zjhh2-lbg.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #8fb3ee;
  position: relative;
}

.zjhh2 .zfGk0-boxl a {
  border-radius: 0;
}

.zjhh2 .zfGk0-boxl a h3 {
  font-size: 26px;
  width: 30px;
  margin-top: 0;
  line-height: 30px;
}

.zjhh2 .zfGk0-boxl a .sj {
  width: 20px;
  height: 21px;
  background: url(../images/zjhh2-sj1.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 116px;
}

.zjhh2 .zfGk0-boxr>div {
  overflow-y: inherit;
  max-height: inherit;
  margin: 20px 44px 0 54px;
}

.zjhh2 .zfGk0-boxr>div a {
  margin: 0;
  border-top: 1px dashed #b0b0b0;
}

.zjhh2 .zfGk0-boxr>div li:first-child a {
  border-top: none;
}

.zjhh2 .zfGk0-boxr>div a::before {
  width: 5px;
  height: 5px;
}

.zjhh2 .zfGk0-boxr>div a p,
.zjhh2 .zfGk0-boxr>div a span {
  line-height: 60px;
}

.zjhh2 .zfGk0-boxr>div a span {
  min-width: 80px;
}

.zjhh2 .zfGk0-boxr>div li:hover+li a {
  border-top: 1px solid #1a65e1;
}

.zjhh2 .zfGk0-box.on {
  width: 72.7%;
  background: none;
  border-radius: 0;
}

.zjhh2 .zfGk0-box.on::before {
  display: block;
}

.zjhh2 .zfGk0-box.on .zfGk0-boxl {
  width: 154px;
}

.zjhh2 .zfGk0-box.on .zfGk0-boxl a {
  background: url(../images/zjhh2-lbg2.png) no-repeat;
  background-size: 100% 100%;
  border-color: #8cbafc;
}

.zjhh2 .zfGk0-box.on .zfGk0-boxl a .sj {
  background: url(../images/zjhh2-sj2.png) no-repeat;
  background-size: 100% 100%;
}

.zjhh3 {
  padding: 100px 0;
  background: url(../images/zjhh3-bg.png) no-repeat center;
  background-size: cover;
}

.zjhh3-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhh3-l {
  width: 50%;
  position: relative;
  z-index: 2;

}

.zjhh3-l::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f5fd;
  clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
  z-index: -1;
}

.zjhh3-l::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 10px);
  height: 100%;
  background: #1A65E1;
  clip-path: polygon(0 0, 100% 4%, 100% 96%, 0 100%);
  z-index: -1;
}

.zjhh3-sml {
  padding-left: 45px;
  margin-top: 70px;
}

.zjhh3-sml ul li a {
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 1px dashed #ce9e2c;
  padding: 10px;
  position: relative;
}

.zjhh3-sml ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 128px;
  width: calc(100% - 34px);
  border-top: 1px dashed #ce9e2c;
}

.zjhh3-sml ul li a .bg_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.zjhh3-sml ul li.slick-current a {
  border-color: #1a65e1;
}

.zjhh3-sml .slick-prev {
  left: inherit;
  right: 0;
  width: 35px;
  height: 70px;
  background: #1a65e1 url(../images/zjhh3-prev.png) no-repeat center;
  border-radius: 50px 0 0 50px;
  z-index: 2;
}

.zjhh3-sml .slick-prev::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px dashed #fff;
  height: 28px;
}

.zjhh3-sml .slick-next {
  right: -35px;
  width: 35px;
  height: 70px;
  background: #1a65e1 url(../images/zjhh3-next.png) no-repeat center;
  border-radius: 0 50px 50px 0;
  z-index: 2;
}

.zjhh3-tx {
  padding: 70px 45px 0 45px;
}

.zjhh3-tx h3 {
  font-size: 30px;
  font-weight: bold;
  color: #171717;
  background: url(../images/zjhh3-tx-d.png) no-repeat left center;
  padding-left: 40px;
}

.zjhh3-tx h3 span {
  position: relative;
}

.zjhh3-tx h3 span::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 30px;
  width: 130px;
  height: 28px;
  background: url(../images/zjhh3-tx-zs.png) no-repeat;
  background-size: 100% 100%;
}

.zjhh3-tx p {
  font-size: 18px;
  line-height: 32px;
  height: 192px;
  color: #373737;
  margin-top: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.zjhh3-r {
  width: 50%;
  position: relative;
  z-index: 1;
}

.zjhh3-r::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: calc(100% + 10px);
  height: 100%;
  background: #1A65E1;
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 96%);
  z-index: -1;
}

.zjhh3-r ul {
  clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
}

.zjhh3-r .bg_img {
  /* padding-top: 85%; */
  height: 584px;
}

.zjhh3-r .bg_img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*background: url(../images/bf.png) no-repeat;*/
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.zjhh4 {
  overflow: hidden;
  background: url(../images/zjhh4-bgd.png) no-repeat center bottom;
  background-size: cover;
  padding: 60px 0 100px 0;
}

.zjhh4 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px;
}

.zjhh4 ul li {
  width: 33%;
}

.zjhh4 ul li a {
  display: block;
  margin: 0 23px;
  position: relative;
}

.zjhh4 ul li a .pic {
  padding-top: 132%;
}

.zjhh4 ul li a h3 {
  position: absolute;
  top: 26px;
  left: 35px;
  width: 79px;
  height: 218px;
  background: url(../images/zjhh4-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zjhh4 ul li a h3 span {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  width: 36px;
}

.zjhh5 {
  padding: 60px 0 80px 0;
  background: url(../images/zjhh5-bg.png) no-repeat center top;
  background-size: cover;
}

.zjhh5-box {
  display: flex;
  flex-wrap: wrap;
}

.zjhh5-box ul li a {
  display: block;
}

.zjhh5-l {
  width: 49.29%;
}

.zjhh5-l ul li a .pic {
  padding-top: 68.42%;
}

.zjhh5-l ul li a .pic:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/bf.png) no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.zjhh5-r {
  flex: 1;
  min-width: 0;
}

.zjhh5-r ul {
  display: flex;
  flex-wrap: wrap;
}

.zjhh5-r ul li {
  width: 45.27%;
  margin-left: 4.73%;
  margin-top: 3%;
}

.zjhh5-r ul li:first-child,
.zjhh5-r ul li:nth-child(2) {
  margin-top: 0;
}

.zjhh5-r ul li a .pic {
  padding-top: 70.24%;
}

/* 走进红河 */

@media screen and (max-width: 1420px) {
  .zfGk0-box:nth-child(3) .zfGk0-boxr>div a {
    font-size: 16px;
    margin: 10px;
  }
}

@media screen and (max-width: 1380px) {
  .navList>li {
    width: 12.5%;
    margin-left: 0;
    text-align: center;
  }

  .dtl-tit .shar .rr,
  .dtl-tit .shar .ll {
    float: none;
    width: auto;
    text-align: center;
  }

  .bgw {
    padding: 20px;
  }

  .File {
    padding: 70px 20px;
  }

  .hd1-d ul li a h3 {
    font-size: 20px;
  }

  .hd1-d ul li a .icon {
    width: 44px;
    height: 44px;
  }

  .zfGk0-boxr>div {
    margin: 15px;
  }

  .zfGk0-boxr>div a {
    margin: 10px;
  }
}

@media screen and (max-width: 1200px) {

  .zfGkbg .wrap {
    padding-top: 1px;
  }

  .zfGk0 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .zfGk0-box {
    width: 48%;
    height: auto;
    flex-wrap: wrap;
    background: rgba(243, 247, 255, 0.6);
    margin-left: 0;
    margin-top: 30px;
  }

  .zfGk0-box.on {
    width: 48%;
  }

  .zfGk0-boxl {
    height: auto;
  }

  .zfGk0-box.on .zfGk0-boxl {
    width: 100%;
  }

  .zfGk0-box .zfGk0-boxl a {
    background: linear-gradient(180deg, #1a65e1 0%, #1a65e1 100%);
    color: #fff;
    padding: 10px 0;
    flex-direction: row;
    align-items: center;
    border-radius: 0;
  }

  .zfGk0-box .zfGk0-boxl .icon1 img {
    max-width: 45px;
    max-height: 45px;
  }

  .zfGk0-boxl h3 {
    font-size: 20px;
    margin-top: 0;
    margin-left: 15px;
  }

  .zfGk0-boxr {
    width: 100%;
  }

  .zfGk0-boxr>div {
    margin: 20px;
    max-height: inherit;
  }

  .zfGk0-boxr>div a {
    font-size: 16px;
    line-height: 26px;
    margin: 8px;
  }

  .zfGk0-box:nth-child(4) .zfGk0-boxr>div {
    margin: 20px 10px;
  }

  .zfGk0-box:nth-child(4) .zfGk0-boxr>div a {
    width: auto;
    font-size: 16px;
    line-height: 26px;
    margin: 8px;
  }
}

@media screen and (max-width: 1024px) {
  body.mbg {
    background: #fff;
  }

  .head {
    padding-bottom: 50px;
  }

  /*2023-4-20 头部优化*/
  .wap-head.scl {
    background: #1c4da3;
  }

  .wap-head.scl .navbtnm i {
    background-image: url("../images/menu.png");
  }

  .zt6 ul li {
    width: 48%;
  }


  .wap-head .logo {
    opacity: 0;
    visibility: hidden;
  }

  .wap-head .logo a {
    display: flex;
    align-items: center;
  }

  .wap-head.scl .logo,
  body.navShow .logo {
    opacity: 1;
    visibility: visible;
  }

  /*2023-4-20*/

  .dtl-tit h4 {
    font-size: 22px;
  }

  .dtl-tit .shar span,
  .dtl-tit .shar a,
  .con-tit .shar span {
    font-size: 15px;
  }

  .dtl-txt p,
  .con-txt p {
    font-size: 16px;
    margin-top: 15px;
  }

  .dtl-tit {
    margin-bottom: 30px;
  }

  .dtl-list ul li>* {
    font-size: 16px;
  }

  .dtl-list ul li {
    /* line-height: 48px; */
  }

  .dtl-list ul li span {
    width: 110px;
    padding-left: 20px;
  }

  .dtl-list ul li em {
    width: calc(100% - 110px);
    padding-left: 25px;
    overflow: auto;
    /* text-overflow: unset; */
    /* white-space: break-spaces; */
  }

  .dtl-list {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .dtl-xg {
    padding: 20px;
  }

  .dtl-xg h3 {
    font-size: 18px;
  }

  .dtl-xg ul li a {
    font-size: 16px;
  }

  .con-txt img {
    margin: 20px auto;
  }

  .position.ml {
    padding-top: 20px;
    padding-left: 0;
  }

  .newList-leftNav {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .newList-leftNav h4 {
    font-size: 20px;
    text-align: left;
    line-height: 48px;
    padding: 5px 15px;
  }

  .newList-leftNav h4 i {
    position: absolute;
    content: "";
    right: 25px;
    top: 0;
    bottom: 0;
    width: 18px;
    background: url("../images/sub-down.png") no-repeat 50%;
    background-size: 18px;
  }

  .newList-leftNav>ul>li h2 {
    padding-left: 20px;
    line-height: 54px;
  }

  .newList-leftNav>ul>li h2 a {
    font-size: 18px;
  }

  .newList-leftNav>ul ul a {
    font-size: 15px;
  }

  .newList-leftNav>ul {
    display: none;
  }

  .newList-leftNav>ul ul {
    padding-left: 20px;
  }

  .newList-list {
    float: none;
    width: auto;
  }

  .new-list a,
  .resultsList .new-list a {
    padding: 20px 24px;
  }

  .new-list li,
  .resultsList .new-list li {
    margin-top: 20px;
  }

  .pagination {
    padding-top: 30px;
  }

  .resultsTips {
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .content .xz-sc .fx {
    display: none;
  }

  .share-component {
    display: none !important;
  }

  .ny-ggbox {
    padding: 20px 0 40px;
    background: #fff;
    margin-top: 0;
  }

  .detail {
    padding: 0;
  }

  .File {
    padding: 30px 20px 70px 20px;
  }

  .File-r {
    flex: none;
    width: 100%;
  }

  .File-r h3 {
    color: #212121;
    font-size: 26px;
  }

  .File-r .tabb .tabb-item .search {
    height: 54px;
  }

  .File-r .tabb .tabb-item .search .text {
    font-size: 16px;
    height: 54px;
    line-height: 54px;
  }

  .File-r .tabb .tabb-item .search .button {
    width: 95px;
    height: 54px;
  }

  .File-r .tabc span {
    font-size: 16px;
  }

  .File-r .tabc span::before {
    border-bottom-width: 10px;
    border-left-width: 8px;
    border-right-width: 8px;
    top: -12px;
  }

  .File-rd ul li {
    width: 100%;
    margin: 10px 0;
  }

  .File-l {
    width: 100%;
    border-right: none;
    padding-right: 0;
    height: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .File-l ul {
    padding-top: 0;
  }

  .File-l ul li a {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
  }

  .File-rd {
    margin-top: 40px;
  }

  .File-r .tabc {
    padding-top: 20px;
    margin-top: 20px;
  }

  .ztzlbg .wrap {
    background: linear-gradient(180deg, #1a65e1 0%, rgba(255, 255, 255, 0) 15%);
  }

  .zfGkbg .wrap {
    padding-top: 1px;
  }

  .zfGk0-box {
    width: 100%;
  }

  .zfGk0-box:first-child {
    margin-top: 0;
  }

  .zfGk0-box.on {
    width: 100%;
  }

  .zfGk0-boxr>div {
    margin: 10px;
  }

  .zfGk0-boxr>div a {
    line-height: 24px;
  }


  .zfGk1 .publist1 ul li {
    width: 100%;
  }

  .zfGk .tit {
    margin-bottom: 30px;
  }

  .zfGk .tit div h3,
  .zfGk4 .s2 .item h4 {
    font-size: 24px !important;
  }

  .zfGk .tit div h3::before,
  .zfGk .tit div h3::after {
    width: 100px;
    height: 14px;
  }

  .zfGk2 {
    padding: 20px 20px 0;
    margin: 20px 0;
    flex-direction: column;
  }

  .zfGk2>span {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .zfGk2 .zfGk2-cx ul {
    flex-wrap: wrap;
  }

  .zfGk2 .zfGk2-cx ul li {
    width: 48% !important;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .zfGk2 .zfGk2-cx ul li:nth-child(even) {
    margin-left: 4%;
  }

  .zfGk2 .zfGk2-cx ul li:nth-child(4) {}

}

@media screen and (max-width: 900px) {
  .dtl-list ul li {
    width: 100%;
    float: none;
  }

  .dtl-list ul li:last-child {
    display: none;
  }

  .zt1 {
    padding: 40px 0;
  }

  .zt3,
  .zt3,
  .zt5 {
    padding: 40px 0;
  }

  .zt6 {
    padding-bottom: 40px;
  }

  .ztzl .tit {
    margin-bottom: 35px;
  }

  .ztzl .tit div h3 {
    font-size: 24px;
  }

  .ztzl .tit div h3::before,
  .ztzl .tit div h3::after {
    width: 100px;
    height: 14px;
  }

  .zt1 .slick-list {
    padding: 40px 0 !important;
  }

  .zt6 ul li {
    font-size: 16px;
    line-height: 50px;
  }

  .zt1-pic {
    padding: 0 20px;
  }

  .zt1-pic li a {
    margin: 0 10px;
  }

  .zt7 ul li,
  .zt7 ul:nth-of-type(2) li,
  .zt7 ul:nth-of-type(3) li,
  .zt7 ul:nth-of-type(4) li {
    width: 100%;
    margin: 8px 0;
  }

  .zt7 ul:nth-of-type(2),
  .zt7 ul:nth-of-type(3),
  .zt7 ul:nth-of-type(4) {
    margin-top: 0;
  }

  .zt7 ul:nth-of-type(2)::before {
    display: none;
  }

  .zt7 ul:nth-of-type(3)::before {
    display: none;
  }

  .zt7 ul:nth-of-type(4)::before {
    display: none;
  }


  .zt7 ul li::before,
  .zt7 ul li::after {
    display: none;
  }

  .zt7 ul li a p {
    font-size: 16px;
  }




  .hdjlbg .wrap {
    background: linear-gradient(180deg, #1a65e1 0%, rgba(255, 255, 255, 0) 32%);
  }

  .hd1 {
    padding: 40px 0 30px 0;
  }

  .hd1-l {
    width: 100%;
  }

  .hd1-r {
    width: 100%;
    margin-top: 30px;
  }

  .ztzl .tit,
  .hdjl .tit {
    position: relative;
    margin-bottom: 30px;
  }

  .ztzl .tit div h3,
  .hdjl .tit div h3 {
    font-size: 24px;
  }

  .ztzl .zt1 .tit div h3::after,
  .hdjl .hd1 .tit div h3::after {
    width: 100px;
    height: 15px;
  }

  .hd2 {
    padding: 30px 0;
  }

  .hd2 ul li a {
    font-size: 16px;
  }

  .hd2 ul li .sj {
    width: 100px;
    font-size: 16px;
  }

  .hd2 ul li .jg {
    width: 70px;
    font-size: 12px;
    margin-left: 10px;
  }

  .hd2 .tabc h3 span {
    font-size: 24px;
  }

  .hd2 .tabc h3::before {
    display: none;
  }

  .hdjl .hd2 .tit>div:first-child {
    justify-content: flex-start;
  }

  .hdjl .tit div h3::after {
    width: 100px;
    height: 15px;
  }

  .hd2 .tabc h3 span:first-child::after {
    right: -18px;
  }

  .hd3 .hd1-l {
    width: 100%;
  }

  .hd3 .hd1-r {
    width: 100%;
  }

  .sj1 {
    padding: 40px 0;
  }

  .sj1 .tit div h3::before,
  .sj1 .tit div h3::after,
  .sj2 .tit div h3::after {
    width: 100px;
    height: 15px;
  }

  .sj1 .tabc span {
    line-height: 44px;
    font-size: 16px;
  }

  .sj2 {
    padding-bottom: 30px;
  }

  .sj3 {
    padding-bottom: 40px;
  }

  .sj3 ul li a {
    height: 70px;
  }
}

@media screen and (max-width: 820px) {
  .head .d2 .logo a {
    width: 82.31%;
    margin: 0 auto;
  }

  .to,
  .date {
    width: 46.8%;
  }


  .head .d2 .logo img:first-child {
    width: 15.25%;
    margin-right: 3.72%;
    max-width: inherit;
  }

  .head .d2 .logo img:nth-child(2) {
    width: 81.03%;
    max-width: inherit;
  }

  .resultsTips li .aRight .b2 span {
    display: block;
    margin-bottom: 10px;
  }

  .resultsTips li .aRight .layui-inline {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .results-tit a:first-child {
    margin-right: 20px;
  }

  .results-tit a,
  .results-tit>div {
    font-size: 16px;
  }

  .zfGk2 .zfGk2-cx ul li {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .zfGk2 .zfGk2-cx ul li:nth-child(4) {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
  .bgw {
    padding: 10px;
  }

  .head {
    padding-bottom: 30px;
  }

  .head .d2 .logo {
    margin: 75px auto 0px;
  }

  .dtl-tit h4,
  .con-tit h4 {
    font-size: 22px;
  }

  .con-tit h5 {
    font-size: 18px;
  }

  .dtl-tit .shar span,
  .dtl-tit .shar a {
    font-size: 14px;
    line-height: 24px;
  }

  .dtl-tit .shar .ll span {
    margin-right: 10px;
  }

  .dtl-tit {
    margin-bottom: 15px;
  }

  .dtl-txt p,
  .con-txt p {
    margin-top: 10px;
  }

  .dtl-tit .shar .rr,
  .dtl-tit .shar .ll {
    text-align: left;
  }

  .dtl-list ul li>* {
    font-size: 14px;
  }

  .dtl-list ul li {
    /* line-height: 40px; */
  }

  .con-tit .shar span {
    margin: 0 5px;
  }

  .con-tit {
    margin-bottom: 15px;
  }

  .content .page {
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .content .page p {
    font-size: 15px;
    line-height: 32px;
  }

  .new-list a h4 time {
    position: static;
    display: block;
    font-size: 15px;
    transform: none;
    margin-bottom: 8px;
  }

  .new-list a h4 time i {
    font-size: 20px;
    margin-right: 5px;
  }

  .new-list a h4 span {
    font-size: 16px;
    padding-right: 0;
  }

  .new-list a h4 {
    margin-bottom: 8px;
  }

  .new-list a>i {
    margin-bottom: 10px;
  }

  .new-list a p {
    font-size: 14px;
  }

  .newList {
    padding-bottom: 30px;
  }

  .resultsTips li .aLeft {
    display: block;
    margin-bottom: 10px;
  }

  .resultsTips li .aRight {
    display: block;
    width: auto;
  }

  .resultsTips li .aRight em {
    font-size: 15px;
    border-radius: 25px;
    padding: 0 20px;
    cursor: pointer;
    margin-right: 15px;
  }

  .resultsTips li {
    padding: 10px 0;
  }

  .layui-laydate-range,
  .layui-laydate-content table {
    width: 100% !important;
  }

  .layui-laydate-list>li,
  .layui-laydate-range .layui-laydate-main {
    display: block !important;
    width: 100% !important;
  }

  .resultsTips {
    padding: 0 10px;
    border-width: 1px;
  }
}





@media screen and (max-width: 480px) {

  .new-list a,
  .resultsList .new-list a {
    padding: 15px 10px !important;
  }

  .resultsTips li .aRight .layui-input-inline,
  .resultsTips li .aRight .btn {
    display: block;
  }

  .resultsTips li .aRight em {
    font-size: 14px;
    padding: 0 10px;
    line-height: 26px;
  }

  .results-tit a,
  .results-tit>div {
    float: none;
  }

  .new-list a h4 span {
    font-size: 15px;
    line-height: 30px;
  }

  .zt6 ul li {
    width: 100%;
  }

  .zt3-pic ul {
    width: 100% !important;
    margin-top: 15px;
  }

  .zt3-pic ul:first-child {
    margin-top: 0;
  }

  .hdjl .tit div h3::before,
  .hdjl .tit div h3::after {
    display: none !important;
  }

  .sj1 .tabc span {
    margin-left: 0;
    margin-top: 10px;
  }

  .sj1 .tabc span:first-child {
    margin-top: 0;
  }

  .sj3 ul li {
    width: 100%;
  }

  .sj3 ul li.hd1-d2 {
    margin-top: 20px;
  }

  .zfGk0-boxr>div {
    margin: 10px;
  }

  .zfGk2 .zfGk2-cx ul li {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .zfGk2 .zfGk2-cx li:last-child button {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 430px) {
  .ysqcx-inp .captcha em {
    font-size: 14px !important;
    margin-left: 80px;
    margin-top: 10px;
  }
}

/*留言板*/

.board-an ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.board-an ul li {
  margin: 0 60px;
}

.board-an ul li a {
  display: block;
  width: 180px;
  line-height: 40px;
  height: 40px;
  border-radius: 10px;
  background: #256ce2;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.board-an ul li:hover a {
  background: #1f5abd;
}

.board-tit {
  display: none;
  padding-top: 20px;
}

.board-tit .tabc a {
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  color: #999999;
  vertical-align: middle;
  position: relative;
}

.board-tit .tabc a:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #1a65e1;
  display: none;
}

.board-tit .tabc a.active:after {
  display: block;
}

.board-tit .tabc a.active {
  color: #333333;
}

.board-tit .tabc a {
  margin-right: 50px;
}

.board-tit .tabc a:last-child {
  margin-right: 0;
}

.board-tit .tabc {
  margin-top: 6px;
}

.board-tit .inputBox {
  font-size: 0;
}

.board-tit .inputBox span,
.board-tit .inputBox input,
.board-tit .inputBox .sel,
.board-tit .inputBox div {
  display: inline-block;
  vertical-align: middle;
}

.board-tit .inputBox .inp1 span {
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  margin-right: 10px;
}

.board-tit .inputBox .inp1 .sel {
  width: 218px;
  position: relative;
}

.board-tit .inputBox .inp1 .sel p {
  font-size: 14px;
  color: #999999;
  position: relative;
  line-height: 38px;
  padding-left: 19px;
  padding-right: 33px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.board-tit .inputBox .inp1 .sel p:after {
  position: absolute;
  content: "";
  width: 14px;
  top: 0;
  bottom: 0;
  right: 19px;
  background: url("../images/sel-down.png") no-repeat 50%;
}

.board-tit .inputBox .inp1 .sel ul li {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 5px 20px;
  cursor: pointer;
}

.board-tit .inputBox .inp1 .sel ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  display: none;
  z-index: 9;
}

.board-tit .inputBox .inp1 .sel ul li:hover {
  background: #1a65e1;
  color: #fff;
}

.board-tit .inputBox .inp1 .textbm,
.board-tit .inputBox .inp1 .gjzmm {
  display: inline-block;
  width: 218px;
  width: calc(100% - 90px);
  line-height: 38px;
  height: 40px;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  padding-right: 20px;
  border: 1px solid #eee;
  vertical-align: middle;
  border-radius: 10px;
}

.board-tit .inputBox .inp1 {
  margin-left: 40px;
  width: calc((100% - 300px) / 2);
  margin-top: 20px;
}

.board-tit .inputBox .btn {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  margin-top: 20px;
}

.board-tit .inputBox .btn button {
  width: 120px;
  line-height: 40px;
  height: 40px;
  border-radius: 10px;
  background: #256ce2;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  display: block;
}

.board-tit .inputBox .btn:nth-child(3) button img {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  margin-right: 10px;
}

.board-box table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  table-layout: fixed;
}

.board-box table td {
  font-size: 16px;
  line-height: 32px;
  padding: 9px 10px;
  color: #333;
}

.board-box table thead td {
  font-size: 16px;
  color: #212121 !important;
  background: #f2f7ff;
  border: none;
  font-weight: bold;
}

.board-box table thead .td-1 {
  padding-left: 10%;
}

.board-box table .td-1 {
  width: 50%;
  text-align: left;
}

.board-box table .td-1 a {
  display: block;
  color: #333;
}

.board-box table .td-1:hover a {
  color: #236acc;
  font-weight: bold;
}

.board-box table .td-2,
.board-box table .td-4 {
  width: 15%;
}

.board-box table .td-2,
.board-box table .td-3,
.board-box table .td-4 {
  color: #999;
}

.board-box table .td-4.active {
  color: #236acc;
}

.board-box table .td-3 {
  width: 20%;
}

.board-box table tbody tr:first-child td {
  padding-top: 30px;
}

.board-box {
  margin-top: 30px;
}

.board {}

.board .content .tabb {
  width: 100%;
}

.board .content .wyxx {
  overflow: hidden;
  padding-left: 40px;
  padding-top: 30px;
}

.board .content .xxlink a {
  display: block;
  font-size: 26px;
  text-align: center;
  color: #fff;
  line-height: 80px;
}

.board .content .xxlink a img {
  display: inline-block;
  width: 26px;
  margin-right: 12px;
  vertical-align: middle;
}

.board .content .xxlink {
  background: url("../images/xie-bg.png") no-repeat 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.board .content .lxtj h2 {
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  background: #0052da;
}

.board .content .lxtj ul li {
  font-size: 16px;
  line-height: 46px;
  color: #333333;
}

.board .content .lxtj ul li i {
  color: #0052da;
}

.board .content .lxtj ul {
  padding: 34px 15px 48px;
}

.board .content .lxtj {
  border: 1px solid #ddd;
}

/*领导之窗*/
.leader {
  overflow: hidden;
  padding: 60px 0;
}

.leader1 .zt1 {
  padding: 0;
}

.leader1-dk {
  background: linear-gradient(180deg,
      rgba(244, 249, 255, 0.68) 0%,
      rgba(225, 238, 255, 0.68) 100%);
  padding: 50px;
  position: relative;
  z-index: 10;
}


.leader1-d {
  padding: 50px;
  position: relative;
  z-index: 1;
}

.leader1-d::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/leader1-k.png) no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
}

.leader1-d::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/leader1-k.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: -1;
}

.leader1-d1 {
  display: flex;
  flex-wrap: wrap;
}

.leader1-dpic {
  width: 197px;
}

.leader1-dpic a {
  display: block;
}

.leader1-dpic a .bg_img {
  padding-top: 130.45%;
}

.leader1-dtx {
  flex: 1;
  min-width: 0;
  padding-left: 60px;
}

.ld-tit h3 {
  font-size: 26px;
  font-weight: bold;
  color: #0c57b4;
}

.ld-tit h3 span::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 155px;
  height: 22px;
  background: url(../images/szhh-tit.png) no-repeat;
  background-size: 100% 100%;
}

.ld-tit h3 span {
  position: relative;
  padding-right: 20px;
}

.ld-tit h4 {
  font-size: 20px;
  color: #0c57b4;
  margin-top: 20px;
  text-indent: 2rem;
}

.ld-x {
  border-top: 1px solid #7ba6ed;
  position: relative;
  margin: 25px 0;
}

.ld-x::before {
  content: "";
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 7px;
  background: url(../images/ld-titl.png) no-repeat;
  background-size: 100% 100%;
}

.ld-x::after {
  content: "";
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
  right: 0;
  width: 36px;
  height: 7px;
  background: url(../images/ld-titr.png) no-repeat;
  background-size: 100% 100%;
}

.leader1-dtx p {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  text-indent: 2rem;
}

.leader1-d2 .ld-tit {
  margin-top: 60px;
}

.leader1-d2 ul {
  display: flex;
  flex-wrap: wrap;
}

.leader1-d2 ul li {
  margin-right: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.leader1-d2 ul li a {
  display: flex;
  flex-wrap: wrap;
}

.leader1-d2 ul li a .leader1-d2-dpic {
  width: 132px;
}

.leader1-d2 ul li a .leader1-d2-dpic .bg_img {
  padding-top: 136.36%;
}

.leader1-d2 ul li a .leader1-d2-tx {
  flex: 1;
  min-width: 0;
  padding-left: 30px;
  width: 155px;
}

.leader1-d2 ul li a .leader1-d2-tx h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.leader1-d2 ul li a .leader1-d2-tx .ld-x {
  margin: 20px 0;
}

.leader1-d2 ul li a .leader1-d2-tx .ld-x::after {
  display: none;
}

.leader1-d2 ul li a .leader1-d2-tx p {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.leader3 {
  overflow: hidden;
}

.leader3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.leader3 ul li {
  width: 25%;
}

.leader3 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(12, 87, 180, 0.06);
  margin: 20px;
  height: 65px;
  padding: 10px 20px;
  position: relative;
}

.leader3 ul li a span {
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
}

.leader3 ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #0052da;
  transform: scale(0);
  transition: all 0.5s;
}

.leader3 ul li:hover a::after {
  transform: none;
}

/*政策结果页*/
.policyList {
  position: relative;
  margin-top: -82px;
  padding: 68px 60px 100px;
}

.schBlock {
  padding-top: 95px;
  padding-bottom: 134px;
  background: url("../images/schBlock.jpg") no-repeat 50%;
  background-size: cover;
}

.schBlock .block {
  max-width: 1000px;
  margin: 0 auto;
}

.schBlock .schBlock-tit {
  font-size: 50px;
  color: #a70114;
  line-height: 60px;
  text-align: center;
  font-family: "思源宋体CN";
  margin-bottom: 35px;
}

.schBlock .schBlock-inp {
  position: relative;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.schBlock .schBlock-inp .inp {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 64px;
  height: 64px;
  color: #8b8a8a;
  background: #fff;
  padding-left: 23px;
  padding-right: 155px;
  border-radius: 5px;
}

.schBlock .schBlock-inp .btn {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 134px;
  height: 64px;
}

.schBlock .schBlock-tips a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #555555;
  line-height: 2em;
  padding: 0 20px;
}

.schBlock .schBlock-tips a:hover {
  color: #1a65e1;
}

.schBlock .schBlock-tips {
  padding-top: 9px;
  border-top: 1px solid #1a65e1;
  text-align: center;
}

.leftNav2 {
  float: left;
  width: 238px;
  margin-right: 65px;
}

.leftNav2>h2 {
  font-size: 24px;
  line-height: 56px;
  color: #fff;
  background: #1a65e1;
  padding: 0 30px;
  display: none;
  font-weight: 600;
  position: relative;
}

.leftNav2>h2:after {
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  width: 24px;
  background: url("../images/sub-down.png") no-repeat 50%;
  cursor: pointer;
}

.leftNav2>ul h2 {
  position: relative;
  padding: 10px 20px;
  font-size: 0;
  border: 1px solid #dddddd;
}

.leftNav2>ul h2.lin1 {
  /* padding: 26px 30px; */
}

.leftNav2>ul h2 .icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.leftNav2>ul h2 .icon .img02 {
  display: none;
}

.leftNav2>ul h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}

.leftNav2>ul>li {
  margin-bottom: 24px;
}

.leftNav2>ul h2 a span {
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #333;
  font-family: "思源宋体CN-rg";
}

.leftNav2>ul h2 i {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 24px;
  background: url("../images/leftnav-15.png") no-repeat 50%;
  cursor: pointer;
}

.leftNav2 .lv2 {
  max-height: 480px;
  overflow-y: auto;
}

.leftNav2 .lv2::-webkit-scrollbar {
  width: 3px;
  height: 80px;
}

.leftNav2 .lv2::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f2f2f2;
  height: 80px;
}

.leftNav2 .lv2::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(to right, #999 0%, #999 100%);
}

.leftNav2 .lv2::-webkit-scrollbar:horizontal {
  height: 80px;
}

.leftNav2 .lv2 li h4 {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  padding-left: 42px;
  font-family: "思源宋体CN-rg";
  position: relative;
  border-bottom: 1px dashed rgba(26, 101, 225, 0.1);
  padding: 12px 0 12px 20px;
}

.leftNav2 .lv2 li:last-child h4 {
  border-bottom: none;
}

.leftNav2 .lv2 li h4 a:hover,
.leftNav2 .lv2 li h4.active a {
  color: #1a65e1;
  font-weight: bold;
}

.leftNav2 ul li>h4>i {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 12px;
  background: url("../images/leftnav-16.png") no-repeat 50%;
  cursor: pointer;
}

.leftNav2 .lv2 li h4 em {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1a65e1;
}

.leftNav2 .lv2>li {
  margin-bottom: 1px;
}

.leftNav2 .lv3 a {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  font-family: "思源宋体CN-rg";
  position: relative;
  padding: 0;
}

.leftNav2 .lv3,
.leftNav2 .lv4,
.leftNav2 .lv5,
.leftNav2 .lv6 {
  padding: 10px 0 10px 20px;
  display: none;
}

.leftNav2>ul>li.active .lv2,
.leftNav2>ul>li .lv2 li.active .lv3,
.leftNav2>ul>li .lv3 li.active .lv4,
.leftNav2>ul>li .lv4 li.active .lv5,
.leftNav2>ul>li .lv5 li.active .lv6 {
  display: block;
}

.leftNav2 ul li.active>h4>a {
  font-weight: bold;
  color: #1a65e1;
}

.leftNav2 .lv3 a:hover {
  color: #1a65e1;
}

.leftNav2>ul ul {
  display: none;
}

.leftNav2 .lv2 {
  padding: 20px 20px;
  display: none;
  background: rgba(26, 101, 225, 0.0588);
}

.leftNav2 .lv2 .active {
  font-weight: 600;
  color: #1a65e1;
}

.leftNav2>ul>li.on h2 i,
.leftNav2>ul>li.active h2 i {
  background-image: url("../images/sub-down.png");
}

.leftNav2>ul>li.on h2,
.leftNav2>ul>li.active h2 {
  background: #1a65e1;
}

.leftNav2>ul>li.on h2 .icon .img01,
.leftNav2>ul>li.active .icon .img01 {
  display: none;
}

.leftNav2>ul>li.on h2 .icon .img02,
.leftNav2>ul>li.active .icon .img02 {
  display: block;
}

.leftNav2>ul>li.on h2 a span,
.leftNav2>ul>li.active h2 a span {
  color: #fff;
}

.leftNav2 ul li.on>h4>i,
.leftNav2 ul li.active>h4>i {
  background-image: url(../images/leftnav-17.png);
}

.leftNav2 .leftlink a {
  display: block;
  font-size: 24px;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  padding: 27px 10px;
  font-family: "思源宋体CN-rg";
  background: #f3f3f3;
}

.leftNav2 .leftlink a:hover {
  color: #fff;
  background: #1a65e1;
}

.rightBox {
  float: right;
  width: calc(100% - 364px);
}

.policy-b1 ul li {
  overflow: hidden;
  font-size: 0;
}

.policy-b1 ul li .aLeft {
  width: 112px;
  display: inline-block;
  vertical-align: top;
}

.policy-b1 ul li .aLeft span {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 35px;
}

.policy-b1 ul li .aRight {
  display: inline-block;
  width: calc(100% - 112px);
}

.policy-b1 ul li .aRight em {
  display: inline-block;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #333333;
  width: 128px;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  margin-right: 40px;
  cursor: pointer;
}

.policy-b1 ul li .aRight em.active {
  color: #fff;
  background: #1a65e1;
  border-color: #1a65e1;
}

.policy-b1 ul li {
  padding: 20px 0;
  border-top: 1px solid #efcacf;
}

.policy-b1 ul li:first-child {
  border: 0;
}

.policy-b1 {
  padding: 10px 40px 7px 37px;
  border: 2px dashed #1a65e1;
  border-radius: 25px;
  background: #fcf6f7;
  margin-bottom: 55px;
}

.policy-b2 .tabc a {
  display: inline-block;
  font-size: 22px;
  color: #999999;
  line-height: 34px;
  position: relative;
  margin-left: 30px;
}

.policy-b2 .tabc a:first-child {
  margin-left: 0;
}

.policy-b2 .tabc a:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #1a65e1;
  display: none;
}

.policy-b2 .tabc a.active:after {
  display: block;
}

.policy-b2 .tabc a.active {
  color: #333;
}

.policy-b2 .tabc {
  padding-bottom: 14px;
  border-bottom: 3px solid #1a65e1;
}

.policy-b2 .new-list a {
  overflow: hidden;
  padding: 21px 30px 30px 21px;
  background: #f8f8f8;
  border-radius: 10px;
  position: relative;
}

.policy-b2 .new-list a em {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 40px;
  color: #1a65e1;
  padding: 0 21px;
  background: #e9e9e9;
}

.policy-b2 .new-list a p {
  font-size: 14px;
  line-height: 28px;
  height: 56px;
}

.policy-b2 .new-list a>i {
  margin-bottom: 13px;
}

.policy-b2 .new-list a h4 {
  margin-bottom: 10px;
}

.policy-b2 .new-list li {
  margin-top: 30px;
}

.tabb .tabb-item {
  //display: none;
}

.ny-lddea .tabb .tabb-item p {
  text-indent: 2em;
}




.policy-b2 .tabb {
  margin-top: 40px;
}

/*政务公开列表页*/
.schGov .schBlock-tit {
  font-size: 68px;
  line-height: 72px;
  font-family: "思源黑体CN";
}

.schGov .schBlock-inp {
  background: rgba(199, 176, 151, 0.3);
}

.schBlock-factor .item dt label {
  font-size: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

.schBlock-factor .item dt label:first-child {
  margin-left: 10px;
}

.schBlock-factor .item dt label input {
  position: absolute;
  left: -99999px;
  top: 16px;
  width: 12px;
  height: 12px;
}

.schBlock-factor .item dt label i {
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 12px;
  height: 12px;
  outline: 0;
  border: 1px solid rgb(133, 133, 133);
  background: transparent;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.schBlock-factor .item dt label input+i:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ab0000;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transform: translateY(-50%) translateX(-50%);
}

.schBlock-factor .item dt label input:checked+i {
  border-color: #ab0000;
}

.schBlock-factor .item dt label input:checked+i:after {
  opacity: 1;
}

.schBlock-factor .item dt label span {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}

.schBlock-factor .item dt,
.schBlock-factor .item dd {
  display: inline-block;
  vertical-align: middle;
}

.schBlock-factor .item dd {
  font-size: 16px;
  line-height: 40px;
  color: #333;
}

.schBlock-factor .item {
  /*display: inline-block;
  width: 33.33%;*/
  text-align: center;
}

.schBlock-factor {
  padding-top: 7px;
  border-top: 1px solid #1a65e1;
}

.gov-1 .gov-tit h4 {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  background: #1a65e1;

  padding: 0 40px;
  position: relative;
}

.gov-1 .gov-tit h4 a {
  position: absolute;
  right: 40px;
  font-size: 18px;
  color: #fff;
  top: 0;
  font-weight: normal;
}

.gov-1 .gov-tit h4 a:after {
  position: absolute;
  content: "";
  top: 18px;
  right: -10px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.3;
}

.gov-1 .gov-list ul li {
  position: relative;
  line-height: 54px;
  background: url("../images/gov-01.png") no-repeat left 2px center;
  border-top: 1.5px dashed #dcdcdc;
}

.gov-1 .gov-list ul li:first-child {
  border: 0;
}

.gov-1 .gov-list ul li a {
  padding-left: 20px;
  font-size: 18px;
  color: #333333;
  padding-right: 110px;
}

.gov-1 .gov-list ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  color: #999999;
  height: 15px;
  line-height: 1;
  padding-left: 7px;
  border-left: 2px solid #999999;
  transform: translateY(-50%);
}

.gov-1 .gov-list {
  padding-top: 19px;
}

.gov-1 .gov-list ul li:hover a,
.gov-1 .gov-list ul li:hover span {
  color: #fff;
  border-color: #fff;
  right: 10px;
}

.gov-1 .gov-list ul li:hover {
  background: #0052da;
}

.gov-1 {
  margin-bottom: 32px;
}

/*搜索页*/
.full-screen {
  padding-top: 220px;
  height: 100%;
  background: url("../images/sch-page.jpg") no-repeat;
  background-size: cover;
}

.full-screen .schBlock-inp {
  background: rgba(199, 175, 152, 0.48);
}

.full-screen .schBlock-tips {
  border: none;
  padding-top: 0;
}

.full-screen .schBlock-tips a {
  line-height: 40px;
  padding: 0 25px;
  border-radius: 25px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.48);
}

/*申请公开表单页*/

.govfrom .tabc a {
  display: inline-block;
  font-size: 24px;
  color: #999999;
  line-height: 34px;
  position: relative;
  margin-left: 140px;
}

.govfrom .tabc a:first-child {
  margin-left: 24px;
}

.govfrom .tabc a:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #1a65e1;
  display: none;
}

.govfrom .tabc a.active:after {
  display: block;
}

.govfrom .tabc a.active {
  color: #333;
}

.govfrom .tabc {
  padding-bottom: 14px;
  border-bottom: 3px solid #1a65e1;
}

.govfrom .tabb-item>ul>li {
  font-size: 0;
  position: relative;
  margin-top: 30px;
}

.govfrom ul li span {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  color: #333333;
  vertical-align: middle;
  width: 100px;
}

.govfrom ul li .inp {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
  position: relative;
}

.govfrom ul li label {
  display: block;
  position: relative;
}

.govfrom ul li label input {
  display: inline-block;
  width: 75%;
  font-size: 14px;
  line-height: 46px;
  height: 48px;
  color: #8b8a8a;
  padding: 0 30px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}

.govfrom ul li em {
  display: inline-block;
  font-size: 20px;
  color: #1a65e1;
  line-height: 1;
  vertical-align: middle;
  margin-left: 20px;
}

.govfrom ul li .sel {
  width: 75%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.govfrom ul li .sel p {
  font-size: 14px;
  color: #999999;
  position: relative;
  line-height: 46px;
  padding-left: 30px;
  padding-right: 33px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.govfrom ul li .sel p:after {
  position: absolute;
  content: "";
  width: 14px;
  top: 0;
  bottom: 0;
  right: 19px;
  background: url("../images/sel-down.png") no-repeat 50%;
}

.govfrom ul li .sel ul li {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 5px 20px;
  cursor: pointer;
}

.govfrom ul li .sel ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  display: none;
  z-index: 9;
}

.govfrom ul li .sel ul li:hover {
  background: #1a65e1;
  color: #fff;
}

.govfrom ul li h2 span {
  width: auto;
}

.govfrom ul li textarea {
  display: inline-block;
  vertical-align: middle;
  width: 77.9%;
  font-size: 14px;
  line-height: 2em;
  color: #666666;
  padding: 12px 30px;
  height: 176px;
  border: 1px solid #e5e5e5;
  outline: none;
  margin-top: 15px;
}

.govfrom ul li label input[type="radio"] {
  position: absolute;
  left: -99999px;
  top: 16px;
  width: 12px;
  height: 12px;
}

.govfrom ul li label i {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 16px;
  height: 16px;
  outline: 0;
  border: 1px solid rgb(133, 133, 133);
  background: transparent;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.govfrom ul li label input+i:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ab0000;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transform: translateY(-50%) translateX(-50%);
}

.govfrom ul li label input:checked+i {
  border-color: #ab0000;
}

.govfrom ul li label input:checked+i:after {
  opacity: 1;
}

.govfrom ul li .txt label span {
  display: block;
  padding-left: 30px;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  width: auto;
}

.govfrom ul li.other label i {
  border-radius: 0;
}

.govfrom ul li.other label span {
  width: auto;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  padding-left: 30px;
}

.govfrom ul li.other label em {
  line-height: 36px;
}

.govfrom ul li h4 {
  font-size: 16px;
  line-height: 48px;
  color: #0052da;
  background: #f7e8e9;
  padding-left: 40px;
}

.govfrom ul li.code {
  text-align: center;
  margin-top: 50px;
}

.govfrom ul li.code .inp {
  width: auto;
}

.govfrom ul li.code .inp input {
  width: 400px;
}

.govfrom ul li.code .inp div {
  display: inline-block;
  width: 107px;
  height: 45px;
  vertical-align: middle;
  margin-left: 20px;
}

.govfrom ul li.sub button {
  display: block;
  width: 200px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  background: #1a65e1;
  cursor: pointer;
}

.govfrom ul li.sub {
  margin-top: 40px;
}

/*星期二*/
@media screen and (max-width: 1380px) {
  .board-tit .tabc a {
    font-size: 22px;
  }

  .board-tit .tabc a:first-child {
    margin-right: 20px;
  }

  .board-tit .inputBox .inp1 {}

  .board-tit .inputBox .btn {}

  .board-tit .inputBox .inp1 span {
    font-size: 16px;
    margin-right: 0;
  }

  .policyList {
    padding: 40px 20px;
  }

  .policy-b2 .tabc a {
    font-size: 20px;
    margin-left: 35px;
  }
}

@media screen and (max-width: 1024px) {

  .board-tit .tabc,
  .board-tit .inputBox {
    float: none;
  }

  .board-tit .inputBox {
    margin-top: 0;
  }

  .board-tit .tabc {
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 0px;
  }

  .board-tit .tabc a:after {
    bottom: -8px;
    border-width: 6px;
  }

  .board-tit .tabc a:first-child {
    margin-right: 50px;
  }

  .board-tit {
    padding-bottom: 0;
  }

  .board-box table thead td {
    font-size: 16px;
  }

  .board-box table td {
    line-height: 24px;
    font-size: 14px;
  }

  .board-box {
    margin-top: 20px;
  }

  .leftNav2 {
    float: none;
    width: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .leftNav2 .lv2 li h4 {
    font-size: 16px;
  }

  .rightBox {
    float: none;
    width: auto;
  }

  .leftNav2>ul h2.lin1 {
    /* padding: 13px 30px; */
  }

  .leftNav2>ul h2 a span {
    display: inline;
    font-size: 20px;
  }

  .leftNav2>ul h2 .icon {
    width: 29px;
    height: 29px;
  }

  .leftNav2>ul h2 i {
    right: 30px;
  }

  .leftNav2>ul {
    /* display: none; */
  }

  .leftNav2 .leftlink a {
    font-size: 20px;
  }

  .leftNav2>ul>li {
    margin-bottom: 20px;
  }

  .policy-b1 {
    margin-bottom: 30px;
  }

  .policy-b2 .new-list li {
    margin-top: 20px;
  }

  .schBlock {
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
  }

  .schBlock .block {
    width: 96%;
  }

  .schBlock .schBlock-tips {
    text-align: left;
  }

  .schBlock .schBlock-tips a {
    padding: 0 10px;
  }

  .policyList {
    margin-top: -50px;
    padding-top: 0;
  }

  .schGov .schBlock-tit {
    font-size: 50px;
    line-height: 60px;
  }

  .gov-1 .gov-tit h4 {
    font-size: 22px;
    line-height: 50px;
  }

  .gov-1 .gov-tit h4 a {
    font-size: 14px;
  }

  .gov-1 .gov-list ul li a {
    font-size: 16px;
  }

  .gov-1 .gov-tit h4 a:after {
    top: 10px;
  }

  .gov-1 {
    margin-bottom: 15px;
  }

  .full-screen .block {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .govfrom .tabc a {
    font-size: 22px;
  }

  .govfrom ul li h4 {
    padding: 10px;
    line-height: 28px;
  }

  .board .content .xxlink a {
    font-size: 20px;
    line-height: 65px;
  }

  .board .content .xxlink a img {
    width: 20px;
  }

  .board .content .lxtj ul {
    padding: 20px 15px;
  }

  .position h3 {
    font-size: 22px;
    bottom: 15px;
  }

  .position {
    padding-bottom: 15px;
  }

  .position>* {
    font-size: 14px;
  }

  .h-list .publist1 ul li a p,
  .h-list .publist1 ul li a span {
    line-height: 54px;
  }

  .h-list .publist1 ul li a p,
  .h-list .publist1 ul li a span {
    font-size: 16px;
  }

  .h-list .publist1 ul li a::before {
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 900px) {
  .board-box .scollBox {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .board-box table {
    width: 1024px;
  }

  .leader {
    padding: 40px 0;
  }

  .leader1-d2 .ld-tit {
    margin-top: 30px;
  }

  .leader1-d2 ul li {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .leader3 ul li {
    width: 50%;
  }

  .leader3 ul li a {
    height: 60px;
    margin: 10px 10px;
  }

  .schBlock-factor .item dt label span {
    font-size: 15px;
    line-height: 30px;
  }

  .schBlock-factor .item dt label {
    margin-left: 15px;
  }

  .schBlock-factor .item dt label i {
    top: 9px;
  }
}

@media screen and (max-width: 768px) {
  .schBlock .schBlock-tit {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  .schBlock .schBlock-inp {
    padding: 10px 15px;
    margin-bottom: 15px;
  }

  .schBlock .schBlock-inp .inp {
    font-size: 15px;
    line-height: 48px;
    height: 48px;
    padding-right: 105px;
  }

  .schBlock .schBlock-inp .btn {
    top: 10px;
    right: 15px;
    height: 48px;
    width: 94px;
  }

  .schBlock .schBlock-tips a {
    font-size: 15px;
  }

  .leftNav2>h2 {
    font-size: 20px;
    line-height: 50px;
  }

  .policy-b1 {
    padding: 10px 20px 7px;
    margin-bottom: 20px;
  }

  .policy-b1 ul li {
    padding: 15px 0;
  }

  .policy-b1 ul li .aLeft span {
    font-size: 16px;
    line-height: 32px;
  }

  .policy-b1 ul li .aRight em {
    font-size: 15px;
    line-height: 30px;
    width: 115px;
    margin-right: 20px;
  }

  .policy-b1 ul li .aLeft {
    width: 95px;
  }

  .policy-b2 .new-list a em {
    line-height: 30px;
  }

  .policy-b2 .tabb {
    margin-top: 20px;
  }

  .policy-b2 .tabc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .policy-b2 .tabc a {
    margin-left: 0;
    font-size: 18px;
  }

  .schBlock-factor .item {
    width: 100%;
    text-align: left;
  }

  .schBlock-factor .item dd {
    font-size: 15px;
  }

  .gov-1 .gov-tit h4 {
    padding: 0 30px;
  }

  .gov-1 .gov-tit h4 a {
    right: 25px;
  }

  .full-screen .schBlock-tips a {
    line-height: 30px;
    margin-bottom: 10px;
  }

  .govfrom ul li label input,
  .govfrom ul li .sel {
    width: 95%;
  }

  .govfrom ul li textarea {
    width: 95%;
  }

  .govfrom ul li em {
    margin-left: 1%;
  }

  .govfrom ul li span {
    font-size: 16px;
    width: 85px;
  }

  .govfrom .tabb-item>ul>li {
    margin-top: 20px;
  }

  .govfrom ul li .txt label span,
  .govfrom ul li.other label span {
    font-size: 14px;
  }

  .position {
    text-align: left;
    margin-bottom: 20px;
  }

  .position h3 {
    display: block;
    position: static;
    margin-bottom: 10px;
  }

  .ysqcx-box {
    padding: 30px 20px;
  }

  .ysqcx-inp .item span {
    width: 60px;
    margin-right: 20px;
  }

  .ysqcx-inp .item input {
    width: calc(100% - 80px);
    max-width: 100%;
    flex: none;
    height: 48px;
    line-height: 48px;
  }

  .ysqcx-inp .captcha>img {
    margin: 10px 10px 0 80px;
    width: 132px;
    height: 50px;
  }

  .ysqcx-inp .captcha em {
    font-size: 16px;
  }

  .ysqcx-inp .submit {
    margin-top: 50px;
  }

  .ysqcx-inp .submit input {
    max-width: calc((100% - 20px) / 2);
  }

  .ysqcx-inp .submit input:nth-child(2) {
    margin-left: 20px;
  }

  /* .ysqcx-inp .item span {
        width: 100%;
    } */
}


@media (max-width:800px) {
  .board-an ul li {
    margin: 0 15px;
  }

  .board-an ul li a {
    width: 120px;
  }
}


@media screen and (max-width: 640px) {
  .board {
    padding-bottom: 30px;
  }

  .board-tit .tabc a {
    font-size: 20px;
    font-weight: 600;
  }

  .board-tit .inputBox .inp1 span {
    font-size: 15px;
  }

  .board-box table td {
    padding: 8px 10px;
    font-size: 13px;
  }

  .board-box table thead td {
    font-size: 15px;
  }

  .board-tit .inputBox .inp1 {
    display: block !important;
    width: 100% !important;
    margin-top: 20px;
    margin-left: 0 !important;
  }

  .board-tit .inputBox .btn button {
    margin: 0 auto;
  }

  .board-box {
    margin-top: 10px;
  }

  .policy-b2 .tabc a:after {
    opacity: 0;
  }

  .policy-b2 .tabc a.active {
    font-weight: 600;
  }

  .policy-b2 .tabc a {
    width: 50%;
    line-height: 38px;
  }

  .policy-b2 .tabc {
    padding-bottom: 0;
  }

  .policy-b1 ul li .aLeft {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }

  .policy-b1 ul li .aRight {
    display: block;
    width: auto;
  }

  .policy-b2 .new-list a>i {
    margin-bottom: 10px;
  }

  .policy-b2 .new-list a h4 {
    margin-bottom: 8px;
  }

  .govfrom .tabc a {
    font-size: 20px;
    margin-left: 50px;
  }

  .govfrom .tabc a:first-child {
    margin-left: 0;
  }

  .govfrom .tabc {
    padding-bottom: 7px;
  }

  .govfrom .tabc a:after {
    bottom: -8px;
  }

  .govfrom ul li.sub button {
    width: 120px;
    line-height: 40px;
    height: 40px;
  }

  .board .content .lxtj ul li {
    font-size: 15px;
    line-height: 38px;
  }
}




@media screen and (max-width: 480px) {
  .board-tit .inputBox .inp1 {
    margin-right: 0;
  }

  .leftNav2>ul h2 i,
  .leftNav2>h2:after {
    right: 10px;
    background-size: 18px;
  }

  .leftNav2>ul h2,
  .leftNav2>ul h2.lin1 {
    padding: 6px 15px;
  }

  .leftNav2 .lv2 {
    padding: 10px;
  }

  .leftNav2>ul h2 .icon {
    width: 23px;
    height: 23px;
  }

  .leftNav2>ul h2 a {
    margin-left: 10px;
  }

  .leftNav2>ul h2 a span {
    font-size: 18px;
  }

  .leftNav2>h2 {
    font-size: 19px;
    padding-left: 15px;
    line-height: 46px;
  }

  .leftNav2 .leftlink a {
    font-size: 18px;
    padding: 10px;
  }

  .leftNav2>ul>li {
    margin-bottom: 10px;
  }

  .policy-b1 {
    padding: 0 10px;
    border-width: 1px;
    border-radius: 5px;
  }

  .policy-b2 .tabc a {
    width: 100%;
  }

  .schBlock .schBlock-tit {
    font-size: 28px;
  }

  .schBlock .schBlock-inp {
    padding: 5px;
  }

  .schBlock .schBlock-inp .inp {
    line-height: 38px;
    height: 38px;
    padding-left: 10px;
    font-size: 13px;
  }

  .schBlock .schBlock-inp .btn {
    top: 5px;
    right: 5px;
    height: 38px;
    width: 74px;
  }

  .schBlock {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .schBlock .schBlock-tips a {
    font-size: 13px;
  }

  .leftNav2 {
    margin-bottom: 20px;
  }

  .policy-b2 .new-list a em {
    position: static;
    display: inline-block;
    margin-top: 5px;
  }

  .policy-b2 .new-list a p {
    font-size: 13px;
    line-height: 25px;
    height: 50px;
  }

  .gov-1 .gov-tit h4 {
    font-size: 18px;
    padding: 0 15px;
  }

  .gov-1 .gov-list {
    padding-top: 5px;
  }

  .gov-1 .gov-list ul li a {
    padding-right: 90px;
  }

  .govfrom ul li em {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .govfrom ul li label input,
  .govfrom ul li .sel p {
    line-height: 38px;
    height: 40px;
    padding: 0 15px;
  }

  .govfrom ul li textarea {
    padding: 10px 15px;
  }

  .govfrom ul li h4 {
    font-size: 12px;
  }

  .govfrom ul li span {
    line-height: 32px;
    font-size: 15px;
  }

  .govfrom ul li label input,
  .govfrom ul li .sel {
    width: 100%;
  }

  .govfrom ul li .sel ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .govfrom ul li.code .inp input,
  .govfrom ul li.code,
  .govfrom ul li.code>div {
    display: block;
    width: auto;
  }

  .govfrom ul li.code .inp input {
    width: 80%;
    margin: 0 auto;
  }

  .board-an ul li {
    margin: 0 5px;
  }

  .board-an ul li a {
    width: 100px;
    font-size: 14px;
  }
}

/*用户空间*/

.User .s1 .aLeft {
  width: 307px;
  padding-top: 48px;
  padding-bottom: 50px;
  background: #1a65e1;
}

.User .s1 .aLeft .icon {
  width: 114px;
  height: 114px;
  position: relative;
  margin: 0 auto 26px;
  border-radius: 50%;
}

.User .s1 .aLeft p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.User .s1 .aRight {
  overflow: hidden;
  background: #fff;
  padding: 30px 36px 26px;
  border-top: 6px solid #1a65e1;
}

.User .s1 .aRight .info span {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin-left: 44px;
}

.User .s1 .aRight .info span:first-child {
  margin-left: 24px;
}

.User .s1 .aRight .info-list li {
  float: left;
  width: 16.66%;
}

.User .s1 .aRight .info-list li a {
  display: block;
  overflow: hidden;
}

.User .s1 .aRight .info-list li .icon {
  width: 100px;
  height: 99px;
  margin: 0 auto 18px;
  position: relative;
  background: url("../images/s2-icon07.png") no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}

.User .s1 .aRight .info-list li p {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 24px;
}

.User .s1 .aRight .info-list li:hover .icon img {
  transform: rotateY(180deg);
}

.User .s1 .aRight .info-list li:hover p {
  color: #1a65e1;
}

.User .s1 .aRight .info-list {
  margin-top: 35px;
  overflow: hidden;
}

.User .s1 {
  padding-top: 58px;
  padding-bottom: 60px;
  background: #fff9f5;
}

.User .s2 .aLeft {
  width: 32%;
  padding: 24px 28px 44px 30px;
  border-top: 3px solid #1a65e1;
  background: url("../images/user-img.png") no-repeat 50%;
  background-size: cover;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}

.User .s2 .acenter {
  margin-left: 2%;
  margin-right: 2%;
}

.User .s2 .aLeft h4 {
  font-size: 24px;
  color: #333;
  line-height: 53px;
  padding-left: 74px;
  background: url("../images/user-icon07.png") no-repeat left center;
}

.User .s2 .aRight h4 {
  background-image: url("../images/user-icon08.png");
}

.User .s2 .aLeft ul li {
  position: relative;
  line-height: 48px;
  font-size: 18px;
}

.User .s2 .aLeft ul li a {
  display: block;

  color: #333;
  padding-right: 110px;
}

.User .s2 .aLeft:first-child ul li a {
  padding-right: 0;
}

.User .s2 .aLeft ul li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #666666;
}

.User .s2 .aLeft ul li:hover a,
.User .s2 .aLeft ul li:hover span {
  color: #fff;
  right: 10px;
}

.User .s2 .aLeft ul li:hover {
  background: #0052da;
  padding-left: 10px;
}

.User .s2 .aLeft ul {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 2px dashed #c84151;
  height: 240px;
}

.User .s2 {
  padding-top: 50px;
  padding-bottom: 105px;
}

.print dd .time {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding-left: 26px;
  background: url("../images/time.png") no-repeat left center;
  background-size: 20px 20px;
  margin-bottom: 8px;
}

.print dd h2 {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.print dd h2:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;

  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #bdbaba;
  border-radius: 50%;
}

.print dd h5 {
  font-size: 16px;
  color: #999;
  line-height: 20px;
  padding-left: 26px;
}

.print dd {
  padding: 10px 0;
  position: relative;
}

.printBox {
  position: relative;

  padding-top: 8px;
  margin-top: 20px;
  border-top: 2px dashed #c84151;
}

.printBox dd:before {
  position: absolute;
  content: "";
  left: 10px;
  width: 1px;
  top: 33px;
  bottom: -10px;
  background: #ddd;
}

.print {
  max-height: 240px;
  overflow-y: auto;
  position: relative;
  z-index: 3;
}

.print::-webkit-scrollbar {
  width: 4px;
}

.print::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 5px;
}

.print::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(45deg, #b20115 0%, #1a65e1 100%);
}

/*单个表格样式*/

.User .s2 .aCenter {
  width: 100%;
  padding: 24px 28px 44px 30px;
  border-top: 3px solid #1a65e1;
  background: url("../images/user-img.png") no-repeat 50%;
  background-size: cover;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}

.User .s2 .aCenter h4 {
  font-size: 24px;
  color: #333;
  line-height: 53px;
  padding-left: 74px;
  background: url("../images/user-icon07.png") no-repeat left center;
}

.User .s2 .aCenter ul li {
  position: relative;
  line-height: 48px;
  font-size: 18px;
}

.User .s2 .aCenter ul li a {
  display: block;

  color: #333;
  padding-right: 110px;
}

.User .s2 .aCenter:first-child ul li a {
  padding-right: 0;
}

.User .s2 .aCenter ul li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #666666;
}

.User .s2 .aCenter ul li:hover a {
  color: #1a65e1;
}

.User .s2 .aCenter ul {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 2px dashed #c84151;
}

/*星期三*/

@media screen and (max-width: 1380px) {}

@media screen and (max-width: 1060px) {
  .User .s1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .User .s1 .aLeft {
    width: 217px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .User .s1 .aRight {
    padding: 20px;
  }

  .User .s1 .aLeft .icon {
    width: 84px;
    height: 84px;
    margin-bottom: 15px;
  }

  .User .s1 .aLeft p {
    font-size: 18px;
  }

  .User .s1 .aRight .info span {
    font-size: 16px;
  }

  .User .s1 .aRight .info-list li .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }

  .User .s1 .aRight .info-list li .icon img {
    width: 30%;
    height: 30%;
  }

  .User .s1 .aRight .info-list li p {
    font-size: 16px;
  }

  .User .s1 .aRight .info-list {
    margin-top: 20px;
  }

  .User .s2 .aLeft ul li {
    font-size: 16px;
  }

  .User .s2 .aLeft {
    width: 48%;
  }

  .User .s2 .aRight {
    width: 100%;
    margin-top: 30px;
  }

  .User .s2 .acenter {
    margin-left: 4%;
    margin-right: 0;
  }

  .User .s2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .print dd h2,
  .print dd .time {
    font-size: 16px;
  }

  .gl,
  .gr {
    width: 100%;
  }

  .gc {
    width: 100%;
    margin: 30px 0;
  }

  .gl>ul li a {
    height: auto;
    max-height: 60px;
  }

  .leader1-dk {
    padding: 20px;
  }

  .leader .tit div h3 {
    font-size: 24px;
  }

  .leader .tit div h3::after,
  .leader .tit div h3::before,
  .ld-tit h3 span::after {
    width: 100px;
    height: 14px;
  }

  .leader1-d {
    padding: 20px;
  }

  .leader1-d::before,
  .leader1-d::after {
    display: none;
  }

  .leader1-d {
    border: 1px solid rgba(12, 87, 180, 0.68);
  }

  .leader1-d2 ul {
    justify-content: space-between;
  }

  .leader1-d2 ul li {
    margin-right: 0;
    width: 47%;
  }

  .leader2 .s2 .item h4 {
    font-size: 24px;
  }

  .ld-tit h3,
  .leader1-d2 ul li a .leader1-d2-tx h3 {
    font-size: 20px;
  }

  .ld-tit h4 {
    font-size: 18px;
  }

  .leader1-dtx p {
    font-size: 16px;
  }

  .leader1-d2 ul li a .leader1-d2-tx p {
    font-size: 16px;
  }

  .leader3 ul li a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .User .s1 .aLeft {
    float: none;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .User .s2 .aLeft {
    float: none;
    width: auto;
  }

  .User .s2 .acenter {
    margin-left: 0;
    margin-top: 20px;
  }

  .User .s2 .aRight {
    margin-top: 20px;
  }

  .User .s1 .aRight {
    padding: 20px 5px;
  }

  .User .s1 .aRight .info {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .User .s1 .aRight .info-list li {
    width: 33.33%;
    margin-bottom: 10px;
  }

  .User .s2 .aLeft {
    padding: 20px 25px;
  }

  .User .s1 .aRight .info span {
    margin-left: 0;
    margin-right: 30px;
  }

  .User .s1 .aRight .info span:first-child {
    margin-left: 0;
  }

  .User .s2 .aLeft h4 {
    font-size: 20px;
    padding-left: 50px;
    line-height: 40px;
    background-size: 40px;
  }

  .User .s2 .aLeft ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .User .s1 .aRight .info-list li .icon {
    width: 70px;
    height: 70px;
  }

  .User .s1,
  .User .s2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .User .s2 .aLeft {
    padding: 15px;
  }

  .User .s2 .aLeft ul li,
  .User .s1 .aRight .info-list li p {
    font-size: 15px;
  }

  .User .s1 .aLeft {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .User .s2 .aLeft ul li a {
    padding-right: 70px;
  }

  .gl,
  .gr {
    padding: 20px;
  }

  .gc {
    padding: 20px;
  }

  .gl>ul li {
    padding: 10px;
  }
}

/*登录页*/
.Login-tit span {
  display: inline-block;
  width: 50%;
  font-size: 24px;
  line-height: 60px;
  background: #eeeeee;
  text-align: center;
  cursor: pointer;
}

.Login-tit span.active {
  background: #1a65e1;
  color: #fff;
}

.Login-inp .item {
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.Login-inp .item i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-position: 50%;
}

.Login-inp .item i.name {
  background-image: url("../images/nam.png");
}

.Login-inp .item i.psd {
  background-image: url("../images/psd.png");
}

.Login-inp .item input {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #8b8a8a;
  line-height: 48px;
  height: 50px;
  padding-left: 70px;
  border: 1px solid #ddd;
}

.Login-inp .captcha input {
  float: left;
  width: 53.73%;
  padding-left: 10px;
}

.Login-inp .captcha div {
  float: right;
  width: 43.14%;
  border: 1px solid #ddd;
  cursor: pointer;
}

.Login-inp .captcha div img {
  margin: 0 auto;
  height: 48px;
}

.Login-inp .tips label {
  position: relative;
  display: block;
}

.Login-inp .tips label input {
  position: absolute;
  left: -99999px;
  top: 16px;
  width: 12px;
  height: 12px;
}

.Login-inp .tips label i {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  outline: 0;
  border: 1px solid rgb(133, 133, 133);
  background: transparent;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.Login-inp .tips label input+i:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ab0000;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transform: translateY(-50%) translateX(-50%);
}

.Login-inp .tips label input:checked+i {
  border-color: #ab0000;
}

.Login-inp .tips label input:checked+i:after {
  opacity: 1;
}

.Login-inp .tips label span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  padding-left: 24px;
}

.Login-inp .submit input[type="submit"] {
  display: block;
  width: 400px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background: #1a65e1;
  border-radius: 5px;
  margin: 0 auto;
  cursor: pointer;
  padding-left: 0;
  border: none;
}

.Login-inp .item {
  margin-bottom: 30px;
}

.Login-inp .tips {
  margin-top: -3px;
  margin-bottom: 27px;
}

.Login-inp {
  max-width: 510px;
  margin: auto;
  padding: 30px 0 46px;
}

.LoginBox {
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  border-radius: 10px 10px 0 0;
}

.Login {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #fff;
}

/*注册页*/

.register-tit {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 3px solid #1a65e1;
}

.register-tit:after {
  position: absolute;
  content: "";
  left: 40px;
  bottom: 0;
  border: 8px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #1a65e1;
}

.register-b1>ul>li {
  width: 80.73%;
  margin: 0 auto 30px;
  font-size: 0;
  position: relative;
}

.register-b1 li span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #333;
  line-height: 48px;
  width: 134px;
}

.register-b1>ul>li.strength span {
  vertical-align: middle;
}

.register-b1 li .aRight {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 134px);
}

.register-b1 li .aRight input {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 46px;
  height: 48px;
  border: 1px solid #ddd;
  padding-left: 30px;
  width: 64.37%;
}

.register-b1 li .aRight em {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  padding-left: 30px;
  position: relative;
  margin-left: 2%;
}

.register-b1 li .aRight em:before {
  position: absolute;
  content: "*";
  left: 0;
  color: #1a65e1;
  top: 3px;
}

.register-b1 li .aRight #box {
  width: 64.37%;
}

.register-b1 li .aRight #box i {
  display: inline-block;
  vertical-align: middle;
  width: 29%;
  height: 12px;
  background: #e5e5e5;
}

.register-b1 li .aRight #box i:nth-child(3n + 2) {
  margin-left: 6.5%;
  margin-right: 6.5%;
}

.register-b1 li .aRight #box i.active {
  background: #1a65e1;
}

.register-b1 li .sel {
  width: 64.37%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.register-b1 li .sel select {
  font-size: 14px;
  color: #999999;
  line-height: 46px;
  border: 1px solid #ddd;
  position: relative;
  padding-left: 30px;
  padding-right: 33px;
  height: 48px;
  cursor: pointer;
  width: 100%;
}

.register-b1 li .sel p:after {
  position: absolute;
  content: "";
  width: 14px;
  top: 0;
  bottom: 0;
  right: 19px;
  background: url("../images/sel-down.png") no-repeat 50%;
}

.register-b1 li .sel ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  display: none;
  z-index: 9;
}

.register-b1 li .sel ul li {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 5px 20px;
  cursor: pointer;
}

.register-b1 li .sel ul li:hover {
  background: #1a65e1;
  color: #fff;
}

.register-b1 li.upload .aRight input {
  width: auto;
  border: none;
}

.register-b1 li.upload .filebtn {
  display: inline-block;

  position: relative;
  border: 1px solid #313131;
  border-radius: 0;
  line-height: 46px;
  height: 48px;
  width: 124px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.register-b1 li.upload .filebtn input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  padding-left: 0;
  width: 100%;
}

.register-b1 li.upload i {
  display: inline-block;
  vert-align: middle;
  font-size: 14px;
  color: #333;
  line-height: 48px;
  margin-left: 2%;
}

.register-b1 li.captcha input {
  width: 197px;
}

.register-b1 li.submit01 input,
.register-b1 li.submit01 a {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  line-height: 46px;
  height: 48px;
  color: #1a65e1;
  text-align: center;
  border: 1px solid #1a65e1;
  border-radius: 5px;
  font-size: 16px;
}

.register-b1 li.submit01 a {
  margin-left: 120px;
  color: #1a65e1;
}

.register-b1 li.submit02 input {
  display: inline-block;
  width: 200px;
  line-height: 46px;
  height: 48px;
  color: #fff;
  text-align: center;
  border: 1px solid #1a65e1;
  border-radius: 5px;
  font-size: 16px;
  background: #1a65e1;
  cursor: pointer;
}

.register-b1 li.submit01,
.register-b1 li.submit02 {
  text-align: center;
}

.register-b1 h2 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  position: relative;
  margin: 57px 0;
}

.register-b1 h2 span {
  position: relative;
  z-index: 3;
  display: inline-block;
  background: #fff;
  cursor: pointer;
}

.register-b1 h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #ddd;
}

.register-b1 .red-dtl {
  display: none;
}

.register-b1 {
  padding-top: 40px;
}

.register {
  margin-top: 60px;
  background: #fff;
  padding: 42px 6.52% 19px;
}

/*新闻资讯页*/
.information {
  padding: 38px 35px !important;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  margin-top: 50px;
}

.information .s1-banner {
  width: 51.85%;
}

.information .s1-banner a {
  display: block;
  position: relative;
}

.information .s1-banner .bg_img {
  height: 460px;
}

.information .s1-banner p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  padding-left: 20px;
  padding-right: 120px;
  z-index: 3;
}

.information .s1-banner a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.information .s1-banner .slick-dots {
  font-size: 0;
  left: auto;
  width: auto;
  right: 25px;
  bottom: 24px;
}

.information .s1-banner .slick-dots button {
  display: none;
}

.information .s1-banner .slick-dots li {
  width: 10px;
  height: 10px;
  background-image: url(../images/szhg-dot1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: 0 7px;
}

.information .s1-banner .slick-dots .slick-active {
  background-image: url(../images/szhg-dot2.png);
}

.information .s1 .aRight {
  width: 44.07%;
}

.tabc {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.tabc span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #2f2f2f;
  margin-left: 40px;
  cursor: pointer;
  position: relative;
}

.tabc span:first-child {
  margin-left: 0;
}

.tabc span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 6px;
  background: url(../images/szhg-tit1.png) no-repeat center bottom;
  background-size: 100% 100%;
  display: none;
}

.tabc span::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #0052da;
  display: none;
}

.tabc span.active {
  color: #0052da;
  font-weight: 700;
}

.tabc span.active::before,
.tabc span.active::after {
  display: block;
}

.mores {
  font-family: "微软雅黑";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 30px;
  color: #9e9e9e;
  background: url(../images/szhg-more1.png) no-repeat right center;
  background-size: 24px 13px;
  padding-right: 34px;
  z-index: 1;
}

.mores a {
  display: none;
}

.mores a:hover {
  color: #0052da;
}

.tsxw {
  margin-top: 7px;
}

.tsxw li a {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 0;
  overflow: hidden;
  line-height: 47px;
}

.tsxw li .time {
  float: right;
  padding-left: 15px;
  font-size: 14px;
}

.tsxw li .txt {
  position: relative;
  padding-left: 18px;
}

.tsxw li .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #979898;
}

.tsxw li .txt p {
  font-size: 16px;
  color: #333333;
}

.tsxw li {
  position: relative;
}

.tsxw li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1c4ca0;
  transition: all 0.3s;
}

.tsxw li:hover:after {
  width: 100%;
}

.tsxw li:hover .txt::before {
  background-color: #1c4ca0;
}

.tsxw li:hover .txt p {
  font-weight: 600;
  color: #1c4ca0;
}

.information .publist1 ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  border-left: 1px solid #eaeaea;
  z-index: 1;
}

.information .publist1 ul li:first-child a::after {
  top: 25px;
}

.information .publist1 ul li:last-child a::after {
  bottom: 25px;
}

.information .publist1 ul li a::before {
  width: 8px;
  height: 8px;
  background: url(../images/szhh-list1.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.information .publist1 ul li a p,
.information .publist1 ul li a span {
  line-height: 60px;
}

.information .publist1 ul li a:hover p {
  /* text-decoration: underline; */
}

.information .tabb {
  padding-top: 10px;
}

.information .s1 {
  overflow: hidden;
  margin-bottom: 50px;
}

.information .s2 {
  overflow: hidden;
}

.information .s2 .item>.publist1 {
  margin-top: 10px;
}

.information .s2 .item {
  float: left;
  width: 47.32%;
  margin-bottom: 34px;
}

.information .s2 .item:nth-child(2n) {
  margin-left: 5.36%;
}

.information .s2 .item h4,
.interactive .s3 .item h4 {
  font-family: "sysong";
  font-size: 34px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.information .s2 .item h4 span {
  color: #0051e1;
}

.information .s2 .item h4>img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.information .s2 .item h4 a {
  top: 50%;
  transform: translateY(-50%);
  color: #9e9e9e;
  font-weight: normal;
}

.information .s2 .item.qxnews h4 a {
  display: none;
}

.information .s2 .qxnews h4 {
  margin-bottom: 0;
}

.information .s2 .qxnews .tabc span {
  font-family: "sysong";
  display: inline-block;
  vertical-align: middle;
  font-size: 34px;
  line-height: inherit;
  font-weight: bold;
  color: #737373;
  position: relative;
  margin-left: 40px;
  cursor: pointer;
}

.information .s2 .qxnews .tabc span:first-child {
  margin-left: 0;
}

.information .s2 .qxnews .tabc span.active {
  color: #0051e1;
}

.information .s2 .qxnews .tabc>img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}

.information .s2 .qxnews .tabc .mores {
  top: 50%;
  transform: translateY(-50%);
}

.information .s2 .qxnews .tabc {
  padding-bottom: 0;
  border-bottom: none;
}

.information .s2 .qxnews .tabc span::before,
.information .s2 .qxnews .tabc span::after {
  display: none !important;
}

.information .s2 .qxnews .tabc span:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: inherit;
  bottom: inherit;
  right: -25px;
  width: 9px;
  height: 9px;
  background: url(../images/szhh-d.png) no-repeat;
  background-size: 100% 100%;
  display: block !important;
}

.tabb .gd {
  display: none;
  /*margin-top: 15px;*/
}

.information .s2 .aLeft,
.information .s2 .aRight,
.information .s3 .aLeft,
.information .s3 .aRight {
  width: 48%;
}

.information .s2 .aRight .mores a,
.information .s3 .aLeft .mores a,
.information .s3 .aRight .mores a {
  display: block !important;
}

.information .s2 .aRight .tabb .tabb-item,
.information .s3 .aLeft .tabb .tabb-item {
  display: block !important;
}

.s6-banner {
  margin: 35px 0;
}

.s6-banner a {
  display: block;
  overflow: hidden;
  margin: 0 11px;
}

.s6-banner a img {
  width: 100%;
  transition: all 0.3s;
}

.s6-banner {
  overflow: hidden;
}

.s6-banner .slick-list {
  margin-left: -11px;
  margin-right: -11px;
}

.s6-banner a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.s6-banner .slick-arrow {
  width: 20px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 6px 10px;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 3;
}

.s6-banner .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.s6-banner .slick-prev {
  left: 0;
  background-image: url("../images/s7-prev.png");
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.s6-banner .slick-next {
  right: 0;
  background-image: url("../images/s7-next.png");
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.information .s3 .aLeft .tsxw li a {
  line-height: 48px;
}

.information .s3 .aRight .tabc2 {
  border-bottom: none;
  height: 38px;
  background-color: #e8edf1;
  margin-top: 15px;
}

.information .s3 .aRight .tabc2 span {
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  margin-left: 0;
  width: 14.2%;
  text-align: center;
}

.information .s3 .aRight .tabc2 span.active {
  font-weight: bold;
}

.information .s3 .aRight .tabc2 span::after {
  height: 2px;
  border-radius: 0;
  width: 100%;
  bottom: 0;
}

.zfGk3,
.zfGk4 {
  padding: 0 !important;
}

.zfGk3 .s1 {
  display: flex;
  justify-content: space-between;
}

.zfGk3 .zfGk3-l {
  width: 47.88%;
  padding-top: 7px;
}

.zfGk3 .zfGk3-l .tabc {
  background: #f3f7ff;
  height: 50px;
  padding-bottom: 0;
  border-bottom: none;
}

.zfGk3 .zfGk3-l .tabc span {
  line-height: 50px;
  font-family: "sysong";
  padding-left: 22px;
  margin-left: 15px;
}

.zfGk3 .zfGk3-l .tabc span::after {
  display: none;
}

.zfGk3 .zfGk3-l .tabc span::before {
  background: url(../images/zfGk3-bg1.png) no-repeat;
  width: 171px;
  height: 59px;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  top: -7px;
  transform: none;
}

.zfGk3 .zfGk3-l .tabc span em {
  position: relative;
}

.zfGk3 .zfGk3-l .tabc span.active em {
  color: #fff;
}

.zfGk3 .zfGk3-l .mores {
  background: none;
  padding-right: 0;
  line-height: 50px;
  right: 10px;
}

.zfGk3 .zfGk3-r {
  width: 45.07%;
}

.zfGk3 .zfGk3-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zfGk3 .zfGk3-r ul li {
  width: 48.43%;
  margin-top: 19px;
}

.zfGk3 .zfGk3-r ul li a {
  display: flex;
  align-items: center;
  height: 90px;
  padding-left: 50px;
  transition: all 0.5s;
}

.zfGk3 .zfGk3-r ul li a img {
  display: block;
  margin-right: 12px;
  transition: all 0.5s;
}

.zfGk3 .zfGk3-r ul li a span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.zfGk3 .zfGk3-r ul li:first-child {
  width: 100%;
  margin-top: 0;
}

.zfGk3 .zfGk3-r ul li:first-child a {
  justify-content: center;
  background: #f3f7ff;
  padding-left: 0;
}

.zfGk3 .zfGk3-r ul li:first-child a span {
  color: #1a65e1;
}

.zfGk3 .zfGk3-r ul li:nth-child(2) a {
  background: #fff7e6;
}

.zfGk3 .zfGk3-r ul li:nth-child(2) a span {
  color: #c29025;
}

.zfGk3 .zfGk3-r ul li:nth-child(3) a {
  background: #fff0ec;
}

.zfGk3 .zfGk3-r ul li:nth-child(3) a span {
  color: #dc3c0e;
}

.zfGk3 .zfGk3-r ul li:nth-child(4) a {
  background: #e5eeff;
}

.zfGk3 .zfGk3-r ul li:nth-child(4) a span {
  color: #1c4da8;
}

.zfGk3 .zfGk3-r ul li:nth-child(5) a {
  background: #edf9ec;
}

.zfGk3 .zfGk3-r ul li:nth-child(5) a span {
  color: #209f15;
}

.zfGk3 .zfGk3-r ul li:nth-child(6) a {
  background: #f6eee0;
}

.zfGk3 .zfGk3-r ul li:nth-child(6) a span {
  color: #c58e2d;
}

.zfGk3 .zfGk3-r ul li:nth-child(7) a {
  background: #f4f0ff;
}

.zfGk3 .zfGk3-r ul li:nth-child(7) a span {
  color: #4f0aa8;
}

.zfGk3 .zfGk3-r ul li:hover a {
  border-radius: 10px;
}

.zfGk3 .zfGk3-r ul li:hover a img {
  margin-right: 15px;
}

.zfGk4 .publist1 ul li a::after {
  display: none;
}

.zfGk4 .publist1 ul li a::before {
  background: url(../images/zfGk1-sj.png) no-repeat left center;
  width: 4px;
  height: 7px;
}

.zfGk4 .publist1 ul li a p,
.zfGk4 .publist1 ul li a span {
  line-height: 50px;
}

.zfGk4-rbox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.zfGk4-rboxl {
  width: 44.37%;
  background: url(../images/gb-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 27px 14px 44px 30px;
  height: 372px;
}

.zfGk4-rboxl .bg_img {
  height: 100%;
}

.zfGk4-rboxl .bg_img .a {
  background-size: contain;
}

.zfGk4-rboxr {
  width: 51.56%;
}

.zfGk4-rboxr ul li {
  margin-top: 8px;
}

.zfGk4-rboxr ul li:first-child {
  margin-top: 0;
}

.zfGk4-rboxr ul li a {
  display: block;
  text-align: center;
  background: #f9f9f9;
  line-height: 54px;
  transition: all 0.5s;
}

.zfGk4-rboxr ul li:hover a {
  color: #1a65e1;
  background: #f3f7ff;
}

.zfGk6 .zt1-pic {
  margin: 0 -20px;
}

.zfGk6 .zt1-pic li a .pic {
  padding-top: 57.66%;
  border-radius: 0;
}

.zfGk6 .zt1-pic li a {
  margin: 0 20px;
}

/*政民互动页*/

.interactive .aLeft {
  width: 64.35%;
}

.interactive .tabc {
  background: #fbeeeb;
  line-height: 64px;
  position: relative;
  border-bottom: 1px solid #1a65e1;
}

.interactive .tabc span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #333;
  padding: 0 50px;
  position: relative;
  cursor: pointer;
}

.interactive .tabc span em {
  position: relative;
  z-index: 3;
}

.interactive .tabc span:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/s4-img06.png") no-repeat 50%;
  background-size: 100% 100%;
  display: none;
}

.interactive .tabc span.active {
  color: #fff;
}

.interactive .tabc span.active:after {
  display: block;
}

.interactive .tabc .mores,
.interactive .s2 .aRight h4 .mores {
  position: absolute;
  padding-right: 20px;
  top: 50%;
  right: 20px;
  font-size: 16px;
  line-height: 1;
  color: #1a65e1;
  background: url("../images/mores.png") no-repeat right center;
  transform: translateY(-50%);
}

.interactive .s1 .tabb table {
  width: 100%;
  box-sizing: border-box;
  background: #1a65e1;
  text-align: center;
  border-collapse: collapse;
  table-layout: fixed;
}

.interactive .s1 .tabb table td.td4 {
  width: 20%;
}

.interactive .s1 .tabb table td.td1 {
  width: 54%;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
}

.interactive .s1 .tabb table td.td2 {
  width: 12%;
}

.interactive .s1 .tabb table td.td3 {
  width: 14%;
}

.interactive .s1 .tabb table thead td {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.interactive .s1 .tabb table tbody td {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  padding: 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.interactive .s1 .tabb .gd a {
  display: block;
  width: 80px;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  background: #1a65e1;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
}

.interactive .s1 .tabb .gd {
  display: block;
  margin-top: 15px;
}

.interactive .s1 .tabb {
  padding-top: 20px;
}

.interactive .aRight {
  width: 30.43%;
}

/*2023-05-04 政民互动修改*/
.new_int_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new_int_list a {
  display: block;
  width: 45.71%;
  margin-bottom: 27px;
  padding: 12px 10px 16px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
  background-image: url("../images/new_int_img05.jpg");
}

.new_int_list a:nth-child(2) {
  background-image: url("../images/new_int_img06.jpg");
}

.new_int_list a:nth-child(3) {
  background-image: url("../images/new_int_img07.jpg");
}

.new_int_list a:nth-child(4) {
  background-image: url("../images/new_int_img08.jpg");
}

.new_int_list a img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.new_int_list a p {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 22px;
  margin-top: 8px;
}

/*2023-05-04 政民互动修改 结束*/
.interactive .s1 {
  padding-top: 56px;
  padding-bottom: 50px;
  background: #fff9f5;
}

.interactive .s2 .tabc {
  line-height: 60px;
}

.inac-list li {
  position: relative;
  line-height: 60px;
  padding-left: 20px;
  border-top: 1px dashed #c2c2c2;
  background: url("../images/gov-01.png") no-repeat left center;
}

.inac-list li:first-child {
  border: 0;
}

.inac-list li a {
  display: block;
  font-size: 18px;
  color: #333;
  padding-right: 110px;
}

.inac-list li span {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  color: #999;
  line-height: 17px;
  height: 17px;
  padding-left: 10px;
  border-left: 2px solid #ddd;
  transform: translateY(-50%);
}

.inac-list li:hover a {
  color: #fff;
}

.inac-list li:hover span {
  color: #fff;
  border-color: #fff;
  right: 10px;
}

.inac-list li:hover {
  background: #0052da;
}

.interactive .s2 .tabb {
  padding-top: 18px;
}

.interactive .s2 .aRight {
  background: #f8f8f8;
  padding: 25px 30px 10px;
}

.interactive .s2 .aRight h4 {
  font-size: 24px;
  color: #1a65e1;
  line-height: 32px;
  font-weight: 600;
  position: relative;
  margin-bottom: 16px;
}

.interactive .s2 .aRight h4 .mores {
  font-weight: normal;
  right: 0;
}

.interactive .s2 .aRight .box a {
  display: block;
}

.interactive .s2 .aRight .box .bg_img {
  height: 218px;
}

.interactive .s2 .aRight .box .txt {
  font-size: 0;
}

.interactive .s2 .aRight .box .txt span {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  font-size: 16px;
  color: #1a65e1;
  font-weight: 600;
  line-height: 28px;
}

.interactive .s2 .aRight .box .txt .info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
}

.interactive .s2 .aRight .box .txt h4 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 28px;
  height: 56px;
}

.interactive .s2 .aRight .box .txt time {
  font-size: 14px;
  color: #1a65e1;
  line-height: 28px;
}

.interactive .s2 .aRight .box .txt time i {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}

.interactive .s2 .aRight .box .txt p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 72px;
}

.interactive .s2 .aRight .box .txt {
  padding-top: 13px;
  padding-bottom: 14px;
  border-top: 1px solid #eacccf;
}

.interactive .s2 {
  padding-top: 30px;
  padding-bottom: 32px;
}

.interactive .s3 .item {
  float: left;
  width: 47.83%;
}

.interactive .s3 .item:nth-child(2) {
  margin-left: 4.34%;
}

.interactive .s3 .item h4 a {
  position: absolute;
  padding-right: 20px;
  top: 50%;
  right: 20px;
  font-size: 16px;
  line-height: 1;
  color: #fff;

  background: url("../images/mores.png") no-repeat right center;
  transform: translateY(-50%);
}

.interactive .s3 .item .inac-list li {
  line-height: 54px;
}

.interactive .s3 {
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 32px;
}

/*综合政务服务页*/

.integrated .s1 .aLeft {
  width: 55.65%;
  background: #fff;
}

.integrated .s1 .aLeft .item {
  float: left;
  width: 38%;
  padding-top: 29px;
  padding-left: 39px;
  overflow: hidden;
  min-height: 225px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.integrated .s1 .aLeft .item02 {
  width: 24%;
}

/*.integrated .s1 .aLeft .item03{
    padding-left: 0;
}*/
.integrated .s1 .aLeft .item03 .item-r {
  display: none;
}

.integrated .s1 .aLeft .item:nth-child(-n + 3) {
  border-top: 0;
}

.integrated .s1 .aLeft .item:nth-child(3n + 1) {
  border-left: 0;
}

.integrated .s1 .aLeft .item.item04 {
  border-top: 0;
}

.integrated .s1 .aLeft .item .item-l {
  float: left;
  width: 100px;
}

.integrated .s1 .aLeft .item03 .item-l {
  /* float: none;*/
  width: auto;
  padding-left: 0;
}

.integrated .s1 .aLeft .item img {
  margin: 0 auto 20px;
}

.integrated .s1 .aLeft .item p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.integrated .s1 .aLeft .item .item-r {
  overflow: hidden;
  padding-left: 25px;
}

.integrated .s1 .aLeft .item a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 48px;
  padding-left: 15px;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.integrated .s1 .aLeft .item a:first-child {
  margin-top: 0;
}

.integrated .s1 .aLeft .item a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #1a65e1;
  border-radius: 50%;
  transform: translateY(-50%);
}

.integrated .s1 .aLeft .item a:hover {
  color: #1a65e1;
}

.integrated .s1 .aRight {
  width: 41.45%;
}

.integrated .s1 .aRight h4 {
  font-size: 24px;
  color: #fff;
  line-height: 68px;
  position: relative;
  text-align: center;
  background: url("../images/inac-img11.jpg") no-repeat 50%;
  background-size: 100% 100%;
}

.integrated .s1 .aRight .icon-list {
  padding: 27px 20px 8px;
  background: url("../images/s3-img07.jpg") no-repeat 50%;
  background-size: cover;
}

.integrated .s1 .aRight .icon-list li {
  width: 33.33%;
  float: left;
  margin-top: 20px;
}

.integrated .s1 .aRight .icon-list li:nth-child(-n + 3) {
  margin-top: 0;
}

.integrated .s1 .aRight .icon-list li a {
  display: block;
  overflow: hidden;
}

.integrated .s1 .aRight .icon-list li .icon {
  width: 100px;
  height: 99px;
  margin: 0 auto 18px;
  position: relative;
  background: url("../images/s3-icon07.png") no-repeat;
  background-size: 100% 100%;
}

.integrated .s1 .aRight .icon-list li p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  height: 48px;
}

.integrated .s1 .aRight .icon-list li:hover p {
  color: #c70000;
}

.integrated .s1 {
  background: #fff9f5;
  padding-top: 60px;
  padding-bottom: 69px;
}

.integrated .s2 .tabc {
  text-align: center;
  padding-bottom: 27px;
  border-bottom: 3px solid #1a65e1;
}

.integrated .s2 .tabc span {
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  width: 20%;
  text-align: center;
  position: relative;
  color: #666;
  cursor: pointer;
}

.integrated .s2 .tabc span:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #1a65e1;
  display: none;
}

.integrated .s2 .tabc span.active:after {
  display: block;
}

.integrated .s2 .tabc span.active {
  color: #333;
}

.integrated .s2 .tabb ul li {
  float: left;
  width: 22.1%;
  margin-bottom: 60px;
  margin-left: 3.86%;
  background: url("../images/s3-img08.jpg") no-repeat 50%;
  background-size: 100% 100%;
  transition: all 0.3s;
}

.integrated .s2 .tabb ul li:nth-child(4n + 1) {
  margin-left: 0;
}

.integrated .s2 .tabb ul li a {
  font-size: 20px;
  color: #333;
  padding: 10px 18px 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 114px;
  text-align: center;
  line-height: 1.2;
}

.integrated .s2 .tabb ul li:hover a {
  color: #1a65e1;
}

.integrated .s2 .tabb ul li:hover {
  transform: translateY(-5px);
}

.integrated .s2 .tabb-item {
  padding-top: 40px;
}

.integrated .s2 {
  padding-top: 53px;
  padding-bottom: 20px;
  background: #fff;
}

/*星期四*/

@media screen and (max-width: 1380px) {
  .information {}

  .information .s2 .qxnews .tabc span {}

  .interactive .s1 .tabb table td.td1 {
    padding-left: 10px;
  }

  .interactive .s1 .aRight a {
    padding-left: 35px;
  }

  .interactive .s1 .aRight a span {
    padding-left: 95px;
    background-size: 80px;
  }

  .interactive .aRight {
    width: 33.43%;
  }

  .interactive .tabc span {
    padding: 0 30px;
  }

  .integrated .s1 .aLeft .item {
    padding-left: 20px;
  }

  .integrated .s1 .aLeft .item .item-l,
  .integrated .s1 .aLeft .item img {
    width: 80px;
  }

  .integrated .s1 .aLeft .item03 .item-l {
    width: auto;
  }

  .integrated .s1 .aLeft .item .item-r {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1060px) {
  .mores {
    font-size: 14px;
    background-size: 18px auto;
    padding-right: 28px;
  }

  .Login-tit span {
    font-size: 20px;
    line-height: 48px;
  }

  .register {
    padding: 30px 30px 19px;
  }

  .register-b1>ul>li {
    width: 96%;
    margin-bottom: 20px;
  }

  .register-b1 h2 {
    margin: 20px 0;
    font-size: 18px;
  }

  .register-b1 {
    padding-top: 30px;
  }

  .information .s1-banner {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .information .s1-banner .bg_img {
    height: auto;
    padding-top: 71.47%;
  }

  .information .s1 .aRight {
    float: none;
    width: auto;
  }

  .information {
    padding: 10px !important;
  }

  .information .s1-banner p {
    font-size: 18px;
    padding-left: 15px;
  }

  .information .s1 .tabc span {
    font-size: 22px;
  }

  .information .publist1 ul li a p,
  .information .publist1 ul li a span {
    line-height: 50px;
  }

  .information .s1 {
    margin-bottom: 30px;
  }

  .information .s2 .item h4,
  .interactive .s3 .item h4 {
    font-size: 22px;
  }

  .information .s2 .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .information .s2 .qxnews .tabc span:first-child:after {
    width: 7px;
    height: 7px;
  }

  .information .s2 .qxnews .tabc>img,
  .information .s2 .item h4>img {
    width: 100px;
  }

  .information .s2 .item:nth-child(2n) {
    margin-left: 0;
    margin-top: 40px;
  }

  .information .s2 .qxnews .tabc span {
    font-size: 22px;
  }

  .information .s1 ul li a,
  .information .s2 .item ul>li a,
  .inac-list li a {
    font-size: 16px;
  }

  .information .s1 ul li span,
  .information .s2 .item ul>li span,
  .inac-list li span {
    font-size: 14px;
    /*height: 15px;
    line-height: 16px;*/
    min-width: 60px;
  }

  .interactive .aLeft {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .interactive .tabc span {
    font-size: 22px;
  }

  .interactive .tabc {
    line-height: 56px;
  }

  .interactive .s1 .tabb table thead td {
    font-size: 18px;
    padding: 10px 0;
  }

  .interactive .s1 .tabb table tbody td {
    font-size: 16px;
  }

  .interactive .aRight {
    float: none;
    width: auto;
    overflow: hidden;
  }

  .interactive .s1 .aRight a {
    width: 45%;
    padding: 30px 15px 30px 30px;
  }

  .interactive .s1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .interactive .s2 .aRight .box .bg_img {
    height: auto;
    padding-top: 68.77%;
  }

  .interactive .s2 .aRight h4 {
    width: 100%;
  }

  .interactive .s3 {
    padding-top: 30px;
  }

  .interactive .s3 .item h4 a {
    right: 10px;
  }

  .integrated .s1 .aLeft {
    float: none;
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .integrated .s1 .aRight {
    float: none;
    width: auto;
  }

  .integrated .s1 {
    padding: 30px 0;
  }

  .integrated .s2 .tabb ul li {
    margin-bottom: 30px;
  }

  .integrated .s2 .tabb ul li a {
    font-size: 18px;
    line-height: 32px;
  }

  .integrated .s1 .aRight h4 {
    font-size: 22px;
    line-height: 56px;
  }

  .integrated .s2 .tabc span {
    font-size: 24px;
  }

  .integrated .s2 .tabc span:after {
    bottom: -10px;
  }

  .integrated .s2 .tabc {
    padding-bottom: 10px;
  }

  .information .s3 .aLeft,
  .information .s3 .aRight {
    width: 100%;
  }

  .information .s3 .aRight {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .information {
    margin-top: 0px;
    padding: 10px 0 !important;
  }

  .zfGk3 .s1 {
    flex-wrap: wrap;
  }

  .zfGk3 .zfGk3-l {
    width: 100% !important;
  }

  .zfGk3 .zfGk3-r {
    width: 100% !important;
    margin-top: 20px;
  }

  .zfGk3 .zfGk3-r ul li a {
    padding-left: 20px;
    height: 60px;
  }

  .zfGk3 .zfGk3-r ul li a span {
    font-size: 18px;
    line-height: 26px;
  }

  .zfGk3 .zfGk3-l .tabc span::before {
    width: 154px;
  }

  .zfGk5 ul li {
    width: 50%;
  }

  .zfGk5 ul li a {
    height: auto;
    padding: 15px;
  }

  .zfGk5 ul li a span {
    font-size: 16px;
  }

  .zfGk6 {
    padding: 20px 0 40px 0;
  }

  .zfGk6 .zt1-pic {
    margin: 0 -10px;
  }

  .zfGk6 .zt1-pic li a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 900px) {
  .register-b1 li .aRight em {
    display: block;
    line-height: 30px;
    padding-left: 15px;
  }

  .register-b1 li .aRight input,
  .register-b1 li .aRight #box,
  .register-b1 li .sel {
    width: 100%;
  }

  .information .s2 .item,
  .interactive .s3 .item {
    float: none;
    width: auto;
  }

  .information .s2 .item:nth-child(2n),
  .interactive .s3 .item:nth-child(2) {
    margin-left: 0;
  }

  .interactive .s3 .item {
    margin-bottom: 15px;
  }

  .interactive .s1 .aRight a span {
    background-size: 70px;
    font-size: 22px;
    padding-left: 80px;
    line-height: 70px;
  }

  .interactive .s1 .aRight a {
    padding-left: 25px;
  }

  .integrated .s1 .aLeft .item a {
    font-size: 16px;
    line-height: 32px;
  }

  .integrated .s1 .aLeft .item {
    min-height: 195px;
  }

  .integrated .s1 .aLeft .item p {
    font-size: 18px;
  }

  .integrated .s1 .aLeft .item03 .item-l {
    float: left;
    width: 80px;
    padding-left: 0;
  }

  .integrated .s1 .aLeft .item03 .item-r {
    display: none;
  }

  .integrated .s1 .aRight .icon-list li .icon {
    width: 90px;
    height: 90px;
  }

  .integrated .s1 .aRight .icon-list li .icon img {
    width: 35%;
  }

  .integrated .s1 .aRight .icon-list li p {
    font-size: 16px;
  }

  .integrated .s1 .aLeft .item img {
    margin-bottom: 12px;
  }

  .register-b1 ul:nth-child(2) li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .submit01 {
    margin-left: 0 !important;
    margin-top: 20px !important;
    width: 130px !important;
    line-height: 42px !important;
    height: 42px !important;
  }

  .submit02 {
    margin-left: 20px !important;
    margin-top: 20px !important;
    width: 130px !important;
    line-height: 42px !important;
    height: 42px !important;
  }
}

@media screen and (max-width: 768px) {
  .integrated .s2 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .integrated .s2 .tabb ul li {
    width: 32%;
    margin-left: 2%;
  }

  .integrated .s2 .tabb ul li:nth-child(4n + 1) {
    margin-left: 2%;
  }

  .integrated .s2 .tabb ul li:nth-child(3n + 1) {
    margin-left: 0%;
  }

  .integrated .s2 .tabb-item {
    padding-top: 20px;
  }

  .integrated .s2 {
    padding-top: 20px;
  }

  .information .s2 .aLeft,
  .information .s2 .aRight {
    width: 100%;
  }

  .information .s2 .aRight {
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  .Login {
    margin-top: 0;
    padding-top: 20px !important;
  }

  .Login-inp {
    padding: 20px 10px;
  }

  .Login-inp .submit input[type="submit"] {
    width: 80%;
  }

  .Login-inp .item {
    margin-bottom: 20px;
  }

  .register {
    padding: 25px 15px 10px;
  }

  .register-tit {
    font-size: 22px;
    line-height: 26px;
  }

  .register-b1 {
    padding-top: 20px;
  }

  .register-b1>ul>li {
    width: 100%;
    margin-bottom: 10px;
  }

  .register-b1 h2 {
    margin: 10px 0;
  }

  .register-b1 li span {
    font-size: 14px;
    width: 95px;
  }

  .register-b1 li .aRight {
    width: calc(100% - 95px);
  }

  .register-b1 li .aRight input {
    padding-left: 10px;
  }

  .register-b1 li .aRight #box i {
    height: 6px;
  }

  .register-b1 li.submit01 input,
  .register-b1 li.submit01 a,
  .register-b1 li.submit02 input {
    width: 150px;
    line-height: 42px;
    height: 44px;
  }

  .register-b1 li.submit01 a {
    margin-left: 0;
  }

  .register-b1 li.submit01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .information .s1-banner p {
    bottom: 15px;
    font-size: 16px;
    padding-right: 100px;
  }

  .information .s1-banner .slick-dots {
    bottom: 22px;
  }

  .information .s1-banner .slick-dots li {
    margin: 0 5px;
  }

  .information .s1 ul li {
    background-size: 24px;
    line-height: 48px;
  }

  .information .s2 .item ul>li a {}

  .information .s1 .tabc span,
  .information .s2 .item h4,
  .interactive .s3 .item h4 {}

  .information .s1,
  .information .s2 .item {
    margin-bottom: 15px;
  }

  .information {
    padding-top: 10px;
  }

  .interactive .s1 .tabb table thead td {
    font-size: 16px;
    line-height: 24px;
  }

  .interactive .s1 .tabb table tbody td {
    font-size: 15px;
  }

  .interactive .s1 .tabb table,
  .tablebody,
  .tablehead,
  .interactive .s1 .tabb .ScrollStyle {
    min-width: 640px;
  }

  .interactive .s1 .tabb .scroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .interactive .s1 .tabc .mores {
    display: none;
  }

  .interactive .s1 .tabb .gd {
    display: block;
    margin-top: 15px;
  }

  .interactive .tabc span,
  .interactive .s2 .aRight h4 {
    font-size: 20px;
  }

  .interactive .tabc,
  .interactive .s2 .tabc {
    line-height: 50px;
  }

  .interactive .s1 .tabb {
    padding-top: 10px;
  }

  .interactive .s1 .aRight a {
    width: 100%;
    text-align: center;
  }

  .interactive .s1 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .interactive .tabc .mores {
    right: 10px;
    font-size: 15px;
  }

  .interactive .s2 .aRight {
    padding: 25px 20px 10px;
  }

  .interactive .s2,
  .interactive .s3 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .interactive .s2 .tabb {
    padding-top: 5px;
  }

  .inac-list li a {
    padding-right: 90px;
  }

  .integrated .s1 .aLeft .item {
    float: none;
    width: auto;
    min-height: auto;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .integrated .s1 .aRight h4 {
    line-height: 50px;
  }

  .integrated .s1 {
    padding: 20px 0 0;
  }

  .integrated .s2 .tabc span {
    font-size: 22px;
    width: 25%;
    text-align: center;
  }

  .integrated .s2 .tabb ul li a {
    font-size: 15px;
    line-height: 28px;
    padding: 12px 15px;
  }

  .integrated .s2 .tabb ul li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 15px;
  }

  .integrated .s2 .tabb ul li:nth-child(3n + 1) {
    margin-left: 2%;
  }

  .integrated .s2 .tabb ul li:nth-child(2n + 1) {
    margin-left: 0%;
  }

  .integrated .s2 .tabc span {
    font-size: 20px;
  }

  .integrated .s1 .aLeft .item02 {
    display: block;
  }

  .integrated .s1 .aLeft .item04 {
    display: none;
  }

  .integrated .s1 .aLeft .item03 .item-r {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .Login-tit span {
    font-size: 18px;
    line-height: 44px;
  }

  .Login-inp .item input {
    line-height: 42px;
    height: 42px;
    padding-left: 55px;
  }

  .Login-inp .captcha div img {
    height: 42px;
  }

  .Login-inp .submit input[type="submit"] {
    font-size: 16px;
    line-height: 46px;
    height: 46px;
  }

  .Login-inp .item i {
    width: 45px;
  }

  .register-b1 li .aRight input,
  .register-b1 li.upload .filebtn,
  .register-b1 li .sel p {
    line-height: 42px;
    height: 42px;
    font-size: 13px;
  }

  .register-b1 li span {
    line-height: 42px;
    font-size: 15px;
    display: block;
  }

  .register-b1 li .aRight {
    width: 100%;
  }

  .register-b1 li .aRight em,
  .register-b1 li.upload i {
    font-size: 12px;
  }

  .register-b1 li.submit01 input,
  .register-b1 li.submit01 a,
  .register-b1 li.submit02 input {
    width: 110px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
  }

  .information .s2 .item h4,
  .interactive .s3 .item h4 {}

  .information .s1 .tabb .gd a {
    display: block;
    width: 80px;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    background: #1a65e1;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
  }

  .information .s1 .tabb .gd {}

  .information .s2 .qxnews .tabc {}

  .information .s2 .qxnews .tabc span {}

  .information .s2 .qxnews .tabc span:after {
    bottom: 0;
  }

  .information .s1 ul li a,
  .information .s2 .item ul>li a,
  .information .s1 ul li a,
  .information .s2 .item ul>li a,
  .inac-list li a {
    font-size: 15px;
  }

  .information .s1 ul li span,
  .information .s2 .item ul>li span,
  .information .s1 ul li span,
  .inac-list li span {
    font-size: 13px;
  }

  .information .s2 .item ul>li,
  .inac-list li,
  .interactive .s3 .item .inac-list li {
    line-height: 46px;
  }

  .interactive .tabc span,
  .interactive .s2 .aRight h4 {
    font-size: 18px;
  }

  .interactive .s1 .tabc span {
    width: 100%;
  }

  .interactive .s2 .tabc span {
    padding: 0 25px;
  }

  .interactive .s1 .tabc span:after {
    background: #1a65e1;
  }

  .interactive .s1 .aRight a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .integrated .s1 .aRight .icon-list li .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }

  .integrated .s1 .aRight .icon-list li p {
    font-size: 14px;
  }

  .integrated .s1 .aRight .icon-list {
    padding: 18px 5px;
  }

  .integrated .s1 .aRight h4 {
    font-size: 18px;
  }

  .integrated .s2 .tabc span {
    font-size: 16px;
  }

  .information .s3 .aRight .tabc2 {
    height: auto;
    padding-bottom: 0;
  }

  .information .s3 .aRight .tabc2 span {
    width: 25%;
  }

  .zfGk3 .zfGk3-l .mores {
    display: none;
  }

  .zfGk3 .s1 .tabb .gd {
    display: block;
    margin-top: 20px;
  }

  .zfGk3 .zfGk3-l .tabc span {
    width: 33.33%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 20px;
  }

  .zfGk3 .zfGk3-l .tabc span::before {
    background: #1a65e1;
    width: 100%;
    top: 0;
    height: 100%;
  }

  .zfGk4-rbox {
    flex-wrap: wrap;
  }

  .zfGk4-rboxl {
    width: 100%;
  }

  .zfGk4-rboxr {
    width: 100%;
  }

  .zfGk4-rboxl {
    height: auto;
    padding: 50px;
  }

  .zfGk4-rboxl .bg_img {
    height: auto;
    padding-top: 125.31%;
  }

  .zfGk5 ul li {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .integrated .s2 .tabc span {
    /*        width: 50%;*/
  }

  .integrated .s2 .tabc span.active:after {
    display: none;
  }

  .integrated .s2 .tabc span.active {
    color: #1a65e1;
    font-weight: 600;
  }

  .information .tabc span {
    margin-left: 20px;
  }

  .information .tabc span:first-child {
    margin-left: 0;
  }
}

/*政务服务页*/
.gov-help .s1 .aLeft {
  width: 64.35%;
}

.gov-help .s1 .tabc {
  position: relative;
  background: #fbf3f4;
  border-bottom: 1px solid #1a65e1;
}

.gov-help .s1 .tabc span {
  display: inline-block;
  font-size: 24px;
  color: #333;
  position: relative;
  padding: 0 40px;
  cursor: pointer;
  line-height: 60px;
}

.gov-help .s1 .tabc span em {
  position: relative;
  z-index: 3;
}

.gov-help .s1 .tabc span:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/s4-img06.png") no-repeat left;
  background-size: 100% 100%;
  display: none;
}

.gov-help .s1 .tabc span.active:after {
  display: block;
}

.gov-help .s1 .tabc span.active {
  color: #fff;
}

.gov-help .s1 .tabc .mores,
.gov-help .s3 .tit .mores {
  position: absolute;
  padding-right: 20px;
  top: 50%;
  right: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #1a65e1;
  background: url("../images/mores.png") no-repeat right center;
  transform: translateY(-50%);
}

.gov-help .s1 .tabb ul li {
  position: relative;
  line-height: 58px;
  border-top: 1px dashed #ddd;
  padding-left: 20px;
  background: url("../images/gov-01.png") no-repeat left center;
}

.gov-help .s1 .tabb ul li:first-child {
  border-top: 0;
}

.gov-help .s1 .tabb ul li a {
  display: block;
  font-size: 18px;
  color: #333;
  padding-right: 110px;
}

.gov-help .s1 .tabb ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  height: 17px;
  padding-left: 10px;
  border-left: 2px solid #ddd;
  transform: translateY(-50%);
}

.gov-help .s1 .tabb {
  padding-top: 18px;
}

.gov-help .s1 .tabb .gd {
  display: none;
}

.gov-help .s1 .tabb .gd a {
  display: block;
  font-size: 16px;
  width: 80px;
  color: #fff;
  line-height: 40px;
  background: #1a65e1;
  border-radius: 5px;
  margin: 5px auto 0;
}

.gov-help .s1 .tabb ul li:hover a {
  color: #fff;
}

.gov-help .s1 .tabb ul li:hover {
  background: #0052da;
}

.gov-help .s1 .tabb ul li:hover span {
  color: #fff;
  border-color: #fff;
  right: 10px;
}

.gov-help .s1 .aRight {
  width: 31.16%;
  background: #fbf3f4;
  border-radius: 5px;
}

.gov-help .s1 .aRight h4 {
  font-size: 26px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: #1a65e1;
}

.gov-help .s1 .aRight .box {
  padding: 30px 20px 40px;
}

.gov-help .s1 .aRight .box .layui-inline {
  display: block;
  margin-top: 40px;
}

.gov-help .s1 .aRight .box .layui-inline:first-child {
  margin-top: 0;
}

.gov-help .s1 .aRight .box .layui-inline input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  padding: 0 20px;
  color: #888888;
}

.gov-help .s1 .aRight .box .layui-input-inline {
  width: 46.15%;
}

.gov-help .s1 .aRight .box .layui-inline input[type="submit"],
.gov-help .s1 .aRight .box .layui-inline input[type="button"] {
  background: #1a65e1;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 8px;
}

.gov-help .s1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gov-help .s2 .item {
  float: left;
  width: 31.45%;
  padding: 24px 29px 0 30px;
  min-height: 386px;
  border-top: 3px solid #1a65e1;
  background: url("../images/user-img.png") no-repeat 50%;
}

.gov-help .s2 .item:nth-child(3n + 2) {
  margin-left: 2.825%;
  margin-right: 2.825%;
}

.gov-help .s2 .item h4 {
  font-size: 24px;
  color: #333;
  line-height: 53px;
  padding-left: 74px;
  background: url("../images/user-icon07.png") no-repeat left center;
  font-weight: 600;
}

.gov-help .s2 .item ul {
  margin-top: 23px;
  padding-top: 20px;
  border-top: 2px dashed #c84151;
}

.gov-help .s2 .item ul li {
  float: left;
  width: 32%;
  line-height: 60px;
}

.gov-help .s2 .item ul li:nth-child(3n + 2) {
  margin-left: 2%;
  margin-right: 2%;
}

.gov-help .s2 .item ul li a {
  font-size: 20px;
  color: #333333;
  padding-left: 15px;
  position: relative;
}

.gov-help .s2 .item ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #1a65e1;
  border-radius: 50%;
  transform: translateY(-50%);
}

.gov-help .s2 .item ul li:hover a {
  color: #1a65e1;
}

.gov-help .s2 {
  padding-top: 60px;
  padding-bottom: 54px;
  background: #f8f8f8;
}

.gov-help .s3 .tit {
  position: relative;
}

.gov-help .s3 .tit .mores {
  right: 0;
  top: 0;
  transform: none;
}

.help-list li {
  float: left;
  width: 17.6%;
  margin-left: 3%;
  margin-bottom: 50px;
  background: url("../images/s3-img08.jpg") no-repeat 50%;
  background-size: 100% 100%;
  transition: all 0.3s;
}

.help-list li:nth-child(5n + 1) {
  margin-left: 0;
}

.help-list li a {
  display: block;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  color: #333;
  padding: 25px 15px;
}

.help-list li:hover a {
  color: #1a65e1;
}

.help-list li:hover {
  transform: translateY(-5px);
}

/*.help-list #rdmore{
    position: absolute;
    right: 0;
    bottom: 0;
}*/
.help-list {
  margin-top: 40px;
  position: relative;
}

.help-list_more {
  display: none;
}

.gov-help .s3 {
  padding-top: 55px;
  padding-bottom: 10px;
}

.gov-help .s4 ul {
  overflow: hidden;
}

.gov-help .s4 ul li {
  float: left;
  margin-left: 6.9%;
}

.gov-help .s4 ul li:first-child {
  margin-left: 0;
}

.gov-help .s4 ul li a {
  display: block;
}

.gov-help .s4 ul li .icon {
  width: 150px;
  height: 150px;
  background: url("../images/s2-icon07.png") no-repeat 50%;
  background-size: 150px;
  position: relative;
}

.gov-help .s4 ul li p {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 22px;
  margin-top: 30px;
}

.gov-help .s4 ul li:hover p {
  color: #1a65e1;
}

.gov-help .s4 ul li:hover .icon img {
  transform: rotateY(180deg);
}

.gov-help .s4 {
  padding-top: 60px;
  background: #fcf6f7;
  padding-bottom: 58px;
}

/**/
.bulletin {
  background: url("../images/bulletin.png") no-repeat top;
}

.buln-head {
  padding-top: 80px;
  padding-bottom: 85px;
}

.buln-head a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 570px;
  margin: 0 auto;
  width: 100%;
}

.buln-head a img:first-child {
  margin-right: 20px;
}

.buln-box {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

.buln-box .aLeft {
  width: 490px;
  padding: 60px 40px 60px 50px;
  min-height: 1811px;
  background: url("../images/bulletin-l.png") no-repeat 50%;
  background-size: 100% 100%;
}

.buln-box .aLeft .l-s1 {
  background: #f7e8e9;
  padding: 30px;
}

.buln-box .aLeft .l-s1 img {
  margin: 0 auto;
}

.buln-box .aLeft .l-s1 p {
  font-size: 18px;
  color: #333;
  line-height: 22px;
  text-align: center;
  margin-top: 28px;
}

.buln-box .aLeft .l-s2 .buln-tit {
  font-size: 22px;
  color: #fff;
  padding-left: 40px;
  margin-bottom: 30px;
  margin-left: -40px;
  line-height: 69px;
  background: url("../images/s4-img06.png") no-repeat left;
  background-size: auto 100%;
}

.buln-inp input.txt {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  color: #333333;
  padding: 0 30px;
  background: #fbf4f4;
  margin-bottom: 30px;
}

.buln-inp input.sum {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  color: #fff;
  text-align: center;

  background: #1a65e1;
  border-radius: 10px;
  cursor: pointer;
}

.buln-box .aLeft .l-s3 p {
  font-size: 16px;
  line-height: 40px;
  color: #333;
}

.buln-box .aLeft .l-s3 {
  padding-top: 24px;
  border-top: 1px solid #e8babf;
}

.buln-box .aLeft>div {
  margin-bottom: 50px;
}

.buln-box .aRight {
  position: relative;
  width: calc(100% - 490px);
  min-height: 1811px;
  padding: 60px 69px 60px 57px;
  background: url("../images/bulletin-r.png") no-repeat top;
  background-size: 100% 100%;
}

.buln-box .aRight .txt-tit h1 {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}

.buln-box .aRight .txt-tit p {
  font-size: 0;
  text-align: center;
}

.buln-box .aRight .txt-tit p span {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #999;
  margin: 0 15px;
}

.buln-box .aRight .txt-tit {
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}

.buln-box .aRight .txt-bd p {
  font-size: 16px;
  line-height: 2em;
  text-indent: 2em;
  color: #333;
}

.buln-box .aRight .txt-bd img {
  display: block;
  margin: 24px auto;
}

.buln-box .aRight .p-page a {
  position: absolute;
  top: 0;
  width: 35px;
  height: 110px;
  font-size: 18px;
  color: #fff;
  padding: 8px;

  background: url("../images/bulletin-img03.png") no-repeat top;
}

.buln-box .aRight .p-page a.sq {
  left: 60px;
}

.buln-box .aRight .p-page a.xq {
  right: 69px;
}

.buln-box {
  margin-bottom: 186px;
}

/*数据发布*/
.date-s1 .tabc span {
  display: inline-block;
  width: 22.62%;
  background: #fbf2f3;
  text-align: center;
  border-radius: 10px;
  margin-left: 3.17%;
  cursor: pointer;
  padding: 19px 0;
}

.date-s1 .tabc span:first-child {
  margin-left: 0;
}

.date-s1 .tabc span em {
  display: inline-block;
  font-size: 18px;
  line-height: 42px;
  padding-left: 58px;
  color: #333;

  background-position: left;
  background-repeat: no-repeat;
}

.date-s1 .tabc span.sc em {
  background-image: url("../images/date-01.png");
}

.date-s1 .tabc span.cz em {
  background-image: url("../images/date-03.png");
}

.date-s1 .tabc span.sh em {
  background-image: url("../images/date-05.png");
}

.date-s1 .tabc span.sr em {
  background-image: url("../images/date-07.png");
}

.date-s1 .tabc span.active em {
  color: #fff;
}

.date-s1 .tabc span.sc.active em {
  background-image: url("../images/date-02.png");
}

.date-s1 .tabc span.cz.active em {
  background-image: url("../images/date-04.png");
}

.date-s1 .tabc span.sh.active em {
  background-image: url("../images/date-06.png");
}

.date-s1 .tabc span.sr.active em {
  background-image: url("../images/date-08.png");
}

.date-s1 .tabc span.active {
  background: #1a65e1;
}

.date .tabbb {
  position: relative;
  height: 550px;
}

.date .tabb-item .main {
  display: block;
  width: 100%;
  height: 550px;
}

.date .tabb-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s;
}

.date .tabb-item.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.date .tabbb {
  margin-top: 50px;
}

.date-s2 .tabc {
  text-align: center;
}

.date-s2 .tabc span {
  width: 327px;
  display: inline-block;
  background: #fbf2f3;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  padding: 19px 0;
}

.date-s2 .tabc span.tz {
  margin-left: 60px;
}

.date-s2 .tabc span em {
  display: inline-block;
  font-size: 18px;
  line-height: 42px;
  padding-left: 58px;
  color: #333;
  background-position: left;
  background-repeat: no-repeat;
}

.date-s2 .tabc span.gm em {
  background-image: url("../images/date-09.png");
}

.date-s2 .tabc span.tz em {
  background-image: url("../images/date-11.png");
}

.date-s2 .tabc span.active {
  background: #1a65e1;
}

.date-s2 .tabc span.active em {
  color: #fff;
}

.date-s2 .tabc span.active.gm em {
  background-image: url("../images/date-10.png");
}

.date-s2 .tabc span.active.tz em {
  background-image: url("../images/date-12.png");
}

.date-s2 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.date-s3 .item {
  width: 47.32%;
}

.date-s3 .item h4 {
  font-size: 24px;
  color: #fff;
  line-height: 69px;
  position: relative;
  padding: 0 40px;
  background: url("../images/info-img03.jpg") no-repeat 50%;
  background-size: 100% 100%;
  margin-bottom: 10px;
}

.date-s3 .item h4 a {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 16px;
  color: #fff;
}

.date-s3 .item ul li {
  position: relative;
  line-height: 54px;
  border-top: 1px solid #ddd;
  background: url("../images/gov-01.png") no-repeat left center;
}

.date-s3 .item ul li:first-child {
  border: 0;
}

.date-s3 .item ul li a {
  display: block;
  font-size: 18px;
  color: #333;
  padding-left: 20px;
  padding-right: 100px;
}

.date-s3 .item ul li span {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  color: #999;
  padding-left: 10px;
  line-height: 17px;
  height: 17px;
  border-left: 2px solid #a9a9a9;
  transform: translateY(-50%);
}

.date-s3 .item ul li:hover a {
  color: #1a65e1;
  /*text-decoration: underline;*/
}

.date-s3 .item ul li:hover span {
  color: #1a65e1;
  border-color: #1a65e1;
}

.date-s3 {
  margin-top: 60px;
}

.date {
  /* padding: 60px; */
  background: #fff;
}

/*走进红河 */

@media screen and (max-width: 1500px) {
  .zt1 .slick-prev {
    left: 0;
  }

  .zt1 .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .buln-box {
    padding: 0 20px;
  }

  .buln-head {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .buln-box .aRight .p-page a.sq {
    left: 30px;
  }

  .buln-box .aRight .p-page a.xq {
    right: 30px;
  }

  .qrqw1-l {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 1380px) {
  .gov-help .s2 .item ul li a {
    font-size: 18px;
  }

  .gov-help .s2 .item ul li {
    line-height: 48px;
  }

  .gov-help .s4 ul li {
    width: 16.6%;
    margin-left: 0;
  }

  .gov-help .s4 ul li .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-size: 100% 100%;
  }

  .gov-help .s4 ul li .icon img {
    width: 38%;
  }

  .gov-help .s4 ul li p {
    margin-top: 15px;
  }

  .buln-box .aLeft {
    width: 420px;
  }

  .buln-box .aRight {
    width: calc(100% - 420px);
  }

  .date {
    padding: 30px;
  }

  .zfGk2 .zfGk2-cx li:nth-child(3) .date {
    padding: 0;
  }

  .date-s1 .tabc span em {
    background-size: 30px;
    padding-left: 40px;
    font-size: 16px;
  }

  .board .content .wyxx {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1060px) {
  .gov-help .s1 .tabc span {
    font-size: 22px;
  }

  .gov-help .s1 .tabc .mores,
  .gov-help .s3 .tit .mores {
    right: 10px;
  }

  .gov-help .s1 .aRight h4 {
    font-size: 24px;
  }

  .gov-help .s2 .item h4 {
    font-size: 22px;
    padding-left: 68px;
  }

  .gov-help .s2 .item {
    float: none;
    width: auto;
    padding-bottom: 20px;
    min-height: auto;
    background-size: cover;
  }

  .gov-help .s2 .item:nth-child(3n + 2) {
    margin: 20px 0;
  }

  .gov-help .s1 .aLeft {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .gov-help .s1 .aRight {
    float: none;
    width: auto;
  }

  .gov-help .s1 .tabb ul li a {
    font-size: 16px;
  }

  .gov-help .s1 .tabb ul li span {
    font-size: 14px;
    height: 16px;
  }

  .gov-help .s1 .tabb {
    padding-top: 10px;
  }

  .gov-help .s1,
  .gov-help .s2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .gov-help .s1 .aRight h4 {
    line-height: 64px;
  }

  .gov-help .s1 .aRight .box .layui-inline {
    margin-top: 25px;
  }

  /* .gov-help .s2 .item ul li a{
         font-size: 16px;
         line-height: 44px;
     }*/
  .help-list li a {
    font-size: 16px;
    padding: 15px;
  }

  .help-list li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 25px;
  }

  .help-list li:nth-child(5n + 1) {
    margin-left: 2%;
  }

  .help-list li:nth-child(4n + 1) {
    margin-left: 0%;
  }

  .gov-help .s3 .tit .mores {
    bottom: auto;
    top: 0;
    line-height: 1;
  }

  .gov-help .s3 {
    padding-top: 30px;
  }

  .gov-help .s4 ul li p {
    font-size: 18px;
  }

  .gov-help .s4 {
    padding: 30px 0;
  }

  .gov-help .s3 .tit .mores {
    font-size: 16px;
  }

  .gov-help .s4 ul li .icon {
    width: 80px;
    height: 80px;
  }

  .help-list {
    margin-top: 25px;
  }

  .buln-box .aLeft {
    width: 380px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .buln-box .aRight {
    width: calc(100% - 380px);
    padding: 60px 30px;
  }

  .buln-box .aLeft .l-s2 .buln-tit {
    margin-left: -20px;
  }

  .buln-box .aRight .p-page a.xq {
    right: 15px;
  }

  .buln-box .aRight .p-page a.sq {
    left: 15px;
  }

  .buln-box .aRight .txt-tit {
    padding-left: 30px;
    padding-right: 30px;
  }

  .buln-box {
    margin-bottom: 46px;
  }

  .date .tabb-item .main {
    height: 400px;
    margin-top: 0;
  }

  .date .tabbb {
    margin-top: 30px;
    height: 400px;
  }

  .date-s3 {
    margin-top: 30px;
  }

  .date-s2 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .date-s3 .item h4 {
    font-size: 22px;
    line-height: 54px;
  }

  .date-s3 .item ul li a {
    font-size: 16px;
  }

  .date-s3 .item ul li span {
    font-size: 14px;
    height: 15px;
    line-height: 14px;
  }

  .date {
    padding: 30px 0;
  }

  .s2-banner1 {
    display: none;
  }

  .s2-banner2 {
    display: block;
  }

  .s2-banner2 a {
    display: block;
    margin: 0 10px;
    position: relative;
  }

  .s2-banner2 a .pic {
    padding-top: 63.8%;
  }

  .s2-banner2 a .txt02 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0 12px 10px;
    z-index: 3;
  }

  .s2-banner2 a .txt02 h4 {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .s2-banner2 a .txt02 p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.68);
    height: 40px;
  }

  .s2-banner2 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
    z-index: 3;
  }

  .s2-banner2 .slick-prev {
    left: 10px;
    background-image: url("../images/visit-l.png");
  }

  .s2-banner2 .slick-next {
    right: 10px;
    background-image: url("../images/visit-r.png");
  }

  .s2-banner2 a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/visit-s2-mask.png") repeat-x bottom center;
  }

  .board .content .tabb {
    float: none;
    width: auto;
  }

  .board .content .wyxx {
    padding-left: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  .buln-box .aLeft {
    float: none;
    width: auto;
    background: #fff;
    padding: 30px;
    min-height: auto;
  }

  .buln-box .aLeft .l-s2 .buln-tit {
    font-size: 20px;
    line-height: 58px;
    margin-bottom: 20px;
  }

  .buln-box .aLeft>div {
    margin-bottom: 25px;
  }

  .buln-inp input.txt,
  .buln-inp input.sum {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .buln-box .aRight {
    float: none;
    width: auto;
    background: #fff;

    min-height: auto;
    padding: 30px;
    border-top: 1px solid #1a65e1;
  }

  .buln-box .aRight .txt-tit h1 {
    font-size: 22px;
  }

  .buln-box .aRight .txt-tit p span,
  .buln-box .aRight .txt-bd p,
  .buln-box .aLeft .l-s3 p {
    font-size: 15px;
  }

  .buln-box .aLeft .l-s3 p {
    line-height: 30px;
  }

  .buln-box .aLeft .l-s3 {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .buln-box .aRight .p-page a {
    width: 110px;
    padding: 0;
    line-height: 35px;
    background: none;

    height: auto;
  }

  .buln-box .aRight .p-page a.xq {
    padding-left: 10px;
    right: 0;
    background-image: url("../images/bulletin-img06.png");
  }

  .buln-box .aRight .p-page a.sq {
    left: 0;
    text-align: right;
    padding-right: 10px;
    background-image: url("../images/bulletin-img05.png");
  }

  .buln-box .aRight .txt-tit {
    padding: 25px 0 10px;
  }

  .date-s3 .item {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .date-s1 .tabc span,
  .date-s2 .tabc span {
    padding: 12px 0;
    width: 48%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .date-s1 .tabc span:nth-child(2n),
  .date-s2 .tabc span:nth-child(2n) {
    margin-left: 4%;
  }

  .zt1 .slick-prev,
  .zt1 .slick-next {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 768px) {
  .gov-help .s4 ul li {
    width: 33.33%;
    margin-bottom: 15px;
  }

  .gov-help .s4 ul li p {
    font-size: 16px;
    margin-top: 10px;
  }

  .gov-help .s2 .item ul li a {
    font-size: 16px;
    line-height: 44px;
  }

  .gov-help .s2 .item h4 {
    font-size: 20px;
    padding-left: 50px;
    background-size: 40px;
  }

  .gov-help .s2 .item {
    padding: 15px 25px;
  }

  .gov-help .s2 .item ul {
    margin-top: 10px;
    padding-top: 10px;
  }

  .gov-help .s3 .tit {
    position: relative;
  }

  .gov-help .s3 .tit img {
    position: relative;
    width: 150%;
    left: 50%;
    max-width: none;
    transform: translateX(-50%);
  }

  .help-list li {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 15px;
  }

  .help-list li:nth-child(4n + 1) {
    margin-left: 2%;
  }

  .help-list li:nth-child(3n + 1) {
    margin-left: 0%;
  }

  .gov-help .s1 .aRight h4 {
    font-size: 20px;
    line-height: 56px;
  }

  .gov-help .s1 .tabc span {
    font-size: 20px;
    line-height: 54px;
  }

  .buln-box .aRight {
    padding: 20px 10px;
  }

  .buln-box .aLeft {
    padding: 20px 10px;
  }

  .buln-box .aLeft .l-s2 .buln-tit {
    margin-left: 0;
    font-size: 18px;
    line-height: 50px;
    padding-left: 15px;
  }

  .date-s2 .tabc span em {
    background-size: 30px;
    padding-left: 38px;
  }

  .date-s2 .tabc span em {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .help-list li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 15px;
  }

  .help-list li:nth-child(3n + 1) {
    margin-left: 2%;
  }

  .help-list li:nth-child(2n + 1) {
    margin-left: 0%;
  }

  .help-list li a {
    font-size: 15px;
    line-height: 28px;
    padding: 12px 15px;
  }

  .gov-help .s3 .tit .mores {
    right: 0;
    font-size: 15px;
  }

  .gov-help .s4,
  .gov-help .s3,
  .gov-help .s1,
  .gov-help .s2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .gov-help .s3>div {
    padding-bottom: 0 !important;
  }

  .help-list {
    margin-top: 15px;
  }

  .gov-help .s1 .tabc .mores {
    display: none;
  }

  .gov-help .s1 .tabb ul li {
    line-height: 50px;
  }

  .gov-help .s1 .tabb .gd {
    display: block;
    text-align: center;
  }

  .gov-help .s1 .tabc span {
    padding: 0;
    text-align: center;
    width: 33.33%;
  }

  .gov-help .s1 .aRight .box {
    padding: 20px;
  }

  .gov-help .s1 .aRight .box .layui-inline input[type="submit"] {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
  }

  .buln-box {
    padding: 0 10px;
    margin-bottom: 0;
  }

  .buln-box .aRight .txt-tit h1 {
    font-size: 20px;
  }

  .buln-box .aRight .p-page a {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
  }

  .buln-head a {
    max-width: 96%;
  }

  .buln-head a img:first-child {
    width: 50px;
    margin-right: 10px;
  }

  .buln-head a img:nth-child(2) {
    max-width: calc(100% - 60px);
    max-height: 50px;
  }

  .buln-head {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .date {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .date-s3 .item h4 a {
    right: 10px;
    font-size: 14px;
  }

  .date-s3 .item h4 {
    padding: 0 35px;
  }

  .date .tabb-item .main {
    height: 350px;
  }

  .date .tabbb {
    margin-top: 15px;
    height: 350px;
  }

  .s2-banner2 .slick-prev {
    left: 0;
  }

  .s2-banner2 .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  .gov-help .s3 .tit img {
    width: 200%;
  }

  .gov-help .s3 .tit .mores {
    font-size: 14px;
    background-size: 12px;
  }

  .gov-help .s2 .item ul li {
    width: 50%;
    padding-right: 10px;
  }

  .gov-help .s2 .item ul li:nth-child(3n + 2) {
    margin: 0;
  }

  .gov-help .s2 .item {
    padding: 15px;
  }

  .gov-help .s2 .item h4 {
    font-size: 18px;
  }

  .gov-help .s2 .item ul li a {
    font-size: 15px;
    line-height: 40px;
  }

  .gov-help .s4 ul li .icon {
    width: 70px;
    height: 70px;
  }

  .gov-help .s4 ul li .icon img {
    width: 30%;
    height: 30%;
  }

  .gov-help .s4 ul li p {
    font-size: 15px;
  }

  .gov-help .s1 .tabb ul li a {
    font-size: 15px;
    padding-right: 85px;
  }

  .gov-help .s1 .tabb ul li span {
    font-size: 13px;
  }

  .gov-help .s1 .aRight .box .layui-inline input {
    font-size: 15px;
  }

  .gov-help .s1 .tabc span {
    font-size: 18px;
    line-height: 48px;
  }

  .gov-help .s1 .tabc span:after {
    background: #1a65e1;
  }

  .date-s3 .item h4 {
    font-size: 18px;
  }

  .date-s1 .tabc span,
  .date-s2 .tabc span {
    width: 100%;
  }

  .date-s1 .tabc span:nth-child(2n),
  .date-s2 .tabc span:nth-child(2n) {
    margin-left: 0;
  }

  .date-s3 .item ul li a {
    font-size: 15px;
  }

  .date-s3 .item ul li {
    line-height: 48px;
  }

  .date .tabb-item .main,
  .date .tabbb {
    height: 300px;
  }
}

/**/
.zfgk_scroll {
  height: 1083px;
}

.zfgk_scroll {
  width: 94%;
  margin: 0 auto;
}

.zfgk_info .zfgk_tit {
  font-size: 32px;
  color: #a70114;
  font-weight: bold;
  text-align: center;
  margin: 38px 0;
}

.zfgk_info .zfgk_wz_content {
  border: 1px solid #ddd;
  padding: 0 10px;
}

.zfgk_info .zfgk_wz_content p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0;
  text-align: justify;
}

.ScrollStyle {
  overflow-y: auto !important;
  overflow-x: hidden;
}

.ScrollStyle::-webkit-scrollbar-button {
  width: 9px;
  height: 0;
}

.ScrollStyle::-webkit-scrollbar {
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  background: #eee;
}

.ScrollStyle {
  /*IE*/
  /*三角箭头的颜色*/
  scrollbar-arrow-color: #1a65e1;
  /*滚动条滑块按钮的颜色*/
  scrollbar-face-color: #1a65e1;
  /*滚动条整体颜色*/
  scrollbar-highlight-color: #eee;
  /*滚动条阴影*/
  scrollbar-shadow-color: #fff;
  /*滚动条轨道颜色*/
  scrollbar-track-color: #eee;
  /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
  scrollbar-3dlight-color: #eee;
  /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
  scrollbar-darkshadow-color: #eee;
  /*滚动条基准颜色*/
  scrollbar-base-color: #a9c4e9;

  scrollbar-color: #1a65e1 #eee;
  /* 滑块颜色  滚动条背景颜色 */
  scrollbar-width: thin;
  /* 滚动条宽度有三种：thin、auto、none */
}

.ScrollStyle::-webkit-scrollbar-button:vertical:start {
  background-position: 0 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover {
  background-position: -10px 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:start:active {
  background-position: -20px 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:end {
  background-position: -30px 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover {
  background-position: -40px 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:end:active {
  background-position: -50px 0;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:start {
  background-position: 0 -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover {
  background-position: -10px -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active {
  background-position: -19px -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:end {
  background-position: -30px -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover {
  background-position: -40px -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active {
  background-position: -50px -11px;
}

.ScrollStyle::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.15);
}

.ScrollStyle::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #1a65e1;
  border-radius: 5px;
}

.ScrollStyle::-webkit-scrollbar-thumb:hover {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #1a65e1;
}

.ScrollStyle::-webkit-scrollbar-thumb:active {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#1a65e1),
      to(#1a65e1));
}

.ScrollStyle::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}

/*zfgk_lb_content*/

.zfgk_lb_content .zfgk_lb_item1 ul>li a {
  font-size: 18px;
  color: #333;
  line-height: 48px;
}

.zfgk_lb_content .zfgk_lb_item1 {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.zfgk_lb_item2 h4 span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #1a65e1;
  line-height: 46px;
  padding: 0 20px;
  font-weight: 600;
}

.zfgk_lb_item2 h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid #1a65e1;
}

.zfgk_lb_item2 ul li {
  position: relative;
  line-height: 50px;
}

.zfgk_lb_item2 ul li a {
  padding-left: 20px;
  font-size: 18px;
  color: #333333;
  padding-right: 110px;
}

.zfgk_lb_item2 ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  color: #999999;
  height: 15px;
  line-height: 1;
  padding-left: 7px;
  border-left: 2px solid #999999;
  transform: translateY(-50%);
}

.zfgk_lb_item2 ul li:hover a,
.zfgk_lb_item2 ul li:hover span {
  color: #fff;
  border-color: #fff;
  right: 10px;
}

.zfgk_lb_item2 ul li:hover {
  background: #0052da;
}

.zfgk_lb_item2 ul {
  margin-bottom: 20px;
}

.zfgk_lb_item2 .mores {
  line-height: 30px;
  font-size: 15px;
  width: 100px;
  height: 30px;
  color: #fff;
  background: #1a65e1;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto 30px;
}

.zfgk_lb_item2 {
  margin-top: 20px;
}

/**/
.qxpt_link .qxpt_item h4 span {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  position: relative;
  display: inline-block;
}

.qxpt_link .qxpt_item h4 {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 3px solid #1a65e1;
}

.qxpt_link .qxpt_item h4 span:after {
  position: absolute;
  content: "";
  left: 50px;
  bottom: -17px;
  border: 8px solid transparent;
  border-bottom-color: #1a65e1;
}

.qxpt_link .qxpt_item ul {
  overflow: hidden;
}

.qxpt_link .qxpt_item ul li {
  float: left;
  width: 30%;
  margin-left: 5%;
  background: #fcf6f7;
  border: 1px solid #c70000;
  margin-top: 44px;
  transition: all 0.3s;
}

.qxpt_link .qxpt_item ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.qxpt_link .qxpt_item ul li a {
  display: block;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #333;
}

.qxpt_link .qxpt_item ul li:hover a {
  color: #fff;
  font-weight: 600;
}

.qxpt_link .qxpt_item ul li:hover {
  transform: translateY(-5px);
  background: #0052da;
}

.qxpt_link .qxpt_item {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .zfgk_info .zfgk_tit {
    font-size: 24px;
    margin: 20px;
  }
}

@media screen and (max-width: 640px) {
  .qxpt_link .qxpt_item h4 span {
    font-size: 22px;
  }

  .qxpt_link .qxpt_item h4 {
    padding-bottom: 6px;
  }

  .qxpt_link .qxpt_item h4 span:after {
    bottom: -9px;
  }

  .qxpt_link .qxpt_item ul li {
    width: 48%;
    margin-left: 4%;
    margin-top: 25px;
  }

  .qxpt_link .qxpt_item ul li a {
    line-height: 50px;
  }

  .qxpt_link .qxpt_item ul li:nth-child(3n + 1) {
    margin-left: 4%;
  }

  .qxpt_link .qxpt_item ul li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .qxpt_link .qxpt_item {
    margin-bottom: 35px;
  }

  .zfgk_lb_content .zfgk_lb_item1 ul>li a {
    font-size: 16px;
    line-height: 42px;
  }

  .zfgk_lb_item2 ul li a {
    font-size: 16px;
  }

  .zfgk_lb_item2 ul li {
    line-height: 44px;
  }

  .zfgk_lb_item2 ul li a {
    padding-left: 0;
  }

  .zfgk_lb_item2 {
    margin-top: 25px;
  }

  .ScrollStyle::-webkit-scrollbar-button {
    width: 5px;
  }

  .ScrollStyle::-webkit-scrollbar {
    width: 5px;
  }

  .zfgk_scroll {
    width: 100%;
    padding-right: 10px;
  }

  .zfgk_info .zfgk_wz_content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .qxpt_link .qxpt_item h4 span {
    font-size: 18px;
  }

  .qxpt_link .qxpt_item ul li {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 15px;
  }

  .qxpt_link .qxpt_item ul li a {
    line-height: 48px;
    font-size: 15px;
  }

  .qxpt_link .qxpt_item {
    margin-bottom: 25px;
  }

  .zfgk_lb_item2 ul li a {
    padding-right: 95px;
  }

  .zfgk_lb_item2 ul {
    margin-bottom: 10px;
  }

  .zfgk_lb_item2 h4 span {
    font-size: 16px;
    line-height: 35px;
  }
}

/*2023-4-24 政民互动*/
.interactive .s1 .lyb {
  overflow: hidden;
  margin-bottom: 20px;
}

.interactive .s1 .lyb .ldlyb {
  float: left;
  width: 47.29%;
  padding: 31px 35px 45px;
  background: url("../images/s4-img01.jpg") no-repeat 50%;
  background-size: 100% 100%;
}

.interactive .s1 .lyb .ldlyb.lyb2 {
  margin-left: 5.34%;
  background-image: url("../images/s4-img04.jpg");
}

.interactive .s1 .lyb .ldlyb h4 {
  font-size: 24px;
  color: #c70000;
  font-family: "思源黑体CN";
  text-align: center;
  line-height: 28px;
  margin-bottom: 22px;
}

.interactive .s1 .lyb .ldlyb h4 img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.interactive .s1 .lyb .ldlyb.lyb2 h4 {
  color: #d25b14;
}

.interactive .s1.lyb .ldlyb h4 {
  font-size: 24px;
  color: #c70000;
  font-family: "思源黑体CN";
  text-align: center;
  line-height: 28px;
  margin-bottom: 34px;
}

.interactive .s1 .lyb .ldlyb .ldlink {
  font-size: 0;
  text-align: center;
}

.interactive .s1 .lyb .ldlyb .ldlink a {
  display: inline-block;
  font-size: 16px;
  line-height: 44px;
  color: #0052da;
  text-align: center;
  background: url("../images/s4-img02.jpg") no-repeat 50%;
  background-size: 100% 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0;
  width: 45.7%;
  text-align: center;
  margin-left: 15px;
}

.interactive .s1 .lyb .ldlyb .ldlink a:first-child {
  margin-left: 0;
}

.interactive .s1 .lyb .ldlyb.lyb2 .ldlink a {
  color: #d25b14;
  background-image: url("../images/s4-img05.jpg");
}

.interactive .s1 .lyb .ldlyb .ldlink a:hover {
  color: #fff;
  background-image: url("../images/s4-img03.jpg");
}

.interactive .s1 .lyb .ldlyb.lyb2 .ldlink a:hover {
  background-image: url("../images/s4-img07.jpg");
}

.interactive .s1 .tabb table td.td1 {
  padding-left: 15px;
}

.interactive .s1 .tabb table td.td4 {
  padding-left: 10px;
  padding-right: 10px;
}

.interactive .s1 .tabb .scroll2 {
  max-height: 171px;
  overflow-y: auto;
}

.interactive .d413 .tabc span {
  width: 253px;
  text-align: center;
  padding: 0 15px;
}

.interactive .d413 .tabc {
  line-height: 60px;
}

.interactive .d413 .tabc .mores a {
  display: block;
}

.interactive .d413 .main {
  display: block;
  width: 100%;
  height: 230px;
}

@media screen and (max-width: 1060px) {
  .interactive .d413 .main {
    height: 400px;
    margin-top: 0;
  }

  .interactive .d413 .tabc span {
    width: auto;
    padding: 0 25px;
  }

  .interactive .s1 .lyb .ldlyb {
    padding: 25px 15px;
  }

  .interactive .s1 .lyb .ldlyb .ldlink a {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media screen and (max-width: 768px) {
  .interactive .s1 .lyb .ldlyb .ldlink a {
    display: block;
    width: 168px;
    padding: 0;
    text-align: center;
    margin: 0 auto 10px !important;
  }
}

@media screen and (max-width: 640px) {
  .interactive .d413 .main {
    height: 380px;
  }
}

@media screen and (max-width: 480px) {
  .interactive .d413 .main {
    height: 300px;
  }

  .interactive .s1 .lyb .ldlyb {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .interactive .s1 .lyb .ldlyb.lyb2 {
    margin-left: 0;
  }
}

/* pagebar start */
/*pagebar可改为自定义名称*/

/*公共样式 字体，行高，字体颜色等*/
.pagebar {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.pagebar>.p_t:first-child {
  display: none;
}

/*去掉a链接的下划线*/
.pagebar a {
  text-decoration: none;
}

/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages {}

/*按钮和页码的外观*/
.p_fun_d {
  cursor: text;
}

.pagebar .p_fun_d,
.pagebar .p_no_d,
.pagebar .p_fun,
.pagebar .p_no,
.pagebar .p_dot {
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  min-width: 36px;
  border-radius: 3px;
  margin: 3px 2px;
  overflow: hidden;
}

.pagebar .p_fun_d,
.pagebar .p_fun a {
  padding: 0 10px;
}

.pagebar .p_fun a,
.pagebar .p_no a {
  display: block;
}

/*文字对齐样式*/
.pagebar .p_t {
  display: inline-block;
  vertical-align: middle;
}

/*链接字体颜色*/
.pagebar .p_fun a,
.pagebar .p_no a {
  color: inherit;
}

/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover {
  color: #1a65e1;
}

.pagebar .p_fun:hover {
  border: none;
}

/*页码省略号...的外观*/
.pagebar .p_dot {
  border: none;
  min-width: auto;
}

/*当前页码的外观*/
.pagebar .p_no_d,
.pagebar .p_fun:hover a {
  border: 1px solid #1a65e1;
  color: #fff;
  background-color: #1a65e1;
}

/*按钮控制*/

/*控制是否显示 "首页" "尾页" */
.pagebar .p_first,
.pagebar .p_first_d,
.pagebar .p_last,
.pagebar .p_last_d {
  display: none;
}

/*控制是否显示 "上页" "下页"*/
.pagebar .p_prev,
.pagebar .p_prev_d.pagebar .p_next,
.pagebar .p_next_d {}

/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d,
.pagebar .p_prev_d,
.pagebar .p_next_d,
.pagebar .p_last_d {}

/*控制是否显示页码*/
.pagebar .p_no,
.pagebar .p_no_d,
.pagebar .p_dot {}

/*跳转到页码输入框的外观*/
.jump_to {
  display: inline-block;
}

.pagebar .p_goto input {
  font-size: 14px;
  border: 1px solid #ddd;
  height: 32px;
  line-height: 30px;
  box-sizing: border-box;
  vertical-align: middle;
  outline-width: thin;
  outline-color: #1a65e1;
  margin: 0px 2px;
  padding: 0px 1px;
  width: 32px;
  text-align: center;
  border-radius: 3px;
}

/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover,
.pagebar .p_goto input:focus {
  border: 1px solid #1a65e1;
}

/*跳转按钮的外观*/
.pagebar .p_goto a {
  border: 1px solid #ccc;
  padding: 10px 6px;
  color: #fff;
  border-radius: 3px;
  margin: 0px;
  height: 30px;
  -height: auto;
  line-height: 7px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  background: #1a65e1;
  border-color: #1a65e1;
}

/*pagebar end*/

/*2023-4-23 市政府领导*/
.szfld-tit h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid #1a65e1;
}

.szfld-tit h4 span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #1a65e1;
  line-height: 46px;
  padding: 0 20px;
  font-weight: 600;
}

.szfld ul li h4 {
  font-size: 18px;
  color: #1c1c1c;
  line-height: 22px;
  padding-left: 12px;
  border-left: 6px solid #0052da;
  font-weight: 600;
  margin-bottom: 28px;
}

.szfld ul li dl dd {
  float: left;
  width: 16.05%;
  margin-left: 4.925%;
}

.szfld ul li dl dd:nth-child(5n + 1) {
  margin-left: 0;
}

.szfld ul li dl dd a {
  display: block;
  overflow: hidden;
}

.szfld ul li dl dd a .pic {
  padding-top: 118.75%;
}

.szfld ul li dl dd a p {
  font-size: 16px;
  color: #1c1c1c;
  text-align: center;
  line-height: 18px;
  margin: 15px 0;
}

.szfld ul li {
  margin-top: 20px;
}

.szfld ul li:first-child {
  margin-top: 30px;
}

/*2023-4-23留言弹窗*/
.levmsg .logCon {
  padding: 20px;
}

.levmsg .logCon p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}

.levmsg {
  height: 100%;
}

.levmsg .logCon a {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .szfld ul li dl dd {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 15px;
  }

  .szfld ul li dl dd:nth-child(5n + 1) {
    margin-left: 2%;
  }

  .szfld ul li dl dd:nth-child(4n + 1) {
    margin-left: 0;
  }

  .szfld ul li {
    margin-top: 25px;
  }

  .levmsg .logCon p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .szfld ul li dl dd {
    width: 46%;
    margin-left: 4%;
    margin-bottom: 15px;
  }

  .szfld ul li dl dd:nth-child(4n + 1),
  .szfld ul li dl dd:nth-child(5n + 1) {
    margin-left: 4%;
  }

  .szfld ul li dl dd:nth-child(2n + 1) {
    margin-left: 0;
  }

  .szfld ul li {
    margin-top: 25px;
  }

  .szfld ul li h4 {
    margin-bottom: 20px;
  }

  .szfld ul li {
    margin-top: 15px;
  }
}

/*2023-4-23 市政府领导*/

/*新媒体矩阵*/
.matrix .mtxTit {
  font-size: 36px;
  color: #fff;
  line-height: 92px;
  font-weight: 600;
  text-align: center;
  background: url("../images/mtxTit.jpg") no-repeat 50%;
  background-size: 100% 100%;
  margin-bottom: 25px;
  margin-top: 40px;
}

.mtxTab ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 3px solid #0052da;
}

.mtxTab ul li {
  margin: 0 70px;
  cursor: pointer;
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px;
}

.mtxTab ul li:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  margin-left: -4px;
  border: 8px solid transparent;
  border-bottom-color: #0052da;
  display: none;
}

.mtxTab ul li span {
  display: inline-block;
  padding-left: 50px;
  font-size: 24px;
  line-height: 34px;
  color: #666666;
  background-repeat: no-repeat;
  background-position: left center;
}

.mtxTab ul li span.i1 {
  background-image: url("../images/mtxTab01.png");
}

.mtxTab ul li span.i2 {
  background-image: url("../images/mtxTab02.png");
}

.mtxTab ul li span.i3 {
  width: 55px;
  height: 34px;
  padding-left: 0;
  background-image: url("../images/mtxTab03.png");
  background-size: contain;
}

.mtxTab ul li span.i4 {
  background-image: url("../images/mtxTab04.png");
}

.mtxTab ul li.active span {
  color: #0052da;
}

.mtxTab ul li.active:after {
  display: block;
}

.mtxTab ul li.active span.i1 {
  background-image: url("../images/mtxTab05.png");
}

.mtxTab ul li.active span.i2 {
  background-image: url("../images/mtxTab06.png");
}

.mtxTab ul li.active span.i3 {
  background-image: url("../images/mtxTab07.png");
}

.mtxTab ul li.active span.i4 {
  background-image: url("../images/mtxTab08.png");
}

.mtxTabb ul li .mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 33;
  display: none;
}

.mtxTabb ul li .mask_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
}

.mtxTabb ul li .mask_qr {
  background: #fff;
  padding: 10px;
}

.mtxTabb ul li .mask_con .tit {
  font-size: 20px;
  color: #333;
  line-height: 48px;
  background: #fff;
  text-align: center;
}

.mtxTabb ul li .mask_con .qr img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.mtxTabb ul li .mask_con .qr {
  padding: 20px;
  background: #fff;
}

.mtxTabb ul li .mask_con p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-align: center;
  margin-top: 0;
}

.mtxTabb ul li .mask_con .close img {
  width: 60px;
  height: 60px;
  margin: 15px auto 0;
}

.mtxTabb-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 60px;
}

.mtxTabb-item ul li {
  width: calc(100% / 6);
  margin-bottom: 30px;
}

.mtxTabb-item ul li a {
  display: block;
  padding: 0 10px;
}

.mtxTabb-item ul li .icon {
  position: relative;
  width: 78px;
  height: 78px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
}

.mtxTabb-item ul li p {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
}

.mtxTabb-item ul li:hover p {
  color: #0052da;
}

.mtxTabb {
  margin-top: 65px;
}

/*搜索结果页二*/

.resultsInp {
  font-size: 0;
  text-align: center;
  margin-bottom: 50px;
}

.resultsInp>div {
  width: 100%;
  max-width: 928px;
  position: relative;
  margin: 0 auto;
}

.resultsInp .inp {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 62px;
  height: 64px;
  color: #666;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 160px;
}

.resultsInp .subm {
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
  height: 64px;
}

.results2 .resultsTips li .aRight .b2,
.results2 .resultsTips li .aRight .b1 {
  display: inline-block;
  vertical-align: middle;
}

.results2 .resultsTips li .aRight .b2 {
  font-size: 16px;
  color: #333333;
  line-height: 33px;
  margin: 0 auto 10px;
}

.results2 .resultsTips li .aRight .b2>div {
  display: inline-block;
  vertical-align: middle;
}

.results2 .resultsTips .dat {
  width: 140px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 0 5px;
  color: #333333;
}

.results2 .resultsTips li .aRight em {
  margin-right: 20px;
}

.results2 .resultsTips li .aRight .btn {
  margin-left: 20px;
}

.results2 .resultsTips ul>li:first-child {
  border-bottom: 1px solid #efcacf;
}

.results2 .resultsTips ul {
  position: relative;
}

.results2 .resultsTips ul .ud {
  position: absolute;
  right: 0;
  bottom: 0;
}

.results2 .resultsTips ul .ud.on {
  bottom: 30px;
}

.results2 .resultsTips ul .ud a {
  display: block;
  font-size: 16px;
  color: #0052da;
  padding-right: 23px;
  line-height: 20px;
  background: url("../images/rts-dw.png") no-repeat right center;
}

.results2 .resultsTips ul .ud .dw {
  background-image: url("../images/rts-up.png");
}

.results2 .resultsTips ul .ud.on .dw,
.results2 .resultsTips ul .ud .up {
  display: none;
}

.results2 .resultsTips ul .ud.on .up,
.results2 .resultsTips ul .ud .dw {
  display: block;
}

.rts-content .resultsList {
  width: calc(100% - 330px);
}

.rts-content .new-list em {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 32px;
  color: #1a65e1;
  padding: 0 32px;
  background: #f3e7e8;
}

.rts-content .new-list a {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 43px;
}

.rts-content .newList-leftNav h4 {
  font-size: 28px;
  font-family: "思源宋体CN-rg";
  font-weight: normal;
  text-align: left;
  line-height: 30px;
  padding: 30px;
}

.rts-content .newList-leftNav ul {
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
}

.rts-content .newList-leftNav>ul>li {
  padding: 0 20px;
}

.rts-content .newList-leftNav>ul ul {
  padding: 15px 20px;
  background: transparent;
}

.rts-content .newList-leftNav>ul>li h2 {
  padding-left: 20px;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  font-family: "思源宋体CN-rg";
}

.rts-content .newList-leftNav>ul ul a {
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 30px;
  padding-left: 15px;
  border: none;
  font-family: "思源宋体CN-rg";
}

.rts-content .newList-leftNav>ul ul a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #0052da;
  border-radius: 50%;
  transform: translateY(-50%);
}

.rts-content .newList-leftNav>ul ul a:hover {
  color: #0052da;
  /* text-decoration: underline;*/
}

.rts-content .newList-leftNav>ul>li.on {
  background: #f9edee;
}

.rts-content .newList-leftNav>ul>li.on h2 {
  border-color: #0052da;
}

.rts-content .newList-leftNav>ul>li i {
  opacity: 1;
  visibility: visible;
}

.rts-content .newList-leftNav>ul>li.active i,
.rts-content .newList-leftNav>ul>li.on i {
  transform: rotate(90deg);
}

/*政府信息公开搜索结果页*/
.zfgk_rts_cd {
  font-size: 0;
}

.zfgk_rts_cd .item {
  display: inline-block;
  vertical-align: middle;
}

.zfgk_rts_cd select {
  border: 1px solid #d2d2d2;
  outline: none;
  background: transparent;
  font-size: 14px;
  line-height: 33px;
  height: 35px;
  color: #4c4c4c;
}

.zfgk_rts_cd .sel {
  width: 100%;
  position: relative;
}

.zfgk_rts_cd .sel p {
  font-size: 14px;
  color: #999999;
  position: relative;
  line-height: 37px;
  padding-left: 7px;
  padding-right: 12px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.zfgk_rts_cd .sel p:after {
  position: absolute;
  content: "";
  width: 14px;
  top: 0;
  bottom: 0;
  right: 12px;
  background: url("../images/zfgk-dw.png") no-repeat 50%;
}

.zfgk_rts_cd .sel ul li {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 5px 20px;
  cursor: pointer;
}

.zfgk_rts_cd .sel ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  display: none;
  z-index: 9;
}

.zfgk_rts_cd .sel ul li:hover {
  background: #1a65e1;
  color: #fff;
}

.zfgk_rts_cd .item01 {
  width: 274px;
}

.zfgk_rts_cd .item02 {
  width: 140px;
  margin-left: 12px;
}

.zfgk_rts_cd .item03 {
  width: 170px;
  margin-left: 12px;
}

.zfgk_rts_block1 h5 {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  margin-bottom: 10px;
}

.zfgk_rts_block1 {
  margin-bottom: 30px;
}

.resultsList .new-list li a {
  border-radius: 0;
}

@media screen and (max-width: 1060px) {
  .rts-content .newList-leftNav h4 {
    padding: 20px;
    font-size: 24px;
  }

  .rts-content .resultsList {
    width: 100%;
  }

  .resultsInp .inp {
    font-size: 14px;
    line-height: 50px;
    height: 52px;
    padding-left: 15px;
    padding-right: 130px;
  }

  .resultsInp .subm {
    width: 104px;
    height: 52px;
  }

  .resultsInp {
    margin-bottom: 20px;
  }

  .matrix .mtxTit {
    font-size: 20px;
    line-height: 60px;
    margin-top: 0;
  }

  .mtxTab ul li span {
    font-size: 18px;
    line-height: 36px;
    background-size: 30px;
    padding-left: 38px;
  }

  .mtxTab ul li span.i4 {
    padding-left: 30px;
    background-size: auto 24px;
  }

  .mtxTab ul li span.i3 {
    width: 35px;
  }

  .mtxTab ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 30px;
  }

  .mtxTabb-item ul {
    padding: 0;
  }

  .mtxTabb {
    margin-top: 30px;
  }

  .mtxTabb-item ul li p {
    font-size: 16px;
  }

  .matrix {
    padding-top: 20px;
  }

  .zfgk_rts_cd .item {
    width: 24% !important;
    margin-left: 0 !important;
  }

  .zfgk_rts_cd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .zfgk_rts_block1 {
    margin-bottom: 20px;
  }

  .zfgk_rts_cd .sel ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .mtxTabb-item ul li {
    width: calc(100% / 5);
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .results-tit {
    margin-bottom: 20px;
  }

  .rts-content .newList-leftNav h4 {
    padding: 10px 20px;
  }

  .rts-content .newList-leftNav>ul>li {
    padding: 0;
  }

  .rts-content .newList-leftNav>ul ul {
    padding: 5px 20px;
  }

  .mtxTabb-item ul li .icon {
    width: 60px;
    height: 60px;
  }

  .mtxTabb-item ul li p {
    margin-top: 5px;
    font-size: 15px;
    line-height: 25px;
  }

  .matrix {
    padding-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .results2 .resultsTips ul {
    padding-bottom: 30px;
  }

  .results2 .resultsTips ul .ud {
    bottom: 5px;
  }

  .results2 .resultsTips ul .ud.on {
    bottom: 5px;
  }

  .mtxTabb-item ul li {
    width: calc(100% / 4);
    margin-bottom: 15px;
  }

  .mtxTab ul li {
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mtxTab ul {
    justify-content: space-between;
  }

  .matrix .mtxTit {
    margin-bottom: 20px;
  }

  .mtxTab ul li span {
    background-size: 24px;
    padding-left: 28px;
    font-size: 16px;
  }

  .zfgk_rts_cd .item {
    width: 48% !important;
    margin-bottom: 10px;
  }

  .zfgk_rts_cd {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .rts-content .newList-leftNav h4 {
    font-size: 18px;
  }

  .rts-content .new-list em {
    position: static;
    display: inline-block;
    margin-top: 10px;
  }

  .rts-content .newList-leftNav>ul>li h2 a {
    font-size: 16px;
  }

  .rts-content .newList-leftNav>ul>li i {
    background-size: 8px;
  }

  .results2 .resultsTips ul .ud a {
    font-size: 14px;
  }

  .results2 .resultsTips li .aRight .btn {
    margin-top: 10px;
    margin-left: 0;
  }

  .results2 .resultsTips .dat {
    width: 120px;
    height: 36px;
    line-height: 36px;
  }

  .results2 .resultsTips li .aRight .b2>div {
    display: block;
  }

  .resultsInp .inp {
    line-height: 44px;
    height: 44px;
    padding-right: 100px;
  }

  .resultsInp .subm {
    width: 88px;
    height: 44px;
  }

  .mtxTabb-item ul li {
    width: calc(100% / 3);
    margin-bottom: 10px;
  }

  .zfgk_rts_cd .item {
    width: 100% !important;
  }

  .leader1-d1 {
    flex-direction: column;
  }

  .leader1-dpic {
    margin: 0 auto;
  }

  .leader1-dtx {
    padding-left: 0;
    margin-top: 30px;
  }

  .leader1-d2 ul li {
    width: 100%;
  }

  .leader3 ul li {
    width: 100%;
  }

  .leader3 .tit div h3::before {
    display: none;
  }

  .leader .leader3 .tit div {
    justify-content: flex-start;
  }

  .leader .leader3 .tit div h3 {
    padding-left: 0;
  }
}

/*2023-05-09 规章库*/
.gzk_sum {
  display: block;
  font-size: 18px;
  color: #a70114;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  line-height: 36px;
  background: url("../images/gzk.png") no-repeat 50%;
}

.gzk_fac {
  text-align: center;
}

.gzkList table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  table-layout: fixed;
}

.gzkList table td {
  font-size: 16px;
  line-height: 32px;
  padding: 10px;
  color: #333;
}

.gzkList table thead td {
  font-size: 20px;
  line-height: 36px;
  border-bottom: 2px solid #bd0000;
}

.gzkList table tbody td {
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gzkList table td.td1 {
  width: 8%;
}

.gzkList table td.td2 {
  width: 72%;
}

.gzkList table td.td3 {
  width: 20%;
}

.gzkList table td.td1 span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.gzkList table td h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
}

.gzkList table td p {
  font-size: 14px;
  color: #bd0000;
  line-height: 18px;
  text-align: left;
}

.gzk_xz {
  font-size: 0;
}

.gzk_xz a {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.gzk_xz a:hover {
  color: #bd0000;
}

.gzkList table tbody tr:nth-child(2n) {
  background: #f3f3f3;
}

@media screen and (max-width: 1060px) {
  .gzkList table thead td {
    font-size: 18px;
  }

  .gzk_xz a {
    font-size: 14px;
  }

  .gjz {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 900px) {
  .gzk_xz a {
    display: block;
    width: 100%;
  }

  .board-tit .inputBox .inp1 {
    margin-left: 20px;
    width: calc((100% - 60px) / 2);
  }

  .board-tit .inputBox .btn {
    margin-top: 20px;
  }

  .board-tit .inputBox .btn:nth-child(3) {
    padding-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  .gzkList table thead {
    display: none;
  }

  .gzkList table tbody tr {
    display: block;
    width: 100%;
    border: 1px solid #bd0000;
    margin-bottom: 20px;
    background: #fff;
  }

  .gzkList table tbody td {
    min-height: 24px;
    line-height: 24px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px 0;
    padding-left: 4em;
    white-space: normal;
    text-align: left;
    display: block;
    width: 100% !important;
  }

  .gzkList table tbody td:before {
    content: attr(data-title);
    position: absolute;
    padding: 5px 0;
    width: 4em;
    text-indent: 10px;
    white-space: nowrap;
    text-align: left;
    left: 0;
    top: 0;
    line-height: 30px;
  }

  .gzkList table td h2 {
    margin-bottom: 5px;
  }

  .gzk_xz a {
    display: inline-block;
    width: 90px;
    font-size: 16px;
    line-height: 20px;
  }

  .gzk_sum {
    margin-top: 10px;
  }

  .gjz {
    width: calc(100% - 100px) !important;
    margin-right: 0 !important;
  }
}

/*2023-05-09 规章库 end*/

/*2023-05-18 */
.bgw2 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.bgw2 .position {
  padding-left: 50px;
}

.ld_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}

.ld_content .ldleft {
  width: 29%;
  padding: 38px 40px 54px;
  background: #faeff0;
}

.ld_pt .bg_img {
  width: 200px;
  height: 264px;
  margin: 0 auto;
}

.ld_pt p {
  font-size: 28px;
  color: #333;
  text-align: center;
  font-weight: 600;
  line-height: 34px;
  margin-top: 28px;
}

.ld_pt p span {
  display: inline-block;
}

.ld_pt {
  margin-bottom: 60px;
}

.ld_nm_list dl {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  /*padding: 24px 0;*/
  align-items: flex-start;
}

.ld_nm_list dl dt {
  font-size: 24px;
  color: #0052da;
  line-height: 28px;
  padding: 18px 0;
  width: 150px;
  font-weight: 600;
  position: relative;
}

.ld_nm_list dl dd {
  width: calc(100% - 150px);
  padding-right: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ld_nm_list dl dd a {
  font-size: 24px;
  color: #333333;
  line-height: 64px;
  display: block;
  min-width: 80px;
  transition: 0.5s;
}

.ldright {
  width: 64.35%;
}

.ld_item .ld_item_tit {
  position: relative;
  background: #0052da;
  padding: 0 40px;
}

.ld_item .ld_item_tit h2 {
  font-size: 24px;
  line-height: 64px;
  color: #fff;
}

.ld_item .ld_item_tit .mores {
  position: absolute;
  top: 50%;
  right: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: url("../images/mores.png") no-repeat right center;
  transform: translateY(-50%);
}

.ld_item_con p {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}

.ld_item_con .ld_jl li h4 {
  font-size: 24px;
  color: #ba2d35;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}

.ld_item_con .ld_jl li h5 {
  font-size: 18px;
  color: #333;
  line-height: 22px;
}

.ld_item_con .ld_jl li {
  margin-top: 56px;
  padding-left: 40px;
  position: relative;
}

.ld_item_con .ld_jl li:before {
  position: absolute;
  content: "";
  left: -13px;
  top: 4px;
  width: 24px;
  height: 24px;
  background: url("../images/ld_content.png") no-repeat 50%;
  background-size: 24px;
}

.ld_item_con .ld_jl li:first-child {
  margin-top: 0;
}

.ld_item_con .ld_jl {
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 1px solid #ddd;
}

.ld_rm li h5 {
  font-size: 18px;
  color: #333;
  line-height: 48px;
}

.ld_item_con {
  padding-top: 20px;
  padding-bottom: 23px;
}

.leader2 {
  padding: 0 !important;
  margin: 100px 0;
}

.leader2 .s2 .item {
  margin-bottom: 0;
}

/*  */
.zcwd .tit div {
  justify-content: center;
}

.zcwd .zcwd1 {
  background: url(../images/zcwd1-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 80px;

}

.zcwd .zcwd1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 0;
}

.zcwd .zcwd1 a .zcwd1-pic {
  display: block;
  max-width: 287px;
}

.zcwd .zcwd1 a h3 {
  font-family: 'sysong';
  font-size: 66px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 4px 10px rgba(5, 11, 120, 0.3);
}

/* 数据统计新 */
.sj1>.tabc>span {
  margin: 10px 12px;
}

.sj1 {
  padding: 55px 0;
}

.sj11>.tabbb {
  margin-top: 45px;
  height: 665px;
}

.sj1 .qh {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  margin-top: 0;
}

.sj1 .qh-tit {
  font-size: 20px;
  color: #111111;
  display: flex;
  align-items: center;
}

.sj1 .qh-tit span {
  padding: 0 10px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  margin-left: 0 !important;
  line-height: 48px;
}

.sj1 .qh-tit span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 18px;
  background: rgba(17, 17, 17, 0.3);
  display: block;
}

.sj1 .qh-tit span.active::before {
  display: block !important;
}

.sj1 .qh-tit span:nth-of-type(1).active::before {
  display: none !important;
}

.sj1 .qh-tit span:nth-of-type(1)::before {
  display: none;
}

.sj1 .qh-tit span.active {
  color: #1F69E2;
}

.sj1 .qh-bd {
  height: auto;
  margin-top: 0;
  margin-left: 50px;
  height: 48px;
  font-size: 18px;
}

.sj1 .qh-bd .tabb-item.show {
  position: relative;
}

.sj1 .qh-bd select {
  width: 136px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.52);
  border: none;
  font-size: 18px;
  color: #111111;
  outline: none;
  margin: 0 5px;
}

.sj1 .qh-bd select option {
  font-size: 18px;
}

.sj1 .qh-bd button {
  width: 125px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  background: #1A65E1;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 5px;
}

.sj1 .qh-bd button img {
  display: inline-block;
  margin-right: 10px;
}

.sjtjx .sj3 {
  /* padding-bottom: 0; */
}

.sj22 .tit div h3 b {
  color: #0052da;
}

.sj22 .tit div h3 span {
  color: #000;
}

.sj22 .tit div h3::before {
  background-image: url(../images/tit-sub.png);
}

.sj22 .tit div h3::after {
  background: url(../images/szhh-tit.png) no-repeat;
}

.sj22>.tabc>span {
  background: #EDF2FA;
  margin: 10px 12px;
}

.sj22 .qh-bd select {
  background: rgba(237, 242, 250, 0.66);
}

.sj22 .tabbb .tabb-item .main {
  height: 500px;
}

.sj22 .qh {
  margin-bottom: 0;
}

.sj22>.tabbb {
  height: 565px;
}

/* 列表页2 */
.publist22 ul li {
  display: flex;
  align-items: center;
}

.publist22 ul li a {
  display: block;
}

.publist22 ul li>a {
  flex: 1;
  min-width: 0;
}

.publist22 ul li .jg a {
  width: 100px;
  border: 1px solid #1a65e1;
  border-radius: 4px;
  line-height: 34px;
  font-size: 18px;
  color: #1a65e1;
  padding-left: 0;
  text-align: center;
  transition: all 0.3s;
}

.publist22 ul li .jg a::before {
  display: none;
}

.publist22 ul li:hover .jg a:hover {
  box-shadow: 0 5px 8px rgba(26, 101, 225, 0.1);
}

.publist22 ul li .jg.on a {
  color: #9e9e9e;
  border: 1px solid #9e9e9e;
}

.publist22 ul li:hover .jg.on a {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.publist22 ul li>span:nth-of-type(2) {
  width: 115px;
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-left: 30px;
}

.publist22 ul li:hover>span:nth-of-type(2) {
  color: #256ce2;
}

/* 搜索结果页 */
.sstj {}

.sstj-t {
  font-size: 18px;
  font-weight: 400;
  color: #276DE3;
  padding-bottom: 15px;
  border-bottom: 1px dashed #D8D8D8;
}

.sstj-t span {
  font-weight: 700;
  padding: 0 5px;
}

.sstj-d ul li {
  display: flex;
}

.sstj-d ul li .l {
  width: 90px;
  font-size: 18px;
  line-height: 50px;
  color: #111111;
}

.sstj-d ul li .r {
  flex: 1;
  min-width: 0;
}

.sstj-d ul li .r em {
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
  color: #111111;
  display: inline-block;
  margin: 0 15px;
}

.sstj-d ul li .r em.active {
  color: #276DE3;
}

.sstj-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.sstj-list .l {
  flex: 1;
  min-width: 0;
}

.sstj-list .l ul li {
  margin-bottom: 30px;
}

.sstj-list .l ul li a {
  display: block;
}

.sstj-list .l ul li a h3 {
  font-size: 18px;
}

.sstj-list .l ul li a h3 i {
  display: inline-block;
  font-size: 14px;
  color: #0051e1;
  border: 1px solid #0051e1;
  border-radius: 3px;
  padding: 0 5px;
  margin-right: 10px;
}

.sstj-list .l ul li a p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}

.sstj-list .l ul li a span {
  display: inline-block;
  /* background: #fafafa; */
  padding: 0 20px;
  line-height: 30px;
  color: #000000;
  font-size: 16px;
  margin-top: 15px;
}

.sstj-list .r {
  width: 325px;
  margin-left: 50px;
}

.sstj-list .r h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
}

.sstj-list .r h3 span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #111111;
}

.sstj-list .r h3 .an {
  font-size: 16px;
  color: #9E9E9E;
  background: url(../images/sstj-sj.png) no-repeat right center;
  padding-right: 26px;
  cursor: pointer;
}

.sstj-list .r ul {
  margin-top: 10px;
  height: 145px;
  overflow: hidden;
}

.sstj-list .r ul li a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  margin: 10px 0;
  transition: all 0.3s;
}

.sstj-list .r ul li:hover a {
  color: #0051e1;
}

/* 搜索结果页 */

@media screen and (max-width: 1380px) {
  .ld_content .ldleft {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ld_nm_list dl dd {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1060px) {
  .ld_content .ldleft {
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
  }

  .ldright {
    width: 100%;
  }

  .ld_nm_list dl dt {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 0;
  }

  .ld_nm_list dl dd {
    width: 100%;
    padding: 0;
    flex-direction: row;
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ld_nm_list dl dd a {
    font-size: 20px;
    line-height: 48px;
  }

  .ld_pt p {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
  }

  .ld_pt {
    margin-bottom: 15px;
  }

  .ld_item .ld_item_tit h2 {
    font-size: 20px;
    line-height: 54px;
  }

  .ld_item .ld_item_tit .mores {
    font-size: 14px;
  }

  .ld_item .ld_item_tit {
    padding: 0 20px;
  }

  .ld_item_con p {
    font-size: 16px;
    line-height: 32px;
  }

  .ld_item_con .ld_jl li h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .ld_item_con .ld_jl li h5 {
    font-size: 16px;
  }

  .ld_item_con .ld_jl li {
    margin-top: 25px;
    padding-left: 20px;
  }

  .ld_item_con .ld_jl li:before {
    width: 15px;
    height: 15px;
    left: -8px;
    top: 6px;
    background-size: 15px;
  }

  .ld_item_con .ld_jl {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .ld_rm li h5 {
    font-size: 16px;
    line-height: 36px;
  }

  .bgw2 .position {
    padding-left: 0;
  }

  .ld_content {
    margin-top: 20px;
  }

  .leader2 {
    margin: 40px 0;
  }

  .sj1 {
    padding: 40px 0;
  }

  .sj1 .tit {
    margin-bottom: 20px;
  }

  .sj11>.tabbb {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .qrqw-tit h3 {
    font-size: 24px;
  }

  .qrqw1-rbox ul.tit li,
  .qrqw2-d ul.tit li {
    font-size: 18px;
  }

  .qrqw1-rbox .bd ul,
  .qrqw1-l p,
  .qrqw2-d .bd ul,
  .qrqw3-l ul li a h3,
  .qrqw3-r ul li a h3 {
    font-size: 16px;
  }

  .qrqwl-dl a {
    font-size: 20px;
  }

  .qrqw1-l {
    padding: 20px;
  }

  .qrqw2 .xj {
    font-size: 18px;
  }

  .qrqw3-l ul li a span,
  .qrqw3-r ul li a span {
    font-size: 16px;
  }

  .qrqw-ld ul li a {
    padding: 20px;
  }

  .zjhh1 {
    padding: 0 0 40px 0;
  }

  .zjhhbg .wrap {
    background: none;
  }

  .zjhh1 .wrap {
    padding-top: 40px;
    background: linear-gradient(180deg, #1a65e1 0%, rgba(255, 255, 255, 0) 45%);
  }


  .zjhh .tit div h3 span {
    font-size: 24px;
  }

  .zjhh .tit div h3 b,
  .zjhh .tit div h3 em {
    font-size: 30px;
  }

  .zjhh .tit div h3::before,
  .zjhh .tit div h3::after {
    width: 100px;
    height: 14px;
  }

  .zjhh .tit div h3::after {
    margin-left: -30px;
  }

  .zjhh .tit {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .zjhh1-box {
    height: auto;
  }

  .zjhh1-l {
    flex: none;
    width: 100%;
    padding-right: 0;
  }

  .zjhh1-r {
    width: 100%;
    margin-top: 20px;
  }

  .zjhh1-r .bg_img {
    padding-top: 68.48%;
    height: auto;
  }

  .zjhh1-box {
    margin: 0;
    padding: 30px 20px;
  }

  .zjhh1-box::before,
  .zjhh1-box::after {
    display: none;
  }

  .zjhh1-l p {
    font-size: 16px;
    line-height: 30px;
    height: auto;
    max-height: 150px;
  }

  .zjhh2 {
    padding: 1px 0 30px 0;
  }

  .zjhh2 .tit {
    margin-top: 30px;
  }

  .zjhh2 .zfGk0-box {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    background: rgba(243, 247, 255, 0.6);
    margin-left: 0;
    margin-top: 30px;
  }

  .zjhh2 .zfGk0-box:first-child {
    margin-top: 0;
  }

  .zjhh2 .zfGk0-box.on {
    width: 100%;
    background: none;
    border-radius: 0;
  }

  .zjhh2 .zfGk0-boxl {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    background: url(../images/zjhh2-lbg2.png) no-repeat;
    background-size: 100% 100%;
    border-color: #8cbafc;
  }

  .zjhh2 .zfGk0-box.on .zfGk0-boxl {
    width: 100%;
    margin-bottom: 0;
  }

  .zjhh2 .zfGk0-boxl a {
    padding: 20px 0;
    background: none;
  }

  .zjhh2 .zfGk0-boxl a h3 {
    width: auto;
    font-size: 24px;
  }

  .zjhh2 .zfGk0-boxl a .sj {
    margin-top: 0;
    margin-left: 15px;
    background: url(../images/zjhh2-sj2.png) no-repeat;
    background-size: 100% 100%;
  }

  .zjhh2 .zfGk0-boxr {
    height: auto;
    background: rgba(243, 247, 255, 0.6);
  }

  .zjhh2 .zfGk0-box::before,
  .zjhh2 .zfGk0-box.on::before {
    display: none;
  }

  .zjhh2 .zfGk0-boxr>div {
    margin: 0 20px 20px;
  }

  .zjhh2 .zfGk0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .zjhh3 {
    padding: 40px 0;
  }

  .zjhh3-l {
    width: 100%;
  }

  .zjhh3-l::before,
  .zjhh3-l::after {
    clip-path: none;
  }

  .zjhh3-l::before,
  .zjhh3-r::before {
    display: none;
  }

  .zjhh3-r {
    width: 100%;
  }

  .zjhh3-r ul {
    clip-path: none;
  }

  .zjhh3-sml {
    display: none;
  }

  .zjhh3-tx {
    padding: 20px;
  }

  .zjhh3-tx h3 {
    font-size: 22px;
  }

  .zjhh3-tx h3 span::before {
    width: 100px;
    height: 21px;
    display: none;
  }

  .zjhh3-tx p {
    font-size: 16px;
    height: auto;
    max-height: 192px;
    margin-top: 30px;
  }

  .zjhh3-r .bg_img {
    padding-top: 85%;
    height: auto;
  }

  .zjhh4,
  .zjhh5 {
    padding: 0px 0;
  }

  .zjhh4 ul li a h3 {
    top: 10px;
    left: 10px;
    width: 50px;
    height: 138px;
  }

  .zjhh4 ul {
    margin: 0 -10px;
  }

  .zjhh4 ul li a h3 span {
    font-size: 20px;
    width: 20px;
  }

  .zjhh4 ul li a {
    margin: 0 10px;
  }

  .zcwd .zcwd1 a {
    padding: 20px 0;
  }

  .zcwd .zcwd1 a .zcwd1-pic {
    max-width: 187px;
  }

  .zcwd .zcwd1 a h3 {
    font-size: 33px;
  }

  .sjtjxbg .wrap {
    background: linear-gradient(180deg, #1a65e1 0%, rgba(255, 255, 255, 0) 25%);
  }

  .sj1 .qh-tit,
  .sj1 .qh-tit span,
  .sj1 .qh-bd select,
  .sj1 .qh-bd select option,
  .sj1 .qh-bd button {
    font-size: 16px;
  }

  .sj1 .tabbb .tabb-item .main {
    min-width: 1000px;
  }


}

@media screen and (max-width: 768px) {



  .hd3 .hd1-l .publist1 li {
    width: 100%;
    float: none;
  }



  .ld_pt .bg_img {
    width: 170px;
    height: 224px;
  }

  .qrqw {
    padding: 30px 0;
  }

  .qrqw1-l,
  .qrqw1-lbox {
    width: 100%;
  }

  .qrqw1-r {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }

  .qrqw1-rbox {
    padding: 15px;
  }

  .qrqwl-dl {
    margin-top: 20px;
  }

  .qrqw2 {
    margin: 30px 0;
    padding: 20px;
  }

  .qrqw2 .xj {
    margin: 20px 0;
  }

  .qrqw3>div {
    width: 100%;
  }

  .qrqw3-r {
    margin-top: 30px;
  }

  .qrqw3-r ul li a h3 {
    height: auto;
    max-height: 76px;
  }

  .qrqw2-d ul li:first-child,
  .qrqw2-d ul li:nth-child(3),
  .qrqw2-d ul li:nth-child(4) {
    width: 105px;
  }

  .qrqw-ld ul li a .icon1 {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }

  .qrqw-ld ul li a .icon1 img {
    max-width: 20px;
  }

  .qrqw-ld ul li a h3 {
    font-size: 18px;
  }

  .sj1>.tabbb>.tabb-item .main {
    zoom: .75;
  }

  .sj11>.tabbb {
    height: 550px;
  }

  .sj22>.tabbb {
    height: 420px;
  }

  .sstj-list .l {
    flex: none;
    width: 100%;
  }

  .sstj-list .r {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .ld_pt .bg_img {
    width: 120px;
    height: 158px;
  }

  .ld_pt p {
    font-size: 18px;
  }

  .ld_nm_list dl dt {
    font-size: 18px;
    text-align: left;
    line-height: 32px;
  }

  .ld_nm_list dl dd a {
    font-size: 16px;
    line-height: 32px;
  }

  .ld_nm_list dl dd {
    justify-content: flex-start;
  }

  .ld_item .ld_item_tit h2 {
    font-size: 18px;
    line-height: 48px;
  }

  .ld_item .ld_item_tit {
    padding: 0 10px;
  }

  .board-tit .inputBox .btn {
    padding-left: 15px;
  }

  .board-tit .inputBox .btn button {
    width: 96px;
  }

  .board-tit .inputBox .btn:nth-child(3) {
    padding-left: 75px;
  }

  .tabc span {
    margin-left: 25px;
  }

  .sj11>.tabbb {
    height: 515px;
  }

  .sj22>.tabbb {
    height: 465px;
  }
}

@media screen and (max-width: 480px) {
  .zjhh1-l ul li {
    width: 50%;
  }

  .zjhh4 ul li {
    width: 50%;
    margin-top: 20px;
  }

  .zjhh4 ul li:first-child,
  .zjhh4 ul li:nth-child(2) {
    margin-top: 0;
  }

  .zjhh5-l {
    width: 100%;
  }

  .zjhh5-r {
    flex: none;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }

  .zjhh5-r ul {
    margin-left: -4.73%;
  }

  .zcwd .zcwd1 a .zcwd1-pic {
    max-width: 120px;
  }

  .zcwd .zcwd1 a h3 {
    font-size: 28px;
  }

  .sj1 .tabbb .tabb-item {}

  .sj1 .tabc span {
    margin-top: 0;
  }

  .sj1 .qh-bd {
    height: auto;
  }

  .sj1 .qh-bd select {
    width: 100px;
  }

  .sj11>.tabbb {
    height: 580px;
  }

  .sstj-t {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .sstj-d ul li {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .sstj-d ul li .l {
    width: 100%;
  }

  .sstj-d ul li .r {
    flex: none;
    width: 100%;
  }

  .sstj-d ul li .l,
  .sstj-d ul li .r em {
    font-size: 16px;
    line-height: 40px;
    margin: 0 10px;
  }

  .sstj-list .l ul li a h3 {
    font-size: 16px;
  }

  .sstj-list .l ul li {
    margin-bottom: 25px;
  }

  .sstj-list .r h3 span {
    font-size: 18px;
  }

  .sstj-list .r h3 .an {
    font-size: 14px;
    padding-right: 20px;
  }

  .sstj-list .r ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 430px) {
  .sj11>.tabbb {
    height: 630px;
  }

  .sj22>.tabbb {
    height: 516px;
  }
}

/*写信*/
textarea {
  outline: none;
  border: none;
}

.ny-mess .tit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px
}

.ny-mess .desc {
  line-height: 1.8em
}

.ny-mess .desc p+p {
  margin-top: 10px
}

.ny-mess .form {
  margin-top: 40px
}

.ny-mess .form ul {
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ny-mess .form ul li {
  width: 50%;
  display: flex;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}

.ny-mess .form ul li label {
  white-space: nowrap;
  background: #f8f8f8;
  border-right: 1px solid #ddd;
  width: 140px;
  text-align: center;
  line-height: 46px
}

.ny-mess .form ul li:nth-child(2) {
  border-left: 1px solid #ddd
}

.ny-mess .form ul li:nth-child(4) {
  border-left: 1px solid #ddd
}

.ny-mess .form ul li:nth-child(8) {
  border-left: 1px solid #ddd
}

.ny-mess .form ul li.w100 {
  width: 100%
}

.ny-mess .form ul li .inp {
  height: 46px;
  border-radius: 0px;
  background: #fff;
  flex: 1;
  padding: 0 15px;
  line-height: 46px;
  min-width: 0;
  border: none;
  font-size: 18px;
}

.ny-mess .form ul li .inp.yzm {
  max-width: 260px
}

.ny-mess .form ul li .txt {
  height: 130px;
  border-radius: 5px;
  background: #fff;
  flex: 1;
  padding: 15px
}

.ny-mess .form ul li .must {
  color: red
}

.ny-mess .form ul li .yzmimg {
  height: 46px;
  margin-left: 10px;
}

.ny-mess .form ul li .c-radio {
  display: flex;
  align-items: center;
  margin-left: 20px
}

.ny-mess .form ul li .c-radio+.c-radio {
  margin-left: 30px
}

.ny-mess .form ul li .sub {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  background: #1a65e1;
  color: #fff;
  border-radius: 5px
}

.ny-mess .form ul li .res {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  background: #ddd;
  color: #fff;
  border-radius: 5px;
  margin-left: 30px
}

.ny-mess .form ul li.btn {
  padding: 20px;
  border-bottom: 0;
  justify-content: center;
}

@media (max-width:800px) {
  .ny-mess .form ul li {
    width: 100%
  }

  .ny-mess .form ul li .inp.yzm {
    flex: auto;
    max-width: inherit;
    width: 35%
  }

  .ny-mess .tit {
    font-size: 28px
  }

  .ny-mess .form ul li:nth-child(2) {
    border-left: 0
  }

  .ny-mess .form ul li:nth-child(4) {
    border-left: 0
  }

  .ny-mess .form ul li:nth-child(8) {
    border-left: 0
  }

  .ny-mess .form ul li label {
    width: 110px;
  }
}

/* 信件详情 */
.gz-xj-tb {
  margin-bottom: 30px;
}

.gz-xj-tb .xj-tit {
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
  line-height: 22px;
  border-left: 5px solid #1a65e1;
  padding-left: 6px;
}

.gz-xj-tb table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff
}

.gz-xj-tb table tr th {
  border: 1px solid #ddd;
  height: 44px;
  line-height: 44px;
  font-weight: normal;
  color: #333;
  text-align: center;
  width: 15%;
  background: #f8f7f7;
  padding: 0 10px;
  white-space: nowrap
}

.gz-xj-tb table tr td {
  border: 1px solid #ddd;
  line-height: 1.8em;
  color: #666;
  padding: 10px 15px;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
}


.suTab .mores .more+.more {
  display: none;
}

.suTab .hd {
  border-bottom: 2px solid #1a65e1;
  margin-bottom: 25px;
  padding-bottom: 15px
}

.suTab .hd ul {}

.suTab .hd ul li {
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.suTab .hd ul li+li {
  margin-left: 30px
}

.suTab .hd ul li a {}

.suTab .hd ul li.on {
  color: #1a65e1
}

.suTab .hd ul li.on a {
  color: #bd1a2d
}

@media (max-width: 640px) {
  .suTab .hd.sc {
    border-bottom: 0
  }

  .suTab .hd.sc ul li:after {
    bottom: 0
  }

  .suTab .hd.sc ul {
    display: block;
    overflow-x: auto;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow-y: hidden;
  }

  .suTab .hd.sc ul li {
    display: inline-block;
  }

  .suTab .hd ul li {
    font-size: 26px
  }
}

/* 领导 */
.ny-lr {}

.ny-lr .ny-ggbox {
  display: flex;
  flex-wrap: wrap;
}

.nyleft {
  width: 240px;
  position: relative;
  z-index: 6;
  position: relative;
  overflow: hidden;
  background: #fff
}

@media (min-width:901px) {
  .nyleft {
    position: sticky;
    top: 30px;
    top: 0\0;
  }
}

.nyleft ul {
  position: relative;
  z-index: 5;
  padding-bottom: 20px
}

.nyleft ul li {
  font-size: 18px;
  position: relative;
}

.nyleft ul li {
  border-bottom: 1px solid #eee;
  text-align: center;
}

.nyleft ul li a {
  display: block;
  padding: 18px 20px;
  position: relative;
  z-index: 4
}

.nyleft ul li.on a {
  color: #1a65e1
}

.nyleft ul li.on a:after {
  color: #fff
}

.nyleft ul li .subNav {
  padding: 0 20px 20px;
  margin-top: -10px;
  display: none
}

.nyleft ul li .subNav span {
  display: block;
  font-size: 16px
}

.nyleft ul li .subNav span a {
  color: #444;
  padding: 6px 0 6px 20px;
  position: relative;
}

.nyleft ul li .subNav span a:hover {
  color: #ba0019
}

.nyleft ul li .subNav span a:after {
  display: none
}

.nyleft ul li .subNav span a:before {
  display: none
}

.nyleft ul li .subNav span.cur a {
  color: #ba0019
}

.nyleft ul li .subNav span.cur a:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: block;
  content: ''
}

.nyleft ul li.on .subNav {
  display: block;
}

.nyright {
  width: calc(100% - 250px);
  background: #fff;
  padding: 40px 40px 50px
}

.nyright .suTab .hd ul {
  max-width: 70%
}

.nyright .rigthCon {
  min-height: 350px
}

.nyright .rigthCon.bg {
  background: #fff
}

.nyleft .sub-nav-p-s {
  position: relative;
  ;
  padding: 15px 30px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-bottom: 4px solid #d5d5d5;
}

.nyleft .sub-nav-p-s:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 28%;
  background: #1a65e1
}




.nyleft .sub-nav-p-s span {
  font-size: 30px;
  color: #1a65e1;
  display: block;
}


.nyleft .sub-nav-p-s .span1 {
font-size: 24px;
font-weight: bold;
}




@media (max-width:900px) {
  .nyright .suTab .hd ul {
    max-width: 100%
  }

  .nyleft {
    width: 100%;
    margin-bottom: 30px
  }

  .nyright {
    width: 100%;
    padding: 30px 25px 40px
  }

  .nyleft .sub-nav-p-s {
    padding: 16px 60px 16px 30px;
    height: auto;
    min-height: inherit;
    background-size: auto 100%;
    background-position: left bottom;
    cursor: pointer;
  }

  .nyleft .sub-nav-p-s span {
    font-size: 26px;
    text-align: left;
  }

  .nyleft ul {
    display: none
  }

  .nyleft ul li {
    text-align: left;
  }

  .nyleft .sub-nav-p-s:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/arrdd.svg) no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    transition: .3s
  }

  .nyleft .sub-nav-p-s.on:after {
    transform: rotate(-180deg);
  }

  .nyleft ul li a {
    padding: 18px 30px
  }
}

@media (max-width:640px) {
  .nyright .suTab .hd {
    padding-bottom: 15px
  }

  .nyleft ul li a {
    padding: 15px 30px
  }
}

/*领导*/
.nyleft ul.ld-nav li {}

.nyleft ul.ld-nav li>a {
  padding: 15px 40px 15px 30px;
}

.nyleft ul.ld-nav li>a span {
  display: block;
  font-size: 15px;
  color: #888;
  margin-top: 5px
}

.ny-lddea .ld-tit {
  text-align: center;
  margin-bottom: 30px
}

.ny-lddea .ld-tit h1 {
  font-size: 28px
}

.ny-lddea .ld-tit span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  color: #555
}

.ny-lddea .ld-img {
  max-width: 350px;
  margin: 0 auto 30px
}

.ny-lddea .ld-img img {
  width: 100%
}

.ny-lddea .suTab .hd ul li {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 40px;
  /* background: #2069e2; */
  /* color: #fff; */
}

.ny-lddea .suTab .hd ul li.active {
  /* color: #1a65e1; */
  background: #2069e2;
  color: #fff;
}

.ny-lddea .suTab .bd {
  min-height: 100px;
  line-height: 1.8em
}

.ny-lddea .suTab .hd ul {
  max-width: inherit;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width:640px) {
  .ny-lddea .suTab .hd ul {
    display: flex;
  }

  .ny-lddea .ld-img {
    max-width: 250px;
    margin: 0 auto 30px
  }
}

.uplist {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.uplist:after {
  content: '';
  display: inline-block;
  width: calc(33.33333% - 15px)
}

.uplist li {
  width: calc(33.33333% - 15px);
  margin-bottom: 30px
}

.uplist li .txt {
  background: #faf8f5;
  padding: 15px;
  text-align: center;
}

.uplist li .img {
  padding-bottom: 65%
}

@media (max-width: 900px) {
  .uplist li {
    width: calc(50% - 15px);
    margin-bottom: 30px
  }
}






@media (max-width: 480px) {
  .uplist li {
    width: 100%;
    margin-bottom: 20px
  }
}

.gkzn-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 !important;
}

.gkzn-list li {
  width: calc(23% - 2px);
  margin: 0 1% 30px;
  height: 65px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.gkzn-list li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  box-sizing: border-box !important;
  transition: all 0.5s;
}

.gkzn-list li:hover a {
  color: #fff;
  background: #1a65e1;
}

@media (max-width: 900px) {
  .gkzn-list li {
    width: calc(31.3333% - 2px);
    margin: 0 1% 20px;
  }
}

@media (max-width: 640px) {
  .gkzn-list {
    padding: 30px 20px
  }

  .gkzn-list li {
    width: calc(48% - 2px);
    margin: 0 1% 10px;
  }
}

px;
border-left: 5px solid #1a65e1;
padding-left: 6px;
}

.gz-xj-tb table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff
}

.gz-xj-tb table tr th {
  border: 1px solid #ddd;
  height: 44px;
  line-height: 44px;
  font-weight: normal;
  color: #333;
  text-align: center;
  width: 15%;
  background: #f8f7f7;
  padding: 0 10px;
  white-space: nowrap
}

.gz-xj-tb table tr td {
  border: 1px solid #ddd;
  line-height: 1.8em;
  color: #666;
  padding: 10px 15px;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
}


.suTab .mores .more+.more {
  display: none;
}

.suTab .hd {
  border-bottom: 2px solid #1a65e1;
  margin-bottom: 25px;
  padding-bottom: 15px
}

.suTab .hd ul {}

.suTab .hd ul li {
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.suTab .hd ul li+li {
  margin-left: 30px
}

.suTab .hd ul li a {}

.suTab .hd ul li.on {
  color: #1a65e1
}

.suTab .hd ul li.on a {
  color: #bd1a2d
}

@media (max-width: 640px) {
  .suTab .hd.sc {
    border-bottom: 0
  }

  .suTab .hd.sc ul li:after {
    bottom: 0
  }

  .suTab .hd.sc ul {
    display: block;
    overflow-x: auto;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow-y: hidden;
  }

  .suTab .hd.sc ul li {
    display: inline-block;
  }

  .suTab .hd ul li {
    font-size: 26px
  }
}

/* 领导 */
.ny-lr {}

.ny-lr .ny-ggbox {
  display: flex;
  flex-wrap: wrap;
}

.nyleft {
  width: 240px;
  position: relative;
  z-index: 6;
  position: relative;
  overflow: hidden;
  background: #fff
}

@media (min-width:901px) {
  .nyleft {
    position: sticky;
    top: 30px;
    top: 0\0;
  }
}

.nyleft ul {
  position: relative;
  z-index: 5;
  padding-bottom: 20px
}

.nyleft ul li {
  font-size: 18px;
  position: relative;
}

.nyleft ul li {
  border-bottom: 1px solid #eee;
  text-align: center;
}

.nyleft ul li a {
  display: block;
  padding: 18px 20px;
  position: relative;
  z-index: 4
}

.nyleft ul li.on a {
  color: #1a65e1
}

.nyleft ul li.on a:after {
  color: #fff
}

.nyleft ul li .subNav {
  padding: 0 20px 20px;
  margin-top: -10px;
  display: none
}

.nyleft ul li .subNav span {
  display: block;
  font-size: 16px
}

.nyleft ul li .subNav span a {
  color: #444;
  padding: 6px 0 6px 20px;
  position: relative;
}

.nyleft ul li .subNav span a:hover {
  color: #ba0019
}

.nyleft ul li .subNav span a:after {
  display: none
}

.nyleft ul li .subNav span a:before {
  display: none
}

.nyleft ul li .subNav span.cur a {
  color: #ba0019
}

.nyleft ul li .subNav span.cur a:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: block;
  content: ''
}

.nyleft ul li.on .subNav {
  display: block;
}

.nyright {
  width: calc(100% - 250px);
  background: #fff;
  padding: 40px 40px 50px
}

.nyright .suTab .hd ul {
  max-width: 70%
}

.nyright .rigthCon {
  min-height: 350px
}

.nyright .rigthCon.bg {
  background: #fff
}

.nyleft .sub-nav-p-s {
  position: relative;
  ;
  padding: 15px 30px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-bottom: 4px solid #d5d5d5;
}

.nyleft .sub-nav-p-s:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 28%;
  background: #1a65e1
}



.nyleft .sub-nav-p-s1:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  width: 100%;
  background: #1a65e1
}





.nyleft .sub-nav-p-s span {
  font-size: 30px;
  color: #1a65e1;
  display: block;
}

@media (max-width:900px) {
  .nyright .suTab .hd ul {
    max-width: 100%
  }

  .nyleft {
    width: 100%;
    margin-bottom: 30px
  }

  .nyright {
    width: 100%;
    padding: 30px 25px 40px
  }

  .nyleft .sub-nav-p-s {
    padding: 16px 60px 16px 30px;
    height: auto;
    min-height: inherit;
    background-size: auto 100%;
    background-position: left bottom;
    cursor: pointer;
  }

  .nyleft .sub-nav-p-s span {
    font-size: 26px;
    text-align: left;
  }

  .nyleft ul {
    display: none
  }

  .nyleft ul li {
    text-align: left;
  }

  .nyleft .sub-nav-p-s:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/arrdd.svg) no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    transition: .3s
  }

  .nyleft .sub-nav-p-s.on:after {
    transform: rotate(-180deg);
  }

  .nyleft ul li a {
    padding: 18px 30px
  }
}

@media (max-width:640px) {
  .nyright .suTab .hd {
    padding-bottom: 15px
  }

  .nyleft ul li a {
    padding: 15px 30px
  }
}

/*领导*/
.nyleft ul.ld-nav li {}

.nyleft ul.ld-nav li>a {
  padding: 15px 40px 15px 30px;
}

.nyleft ul.ld-nav li>a span {
  display: block;
  font-size: 15px;
  color: #888;
  margin-top: 5px
}

.ny-lddea .ld-tit {
  text-align: center;
  margin-bottom: 30px
}

.ny-lddea .ld-tit h1 {
  font-size: 28px
}

.ny-lddea .ld-tit span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  color: #555
}

.ny-lddea .ld-img {
  max-width: 350px;
  margin: 0 auto 30px
}

.ny-lddea .ld-img img {
  width: 100%
}

.ny-lddea .suTab .hd ul li {
  font-size: 20px;
  cursor: pointer;
  margin: 0 15px;
}

.ny-lddea .suTab .hd ul li.active {
  /* color: #1a65e1; */
}

.ny-lddea .suTab .bd {
  min-height: 100px;
  line-height: 1.8em
}

.ny-lddea .suTab .hd ul {
  max-width: inherit;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width:640px) {
  .ny-lddea .suTab .hd ul {
    display: flex;
  }

  .ny-lddea .ld-img {
    max-width: 250px;
    margin: 0 auto 30px
  }
}

.uplist {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.uplist:after {
  content: '';
  display: inline-block;
  width: calc(33.33333% - 15px)
}

.uplist li {
  width: calc(33.33333% - 15px);
  margin-bottom: 30px
}

.uplist li .txt {
  background: #faf8f5;
  padding: 15px;
  text-align: center;
}

.uplist li .img {
  padding-bottom: 65%
}

@media (max-width: 900px) {
  .uplist li {
    width: calc(50% - 15px);
    margin-bottom: 30px
  }



 .board-tit .inputBox .btn {
        width: 100%;
        margin:20px auto;
    }

 .board-tit .inputBox .btn  button{
margin: auto;
}


}






@media (max-width: 480px) {
  .uplist li {
    width: 100%;
    margin-bottom: 20px
  }
}

.gkzn-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 !important;
}

.gkzn-list li {
  width: calc(23% - 2px);
  margin: 0 1% 30px;
  height: 65px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.gkzn-list li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  box-sizing: border-box !important;
  transition: all 0.5s;
}

.gkzn-list li:hover a {
  color: #fff;
  background: #1a65e1;
}

@media (max-width: 900px) {
  .gkzn-list li {
    width: calc(31.3333% - 2px);
    margin: 0 1% 20px;
  }
}

@media (max-width: 640px) {
  .gkzn-list {
    padding: 30px 20px
  }

  .gkzn-list li {
    width: calc(48% - 2px);
    margin: 0 1% 10px;
  }
}