* {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

button {
  outline: none;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  font-size: 0.16rem;
}

.f14 {
  font-size: 14px;
  font-size: 0.14rem;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrap-search {
  width: 1200px;
  width: 12rem;
  margin: 0 auto;
  font-size: .16rem;
  background-color: #FFFFFF;
}

.header-search {
  width: 100%;
  height: 50px;
  height: 0.5rem;
  overflow: hidden;
  background: #f1f6fc;
}

.header_con {
  height: 100%;
  color: #125db2;
  /* font-size: 16px; */
  line-height: 50px;
  line-height: 0.5rem;

}

.header_con a {
  color: #125db2;
}

.header_con a:hover {
  text-decoration: underline;
}

.header_con span.header_line {
  margin: 0 5px 0 5px;
}

.header_con span.i-t-v6 {
  display: inline-block;
  vertical-align: middle;
  width: 116px;
  width: 1.16rem;
  padding: 4px 10px;
  padding: 0.04rem 0.1rem;
  text-align: center;
  line-height: 20px;
  line-height: 0.2rem;
  margin-left: 10px;
  margin-top: -5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #0e55a5;
  background: url(../images/head-text-bac.png) center no-repeat;
  background-size: 100% 100%;
}

.top_search {
  width: 100%;
  height: 145px;
  height: 1.45rem;
  border-bottom: 6px solid #0b67d4;
}

.top_search .logo img {
  width: 400px;
  width: 4rem;
  height: 134px;
  height: 1.34rem;
}

/* .top_con{ } */
.top_search {
  margin-top: 35px;
  margin-top: 0.35rem;
}

.ssy-zfbox {
  line-height: 40px;
  line-height: 0.4rem;
  color: #275293;
  /* font-size: 16px; */
  margin-right: 16px;
  margin-right: 0.16rem;
  cursor: pointer;
}

.ssy-zfbox img {
  vertical-align: middle;
  margin: 0 5px 3px 5px;
}

.search {
  width: 100%;
  height: 40px;
  height: 0.4rem;
  display: block;
  position: relative;
}

.searchbox {
  border: 1px solid #4e9ddd;
  width: 400px;
  width: 4rem;
  height: 38px;
  height: 0.38rem;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.searchbox input {
  width: 360px;
  width: 3.6rem;
  height: 100%;
  padding: 0 15px;
  padding: 0 0.15rem;
  box-sizing: border-box;
  color: #333;
  border: none;
  outline: none;
  /* font-size: 16px; */
  line-height: 36px;
  line-height: 0.36rem;
  background: none;
}

.searchbox input::placeholder {
  color: #b7b7b7;
}

.searchbox button.search_but {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  width: 0.9rem;
  height: 100%;
  border: none;
  border-left: 1px solid #4e9ddd;
  background: #1764ce;
  color: #fff;
  font-size: 20px;
  font-size: 0.2rem;
  cursor: pointer;
}

button.search_but_senior {
  background: none;
  border: none;
  color: #1764ce;
  line-height: 40px;
  line-height: 0.4rem;
  font-size: 14px;
  font-size: 0.14rem;
  margin-left: 15px;
  margin-left: 0.15rem;
  vertical-align: top;
  cursor: pointer;
}

.keyword {
  display: block;
  line-height: 40px;
  line-height: 0.4rem;
  color: #666;
  /* font-size: 14px;*/
}

.department {
  position: absolute;
  top: 135px;
  top: 1.35rem;
  box-shadow: 0 0 6px 0 #ededed;
  border-radius: 10px;
  background: #fff;
  padding: 32px;
  padding: 0.32rem;
  box-sizing: border-box;
  z-index: 9;
  max-height: 450px;
  max-height: 4.5rem;
  overflow-y: auto;
}

.department_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  margin-bottom: 0.15rem;
}

.department_tit {
  display: inline-block;
  width: 130px;
  width: 1.3rem;
  text-align: center;
  line-height: 32px;
  line-height: 0.32rem;
  background: #0679e5;
  color: #fff;
  /* font-size: 16px; */
  border-radius: 4px;
  margin-right: 22px;
  margin-right: 0.22rem;
  float: left;
}

.department_box ul {
  width: 960px;
  width: 9.6rem;
  height: auto;
  overflow: hidden;
}

.department_box ul li {
  float: left;
  /* margin-right: 48px; */
  width: 185px;
  width: 1.85rem;
  margin-right: 0.48rem;
  line-height: 32px;
  line-height: 0.32rem;
  margin-bottom: 10px;
}

.department_box ul li a {
  display: inline-block;
  color: #666666;
  /* font-size: 16px; */
  padding: 0 10px;
  border-radius: 4px;
}

.department_box ul li a:hover {
  color: #fff;
  background: #0679e5;
}

.department_box ul li a.cur {
  color: #fff;
  background: #0679e5;
}

.auto_input {
  width: 483px;
  width: 4.83rem;
  height: auto;
  max-height: 260px;
  overflow-y: scroll;
  box-shadow: 0 0 6px 0 #ededed;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 42px;
  top: 0.43rem;
  z-index: 10;
  padding: 20px;
  padding: 0.2rem;
  box-sizing: border-box;
}

.auto_input ul li {
  width: 100%;
  height: 30px;
  height: 0.3rem;
  display: block;
  line-height: 30px;
  line-height: 0.3rem;
  text-align: left;
}

.search_nav {
  width: 100%;
  height: 60px;
  height: 0.6rem;
  background: #f6faff;
}

.search_nav ul li {
  display: block;
  float: left;
  height: 60px;
  height: 0.6rem;
  line-height: 60px;
  line-height: 0.6rem;
}

.search_nav ul li a {
  color: #333333;
  height: 60px;
  height: 0.6rem;
  font-size: 18px;
  font-size: 0.18rem;
  padding: 0 30px;
  padding: 0 0.3rem;
  display: block;
}

.search_nav ul li a.cur,
.search_nav ul li a:hover {
  color: #275394;
  font-weight: bold;
  border-bottom: 2px solid #275394;
  box-sizing: border-box;
}

.gz-advanced {
  background: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
  display: none;
  /* margin-bottom: 20px; */
}

.gz-advanced ul li {
  width: 100%;
  height: auto;
  padding: 10px 0;
  padding: 0.1rem 0;
}

.gz-advanced ul li .title {
  width: 250px;
  width: 2.5rem;
  text-align: right;
  display: inline-block;
  color: #333;
}

.gz-advanced .title em.red-font {
  color: #f00;
  font-style: normal;
}

.gz-advanced-group .cont {
  margin-left: 250px;
}

.gz-advanced ul li input.inp {
  width: 210px;
  width: 2.1rem;
  height: 32px;
  height: 0.32rem;
  margin: 0 10px;
  padding: 0 5px;
  line-height: 24px;
  line-height: 0.24rem;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.14rem;
}

.gz-advanced ul li .tips {
  vertical-align: middle;
  color: #333;
}

.gz-advanced ul li .btn {
  width: 100px;
  width: 1rem;
  height: 40px;
  height: 0.4rem;
  line-height: 40px;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  background: #1881eb;
  border: none;
  border-radius: 3px;
  margin: 0 10px;
  cursor: pointer;
}

/* .gz-advanced-group .cont label {
    display: inline-block;
    margin-right: 10px;
}

.gz-advanced-group .cont label input {
    margin-right: 5px;
    vertical-align: middle;
}

.gz-advanced-group .cont .searchdrop-down {
    width: 200px;
    width: 2rem;
} */

/* [v-cloak] {
    display: none !important;
} */
/* 
.gz-nodata {
    display: none;
    width: 60px;
    width: 0.6rem;
    margin: 35px auto;
    margin: 0.35rem auto;
}

.gz-nodata p {
    text-align: center;
    font-size: 14px;
    font-size: 0.14rem;
    line-height: 35px;
    line-height: 0.35rem;
}

.gz-nodata.show {
    display: block;
} */

.main_con {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.main_con_l {
  width: 810px;
  width: 8.10rem;
  height: auto;
  overflow: hidden;
  float: left;

  padding-right: 30px;
  padding-right: 0.3rem;
  padding-left: 10px;
  padding-left: 0.1rem;
  box-sizing: border-box;
  /* border-right: 1px solid #dcdcdc; */
}

.search_type {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.search_item {
  float: left;
  display: inline;
  margin-right: 15px;
  margin-right: 0.15rem;
  margin-bottom: 15px;
  margin-bottom: 0.15rem;
}

.search_item span {
  color: #333;
}

.search_item span.time-split {
  margin-left: 10px;
}

.search_item a {
  display: inline;
  border-radius: 4px;
  display: inline-block;
  color: #666666;
  background: #ebebeb;
  padding: 4px 10px;
  padding: 0.04rem 0.1rem;
  margin-right: 12px;
  margin-right: 0.12rem;
  font-size: 14px;
  font-size: 0.14rem;
}

.search_item a.cur {
  background: #0679e5;
  color: #fff;
}

/* .search_item a:hover{ text-decoration: none;} */

.search_item input.timeInput {
  width: 190px;
  width: 1.9rem;
  height: 26px;
  height: 0.26rem;
  vertical-align: middle;
  margin-left: 10px;
  margin-left: 0.1rem;
  padding: 0 0 0 10px;
  padding: 0 0 0 0.1rem;
  line-height: 24px;
  line-height: 0.24rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.12rem;
}

.search_result {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px 0;
  padding: 0.25rem 0;
  color: #999;
}

.search_result span.countNum {
  color: #f00;
  font-weight: bold;
}

.basic_result_content {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.basic_result_content .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 0.2rem;
}

/* 列表样式有 图片*/
.item .title {
  width: 100%;
  display: inline-block;
  line-height: 26px;
  line-height: 0.26rem;
  font-weight: bold;
  /* font-size: 16px;
    font-size: 0.16rem; */
  color: #0679e5;
  max-width: 660px;
  max-width: 6.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 0;
  padding: 0.05rem 0;
}

.item .type_title {
  display: block;
  float: left;
  width: 80px;
  width: 0.8rem;
  height: 26px;
  height: 0.26rem;
  line-height: 26px;
  line-height: 0.26rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 13px;
  background: #0679e5;
  margin: 0 15px 0 5px;
  margin: 0 0.15rem 0 0.05rem;
  font-size: 14px;
  font-size: 0.14rem;
}

.item .title a {
  color: #0679e5;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item a em {
  color: #f00;
  font-style: normal;
}

.item .description {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 5px;
  padding: 0.05rem;
  box-sizing: border-box;
}

.is-img .description .imgbox {
  width: 240px;
  width: 2.4rem;
  height: 140px;
  height: 1.4rem;
  float: left;
  display: inline;
  box-shadow: 0 0 6px 0 #ededed;
  position: relative;
}

.is-img .description .imgbox img.video_ico {
  width: 40px;
  width: 0.4rem;
  height: 40px;
  height: 0.4rem;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
  box-shadow: none;
}

.is-img .description .imgbox img {
  box-shadow: 0 0 2px 0 #ededed;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0, 0.93, 1, 1);
}

.is-img .description .imgbox img:hover {
  transform: scale(1.1);
}

.is-img .description .detail {
  width: 500px;
  width: 5rem;
  height: 140px;
  height: 1.4rem;
  position: relative;
  float: right;
}

.is-img .description .detail p.zw {
  font-size: 14px;
  font-size: 0.14rem;
  line-height: 26px;
  line-height: 0.26rem;
  max-height: 104px;
  max-height: 1.04rem;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.is-img .description .detail p.zw em,.description .policy_res3 em {
  color: #f00;
  font-style: normal;
}

.is-img .description .detail p.js_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-size: 0.12rem;
  height: 26px;
  height: 0.26rem;
}

.is-img .description .detail p.js_text span.ly {
  float: left;
  display: inline;
  font-weight: bold;
  color: #0679e5;
  font-size: 14px;
  font-size: 0.14rem;
}

.is-img .description .detail p.js_text span.time {
  float: right;
  display: inline;
  font-size: 14px;
  font-size: 0.14rem;
}

.is-news .description p.zw {
  font-size: 14px;
  font-size: 0.14rem;
  line-height: 26px;
  line-height: 0.26rem;
  max-height: 104px;
  max-height: 1.04rem;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.is-news .description p.zw em {
  color: #f00;
  font-style: normal;
}

.is-news .description p.js_text {
  width: 100%;
  font-size: 12px;
  font-size: 0.12rem;
  margin-top: 10px;
  margin-top: 0.1rem;
}

.is-news .description p.js_text span.ly {
  float: left;
  display: inline;
  font-weight: bold;
  color: #0679e5;
  font-size: 14px;
  font-size: 0.14rem;
}

.is-news .description p.js_text span.time {
  float: right;
  display: inline;
  font-size: 14px;
  font-size: 0.14rem;
}

.is-new {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  margin-bottom: 0.1rem;
}

.is-new .new_title {
  width: 100%;
  display: inline-block;
  line-height: 26px;
  line-height: 0.26rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 0;
}

.is-new .new_title .type_title {
  display: block;
  float: left;
  width: 42px;
  width: 0.42rem;
  height: 24px;
  height: 0.24rem;
  line-height: 24px;
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  background: #0679e5;
  margin: 0 10px 0 0;
  margin: 0 0.1rem 0 0;
}

.is-new .new_title em {
  color: #f00;
  font-style: normal;
}

.is-new .infoItem {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  margin-bottom: 0.1rem;
}

.is-new .infoItem .infoItem_title {
  width: 100%;
  height: 30px;
  height: 0.3rem;
  overflow: hidden;
  line-height: 30px;
  line-height: 0.3rem;
  color: #0679e5;
}

.is-new .infoItem .infoItem_title a {
  float: left;
  display: inline-block;
  width: 630px;
  width: 6.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.14rem;
  color: #0679e5;

  font-weight: bold;
}

.is-new .infoItem .infoItem_title span.time {
  float: right;
  display: block;
  width: 80px;
  width: 0.8rem;
  font-size: 14px;
  font-size: 0.14rem;
  color: #999;
  line-height: 30px;
  line-height: 0.3rem;
}

.is-new .infoItem p.info_con {
  color: #333;
  font-size: 14px;
  font-size: 0.14rem;
  line-height: 30px;
  line-height: 0.3rem;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-policy .description {
  padding: 5px;
  padding: 0.05rem;
  box-sizing: border-box;
}

.is-policy .tabbox {
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 5px #dcdcdc;
  padding: 0 22px;
  padding: 0 0.22rem;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.is-policy .tabbox img.fzimg {
  position: absolute;
  right: 30px;
  right: 0.3rem;
  top: 0.15rem;
  z-index: 2;
  display: block;
}

.is-policy .tabbox img.fzimghide {
  position: absolute;
  right: 30px;
  right: 0.3rem;
  top: 0.15rem;
  z-index: 2;
  display: none;
}

/* new */
.is-policy .tabbox ul li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #f3f3f3;
  height: 45px;
  height: 0.45rem;
  line-height: 35px;
  line-height: 0.35rem;
  padding: 5px 0 5px 15px;
  padding: 0.05rem 0 0.05rem 0.15rem;
  font-size: 14px;
  font-size: 0.14rem;
  box-sizing: border-box;
}

.is-policy .tabbox ul li.w60 {
  width: 60%;
}

.is-policy .tabbox ul li.w40 {
  width: 40%;
}
.is-policy .tabbox ul li.w100 {
  width: 100%;
  display: flex;
}
.is-policy .tabbox ul li span {
  float: left;
  display: block;
}

.is-policy .tabbox ul li span.policy_tit {
  width: 65px;
  width: 0.65rem;
  text-align-last: justify;
  color: #999;
}

.is-policy .tabbox ul li.w60 span.policy_tit {
  /* width: 90px;
    width: 0.9rem; */
}

.is-policy .tabbox ul li span.fh {
  color: #999;
}

.is-policy .tabbox ul li span.policy_res1 {
  display: inline-block;
  width: 300px;
  width: 3rem;
  font-size: 14px;
  font-size: 0.14rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-policy .tabbox ul li span.policy_res1 em,
.is-policy .tabbox ul li span.policy_res2 em {
  font-style: normal;
  color: #ff0000;
}

.is-policy .tabbox ul li span.policy_res2 {
  display: inline-block;
  width: 180px;
  width: 1.8rem;
  font-size: 14px;
  font-size: 0.14rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-policy .tabbox table {
  width: 100%;
  border: none;
}

/* .is-zc .tabbox table tr {} */

.is-policy .tabbox table tr td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  height: 37px;
  height: 0.37rem;
  line-height: 27px;
  line-height: 0.27rem;
  padding: 5px 0 5px 15px;
  padding: 0.05rem 0 0.05rem 0.15rem;
  font-size: 14px;
  font-size: 0.14rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-policy .tabbox table tr td .tab_tit {
  display: inline-block;
  width: 60px;
  width: 0.6rem;
  text-align-last: justify;
}

.is-policy .tabbox table tr td span {
  color: #999;
}

.is-policy .js_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 35px;
  line-height: 0.35rem;
}

.is-policy .js_text span.ly {
  float: left;
  display: inline;
  font-weight: bold;
  color: #0679e5;
  font-size: 14px;
  font-size: 0.14rem;
}

.is-policy .js_text span.time {
  float: right;
  display: inline;
  font-size: 14px;
  font-size: 0.14rem;
}

.is-leader .leader_box {
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 5px #dcdcdc;
  padding: 22px;
  padding: 0.22rem;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.is-leader .leader_img {
  width: 145px;
  width: 1.45rem;
  float: left;
}

.is-leader .leader_img img {
  width: 100%;
}

.is-leader .leader_desc {
  float: right;
  width: 560px;
  width: 5.6rem;
}

.is-leader .leader_desc p a.leader_name {
  /* font-size: 16px; */
  /*color: #e1211f;*/
  font-weight: bold;
  line-height: 35px;
  line-height: 0.35rem;
  text-decoration: underline;
  margin: 0 10px;
  margin: 0 0.1rem;
}
.is-leader .leader_desc p a.leader_name em{
  color: #e1211f;
}
.is-leader .leader_desc ul {
  width: 100%;
  height: auto;
}

.is-leader .leader_desc ul li {
  position: relative;
  padding-left: 86px;
  padding-left: 0.86rem;
  margin-top: 10px;
  margin-top: 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
}

.is-leader .leader_desc ul li span {
  font-size: 14px;
  font-size: 0.14rem;
  color: #999999;
  line-height: 25px;
  line-height: 0.25rem;
  padding: 0 10px;
  padding: 0 0.1rem;
  width: 80px;
  width: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

.is-leader .leader_desc ul li p {
  font-size: 14px;
  font-size: 0.14rem;
  color: #333333;
  line-height: 24px;
  line-height: 0.24rem;
  max-height: 72px;
  max-height: 0.72rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*.is-leader .title a {*/
/*  color: #ff0000;*/
/*}*/
.is-leader em {
  color: #ff0000;
}

.is-guide .guide_box {
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 5px #dcdcdc;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.is-guide .guide_box .guide_tab {
  width: 100%;
  border-bottom: 1px #dcdcdc solid;
  height: 45px;
  height: 0.45rem;
}

.is-guide .guide_box .guide_tab a {
  display: block;
  float: left;
  border-right: 1px #dcdcdc solid;
  padding: 0 35px;
  padding: 0 0.35rem;
  font-size: 15px;
  font-size: 0.15rem;
  color: #333333;
  height: 45px;
  height: 0.45rem;
  line-height: 45px;
  line-height: 0.45rem;
  text-align: center;
}

.is-guide .guide_box .guide_tab a:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.is-guide .guide_box .guide_tab a.guide_tab_cur {
  font-weight: bold;
  background: #fff;
  border-bottom: 1px solid #fff;
}

.is-guide .guide_box .guide_desc {
  padding: 22px;
  padding: 0.22rem;
  box-sizing: border-box;
}

.is-guide .guide_box .guide_desc table.tab02 {
  border: 1px solid #f3f3f3;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}

.is-guide .guide_box .guide_desc table.tab02 tr td {
  line-height: 25px;
  line-height: 0.25rem;
  padding: 10px 13px;
  padding: 0.1rem 0.13rem;
  border: none;
  border-bottom: 1px solid #f3f3f3;
}

.is-guide .guide_box .guide_desc table.tab02 tr td em {
  font-style: normal;
}

.is-guide .guide_box .guide_desc table.tab02 tr td.guide_desc_item {
  width: 120px;
  width: 1.2rem;
  background: #fdfdfd;
  border-right: 1px solid #f3f3f3;
  /* padding-left: 30px;
  padding-left: 0.3rem; */
  box-sizing: border-box;
  /* text-align: center; */
  white-space: nowrap;
}

.is-guide p.js_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 35px;
  line-height: 0.35rem;
}

.is-guide p.js_text span.ly {
  float: left;
  display: inline;
  font-weight: bold;
  color: #0679e5;
  font-size: 14px;
  font-size: 0.14rem;
}

.is-guide p.js_text span.time {
  float: right;
  display: inline;
  font-size: 14px;
  font-size: 0.14rem;
}

.main_con_r {
  width: 385px;
  width: 3.85rem;
  height: auto;
  overflow: hidden;
  border-left: 1px solid #dcdcdc;
  padding: 0 25px;
  padding: 0 0.25rem;
  box-sizing: border-box;
}

.main_r_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 0.2rem;
}

.search_r_tit {
  width: 100%;
  height: 35px;
  height: 0.35rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  margin-bottom: 0.1rem;
}

.search_r_tit span {
  display: inline-block;
  line-height: 16px;
  border-left: 3px solid #1764ce;
  padding-left: 8px;
  padding-left: 0.08rem;
  margin-top: 7px;
  margin-top: 0.07rem;
  /* font-size: 16px; */
  font-weight: bold;
}

.recommended {
  width: 100%;
  height: auto;
}

.recommended ul li {
  float: left;
  margin-right: 4px;
  margin-right: 0.04rem;
  margin-top: 10px;
  margin-top: 0.1rem;
}

.recommended ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-size: 0.14rem;
  text-align: center;
  height: 38px;
  height: 0.38rem;
  line-height: 38px;
  line-height: 0.38rem;
  border-radius: 5px;
  width: 107px;
  width: 1.07rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommended ul li a.c1 {
  background: #ffc069;
}

.recommended ul li a.c2 {
  background: #4e80ca;
}

.recommended ul li a.c3 {
  background: #e98f6f;
}

.recommended ul li a.c4 {
  background: #91c7ae;
}

.hot_art {
  width: 100%;
  height: auto;
}

.hot_art ul li {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
  line-height: 0.35rem;
  height: 35px;
  height: 0.35rem;
  font-size: 14px;
  font-style: 0.14rem;
  padding-left: 20px;
  padding-left: 0.2rem;
  box-sizing: border-box;
  background: url(../images/cwx-list-icon2.png) left center no-repeat;
}

.hot_art ul li a {
  color: #666;
}

.hot_art ul li a:hover {
  color: #1764ce;
}
.sfmy {
  margin-top: 20px;
  margin-top: 0.2rem;
  border: 1px #dcdcdc solid;
  padding: 20px;
  padding: 0.2rem;
}

.sfmy > h1 {
  font-size: 16px;
  font-size: 0.16rem;
  color: #333333;
  margin-bottom: 15px;
  margin-bottom: 0.15rem;
}

.sfmy .myBtn {
  display: block;
  float: left;
  width: 75px;
  width: 0.75rem;
  height: 28px;
  height: 0.28rem;
  line-height: 28px;
  line-height: 0.28rem;
  border: 1px #dcdcdc solid;
  padding-left: 55px;
  padding-left: 0.55rem;
  font-size: 14px;
  font-size: 0.14rem;
  color: #333333;
}

.sfmy .myBtn.my {
  margin-right: 25px;
  margin-right: 0.25rem;
  margin-top: 10px;
}

.sfmy .myBtn.bmy {
  background: #fdfdfd url("../images/bmy.png") 30px center no-repeat;
  background: #fdfdfd url("../images/bmy.png") 0.3rem center no-repeat;
  margin-top: 10px;
}

.sfmy .myBtn.cur {
  color: #fff;
  border-color: #058acc;
  background: #058acc url("../images/myc.png") 30px center no-repeat;
  background: #058acc url("../images/myc.png") 0.3rem center no-repeat;
}

.sfmy .myBtn:hover {
  opacity: 0.8;
}

.search_conditions,
.guide_search_item {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f7f7f7;
  line-height: 32px;
  line-height: 0.32rem;
  padding-top: 20px;
  padding-top: 0.2rem;
  border: 1px solid #dfdfdf;
  margin-top: 15px;
  margin-top: 0.15rem;
  padding: 10px;
  padding: 0.1rem;
  box-sizing: border-box;
  /* display: none; */
}

.search_conditions ul li,
.guide_search_item ul li {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 120px;
  padding-left: 1.2rem;
  box-sizing: border-box;
  margin: 10px 0;
  margin: 0.1rem 0;
}

.search_conditions ul li span.tit,
.guide_search_item ul li span.tit {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100px;
  width: 1rem;
  text-align: right;
  color: #333333;
  font-size: 16px;
  font-size: 0.16rem;
}

.search_conditions ul li a:hover,
.search_conditions ul li a.cur,
.guide_search_item ul li a:hover,
.guide_search_item ul li a.cur {
  color: #fff;
  background: #0679e5;
}

.search_conditions ul li a,
.guide_search_item ul li a {
  display: inline-block;
  padding: 0 10px;
  padding: 0 0.1rem;
  color: #666666;
  /* font-size: 16px;
    font-size: 0.16rem; */
  border-radius: 4px;
  margin-right: 15px;
  margin-right: 0.15rem;
  margin-bottom: 8px;
  margin-bottom: 0.08rem;
}

.search_left_noResult {
  width: 100%;
  height: auto;
  display: none;
}

.search_left_noResult .title {
  font-weight: bold;
}

.search_left_noResult .title em {
  color: #f00;
}

.search_left_noResult .suggest {
  position: relative;
  padding-left: 57px;
  padding-left: 0.57rem;
  box-sizing: border-box;
}

.search_left_noResult .suggest span {
  position: absolute;
  left: 0;
  top: 0;
}

.search_left_noResult .suggest ul li {
  line-height: 35px;
  line-height: 0.35rem;
  color: #666;
}

.is-img-list-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.is-img-list {
  width: 232px;
  width: 2.32rem;
  height: 184px;
  height: 1.84rem;
  margin: 5px 12px;
  margin: 0.1rem 0.12rem;
  float: left;
}
.is-img-list>a{
  display: block;
}
.is-img-list .imgbox {
  width: 232px;
  width: 2.32rem;
  height: 142px;
  height: 1.42rem;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 6px 0 #ededed;
  text-align: center;
  position: relative;
}

.is-img-list .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  margin: 0 auto;

  transition: all 0.5s cubic-bezier(0, 0.93, 1, 1);
}

.is-img-list .imgbox img.video_ico {
  width: 40px;
  width: 0.4rem;
  height: 40px;
  height: 0.4rem;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-left: -0.2rem;
  top: 50%;
  margin-top: -20px;
  margin-top: -0.2rem;
  z-index: 2;
}

.is-img-list p {
  font-size: 14px;
  font-size: 0.14rem;
  line-height: 35px;
  line-height: 0.35rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-img-list a p em {
  color: #ff0000;
  font-style: normal;
}

.is-img-list:hover .imgbox img {
  transform: scale(1.1);
}

.is-img-list:hover a p {
  color: #0b67d4;
}

.is-img-list:hover a p em {
  color: #ff0000;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #0679e5;
}

#page a,
#page span {
  padding: 3px 12px !important;
  padding: 0.03rem 0.12rem !important;
}
#page .layui-laypage-skip input{
  width: .4rem;
}

.layui-laypage button,
.layui-laypage input {
  height: 24px;
  height: 0.24rem;
  line-height: 24px;
  line-height: 0.24rem;
}

.wrap-search #page span.layui-laypage-skip{
  /* padding: 0.02rem 0.02rem 0.01rem 0.04rem !important; */
  border: none!important;
  padding: 0 0 0 .1rem!important;
  height: auto;
  line-height: 34px;
}
.wrap-search #page span.layui-laypage-skip .layui-laypage-btn{
  height: 34px;
}
.wrap-search #page span.layui-laypage-skip .layui-laypage-btn:hover{
  border: 1px solid #1258AD;
  color: #1258AD;
}
.moreOrgan {
  width: 100%;
  height: 35px;
  height: 0.35rem;
  line-height: 35px;
  line-height: 0.35rem;
  padding: 5px 0;
  cursor: pointer;
}

.moreOrgan img {
  vertical-align: middle;
  margin: 0 5px 3px 10px;
}

.service-guide-dialog {
  display: none;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.63);
}

/* .upd-address {
    cursor: pointer;
} */
.dialog-con {
  position: absolute;
  width: 700px;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  z-index: 1;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.dialog-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 11px 35px 11px 15px;
  position: relative;
  line-height: 30px;
  box-sizing: border-box;
}

.dialog-header span {
  color: #0679e5;
  vertical-align: baseline;
}

.dialog-header span em {
  color: #cd0702;
  font-style: normal;
}

.dialog-header i.close {
  position: absolute;
  right: 15px;
  top: 11px;
  display: inline-block;
  font-size: 25px;
  color: #666;
  /* width: 18px;
    height: 18px; */
  /* margin-top: 15px; */
  cursor: pointer;
  font-style: normal;
}

/* .upd-model-address-header div{
    position: relative;
}
.upd-model-address-header i{
    position: absolute;
    right: 0;
    top: .05rem;
} */
.dialog-search {
  position: relative;
  margin: 14px 16px 0 16px;
}

.dialog-search input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 50px 0 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.dialog-search input:focus {
  border: 1px solid #ddd;
}

.dialog-search .dialog-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #0679e5;
  cursor: pointer;
}

.dialog-body {
  padding: 12px 16px;
  box-sizing: border-box;
}

.dialog-body li {
  line-height: 18px;
}

.dialog-body li a {
  font-size: 14px;
}

.dialog-body li a {
  display: inline-block;
  width: 100%;
  padding: 9px 11px;
  background-color: #f0f0f0;
  border-radius: 4px;
  color: #333;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.dialog-body li a span {
  color: #333 !important;
}

.dialog-body li.cur a,
.dialog-body li a:hover,
.dialog-body li a:hover span {
  color: #fff !important;
  background-color: #0679e5;
}

.js_service_guide_pager {
  text-align: center;
}

.top_sj {
  display: none;
}

.leader_right_list {
  width: 100%;
  height: auto;
}
.leader_right_list ul li {
  width: 107px;
  width: 1.07rem;
  margin: 10px 2px;
  margin: 0.1rem 0.02rem;
  height: 140px;
  height: 1.4rem;
  float: left;
}
.leader_right_list ul li .leader_img_box {
  width: 107px;
  width: 1.07rem;
  height: 120px;
  overflow: hidden;
  height: 1.2rem;
}
.leader_right_list ul li .leader_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leader_right_list ul li p {
  text-align: center;
  line-height: 30px;
}
.leader_right_list ul li:hover p{ color: #0679e5;}
#relatedLeader{ display: none;}


.loading{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.63); z-index: 1000000; }
.loading img{ width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; margin-top: -50px; margin-left: -50px;}

/*在线办理和办事指南区域选择样式 start*/
.upd-gt-warp {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  min-width: 12rem;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000);
  z-index: 1000000;
}
.upd-gt-tc {
  /* height: 450px; */
  /* height: 4.5rem; */
  position: absolute;
  top: 35%!important;
  left: 50%!important;
  margin-top: -225px;
  margin-left: -500px;
  margin-top: -2.25rem;
  margin-left: -5rem;
  /* box-shadow: 0 0 0.06rem 0 #ededed;
  -ms-box-shadow: 0 0 .06rem 0 #ededed;
  -webkit-box-shadow: 0 0 0.06rem 0 #ededed;
  -moz-box-shadow: 0 0 .06rem 0 #ededed; */
  border-radius: 0.1rem;
  background: #fff;
  padding: 0 40px 30px;
  padding: 0 0.4rem 0.30rem;
  box-sizing: border-box;
  z-index: 10000;
}
.upd-gt-header {
  font-size: 20px;
  font-size: .2rem;
  font-weight: bold;
  color: #333;
  padding: 47px 0;
  padding: 0.47rem 0;
  padding-bottom: 13px;
  padding-bottom: 0.13rem;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 19px;
  margin-bottom: 0.19rem;
}
.upd-gt-tc i.close {
  /* display: none; */
  width: 12px;
  height: 12px;
  background: url("../images/gttc-icon2.png") no-repeat center;
  background-color: #4393f4;
  cursor: pointer;
  padding: 18px;
  padding: 0.18rem;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 0.1rem;
}
.tc-gt-warp-qx {
  width: 932px;
  width: 9.32rem;
  padding-top: 18px;
  padding-top: 0.18rem;
  padding-bottom: 12px;
  padding-bottom: 0.12rem;
  /* max-height: 80%;
  overflow-y: scroll; */
}
.upd-gt-header .pull-l{
  font-size: 0.2rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #4393f4;
  display: flex;
  align-items: center;
}
.upd-gt-header .pull-l span{
  /* cursor: pointer; */
  /* margin-top: -0.03rem; */
  display: inline-block;
}
.upd-gt-title,.tc-gt-choose{
  font-size: 18px;
  font-size: 0.18rem;
  line-height: 18px;
  line-height: 0.18rem;
  letter-spacing: 2px;
  letter-spacing: 0.02rem;
  color: #4393f4;
}
.tc-gt-warp-qx li.cur,.tc-gt-warp-qx>a.cur{
  color: #4393f4;
}
.tc-gt-footer{
  padding-top: 27px;
  padding-top: 0.27rem;
  border-top: 1px solid #f7f7f7;
  display: none;
}
.tc-gt-tip{
  font-size: 18px;
  font-size: 0.18rem;
  line-height: 28px;
  line-height: 0.28rem;
  letter-spacing: 2px;
  letter-spacing: 0.02rem;
  color: #999797;
  background: url(./images/gttc-icon1.png) no-repeat left 0.02rem;
  padding-left: 0.31rem;
  margin-top: 21px;
  margin-top: 0.21rem;
  background-size: auto 0.22rem;
}
.tc-gt-btns{
  display: flex;
  margin-top: 27px;
  margin-top: 0.27rem;
}
.tc-gt-btns a{
  display: inline-block;
  width: 124px;
  width: 1.24rem;
  height: 52px;
  height: 0.52rem;
  border-radius: 26px;
  border-radius: 0.26rem;
  font-size: 20px;
  font-size: 0.20rem;
  line-height: 52px;
  line-height: 0.52rem;
  letter-spacing: 2px;
  letter-spacing: 0.02rem;
  color: #ffffff;
  margin-right: 31px;
  margin-right: 0.31rem;
  text-align: center;
  font-weight: bold;
}

.tc-gt-btns .tc-gt-btn1-qx{
  background-color: #4393f4;
  color: #ffffff;
  font-weight: bold;
}
.tc-gt-btn1-qx.disabled{
  background-color: #eeeeee;
  color: #333333!important;
  cursor: not-allowed;
  text-decoration: none!important;
}
.tc-gt-btns a:hover span{
  color: #fff;
}
.tc-gt-btns a.tc-gt-btn1-qx:hover{
  color: #ffffff;
}
.tc-gt-btns .tc-gt-btn2{
  color: #999797;
  cursor: auto;
}
.tc-gt-btns .tc-gt-btn3{
  background-color: #ebf4fb;
  color: #4393f4;
  font-weight: bold;
}
.tc-gt-warp-qx li,.tc-gt-warp-qx>a{
  width: 164px;
  width: 1.85rem;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  line-height: 0.34rem;
  letter-spacing: 2px;
  letter-spacing: 0.02rem;
  color: #333333;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tc-gt-warp-qx li.nocur,.tc-gt-warp-qx>a.nocur{
  color: #999797;
  cursor: auto;
}
/* 弹窗结束 */
@media screen and (max-width: 768px) {
  body {
    font-size: 0.28rem !important;
  }
  *{
    box-sizing: border-box;
  }
  /*.top {*/
  /*  display: none;*/
  /*}*/

  .wrap {
    width: 100%;
    font-size: .16rem;
  }

  /*
    .search_nav {} */

  .gz-advanced {
    display: none;
  }

  .main_con_l {
    width: 100%;
    padding-right: 0.05rem;
  }

  .main_con_r {
    display: none;
  }

  .search_nav ul li:not(:nth-of-type(-n+3)) {
    display: none;
  }

  .search_type {
    display: none;
  }

  .item .type_title {
    width: 1.2rem;
    padding: 2px 0;
  }

  .item .title {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }

  .is-policy .tabbox ul li {
    line-height: 0.85rem;
    height: 0.85rem;
  }

  .is-policy .tabbox ul li.w60 {
    width: 100%;
  }

  .is-policy .tabbox ul li.w40 {
    width: 100%;
  }

  .is-policy .tabbox ul li span.policy_tit {
    width: 1.3rem;
    white-space: nowrap;
  }

  .is-policy .js_text {
    line-height: 0.8rem;
    font-size: 0.24rem;
  }

  .is-guide p.js_text {
    line-height: 0.8rem;
    font-size: 0.24rem;
  }

  .is-img .description .detail p.js_text {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
  }

  #page a,
  #page span {
    height: 0.45rem !important;
    line-height: 0.45rem !important;
    display: inline-block;
  }

  .search_nav {
    height: 1rem;
  }

  .search_nav ul li a {
    height: 1rem;
    line-height: 1rem;
  }

  .search_nav ul li a {
    font-size: 0.35rem;
  }

  .is-news .description p.zw {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }

  .l-page a,
  .l-page .go-page,
  .l-page .go-page-action,
  #page a,
  #page > span {
    display: inline-block !important;
  }

  .is-img-list {
    width: 3.4rem;
    height: 2.84rem;
  }

  .is-img-list img {
    width: 3.4rem;
    height: 2.18rem;
  }

  .is-img-list p {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }

  .is-guide .guide_box .guide_tab {
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .is-guide .guide_box .guide_tab a {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }

  .is-guide .guide_box .guide_desc table.tab02 tr td.guide_desc_item {
    width: 2rem;
  }

  .is-guide .guide_box .guide_desc table.tab02 tr td {
    line-height: 0.5rem;
    padding: 0.2rem 0.2rem;
  }

  .is-new .new_title .type_title {
    width: 0.8rem;
    line-height: 0.3rem;
    height: 0.3rem;
  }

  .is-new .infoItem .infoItem_title {
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .is-new .infoItem .infoItem_title a {
    font-size: 0.28rem;
  }

  .is-new .infoItem .infoItem_title span.time {
    line-height: 0.6rem;
  }

  .is-new .infoItem p.info_con {
    font-size: 0.25rem;
  }

  .is-img-list .imgbox {
    width: 3.4rem;
    height: 2rem;
  }
  .top_sj {
    display: block;
  }
  .search_conditions ul li,
  .guide_search_item ul li {
    padding-left: 1.5rem;
    font-style: 0.24rem;
  }
  .search_conditions ul li span.tit,
  .guide_search_item ul li span.tit {
    width: 1.5rem;
    font-style: 0.24rem;
    top: 0.1rem;
  }
  .search_conditions ul li a,
  .guide_search_item ul li a {
    padding: 0.1rem 0.1rem;
  }
  .search_result {
    padding-top: 0;
  }
  .search_nav ul li{
    height: 1rem;
    line-height: 1rem;
  }
  .wrap-search{
    width: 100%;
  }
  .wrap-search #page span.layui-laypage-skip .layui-laypage-btn{
    height: .6rem;
  }
  #page{
    margin: 0.3rem auto!important;
  }
  .layui-laypage{
    margin: .1rem 0 0;
  }
  #page a, #page span{
    margin-bottom: 0.2rem!important;
    font-size: .28rem!important;
    height: 0.6rem !important;
    line-height: 0.6rem !important;
    min-width: 0.6rem;
    box-sizing: border-box;
    padding: 0 0.1rem!important;
  }
  .item .title{
    line-height: .4rem;
    font-size: .32rem;
  }
  .item .type_title{
    height: 0.4rem;
    font-size: .26rem;
    line-height: .4rem;
    padding: 0;
    border-radius: 0.2rem;
  }
  .wrap-search,.is-policy .tabbox ul li,.is-policy .tabbox ul li span.policy_res1,.is-policy .tabbox ul li span.policy_res2{
    font-size: .3rem;
  }
  .is-policy .tabbox ul li span.policy_res1,.is-policy .tabbox ul li span.policy_res2{
    width: 5rem;
  }
  .f14{
    font-size: .28rem;
  }
  .layui-laypage button, .layui-laypage input{
    height: .6rem;
    line-height: .6rem;
  }
  #page .layui-laypage-skip input{
    width: .6rem;
    box-sizing: border-box;
    line-height: unset;
  }
  .search_conditions ul li span.tit, .guide_search_item ul li span.tit{
    font-size: .28rem;
  }
  .is-news .description p.js_text span.ly,.is-news .description p.js_text span.time,.is-leader .leader_desc ul li span,.is-leader .leader_desc ul li p{
    font-size: .28rem;
    line-height: .4rem;
  }
  .policy_res3,.is-policy .tabbox ul li{
    font-size: .3rem!important;
    line-height: .6rem;
  }
  .is-img .description .imgbox{
    width: 3rem;
    height: 1.75rem;
  }
  .is-img .description .detail{
    width: 4rem;
    font-size: .28rem;
    height: 1.75rem;
  }
  .is-img .description .detail p.zw{
    font-size: .28rem;
    line-height: 0.4rem;
    -webkit-line-clamp: 3;
    max-height: none;
  }
  .is-leader .leader_desc{
    width: 5.2rem;
  }
  .is-leader .leader_desc ul li span{
    width: 1.5rem;
    white-space: nowrap;
  }
  .is-leader .leader_desc ul li{
    padding-left: 1.5rem;
  }
  .is-leader .leader_desc ul li p{
    -webkit-line-clamp: 2;
  }
  .is-img .description .detail p.js_text span.ly,.is-img .description .detail p.js_text span.time{
    font-size: .28rem!important;
  }
  .dialog-con{
    width: 90%;
    margin-left: 0;
    transform: translate(-50%,-50%);
  }
  .is-policy .tabbox ul li{
    /* white-space: nowrap; */
    display: flex;
  }
  /* 办事指南新弹窗开始 */
  .upd-gt-warp{
    min-width: unset;
  }
  .upd-gt-tc{
    width: 90%;
    margin-left: 0;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    margin-top: 0;
    top: 50%!important;
  }
  .upd-gt-header .pull-l{
    font-size: .34rem;
  }
  .upd-gt-title, .tc-gt-choose{
    font-size: .32rem;
    line-height: .4rem;
  }
  .tc-gt-warp-qx li, .tc-gt-warp-qx>a{
    font-size: .3rem;
    line-height: .4rem;
  }
  .tc-gt-warp-qx li, .tc-gt-warp-qx>a{
    width: 33%;
  }
  .tc-gt-warp-qx{
    width: 100%;
  }
  .upd-gt-tc i.close{
    width: .5rem;
    height: .5rem;
  }
  .tc-gt-btns a{
    width: 1.5rem;
    height: .7rem;
    line-height: .7rem;
    border-radius: .35rem;
    font-size: .3rem;
  }
  /* 弹窗结束 */
}
