/* 通用 */
body {
  font-family: 'PingFang SC', Microsoft Yahei, Arial;
  background: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
p {
  text-align: justify;
}
.vam {
  vertical-align: middle;
  margin-top: -3px;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-md-l {
    width: 100% !important;
  }
  .col-md-m {
    width: 100% !important;
    margin-top: 0.3rem;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  height: 6.64rem;
  position: relative;
  background: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/banner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.zt_header .zt_logo {
  padding-top: 0.25rem;
  text-align: left;
}
.zt_header .zt_logo img {
  width: 2.28rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 4.2rem;
  }
}
@media (max-width: 600px) {
  .zt_header .zt_logo img {
    width: 1.7rem;
  }
}
/* 头部header 结束 */
.wrap {
  padding-bottom: 0.5rem;
  background-color: #79c05a;
}
.bot_bg1 {
  margin-top: 0;
}
.paper {
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  width: 1342px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 0.4rem 0;
}
@media (max-width: 1342px) {
  .paper {
    width: 100%;
    padding: 0.4rem 0.1rem;
  }
}
.sqxz {
  overflow: hidden;
  background: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/sqxz_bg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  padding: 33px 70px 33px 230px;
}
.sqxz img {
  position: absolute;
  bottom: -157px;
  left: 39px;
}
.sqxz h4 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.sqxz div {
  display: flex;
}
.sqxz div + div {
  margin-top: 15px;
}
.sqxz div span {
  display: inline-block;
  width: 127px;
  height: 30px;
  background-color: #ffd545;
  font-size: 18px;
  font-weight: bold;
  color: #006e35;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  margin-right: 15px;
}
.sqxz div p {
  flex: 1;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: justify;
}
h2.title {
  font-size: 22px;
  font-weight: bold;
  color: #363d40;
  margin-bottom: 15px;
}
h2.title img {
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 8px;
}
.item_box_title {
  margin-left: -10px;
  margin-right: -10px;
}
.item_box_title::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_title > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.item_box_title > li:nth-child(n) {
  margin-top: 0;
}
.item_box_title > li:nth-child(n + 4) {
  margin-top: 15px;
}
.item_box_title > li:nth-child(4) {
  margin-top: 0;
}
.item_box_title a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_title {
    margin-left: -10px;
    margin-right: -10px;
  }
  .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .item_box_title > li:nth-child(3) {
    margin-top: 0;
  }
  .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_title {
    margin-left: -5px;
    margin-right: -5px;
  }
  .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .item_box_title > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item_box_title a {
    font-size: 14px !important;
  }
}
.item_box_title li a {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: solid 1px transparent;
}
.item_box_title li.cur a,
.item_box_title li:hover a {
  background: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/icon_check_half.png) no-repeat 100% 102%;
  background-color: #ffffff;
  border: solid 1px #007238;
  font-weight: bold;
  color: #007238;
}
.tips {
  background-color: #f5f6f7;
  border-radius: 5px;
  padding: 30px 0.3rem;
}
.tips ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tips ul li {
  float: left;
  display: flex;
}
.tips ul li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 2;
  padding-left: 20px;
}
.tips ul li span::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 7px;
  height: 7px;
  border: solid 3px #39866e;
  border-radius: 50%;
}
.tips ul li p {
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 2;
}
.tips ul li + li {
  margin-top: 5px;
}
.tips ul li:nth-child(2) {
  margin-left: 130px;
}
.tips ul li:nth-child(3) {
  width: 100%;
}
.tips .radios_box label {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  float: left;
  word-break: keep-all;
  line-height: 2;
}
.tips .radios_box label + label {
  margin-left: 25px;
}
.tips .radios_box input[type='radio'] {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 11px;
  appearance: none;
}
.tips .radios_box input[type='radio']:focus {
  border: none;
  outline: none;
}
.tips .radios_box input[type='radio']::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.tips .radios_box input[type='radio']::before {
  background-image: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/icon_nocheck.png);
}
.tips .radios_box input[type='radio']:checked:before {
  width: 25px;
  height: 18px;
  background-image: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/icon_checked.png);
}
.blqd_p > p {
  line-height: 30px;
}
.blqd_p > p a {
  display: inline-block;
  padding: 0 17px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #ffd545;
  font-size: 18px;
  font-weight: bold;
  color: #8b391c;
  margin: 0 5px;
}
.blqd_p > p span {
  font-size: 18px;
  font-weight: bold;
  color: #007238;
}
.blqd_p > p span b {
  font-size: 38px;
  margin-right: 10px;
}
.lct_box {
  margin-top: 15px;
  padding: 30px 60px 30px 100px;
  border-radius: 5px;
  background: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/lct_title.png) no-repeat center left;
  background-color: #f5f6f7;
}
.item_box_ver {
  display: flex;
}
@media (max-width: 1200px) {
  .item_box_ver {
    flex-wrap: wrap;
  }
}
.item_box_ver li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item_box_ver li:not(.arr) {
  transition: all 0.3s;
  min-width: 140px;
}
@media (max-width: 600px) {
  .item_box_ver li:not(.arr) {
    min-width: 13%;
    margin-bottom: 10px;
  }
}
.item_box_ver li:not(.arr):hover {
  transform: translateY(-5px);
}
.item_box_ver li i {
  display: inline-block;
  width: 63px;
  height: 71px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .item_box_ver li i {
    width: 30px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.item_box_ver li i.s1 {
  background-image: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/step1.png);
}
.item_box_ver li i.s2 {
  background-image: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/step2.png);
}
.item_box_ver li i.s3 {
  background-image: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/step3.png);
}
.item_box_ver li i.s4 {
  background-image: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/step4.png);
}
.item_box_ver li i.s5 {
  background-image: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/step5.png);
}
.item_box_ver li i.s6 {
  background-image: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/step6.png);
}
.item_box_ver li h6 {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  text-align: center;
}
.item_box_ver .arr {
  width: 43px;
  background: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/step.png) no-repeat;
  background-position: 0 28px;
  background-size: 100% auto;
}
@media (max-width: 600px) {
  .item_box_ver .arr {
    width: 23px;
    background-position: 0 14px;
  }
}
.cjwt_ul {
  margin-left: -20px;
  margin-right: -20px;
}
.cjwt_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cjwt_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.cjwt_ul > li:nth-child(n) {
  margin-top: 0;
}
.cjwt_ul > li:nth-child(n + 2) {
  margin-top: 30px;
}
.cjwt_ul > li:nth-child(2) {
  margin-top: 0;
}
.cjwt_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .cjwt_ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cjwt_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cjwt_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .cjwt_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .cjwt_ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .cjwt_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .cjwt_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .cjwt_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .cjwt_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cjwt_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .cjwt_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .cjwt_ul > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .cjwt_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .cjwt_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cjwt_ul .qa_q,
  .cjwt_ul .qa_a {
    font-size: 14px !important;
  }
}
.cjwt_ul li + li {
  margin-top: 10px;
}
.cjwt_ul li .qa_q {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  background: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/icon_q.png) no-repeat left center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cjwt_ul li .qa_q:hover {
  color: #79c05a;
}
.cjwt_ul li .qa_a {
  box-sizing: border-box;
  background-color: #f5f6f7;
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #555555;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 600px) {
  .cjwt_ul li .qa_a {
    white-space: normal;
    overflow: visible;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
  }
}
.paper1 {
  margin-top: -1.3rem;
  padding-bottom: 40px !important;
}
.paper2 {
  margin-top: 23px;
  position: relative;
  padding-top: 40px !important;
}
.paper2::before,
.paper2::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 63px;
  background: url(http://www.tianmen.gov.cn/material/zydt/ruyuan_images/icon_gray.png) no-repeat center;
  top: -43px;
}
.paper2::before {
  left: 0.3rem;
}
.paper2::after {
  right: 0.3rem;
}
@media (max-width: 992px) {
  .paper {
    border-radius: 0;
  }
  .paper1 {
    margin-top: -0.8rem;
  }
  .sqxz {
    padding: 30px 20px;
  }
  .sqxz div {
    flex-wrap: wrap;
  }
  .sqxz div span,
  .sqxz div p {
    flex: auto;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .sqxz img {
    display: none;
  }
  .tips ul li:nth-child(2) {
    margin-left: 0;
    width: 100%;
  }
  .tips ul li:nth-child(4) {
    flex-wrap: wrap;
  }
  .tips ul li:nth-child(4) span,
  .tips ul li:nth-child(4) p {
    flex: auto;
    width: 100%;
    margin-left: 0;
  }
  .lct_box {
    padding: 30px 20px 30px 50px;
  }
}
