body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0rem;
  padding: 0rem;
}

ul,
li {
  list-style-type: none;
}
a {
  color: #333;
}
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

body {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  color: #333;
  font-family: "Microsoft Yahei", "simsun", "arial", "tahoma";
  max-width: 768px;
  margin: auto;
  position: relative;
}
input {
  outline: none;
  border: none;
}
img {
  border: none;
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}

/* 通用头部 */

.head {
  height: 1rem;
  padding: 0rem 0.3rem;
  margin: auto;
  font-size: 0;
  line-height: 1rem;
  position: relative;
  z-index: 99999;
  background: #0459b7;
}
.head_left {
  display: inline-block;
}
.logo {
  margin-right: 0.1rem;
  width: 3.86rem;
}
/* .text_logo {
  width: 2.76rem;
  height: 0.7rem;
} */
.head_right {
  float: right;
}
.search {
  display: inline-block;
  padding: 0 0.2rem;
  cursor: pointer;
}
.search img {
  width: 0.36rem;
}
.searchbar {
  display: none;
  position: absolute;
  left: 0;
  top: 1rem;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 1;
  padding: 0.3rem;
  transition: all 0.5s;
  z-index: 999;
}
.searchbar_box {
  position: relative;
}
.searchbar_box input {
  display: block;
  width: 100%;
  background-color: #fff;
  font-size: 0.28rem;
  border: none;
  height: 0.6rem;
  padding: 0.15rem 0.8rem 0.15rem 0.2rem;
}
.searchbar_box span {
  width: 0.6rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 0;
  background: #0064cb url(../images/ydimg003.png) no-repeat center;
  background-size: 0.25rem;
  cursor: pointer;
}
.menuIco {
  display: inline-block;
  vertical-align: middle;
  padding: 0.22rem 0 0.22rem 0.2rem;
  cursor: pointer;
}

.menuIco div {
  width: 0.36rem;
  height: 0.04rem;
  background: #fff;
  margin: 0.1rem auto;
  transition: all 0.5s;
  z-index: 5;
}
.nav {
  position: absolute;
  top: 1rem;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  display: none;
  min-height: 100vh;
}
.nav a {
  display: block;
  padding: 0rem 0.3rem;
  cursor: pointer;
}
.nav-xs-li {
  font-size: 0.32rem;
  line-height: 0.9rem;
  border-bottom: 1px solid #e5e5e5;
}
.nav-xs-li.active > a {
  color: #0459b7;
}
.nav-xs-subnav {
  font-size: 0.3rem;
  line-height: 0.6rem;
  padding: 0.2rem;
  background: #f2f2f2;
  display: none;
}

/* 首页轮播图 */
.swiper-article,
.swiper-wrapper,
.swiper-slide {
  height: 5.9rem !important;
}
.swiper-article img {
  width: 100%;
  height: 4.6rem;
}
.swiper-article a {
  display: block;
  overflow: hidden;
  height: 5.9rem;
}
.article-wrap {
  padding: 0.2rem 0.3rem;
  height: 1.4rem;
}
.article-title {
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.7;
}
.article-time {
  font-size: 0.26rem;
  color: #999999;
  line-height: 2;
}
.pagination {
  position: absolute;
  right: 0.3rem;
  bottom: 0.36rem;
  z-index: 20;
  width: 1.6rem;
  font-size: 0;
  text-align: right;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border: 0.02rem solid #0459b7;
  border-radius: 50%;
  margin-left: 0.2rem;
}
.swiper-active-switch {
  background: #0459b7;
}

/* 首页中部 */
.column {
  padding: 0.2rem 0rem 0rem;
  position: relative;
  overflow: hidden;
}
.column:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background: #f2f2f2;
  top: 0;
  left: 0;
}
.column_title_warp {
  font-size: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0.3rem;
  height: 0.95rem;
}

