html {}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  box-sizing: border-box;
  font-size: 0.26rem;
  color: #333;
}

html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  background-color: #fff;
  height: 100%;
}

nav,
article,
aside,
details,
main,
header,
footer,
section,
fieldset,
figcaption,
figure {
  display: block;
}

img,
a,
button,
em,
del,
strong,
var,
label,
cite,
small,
time,
mark,
code,
textarea {
  display: inline-block;
}

header,
section,
footer {
  position: relative;
}

ol,
ul {
  list-style: none;
}

input,
button,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  /*-webkit-appearance:none;*/
  background-color: rgba(0, 0, 0, 0);
}

span {
  display: inline-block;
}

a:active,
a:hover {
  outline: 0;
}

a,
a:visited {
  text-decoration: none;
}

label,
.wordWrap {
  word-wrap: break-word;
  word-break: break-all;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
}

input {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

input:focus,
textarea:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  flex-flow: column;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.img-100 {
  width: 100%;
}

.m-t-20 {
  margin-top: 0.2rem;
}

.m-b-30 {
  margin-bottom: 0.3rem;
}

.text-center {
  text-align: center;
}

.body-wrapper {
  padding-top: 1.6rem;
}

.content-wrapper {
  padding: 0px 0.3rem;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1.6rem;
  background: url('../images/header.jpg') no-repeat;
  background-size: 100%;
  z-index: 1000000;
}

.header .menu {
  position: absolute;
  right: 0.4rem;
  bottom: 0.28rem;
}

.header .menu span {
  height: 0.03rem;
  background: #fff;
  width: 0.44rem;
  display: block;
  margin-bottom: 0.12rem;
  transition: .3s ease;
}

.header .menu.active span:nth-child(1) {
  transform: rotate(45deg) translateY(0.215rem);
  -ms-transform: rotate(45deg) translateY(0.215rem);
  -o-transform: rotate(45deg) translateY(0.215rem);
  -webkit-transform: rotate(45deg) translateY(0.215rem);
  -moz-transform: rotate(45deg) translateY(0.215rem);
  transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
}

.header .menu.active span:nth-child(2) {
  opacity: 0;
}

.header .menu.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-0.215rem);
  -ms-transform: rotate(-45deg) translateY(-0.215rem);
  -o-transform: rotate(-45deg) translateY(-0.215rem);
  -webkit-transform: rotate(-45deg) translateY(-0.215rem);
  -moz-transform: rotate(-45deg) translateY(-0.215rem);
  transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
}

.header .menu-box {
  position: fixed;
  height: 0px;
  overflow: hidden;
  top: 1.6rem;
  width: 100%;
  transition: .3s ease;
  -ms-transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  z-index: 100000;
}

.header .menu-box.active {
  height: auto;
  border-top: 2px solid #0e67b0;
  border-bottom: 2px solid #0e67b0;
}

.header .menu-box a {
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 0.32rem;
  line-height: 1rem;
  padding-left: 0.35rem;
}

.header .menu-box a:last-child {
  border-bottom: none;
}

.footer {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  border-top: 3px solid #0e67b0;
  font-size: 0.32rem;
  line-height: 0.6rem;
  margin-top: 0.8rem;
}

.footer .dzjg {
  width: 1rem;
  margin-top: 0.3rem;
}

.bread {
  line-height: 0.9rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.28rem;
}

.bread a {
  font-size: 0.28rem;
}

.pagination {
  font-size: 0px;
  margin-top: 0.5rem;
}

.pagination a {
  font-size: 0.3rem;
  line-height: 0.55rem;
  height: 0.55rem;
  padding: 0px 0.2rem;
  border: 1px solid #ddd;
  margin-right: 0.1rem;
}

.pagination a.active {
  background: #0e67b0;
  color: #fff;
}

.index-banner {
  margin-top: 0.1rem;
  position: relative;
  font-size: 0px;
  margin-bottom: 0.2rem;
}

.index-banner .swiper-container .swiper-pagination {
  text-align: right;
  z-index: 100;
}

.index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0e67b0;
  opacity: 1;
}

.index-banner .img {
  width: 100%;
}

.index-banner .content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0.88rem;
  line-height: 0.88rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 1;
  padding-left: 0.12rem;
  width: 100%;
}

