.container {
  width: 1300px;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex > * {
  display: inline-block;
  float: left;
}
.header .top {
  line-height: 40px;
  font-size: 12px;
}
.header .top > div {
  justify-content: space-between;
}
.header .top .topl {
  color: #525252;
}
.header .top .topl .date {
  display: inline-block;
  margin-left: 40px;
}
.header .top .topr form {
  background-color: #eee;
}
.header .top .topr input,
.header .top .topr button {
  border: 0;
  background-color: transparent;
  height: 40px;
}
.header .top .topr input {
  width: 166px;
  text-indent: 20px;
}
.header .top .topr input::-webkit-input-placeholder {
  color: #888;
}
.header .top .topr input:-moz-placeholder {
  color: #888;
}
.header .top .topr input::-moz-placeholder {
  color: #888;
}
.header .top .topr input:-ms-input-placeholder {
  color: #888;
}
.header .top .topr button {
  width: 54px;
  cursor: pointer;
  color: #e70e1d;
}
.header .banner_box {
  background: url(../img/headerbg.jpg) no-repeat center top;
}
.header .banner_box > div {
  justify-content: space-between;
}
.header .banner_box .logo_box {
  padding-top: 48px;
  width: 46%;
  max-width: 566px;
}
.header .banner_box .logo_box img {
  display: block;
  width: 100%;
}
.header .banner_box .logo_box .slogan {
  padding: 25px;
  padding-right: 1%;
  justify-content: flex-end;
}
.header .banner_box .banner {
  position: relative;
  width: 46%;
  max-width: 517px;
}
.header .banner_box .banner .swiper img {
  display: block;
  width: 100%;
}
.header .banner_box .banner .code {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 99;
}
.header .banner_box .banner .code dt,
.header .banner_box .banner .code dd {
  height: 34px;
  line-height: 34px;
  background-color: #fafafa;
  border-radius: 4px;
}
.header .banner_box .banner .code dt {
  color: #666;
  font-weight: bold;
  padding: 0px 10px;
  margin-right: 18px;
}
.header .banner_box .banner .code dd {
  position: relative;
  width: 34px;
  text-align: center;
  color: #aaa;
  margin-left: 8px;
}
.header .banner_box .banner .code dd i {
  font-size: 20px;
}
.header .banner_box .banner .code dd img {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  box-shadow: 0 0 10px rgba(96, 96, 96, 0.3);
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .banner_box .banner .code dd:hover.weixin {
  color: #14dd6e;
}
.header .banner_box .banner .code dd:hover.shouji {
  color: #d83131;
}
.header .banner_box .banner .code dd:hover img {
  top: -99px;
  opacity: 1;
}
.header .banner_box .menu {
  display: none;
}
.nav {
  margin-bottom: 30px;
  background: #d83131;
  background: -webkit-linear-gradient(90deg, #d83131, #f15757);
  background: -moz-linear-gradient(90deg, #d83131, #f15757);
  background: -ms-linear-gradient(90deg, #d83131, #f15757);
  background: linear-gradient(0deg, #d83131, #f15757);
}
.nav ul {
  justify-content: space-between;
}
.nav ul li > a {
  position: relative;
  display: block;
  line-height: 70px;
  font-size: 16px;
  color: #fff;
}
.nav ul li > a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 8px;
  opacity: 0;
  background: url(../img/index.png) no-repeat center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav ul li.active a::after,
.nav ul li:hover a::after {
  width: 64px;
  opacity: 1;
}
.footer {
  padding-top: 20px;
  text-align: center;
  border-top: 2px solid #d83131;
  background-color: #f6f6f6;
}
.footer p {
  line-height: 24px;
  padding: 5px 0;
}
.footer p,
.footer p a {
  color: #666;
}
.footer p span {
  display: inline-block;
  margin: 0 15px;
}
.footer .foot_code {
  display: none;
}
body.ny {
  background-color: #f6f6f6;
}
body.ny .header .top {
  background-color: #fff;
}
body.ny .nav {
  margin-bottom: 20px;
}
.postion {
  line-height: 44px;
  color: #888;
  margin-bottom: 20px;
  font-family: "宋体";
}
.postion > div {
  background-color: #fff;
  padding: 0 20px;
}
.postion i {
  color: #d83131;
  margin-right: 20px;
}
.postion a {
  color: #888;
}
.main {
  margin-bottom: 30px;
}
.main > div {
  justify-content: space-between;
  background-color: #fff;
  padding: 0 20px;
}
.main .mainl {
  width: 23.07%;
  padding: 20px 0;
}
.main .mainr {
  width: 75%;
  padding: 20px 0;
}
.main .child_nav {
  margin-bottom: 40px;
}
.main .child_nav h2 {
  padding-left: 10%;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  background-color: #d83131;
  border-left: 5px solid #ffce59;
  margin-bottom: 20px;
}
.main .child_nav ul {
  background-color: #f6f6f6;
}
.main .child_nav ul li a {
  display: block;
  padding-left: 10%;
  line-height: 50px;
  border-left: 5px solid #f6f6f6;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main .child_nav ul li a i {
  float: right;
  margin-right: 20%;
  font-size: 22px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main .child_nav ul li a:hover,
.main .child_nav ul li a.curr {
  border-left-color: #ffce59;
  background: #ffffff;
  background: -webkit-linear-gradient(0deg, #ffffff, #ffd7d7);
  background: -moz-linear-gradient(0deg, #ffffff, #ffd7d7);
  background: -ms-linear-gradient(0deg, #ffffff, #ffd7d7);
  background: linear-gradient(-90deg, #ffffff, #ffd7d7);
}
.main .child_nav ul li a:hover i,
.main .child_nav ul li a.curr i {
  margin-right: 10%;
  opacity: 1;
}
.main .litter-btns a {
  display: block;
  margin-bottom: 10px;
}
.main .litter-btns img {
  display: block;
  width: 100%;
}
ul.lists {
  padding: 20px 0;
}
ul.lists li {
  position: relative;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.lists li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 3px;
  width: 3px;
  background-color: #363636;
}
ul.lists li .date {
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 12px;
  color: #8f8f8f;
}
.column-list {
  padding-right: 5px;
}
.column-list .title {
  background: transparent url(../img/bg-cut.gif) repeat-x scroll left bottom;
  height: 50px;
  line-height: 40px;
}
.column-list .title h3 {
  display: inline-block;
  font-size: 18px;
  color: #d83131;
}
.column-list .title h3::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 16px;
  background-color: #d83131;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.column-list .title a {
  float: right;
  color: #aaa;
}
.column-list .title a i {
  color: #666;
  margin-left: 8px;
  font-size: inherit;
}
.column {
  padding: 20px 12px;
}
.column .title {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #d83131;
  color: #d83131;
  overflow: hidden;
  margin-bottom: 10px;
}
.column .title h3 {
  font-size: 24px;
}
.mess {
  padding: 30px;
}
.mess .box {
  padding-top: 30px;
  font-size: 16px;
}
.mess .box .li1 {
  margin-bottom: 20px;
}
.mess .box .li1 input {
  width: 100%;
  height: 50px;
  border: 1px solid #eaeaea;
  text-indent: 30px;
}
.mess .box .li1 input::-webkit-input-placeholder {
  color: #aaa;
}
.mess .box .li1 input:-moz-placeholder {
  color: #aaa;
}
.mess .box .li1 input::-moz-placeholder {
  color: #aaa;
}
.mess .box .li1 input:-ms-input-placeholder {
  color: #aaa;
}
.mess .box .li1 .li {
  float: left;
  position: relative;
  padding-right: 10px;
}
.mess .box .li1 .li:nth-child(1)::after,
.mess .box .li1 .li:nth-child(3)::after {
  content: "*";
  position: absolute;
  right: 0;
  color: red;
  line-height: 50px;
}
.mess .box .li1 .li:nth-child(1) {
  width: 25%;
}
.mess .box .li1 .li:nth-child(2) {
  width: 29%;
  margin-left: 4%;
}
.mess .box .li1 .li:nth-child(3) {
  width: 38%;
  margin-left: 4%;
}
.mess .box .li1s {
  margin-bottom: 20px;
  padding-right: 10px;
  position: relative;
}
.mess .box .li1s::after {
  content: "*";
  position: absolute;
  right: 0;
  color: red;
  line-height: 50px;
}
.mess .box .li1s input {
  width: 100%;
  height: 50px;
  border: 1px solid #eaeaea;
  text-indent: 30px;
}
.mess .box .li1s input::-webkit-input-placeholder {
  color: #aaa;
}
.mess .box .li1s input:-moz-placeholder {
  color: #aaa;
}
.mess .box .li1s input::-moz-placeholder {
  color: #aaa;
}
.mess .box .li1s input:-ms-input-placeholder {
  color: #aaa;
}
.mess .box .li2 {
  margin-bottom: 20px;
  padding-right: 10px;
  position: relative;
}
.mess .box .li2::after {
  content: "*";
  position: absolute;
  right: 0;
  bottom: 0;
  color: red;
}
.mess .box .li2 textarea {
  display: block;
  width: 100%;
  height: 120px;
  resize: none;
  border: 1px solid #eaeaea;
  line-height: 1.6;
  padding: 15px 30px;
}
.mess .box .li2 textarea::-webkit-input-placeholder {
  color: #aaa;
}
.mess .box .li2 textarea:-moz-placeholder {
  color: #aaa;
}
.mess .box .li2 textarea::-moz-placeholder {
  color: #aaa;
}
.mess .box .li2 textarea:-ms-input-placeholder {
  color: #aaa;
}
.mess .box .li3 {
  padding-right: 10px;
}
.mess .box .li3 .fl input {
  float: left;
  width: 140px;
  height: 50px;
  border: 1px solid #eaeaea;
  text-indent: 15px;
}
.mess .box .li3 .fl img {
  float: left;
  width: 140px;
  height: 50px;
  border: 1px solid #eaeaea;
  margin-left: 20px;
}
.mess .box .li3 .fr input {
  width: 140px;
  height: 50px;
  border: none;
  color: #fff;
}
.mess .box .li3 .fr input[type="submit"] {
  background-color: #e52d2d;
}
.mess .box .li3 .fr input[type="reset"] {
  background-color: #aaa;
}
.current-menu {
  margin-bottom: 30px;
}
.current-menu h2 {
  padding-left: 10%;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  background-color: #d83131;
  border-left: 5px solid #ffce59;
  margin-bottom: 20px;
}
.current-menu .petition-search {
  padding: 0 18px;
}
.current-menu .petition-search .search-item {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 35px;
  border-bottom: 1px solid #f5dcdc;
}
.current-menu .petition-search .search-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/user.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.current-menu .petition-search .search-item.password::before {
  background-image: url("../img/password.png");
}
.current-menu .petition-search .search-item .input-box {
  padding: 5px 0;
}
.current-menu .petition-search .search-item .input-box input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #8e8e8e;
  letter-spacing: 1px;
  border: none;
}
.current-menu .petition-search .btn-box {
  text-align: center;
  overflow: hidden;
}
.current-menu .petition-search .btn-box .btn {
  display: inline-block;
  width: 39%;
  height: 35px;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #d83131;
}
.current-menu .petition-search .btn-box .btn input {
  padding: 0;
  margin: 0;
  outline: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border: none;
}
.current-menu .petition-search .btn-box .search-btn input {
  text-align: center;
  color: #fff;
  background-color: #d83131;
}
.current-menu .petition-search .btn-box .reset-btn input {
  color: #bd1313;
  background-color: #fff;
}
.petition-con {
  padding-top: 25px;
  padding-bottom: 30px;
}
.petition-con .reqd,
.petition-con .reqd-con {
  position: relative;
}
.petition-con .reqd::after {
  content: "*";
  position: absolute;
  right: 0;
  color: red;
}
.petition-con .reqd-con::after {
  content: "*";
  position: absolute;
  right: 5px;
  bottom: 0px;
  color: red;
}
.petition-con .petition-item {
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  color: #474747;
  margin-bottom: 15px;
}
.petition-con .petition-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background-color: #d83131;
}
.petition-con .con {
  margin-bottom: 25px;
  overflow: hidden;
}
.petition-con .con textarea {
  display: block;
  padding: 15px;
  width: 100%;
  height: 360px;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  color: #808080;
  resize: none;
}
.petition-con .person-info {
  overflow: hidden;
}
.petition-con .person-info .info-item {
  float: left;
  width: 300px;
  height: 50px;
  padding: 12px 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
}
.petition-con .person-info .info-item:nth-child(odd) {
  margin-right: 55px;
}
.petition-con .person-info .info-item input {
  outline: none;
  height: 100%;
  width: 100%;
  font-size: 18px;
  color: #808080;
  border: none;
}
.petition-con .person-info .yzm-box {
  padding: 0;
  border-bottom: none;
}
.petition-con .person-info .info-item .yzm {
  display: inline-block;
  width: 130px;
  height: 100%;
  background-color: #d2d2d2;
}
.petition-con .person-info .info-item .yzm img {
  width: 100%;
  height: 100%;
}
.petition-con .person-info .tips {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #808080;
  margin-bottom: 25px;
}
.petition-con .person-info .submit-box {
  float: left;
  width: 100%;
  text-align: center;
}
.petition-con .person-info .submit-box .submit-btn {
  display: inline-block;
  width: 110px;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
}
.petition-con .person-info .submit-box .submit-btn input {
  padding: 0;
  margin: 0;
  outline: none;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: #d83131;
  font-size: 22px;
  cursor: pointer;
  border: none;
}
/* 分页样式 */
#page {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
  overflow: hidden;
}
#page .pageinfo {
  float: left;
  color: #474747;
}
#page a {
  display: inline-block;
  color: #666;
  margin-left: 0.2rem;
  width: 35px;
  text-align: center;
  border-radius: 3px;
}
#page a.curpage {
  background-color: #d83131;
  color: #fff;
}
#page a.listpage:hover {
  background-color: #d83131;
  color: #fff;
}
.pgejump {
  display: none;
}
/*详情页*/
.detail {
  background: #fff;
  padding: 50px;
  margin: 0 0 30px 0;
}
.detail .title {
  line-height: 1.6;
  font-size: 28px;
  text-align: center;
  overflow: hidden;
}
.detail_mes {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
  margin: 20px 0 30px 0;
}
.message {
  font-size: 16px;
}
.message li {
  padding: 0 30px 0 0;
}
.detail .txt.big {
  font-size: 18px;
  border-bottom: 1px solid #d7d7d7;
}
.detail .txt .txt_tit {
  width: 600px;
  line-height: 34px;
  padding: 45px 0;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.detail .txt .txt_img {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.detail .txt .txt_img img {
  display: block;
  width: 600px;
  height: 337px;
  overflow: hidden;
}
.detail .txt .txt_img .img_txt {
  display: block;
  width: 600px;
  height: 65px;
  line-height: 65px;
  color: #898989;
  text-align: center;
  overflow: hidden;
}
.detail .txt .txt_txt {
  line-height: 2;
  /*text-indent:2em;*/
  text-align: justify;
}
.detail .txt .txt_txt p {
  margin-bottom: 10px;
}
.detail .txt .txt_txt img {
  max-width: 100%;
}
.detail .txt .txt_txt .image_text {
  font-size: 14px;
  font-family: 楷体_gb2312,楷体;
  line-height: 1.6;
  margin-top: 10px;
}
.detail .txt .txt_txt.regular {
  font-size: 14px;
}
.detail .txt .txt_txt.small {
  font-size: 12px;
}
.detail .txt .txt_etr {
  height: 80px;
  line-height: 120px;
  font-size: 14px;
  color: #7a7a7a;
  overflow: hidden;
}
/*详情页-相关报道*/
.report {
  width: 420px;
  overflow: hidden;
}
.report .title {
  background: url(../img/report_tit_bg.png) no-repeat left center;
  height: 50px;
  line-height: 50px;
  text-align: left;
  text-indent: 30px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
.report .lists {
  padding: 10px 8px;
}
.report .lists li {
  padding-right: 0;
  border-bottom: none;
  height: 32px;
  line-height: 32px;
}
.interfix .img_txt {
  padding: 75px 0 0 40px;
}
.interfix .img_txt .img {
  width: 200px;
  height: 112px;
  overflow: hidden;
}
.interfix .img_txt .img img {
  width: 200px;
  height: 112px;
}
.interfix .img_txt .txt {
  width: 200px;
  line-height: 24px;
  border: none;
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
}
.interfix .img_txt .txt a {
  font-size: 16px;
}
.pageation {
  margin-bottom: 10px;
  font-size: 16px;
}
.pageation a {
  color: #666;
}
.child_page .tit,
.child_pages .tit {
  font-size: 24px;
  text-align: center;
  line-height: 3;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
}
.child_page .cot,
.child_pages .cot {
  line-height: 2;
  font-size: 18px;
  text-align: justify;
}
.child_page .cot img,
.child_pages .cot img {
  max-width: 100%;
}
.child_pages {
  padding: 50px;
}
.child_page {
  border: 1px solid #e5e5e5;
  padding: 30px;
}
@media screen and (max-width: 1480px) {
  .container {
    width: 1024px;
  }
  .interfix .img_txt {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    background-color: #f6f6f6;
  }
  .container {
    width: 768px;
  }
  .header .top {
    display: none;
  }
  .header .banner_box {
    height: auto;
  }
  .header .banner_box > div {
    align-items: center;
  }
  .header .banner_box .logo_box {
    width: auto;
    padding: 0.12rem 0;
  }
  .header .banner_box .logo_box .logo img {
    height: 0.44rem;
    width: auto;
  }
  .header .banner_box .logo_box .slogan {
    display: none;
  }
  .header .banner_box .banner {
    display: none;
  }
  .header .banner_box .menu {
    display: block;
  }
  .header .banner_box .menu i {
    font-size: 0.24rem;
  }
  .nav {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 250px;
    right: -250px;
    margin-bottom: 0 !important;
    z-index: 3000;
  }
  .nav > div {
    height: 100%;
    overflow-y: auto;
  }
  .nav ul {
    flex-direction: column;
    padding: 0.6rem 0.16rem;
  }
  .nav ul li > a {
    line-height: 0.39rem;
    font-size: 0.16rem;
    border-bottom: 1px solid #e59191;
  }
  .nav ul li > a::after {
    display: none;
  }
  .footer {
    padding-top: 0.1rem;
    background-color: #eee;
  }
  .footer .code {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .code > * {
    display: inline-block;
    float: left;
  }
  .footer .code > * {
    display: inline-block;
    float: left;
  }
  .footer .foot_code {
    display: block;
    font-size: 0.14rem;
    margin-left: 0.1rem;
  }
  .footer .foot_code img {
    display: block;
    width: 0.8rem;
    margin: 0 auto 0.05rem;
  }
  .ny .header,
  .ny .postion {
    margin-bottom: 0.1rem;
  }
  .postion {
    line-height: 0.44rem;
  }
  .postion > div {
    padding: 0 0.15rem;
  }
  .postion i {
    margin-right: 0.1rem;
  }
  .main {
    margin-bottom: 0.3rem;
  }
  .main > div {
    flex-direction: column;
    padding: 0 0.15rem;
  }
  .main .mainl,
  .main .mainr {
    width: auto;
    padding: 0.15rem 0;
  }
  .main .mainl {
    padding-bottom: 0;
  }
  .main .child_nav {
    margin-bottom: 0;
    overflow-x: auto;
  }
  .main .child_nav h2 {
    display: none;
  }
  .main .child_nav ul {
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: -webkit-max-content;
    width: max-content;
  }
  .main .child_nav ul li {
    background-color: #f6f6f6;
  }
  .main .child_nav ul li + li {
    margin-left: 0.1rem;
  }
  .main .child_nav ul li a {
    padding: 0 0.1rem;
    line-height: 0.38rem;
    border-left: none;
    font-size: 0.16rem;
  }
  .main .child_nav ul li a i {
    display: none;
  }
  .main .child_nav ul li a:hover,
  .main .child_nav ul li a.curr {
    background: #d83131;
    color: #fff;
  }
  .main .litter-btns,
  .main .m_no {
    display: none;
  }
  ul.lists {
    padding: 0.15rem 0;
  }
  ul.lists li {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.15rem;
    padding-left: 0.15rem;
    padding-right: 0.8rem;
  }
  ul.lists li .date {
    font-size: 0.12rem;
  }
  .column-list {
    padding-right: 0;
  }
  .column-list .title {
    height: 0.5rem;
    line-height: 0.4rem;
  }
  .column-list .title h3 {
    font-size: 0.18rem;
  }
  .column-list .title h3::before {
    width: 0.08rem;
    height: 0.16rem;
    margin-right: 0.12rem;
    top: 0.02rem;
  }
  .column-list .title a {
    font-size: 0.16rem;
  }
  .column {
    padding: 0.15rem 0;
  }
  .column .title {
    height: 0.39rem;
    line-height: 0.39rem;
    border-bottom: 0.02rem solid #d83131;
    margin-bottom: 0;
  }
  .column .title h3 {
    font-size: 0.18rem;
  }
  .detail {
    padding: 0.15rem 0;
    margin: 0 0 0.1rem;
  }
  .detail .title {
    font-size: 0.22rem;
  }
  .detail .detail_mes {
    height: 0.35rem;
    line-height: 0.35rem;
    margin: 0.1rem 0 0.15rem 0;
  }
  .detail .message {
    font-size: 0.14rem;
  }
  .detail .message li:first-child {
    display: none;
  }
  .detail .txt.big {
    font-size: 0.2rem;
  }
  .detail .interfix .img_txt {
    display: none;
  }
  .detail .interfix .report {
    width: 100%;
  }
  .detail .interfix .report .title {
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: left;
    text-indent: 0.3rem;
    font-size: 0.16rem;
  }
  .detail .interfix .report .lists {
    padding: 0;
  }
  .detail .interfix .report .lists li {
    height: 0.32rem;
    line-height: 0.32rem;
  }
  .pageation {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.14rem;
  }
  .footer p span {
    margin: 0 0.15rem;
  }
  .container {
    width: 100%;
    padding: 0 0.15rem;
  }
  .child_page {
    padding: 0.15rem;
  }
  .child_pages {
    padding: 15px 0;
  }
  .child_page .tit,
  .child_pages .tit {
    font-size: 0.2rem;
    line-height: 3;
    margin-bottom: 0.3rem;
  }
  .child_page .cot,
  .child_pages .cot {
    font-size: 0.16rem;
  }
  .mess {
    padding: 0.3rem;
  }
  .mess .box {
    padding-top: 0;
    font-size: 0.14rem;
  }
  .mess .box .li1 {
    margin-bottom: 0.2rem;
  }
  .mess .box .li1 input {
    height: 0.36rem;
    text-indent: 0.1rem;
  }
  .mess .box .li1 .li:nth-child(1)::after,
  .mess .box .li1 .li:nth-child(3)::after {
    line-height: 0.36rem;
  }
  .mess .box .li1 .li:nth-child(1) {
    width: 25%;
  }
  .mess .box .li1 .li:nth-child(2) {
    width: 31%;
    margin-left: 2%;
  }
  .mess .box .li1 .li:nth-child(3) {
    width: 40%;
    margin-left: 2%;
  }
  .mess .box .li1s {
    margin-bottom: 0.2rem;
  }
  .mess .box .li1s::after {
    line-height: 0.36rem;
  }
  .mess .box .li1s input {
    height: 0.36rem;
    text-indent: 0.1rem;
  }
  .mess .box .li2 textarea {
    padding: 0.1rem 0.1rem;
  }
  .mess .box .li3 .fl input,
  .mess .box .li3 .fl img,
  .mess .box .li3 .fr input {
    width: 0.8rem;
    height: 0.36rem;
  }
  .mess .box .li3 .fl input {
    text-indent: 0.1rem;
  }
  .mess .box .li3 .fr input {
    font-size: 0.14rem;
  }
  .mess .box .li3 .fl img {
    margin-left: 0.2rem;
  }
  .current-menu {
    margin-bottom: 0.3rem;
  }
  .current-menu h2 {
    font-size: 0.18rem;
    line-height: 0.5rem;
    border-left: 0.05rem solid #ffce59;
    margin-bottom: 0.2rem;
  }
  .current-menu .petition-search {
    padding: 0 0.18rem;
  }
  .current-menu .petition-search .search-item {
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
    padding-left: 0.35rem;
  }
  .current-menu .petition-search .search-item .input-box {
    padding: 0.05rem 0;
  }
  .current-menu .petition-search .search-item .input-box input {
    font-size: 0.18rem;
  }
  .petition-con {
    padding-top: 0.25rem;
    padding-bottom: 0.3rem;
  }
  .petition-con .petition-item {
    padding-left: 0.15rem;
    font-size: 0.22rem;
    margin-bottom: 0.15rem;
  }
  .petition-con .petition-item::before {
    width: 0.04rem;
    height: 0.2rem;
  }
  .petition-con .con {
    margin-bottom: 0.25rem;
  }
  .petition-con .con textarea {
    padding: 0.15rem;
    height: 2.6rem;
    font-size: 0.18rem;
  }
  .petition-con .person-info .info-item {
    width: 48%;
    height: 0.5rem;
    padding: 0.12rem 0.18rem;
    margin-bottom: 0.1rem;
  }
  .petition-con .person-info .info-item:nth-child(odd) {
    margin-right: 4%;
  }
  .petition-con .person-info .info-item input {
    font-size: 0.18rem;
  }
  .petition-con .person-info .info-item .yzm {
    width: 100%;
  }
  .petition-con .person-info .yzm-box {
    padding: 0;
  }
  .petition-con .person-info .tips {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }
  .petition-con .person-info .submit-box .submit-btn {
    width: 60%;
    height: 0.5rem;
  }
  #page {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  #page .pageinfo {
    display: none;
  }
  #page a {
    margin-left: 0.1rem;
    width: 0.32rem;
    font-size: 0.14rem;
  }
  #page a:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .main {
    margin-bottom: 0;
  }
  .mess {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 380px) {
  .footer p {
    line-height: 0.24rem;
    padding: 0.05rem 0;
  }
  .footer p span {
    margin: 0 0.1rem;
  }
}