.column_title h1 {
  display: inline-block;
  line-height: 0.95rem;
  font-size: 0.38rem;
  position: relative;
}
.column_title h1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.04rem;
  background: #0459b7;
  bottom: 0;
  left: 0;
}
.more {
  font-size: 0.3rem;
  color: #999;
  float: right;
  line-height: 0.95rem;
}
.column_news_box {
  padding: 0.3rem;
  overflow: hidden;
  height: 1.8rem;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.column_news_time {
  background: #f2f2f2;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0;
  text-align: center;
  float: left;
  margin-right: 0.3rem;
}
.column_news_time p {
  font-size: 0.62rem;
  color: #999;
}
.column_news_time span {
  font-size: 0.24rem;
  color: #999;
}
.column_news_right {
  margin-left: 1.5rem;
}
.column_news_title {
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.column_news_content {
  font-size: 0.26rem;
  color: #999;
  padding-top: 0.1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.column_news_two .column_news_title {
  padding-top: 0.15rem;
  line-height: 1.5;
  text-overflow: clip;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.special_box {
  margin: 0 -0.15rem;
  padding: 0.3rem;
  overflow: hidden;
}
.special_box div {
  padding: 0 0.15rem;
  /* float: left; */
  width: 50%;
  margin: 0 auto;
}
.special_box div a {
  height: 2.5rem;
  background: #f2f2f2;
  display: block;
  font-size: 0.28rem;
  overflow: hidden;
  text-align: center;
}
.special_box div a img {
  width: 0.8rem;
  height: 0.85rem;
  display: block;
  margin: 0.55rem auto 0.45rem;
}

/* 通用底部 */
.foot {
  padding: 0.3rem;
  background: #292e33;
  color: #999;
  font-size: 0.24rem;
  overflow: hidden;
}
.link {
  color: #fff;
  font-size: 0.26rem;
  text-align: center;
}
.link ul li {
  display: inline-block;
}
.link ul li a {
  color: #fff;
}
.contact {
  overflow: hidden;
  padding: 0.3rem 0rem;
  border-bottom: 1px solid #54585c;
}
.contact ul li {
  float: left;
  line-height: 0.48rem;
  min-width: 50%;
}
.contact ul li:last-child {
  width: 100%;
}
.explain {
  padding: 0.3rem 0rem 0rem;
  position: relative;
}
.explain ul li a {
  color: #999;
  position: relative;
}
.explain ul li a span {
  margin-right: 0.4rem;
}
.explain ul li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.22rem;
}
.explain ul li {
  line-height: 0.4rem;
}
.img_link {
  position: absolute;
  top: 0.4rem;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 0.7rem;
}
.img_link a {
  margin-left: 0.3rem;
}
#_span_jiucuo img {
  width: 1.1rem;
  height: 0.55rem;
}
#_ideConac img {
  width: 0.8rem;
  height: 0.8rem;
}

/* 机构概况背景图 */
.bj_img {
  width: 100%;
}

/* 机构概况中部 */
.inside_mid {
  padding: 0 0.3rem 0.2rem;
}
.inside_title {
  font-size: 0.38rem;
  font-weight: bold;
  padding: 0.5rem 0rem;
  text-align: center;
}
.survey_content {
  font-size: 0.28rem;
  line-height: 1.6;
  text-align: justify;
}
.survey_content p {
  padding-bottom: 0.5rem;
}

/* 机构领导 */
.leader_survey {
  overflow: hidden;
  margin-bottom: 0.3rem;
  display: block;
}
.leader_survey img {
  width: 1.5rem;
  height: 2.14rem;
  float: left;
  margin-right: 0.3rem;
}
.leader_survey .right {
  margin-left: 1.8rem;
}
.leader_survey .right .title {
  font-size: 0.34rem;
  color: #0459b7;
  padding: 0.1rem 0rem;
}
.leader_survey .right .post {
  font-size: 0.3rem;
  padding: 0 0 0.15rem;
  margin: 0 0 0.15rem;
  border-bottom: 1px dashed #e5e5e5;
}
.leader_survey .right .division {
  font-size: 0.26rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.leader_detailed {
  padding-bottom: 0.5rem;
}
.leader_detailed img {
  width: 2rem;
  height: 2.85rem;
  float: left;
  margin-right: 0.4rem;
}
.leader_detailed .right {
  /* margin-left: 2.4rem; */
  height: 2.85rem;
}
.leader_detailed .right p {
  font-size: 0.26rem;
  line-height: 2;
}
/* .leader_detailed .right p:first-child {
  line-height: 1;
  padding-bottom: 0.14rem;
}
.leader_detailed .right p:last-child {
  line-height: 1;
  padding-top: 0.14rem;
} */
.leader_detailed .right p span:first-child {
  font-weight: bold;
}

.leader_data h2 {
  line-height: 0.6rem;
  font-size: 0.3rem;
  background: #f2f2f2;
  text-align: center;
  font-weight: bold;
}
.leader_data div {
  padding: 0.3rem 0 0.4rem;
  font-size: 0.24rem;
  line-height: 1.8;
  text-align: justify;
}
.leader_data .from {
  line-height: 0.5rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.leader_data .from p:first-child {
  width: 2.8rem;
  border-right: 0.01rem solid #e6e6e6;
}

/* 内设机构中部 */
.leader_data .from p {
  float: left;
  padding: 0 0.2rem;
}

/* 政策法规中部 */
.inside_mid_nav {
  font-size: 0;
  margin: 0 -0.25rem;
}
.inside_mid_nav li {
  display: inline-block;
  padding: 0 0.24rem;
  font-size: 0.3rem;
}
.inside_mid_nav li a {
  display: inline-block;
  padding: 0.1rem 0 0.3rem;
  font-weight: bold;
}
.inside_mid_nav li .active {
  color: #0459b7;
  position: relative;
}
.inside_mid_nav li .active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background: #0459b7;
}
.page {
  text-align: center;
  font-size: 0rem;
  color: #666;
  padding: 0.3rem 0rem 0.5rem;
}
.page .leftcon {
  line-height: 0.5rem;
  font-size: 0.24rem;
}
.page .leftcon em,
.page .leftcon span {
  margin: 0 0.05rem;
  color: #0459b7;
  font-style: normal;
}
.page .rightcon {
  padding-top: 0.15rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
}
.page .rightcon a {
  height: 0.5rem;
  border: 1px solid #0459b7;
  display: inline-block;
  margin: 0 0.15rem;
  padding: 0 0.15rem;
  color: #0459b7;
}
.page .rightcon span,
.page .rightcon input {
  display: none;
}
/* 动画效果 */
.menuIco-close .menuIco-one {
  transform: rotate(45deg) translate(0.05rem, 0.05rem);
}
.menuIco-close .menuIco-two {
  display: none;
}
.menuIco-close .menuIco-three {
  transform: rotate(-45deg) translate(0.05rem, -0.05rem);
}
.slideBootom {
  animation: slideBootom 1s ease 0s 1 both;
}
.zoomOutRight {
  animation: zoomOutRight 1s ease-out 0s 1 normal both;
}
.slideTop {
  animation: slideTop 1s ease 0s 1 both;
}

/* 细览页 */
.detailed {
  padding: 0.5rem 0.3rem 0rem;
}
.detailed_title {
  font-size: 0.4rem;
  line-height: 1.5;
}
.detailed_time {
  font-size: 0.24rem;
  color: #999;
  padding-top: 0.15rem;
}
.detailed_content {
  font-size: 0.28rem;
  line-height: 1.8;
  padding: 0.5rem 0 0.2rem;
  text-align: justify;
}
.detailed_content p {
  padding-bottom: 0.3rem;
}
.detailed_content img {
  max-width: 100%;
}

/* 专题 */
.special {
  padding: 0.1rem 0.3rem 0rem;
}
.special ul li {
  width: 50%;
  text-align: center;
  font-size: 0.32rem;
}

/* 当前位置 */
.place {
  display: none;
}
.annex {
  overflow: hidden;
}
.annex span {
  float: left;
  margin-right: 0.2rem;
}
.annex p {
  padding: 0;
}
.annex a {
  color: #0459b7;
  display: block;
  margin-left: 0.78rem;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-0.42rem, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(20rem, 0, 0);
    transform-origin: left center;
  }
}
@keyframes slideBootom {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