.index-banner .content div {
  width: 5.5rem;
  font-size: 0.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.index-banner-center img {
  width: 100%;
}

.index-nav a {
  float: left;
  height: 2.2rem;
  width: 31%;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  font-size: 0.32rem;
  font-weight: bold;
  padding-top: 0.3rem;
}

.index-nav a img {
  width: 1.1rem;
  height: 1rem;
  margin-bottom: 0.1rem;
}

.index-nav a.bg-5c9bd5 {
  background: #5c9bd5;
}

.index-nav a.bg-e1b372 {
  background: #e1b372;
}

.index-nav a.bg-5ebc9c {
  background: #5ebc9c;
}

.index-nav a:nth-child(2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

.article-wrapper .title {
  font-size: 0.32rem;
  line-height: 0.75rem;
  color: #0e67b0;
  border-bottom: 0.03rem solid #0e67b0;
}

.article-wrapper .title a {
  color: #666;
  font-size: 0.28rem;
  float: right;
}

.article-wrapper .article-list p a {
  display: block;
  color: #333333;
  line-height: 0.9rem;
  height: 0.9rem;
  font-size: 0.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #ddd;
}

.article-wrapper .article-list p a::before {
  content: '';
  display: inline-block;
  top: -3px;
  width: 3px;
  height: 3px;
  position: relative;
  background: #333;
  margin-right: 0.15rem;
}

.article-detail .title {
  font-size: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.2rem 0px;
  line-height: 0.6rem;
  padding-top: 0.4rem;
}

.article-detail .title .date {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  padding: 0px 0.4rem;
}

.article-detail .content {
  padding-top: 0.55rem;
}

.article-detail .content p {
  font-size: 0.32rem;
  line-height: 0.6rem;
  text-indent: 0.6rem;
}

/* 人大概况 - 常委会组成人员*/
.talentMember-content {
  margin-top: 0.5rem;
}

.talentMember-content .content .talent-row .title {
  line-height: 0.9rem;
  height: 0.9rem;
  background: #f5f5f5;
  color: #333;
  border: none;
  padding: 0px 0.3rem;
  font-size: 0.3rem;
}

.talentMember-content .content {
  padding-top: 0.8rem;
}

.talentMember-content .content .talent-row {
  font-size: 0.32rem;
}

.talentMember-content .content .talent-row .list {
  line-height: 0.45rem;
  padding: 0.3rem;
}

.talentMember-content .content .talent-row a {
  font-size: 0.32rem;
  line-height: 0.45rem;
  display: inline-block;
  width: 1.3rem;
  margin-right: 0.02rem;
  padding-left: 0.1rem;
  margin-bottom: 0.2rem;
}

.talentMember-content .content .talent-row a:nth-child(5n) {
  margin-right: 0px;
}

/* 代表群众交流 */
.crowd-content div {
  font-size: 0px;
  margin-top: 0.8rem;
}

.crowd-content div a:nth-child(odd) {
  margin-right: 0.75%;
}

.crowd-content div a:nth-child(even) {
  margin-left: 0.75%;
}

.crowd-content div a {
  height: 1rem;
  display: inline-block;
  line-height: 1rem;
  padding-left: 0.6rem;
  font-size: 0.32rem;
  background: #f5f5f5;
  margin-bottom: 0.1rem;
  width: 49.25%;
}

/* 查询回复 */
.search-submit-content {
  padding-top: 0.75rem;
}

.search-submit-content .input-row {
  margin-bottom: 0.3rem;
  line-height: 0.6rem;
}

.search-submit-content .input-row input[type="text"] {
  border: 1px solid #ccc;
  height: 0.6rem;
  padding-left: 0.15rem;
  border-radius: 3px;
  font-size: 0.28rem;
  width: 100%;
}

.search-submit-content .input-row.radio .radio label {
  position: relative;
  margin-right: 0.55rem
}

.search-submit-content .input-row.radio .radio label::before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 0.05rem;
}

.search-submit-content .input-row.radio .radio input[type="radio"]:checked+label::after {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background: #ccc;
  position: absolute;
  left: 0.075rem;
  top: 0.175rem;
  border-radius: 50%;
}

.search-submit-content .input-row .label {
  display: inline-block;
  width: 1.9rem;
  line-height: 0.6rem;
  text-align: right;
  font-size: 0.28rem;
}

.search-submit-content .input-row .btn {
  margin-top: 0.6rem;
}

.search-submit-content .input-row.btn button {
  background: #0e67b0;
  height: 0.6rem;
  color: #fff;
  border: none;
  width: 1.8rem;
}

.search-submit-content.info .input-row {
  margin-bottom: 0.05rem;
}

.search-form-content .input-row .label {
  width: 1.8rem;
}

.search-form-content .input-row .info {
  line-height: 0.4rem;
}

.search-form-content .input-row .label span {
  color: #da3734;
}

.search-submit-content .other-row {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.4rem;
  margin-top: 0.7rem;
}

.search-list-content {
  margin-top: 0.8rem;
}

.search-list-content table {
  width: 100%;
  table-layout: fixed;
}

.search-list-content table th {
  background: #0e67b0;
  color: #fff;
}

.search-list-content table td,
.search-list-content table th {
  height: 0.88rem;
  border: none;
  text-align: center;
}

.search-list-content table td {
  border-bottom: 1px dashed #ddd;
}

.search-list-content table tr td:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-form-content .input-row {
  margin-bottom: 0.25rem;
}

.search-form-content.info .input-row .label,
.search-form-content.info .input-row {
  line-height: 0.5rem;
}

.search-form-content .input-row.textarea textarea {
  width: 100%;
  height: 2.35rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.15rem;
  resize: none;
}

.search-form-content .input-row.select .select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0px 0.15rem;
  background: url('../images/bottom.png') no-repeat;
  background-position: 95% center;
  background-size: 0.2rem 0.12rem;
  height: 0.6rem;
  overflow: hidden;
  padding-right: 0.6rem;
}