.index_box {
  background: #ffffff;
}
/* header start */
.header {
  width: 100%;
  height: 724px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  background:
    url(../images/header_bj2.svg) no-repeat center top,
    url(../images/header_bj.svg) no-repeat center center;
}
/* 顶部 */
.header_top {
  width: 100%;
  height: 81px;
  padding-top: 16px;
  position: relative;
  border-top: 5px solid #f59531;
}

.header_top .l a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  line-height: 28px;
  background: url(../images/header_top_l_gh.svg) no-repeat left center;
  padding-left: 28px;
}
.header_top .r ul li {
  line-height: 28px;
  float: left;
  margin-right: 41px;
  position: relative;
}
.header_top .r ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: #ffffff;
  right: -21px;
  top: 50%;
  transform: translate(0, -50%);
}
.header_top .r ul li:last-child,
.header_top .r ul li.dh_GatherNav {
  margin-right: 0;
}
.header_top .r ul li:last-child::after,
.header_top .r ul li.dh_GatherNav::after {
  display: none;
}
.header_top .r ul li.wx {
  background: url(../images/header_top_r_icon1.svg) no-repeat left center;

  padding-left: 28px;
}
.header_top .r ul li.wx .wxewm {
  clear: both;
  display: none;
  padding: 7px;
  background: #fff;
  position: absolute;
  right: 50%;
  top: 35px;
  margin-right: -54px;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  z-index: 9;
}

.header_top .r ul li.wx .wxewm img {
  width: 100px;
  height: 100px;
  float: left;
}

.header_top .r ul li.wx .wxewm i {
  z-index: 8;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -3px;
  border-width: 5px;
  border-color: transparent;
  border-style: dashed;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}

.header_top .r ul li.wx:hover .wxewm {
  display: block !important;
}

.header_top .r ul li.mw {
  background: url(../images/header_top_r_icon2.svg) no-repeat right center;
  padding-right: 28px;
}
.header_top .r ul li.zbb {
  background: url(../images/header_top_r_icon3.svg) no-repeat left center;
  padding-left: 28px;
}
.header_top .r ul li.wza {
  background: url(../images/header_top_r_icon4.svg) no-repeat left center;
  padding-left: 28px;
}
.header_top .r ul li.dl {
  background: url(../images/header_top_r_icon5.svg) no-repeat left center;
  padding-left: 28px;
}

.header_top .r ul li a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  line-height: 28px;
}
.header_top .header_top_nav_btn {
  width: 101px;
  height: 76px;
  right: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
  transition: all 0.5s;
}
.header_top .header_top_nav_btn1 {
  background:
    url(../images/header_top_nav_btn.svg) no-repeat 39px 23px,
    url(../images/header_top_nav_btn_bj.png) no-repeat center;
}
.header_top .header_top_nav_btn2 {
  background:
    url(../images/header_top_nav_btn_on.png) no-repeat 39px 23px,
    url(../images/header_top_nav_btn_bj.png) no-repeat center;
}
/* 顶部隐藏式导航 */
.header_top_nav {
  border-top: 5px solid #f59531;
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(236, 157, 72, 1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.header_top_nav.on {
  opacity: 1;
  visibility: visible;
}
.header_top_nav .header_top_nav_con {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 290px;
  bottom: 0;
  overflow-y: auto;
}
.header_top_nav .header_top_nav_con ul {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}
.header_top_nav .header_top_nav_con ul li {
  width: 14.5%;
  text-align: center;
  padding-top: 45px;
}
.header_top_nav .header_top_nav_con ul li h2 {
  font-size: 24px;
}
.header_top_nav .header_top_nav_con ul li h2 a {
  font-weight: 700;
}
.header_top_nav .header_top_nav_con ul li a {
  color: #ffffff;
  display: block;
}
.header_top_nav .header_top_nav_con ul li .list {
  padding: 20px 0;
}
.header_top_nav .header_top_nav_con ul li .list h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
/* 导航 */
.header_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 5px;
}
.header_nav ul li {
  width: 106px;
  margin: 0 45px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  overflow: hidden;
  padding-bottom: 6px;
}
.header_nav ul li:first-child {
  margin-left: 0;
}
.header_nav ul li:last-child {
  margin-right: 0;
}

.header_nav ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffffff;
  height: 6px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header_nav ul li.active:before,
.header_nav ul li:hover:before {
  right: 0;
}

.header_nav ul li a {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s;
}
.header_nav ul li.active a,
.header_nav ul li:hover a {
  font-size: 26px;
}
/* logo */
.header_logo {
  display: flex;
  justify-content: center;
  padding-top: 102px;
}
.header_logo a {
  width: 709px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
}
.header_logo a .img2 {
  margin-top: -24px;
  margin-right: 5px;
}
/* 检索 */
.header_search {
  width: 669px;
  height: 64px;
  display: flex;
  background-color: #ffffff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 68px;
}
.header_search .sl {
  width: 107px;
  height: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 64px;
  padding-left: 26px;
  margin-right: 18px;
  border-right: 1px solid #a3a3a3;
  background: url(../images/header_search_xtb.svg) no-repeat right 20px center;
}
.header_search .sl > span {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header_search .sl > ul {
  width: 96px;
  display: none;
  margin-left: -16px;
  margin-top: -10px;
  background: #fff;
  box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
  border-radius: 0 0 5px 5px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.header_search .sl > ul li {
  height: 42px;
  line-height: 42px;
  padding-left: 19px;
  font-size: 16px;
  cursor: pointer;
}

.header_search .sl > ul li:hover {
  background: #f59531;
  color: #ffffff;
}

.header_search input {
  width: 412px;
  font-size: 16px;
  color: #333333;
  padding: 3px 20px 2px 0;
  line-height: 59px;
}
.header_search input::placeholder {
  color: #949494;
}
.header_search button {
  width: 132px;
  border: 0;
  height: 100%;
  font-size: 18px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #ffffff;
  text-align: left;
  line-height: 64px;
  padding-left: 63px;
  background: url(../images/header_search_xtb2.svg) no-repeat left 30px center;
  background-color: #f89a38;
}
/* header end */

/* container start */
.content {
  margin-top: -75px;
  padding-bottom: 40px;
  background: url(../images/content_bj.svg) no-repeat center top;
}
/* 头条 */
.toutiao {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  padding: 30px 0 28px;
}
.toutiao h2 a {
  width: 992px;
  font-size: 32px;
  display: block;
  font-weight: 700;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.toutiao > a {
  display: block;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  position: absolute;
  right: 29px;
  top: 39px;
}
.toutiao > a:hover {
  color: #f59531;
}
/* 今日临河 */
.jrlh_box {
  height: 362px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
/* IE兼容：水平间距30px */
.jrlh_box > div:not(:first-child) {
  margin-left: 30px;
}
.jrlh_box .lunbo_box {
  width: 640px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.jrlh_box .lunbo_box .bd ul li {
  width: 640px;
  height: 362px;
}

.jrlh_box .lunbo_box .bd ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.jrlh_box .lunbo_box .bd ul li a img {
  width: 100%;
  height: auto;
  float: left;
  transition: all 0.3s;
}

.jrlh_box .lunbo_box .bd ul li a:hover img {
  transform: scale(1.1);
}

.jrlh_box .lunbo_box .bd ul li a span {
  width: 100%;
  height: 51px;
  padding-left: 23px;
  padding-right: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 51px;
  color: #ffffff;
  text-align: left;
}

.jrlh_box .lunbo_box .prev,
.jrlh_box .lunbo_box .next {
  width: 30px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.jrlh_box .lunbo_box .prev {
  left: 0;
  background: url(../images/lunbo_le.png) center no-repeat;
}

.jrlh_box .lunbo_box .next {
  right: 0;
  background: url(../images/lunbo_rt.png) center no-repeat;
}

.jrlh_box .lunbo_box .hd {
  height: 10px;
  position: absolute;
  right: 36px;
  bottom: 19px;
}

.jrlh_box .lunbo_box .hd ul li {
  float: left;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  margin-right: 8px;
}

.jrlh_box .lunbo_box .hd ul li:last-child {
  margin-right: 0;
}

.jrlh_box .lunbo_box .hd ul li.on {
  background-color: #f79937;
  width: 25px;
}

.jrlh_box .oneTab_box {
  width: 610px;
  height: 100%;
  overflow: hidden;
}
.jrlh_box .oneTab_box .hd {
  width: 100%;
  float: left;
  height: 41px;
  border-bottom: 1px solid #cccccc;
}
.jrlh_box .oneTab_box .hd ul {
  float: left;
}
.jrlh_box .oneTab_box .hd ul li {
  float: left;
  margin-right: 48px;
  padding-bottom: 8px;
}
.jrlh_box .oneTab_box .hd ul li.on {
  border-bottom: 4px solid #f59531;
}
.jrlh_box .oneTab_box .hd ul li:last-child {
  margin-right: 0;
}

.jrlh_box .oneTab_box .hd ul li a {
  font-size: 26px;
  line-height: 30px;
  display: block;
  float: left;
  font-weight: 700;
}

.jrlh_box .oneTab_box .hd ul li.on a {
  color: #f59531;
}
.jrlh_box .oneTab_box .bd {
  width: 100%;
  float: left;
}

.jrlh_box .oneTab_box .bd ul li {
  float: left;
  width: 100%;
}

.jrlh_box .oneTab_box .bd ul li.li1 {
  height: 91px;
  border-bottom: 1px dashed #787878;
  margin-bottom: 6px;
  position: relative;
  padding-top: 9px;
}

.jrlh_box .oneTab_box .bd ul li.li1::before {
  left: 0;
  bottom: -1px;
}

.jrlh_box .oneTab_box .bd ul li.li1::before {
  box-sizing: inherit;
  position: absolute;
  content: "";
  border: 1px solid transparent;
  width: 0;
  height: 0;
  z-index: -1;
  box-sizing: border-box;
}

.jrlh_box .oneTab_box .bd ul li.li1:hover::before {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.jrlh_box .oneTab_box .bd ul li.li1:hover::before {
  border-bottom-color: #f59531;
  transition:
    width 0.3s ease-out,
    height 0.3s ease-out 0.3s;
}
.jrlh_box .oneTab_box .bd ul li.li1 a {
  font-size: 18px;
  line-height: 34px;
  display: block;
  position: relative;
  z-index: 9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.jrlh_box .oneTab_box .bd ul li.li1 a i {
  font-size: 18px;
  color: #cf1f1f;
  display: inline-block;
}
.jrlh_box .oneTab_box .bd ul li.li1 span {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  color: #b3b3b3;
  display: block;
  line-height: 28px;
}
.jrlh_box .oneTab_box .bd ul li.li1 em {
  position: absolute;
  left: 0;
  bottom: 15px;
  font-size: 16px;
  color: #b3b3b3;
  width: 81%;
  display: block;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.jrlh_box .oneTab_box .bd ul li.li2 {
  margin-top: 17px;
}
.jrlh_box .oneTab_box .bd ul li.li2 a {
  display: block;
  font-size: 18px;
  width: 80%;
  line-height: 28px;
  padding-left: 21px;
  position: relative;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.jrlh_box .oneTab_box .bd ul li.li2 a::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}

.jrlh_box .oneTab_box .bd ul li.li2 a:hover::after {
  background-color: #f59531;
}
.jrlh_box .oneTab_box .bd ul li.li2 span {
  font-size: 16px;
  color: #b3b3b3;
  display: block;
  line-height: 28px;
  float: right;
}
/* 政务公开 */
.zwgk_box {
  margin-top: 40px;
}

.zwgk_box .five_btn {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* IE兼容 25px间距 */
.zwgk_box .five_btn .item:not(:first-child) {
  margin-left: 25px;
}
.zwgk_box .five_btn .item {
  width: 236px;
  height: 118px;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.zwgk_box .five_btn .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.zwgk_box .five_btn .item:hover::after {
  animation: iconDown 1.5s ease-in-out infinite;
}
.zwgk_box .five_btn .item:nth-child(1) {
  background-color: #eff8fd;
}
.zwgk_box .five_btn .item:nth-child(1)::after {
  background-image: url(../images/five_btn_icon1.svg);
  right: 11px;
  bottom: -8px;
}

.zwgk_box .five_btn .item:nth-child(2) {
  background-color: #eff8fd;
}
.zwgk_box .five_btn .item:nth-child(2)::after {
  background-image: url(../images/five_btn_icon2.svg);
  right: 11px;
  bottom: -14px;
}

.zwgk_box .five_btn .item:nth-child(3) {
  background-color: #eff2fb;
}
.zwgk_box .five_btn .item:nth-child(3)::after {
  background-image: url(../images/five_btn_icon3.svg);
  right: 10px;
  bottom: -4px;
}

.zwgk_box .five_btn .item:nth-child(4) {
  background-color: #fbf6f0;
}
.zwgk_box .five_btn .item:nth-child(4)::after {
  background-image: url(../images/five_btn_icon4.svg);
  right: 7px;
  bottom: -7px;
}

.zwgk_box .five_btn .item:nth-child(5) {
  background-color: #fbf2f5;
}
.zwgk_box .five_btn .item:nth-child(5)::after {
  background-image: url(../images/five_btn_icon5.svg);
  right: 10px;
  bottom: -4px;
}

@keyframes iconDown {
  0%,
  100% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0);
  }
}
.zwgk_box .five_btn .item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding-left: 25px;
  padding-top: 34px;
}
.zwgk_box .five_btn .item a span {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 20px;
}
.zwgk_box .five_btn .item a:hover span {
  color: #f59531;
}
.zwgk_box .five_btn .item a em {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #b3b4b8;
  margin-top: 10px;
}

.zwgk_box .hengfu_box {
  height: 120px;
  margin-top: 35px;
  overflow: hidden;
}
.zwgk_box .hengfu_box ul li a {
  height: 100%;
  height: 120px;
  display: block;
  overflow: hidden;
}
.zwgk_box .hengfu_box ul li a img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.zwgk_box .hengfu_box ul li a:hover img {
  transform: scale(1.1);
}
.zwgk_box .Tab_box {
  margin-top: 35px;
  height: 286px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
/* IE兼容 28px */
.zwgk_box .Tab_box > div:not(:first-child) {
  margin-left: 28px;
}
.zwgk_box .Tab_box .twoTab_box {
  width: 772px;
}
.zwgk_box .Tab_box .threeTab_box {
  width: 480px;
}
.wyzzc_box {
  margin-top: 35px;
  height: 82px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
/* IE兼容 28px */
.wyzzc_box > div:not(:first-child) {
  margin-left: 28px;
}
.wyzzc_box .item1 {
  width: 772px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  background:
    url(../images/wyzzc_box_item1_bj1.svg) no-repeat left center,
    url(../images/wyzzc_box_item1_bj2.svg) no-repeat right center;
}
.wyzzc_box .item1 h2 {
  width: 202px;
  font-size: 18px;
  font-weight: bold;
  line-height: 82px;
  color: #ffffff;
  background: url(../images/wyzzc_box_item1_xtb.svg) no-repeat left 26px center;
  padding-left: 61px;
  margin-right: 8px;
}
.wyzzc_box .item1 div {
  width: 547px;
  height: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wyzzc_box .item1 div input {
  width: 451px;
  height: 47px;
  line-height: 42px;
  font-size: 18px;
  color: #333333;
  padding: 3px 20px 2px 30px;
}
.wyzzc_box .item1 div input::placeholder {
  color: #a6a6a6;
}
.wyzzc_box .item1 div button {
  border: 0;
  width: 95px;
  height: 47px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 47px;
  background-color: #f89a38;
  border-radius: 2px;
}
.wyzzc_box .item2 {
  width: 480px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* IE兼容 12px */
.wyzzc_box .item2 a:not(:first-child) {
  margin-left: 12px;
}
.wyzzc_box .item2 a {
  width: 234px;
  height: 82px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: linear-gradient(225deg, #ffa64d 0%, #ffc485 100%);
}
/* IE兼容内部23px */
.wyzzc_box .item2 a i {
  width: 60px;
  height: 60px;
  display: block;
}
.wyzzc_box .item2 a span {
  display: block;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 700;
}
.zfxxgk_box {
  margin-top: 45px;
  padding: 36px 0 33px;
  height: 160px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.zfxxgk_box .item {
  width: 218px;
  position: relative;
}
.zfxxgk_box .item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 91px;
  background-color: #e3e1e2;
}
.zfxxgk_box .item:nth-child(1),
.zfxxgk_box .item:nth-child(6) {
  width: 204px;
}
.zfxxgk_box .item:last-child::after {
  display: none;
}
.zfxxgk_box .item a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
}
.zfxxgk_box .item a i {
  width: 100%;
  height: 42px;
  display: block;
  text-align: center;
}
.zfxxgk_box .item a:hover i img {
  transform: rotateY(360deg);
  transition: 0.5s;
}

.zfxxgk_box .item a span {
  font-size: 18px;
  color: #333333;
  text-align: center;
  width: 100%;
  margin-top: 11px;
}
.zfxxgk_box .item a:hover span {
  color: #f59531;
}
/* 政务服务 */
.zwfw_box {
  margin-top: 35px;
  height: 530px;
  background-color: #f5f6fa;
  padding-top: 40px;
}
.zwfw_box > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.grfryjs_box {
  width: 100%;
  height: 320px;
  display: flex;
  padding-top: 45px;
  padding-bottom: 36px;
  background-color: #ffffff;
  flex-wrap: nowrap;
  justify-content: center;
}
.grfryjs_box .item {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  position: relative;
}
.grfryjs_box .item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}
.grfryjs_box .item:last-child::after {
  display: none;
}
.grfryjs_box .item h2 a {
  display: block;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding-top: 70px;
}
.grfryjs_box .item1 h2 a {
  background: url(../images/grfryjs_box_icon1.svg) no-repeat center top;
}
.grfryjs_box .item2 h2 a {
  background: url(../images/grfryjs_box_icon2.svg) no-repeat center top;
}
.grfryjs_box .item3 h2 a {
  background: url(../images/grfryjs_box_icon3.svg) no-repeat center top;
}
.grfryjs_box .item_list {
  width: 100%;
  padding: 0 58px;
  margin-top: 25px;
}
.grfryjs_box .item_list .bd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
/* IE兼容行列间距 */
.grfryjs_box .item_list .bd ul li {
  margin: 0 18px 13px;
}
.grfryjs_box .item_list .bd ul li:first-child {
  margin-left: 0;
}
.grfryjs_box .item_list .bd ul li:nth-child(3) {
  margin-right: 0;
}
.grfryjs_box .item_list .bd ul li:nth-child(4) {
  margin-left: 0;
}
.grfryjs_box .item_list .bd ul li:last-child {
  margin-right: 0;
}
.grfryjs_box .item_list .bd ul li {
  width: 72px;
  flex: 0 0 72px;
}
.grfryjs_box .item3 .item_list .bd ul li {
  width: 162px;
  flex: 0 0 162px;
}
.grfryjs_box .item3 .item_list .bd ul li:nth-child(2) {
  margin-right: 0;
}
.grfryjs_box .item3 .item_list .bd ul li:nth-child(3) {
  margin-left: 0;
  margin-right: 18px;
}

.grfryjs_box .item3 .item_list .bd ul li:nth-child(4) {
  margin-left: 18px;
}
.grfryjs_box .item3 .item_list {
  padding: 0;
}
.grfryjs_box .item_list .bd ul li a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.grfryjs_box .item_list .hd {
  margin-top: 36px;
}
.grfryjs_box .item_list .hd ul {
  display: flex;
  justify-content: center;
}
/* IE兼容10px */
.grfryjs_box .item_list .hd ul li:not(:first-child) {
  margin-left: 10px;
}
.grfryjs_box .item_list .hd ul li {
  width: 20px;
  height: 6px;
  background-color: #e7e7e7;
}
.grfryjs_box .item_list .hd ul li.on {
  background-color: #f59531;
}
.zwfw_box_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 37px;
}
/* IE兼容20px */
.zwfw_box_btn .item:not(:first-child) {
  margin-left: 20px;
}
.zwfw_box_btn .item {
  width: 244px;
  height: 89px;
}
.zwfw_box_btn .item:nth-child(1) {
  width: 488px;
  height: 89px;
}
.zwfw_box_btn .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #ffffff;
}
.zwfw_box_btn .item a i {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 20px;
}
.zwfw_box_btn .item a i img {
  width: 100%;
  height: 100%;
}
.zwfw_box_btn .item a:hover i img {
  transform: rotateZ(360deg);
  transition: 0.7s;
}
.zwfw_box_btn .item a span {
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  line-height: 24px;
}
.zwfw_box_btn .item a:hover span {
  color: #f59531;
}
/* 政民互动 */
.zmhd_box {
  margin-top: 35px;
  height: 326px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
/* IE兼容40px */
.zmhd_box > div:not(:first-child) {
  margin-left: 40px;
}
.zmhd_box .item1 {
  width: 772px;
}
.zmhd_box .item1 .bd ul li {
  margin-top: 18.5px;
}
.zmhd_box .item2 {
  width: 468px;
}
.zmhd_box .item2 .bd {
  margin-top: 31px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
/* IE兼容21px */
.zmhd_box .item2 .bd > div:not(:first-child) {
  margin-top: 21px;
}
.zmhd_box .item2 .bd .item_12345 {
  height: 120px;
}
.zmhd_box .item2 .bd .item_12345 a {
  display: block;
  width: 100%;
  height: 100%;
}
.zmhd_box .item2 .bd .item_12345 a img {
  width: 100%;
  height: 100%;
}
.zmhd_box .item2 .bd .item_btn {
  width: 100%;
  display: flex;
  height: 110px;
}
/* IE兼容21px */
.zmhd_box .item2 .bd .item_btn .item_btn_an:not(:first-child) {
  margin-left: 21px;
}
.zmhd_box .item2 .bd .item_btn .item_btn_an {
  width: 142px;
  height: 110px;
  background-color: #f5f6fa;
}
.zmhd_box .item2 .bd .item_btn .item_btn_an a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.zmhd_box .item2 .bd .item_btn .item_btn_an a i {
  width: 100%;
  display: block;
  text-align: center;
}
.zmhd_box .item2 .bd .item_btn .item_btn_an:nth-child(3) a i img {
  margin-left: -6px;
}
.zmhd_box .item2 .bd .item_btn .item_btn_an a:hover i {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.zmhd_box .item2 .bd .item_btn .item_btn_an a span {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 6px;
}
.zmhd_box .item2 .bd .item_btn .item_btn_an a:hover span {
  color: #f59531;
}
/* 专题专栏 */
.ztzl_box {
  margin-top: 35px;
  position: relative;
}
.ztzl_box .hd {
  height: 34px;
  background:
    url(../images/ztzl_box_hd_l.svg) no-repeat left center,
    url(../images/ztzl_box_hd_r.svg) no-repeat right center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ztzl_box .hd a {
  display: block;
  font-size: 30px;
  color: #f59531;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  background: url(../images/ztzl_box_hd_a.svg) no-repeat left center;
  padding-left: 49px;
}
.ztzl_box .bd {
  margin-top: 30px;
  height: 139px;
  overflow: hidden;
}
.ztzl_box .bd ul li {
  float: left;
  width: 297.5px !important;
  height: 139px;
  margin-right: 30px;
}

.ztzl_box .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ztzl_box .bd ul li a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.ztzl_box .bd ul li a:hover img {
  transform: scale(1.1);
  opacity: 0.75;
}

.ztzl_box .prev,
.ztzl_box .next {
  width: 21px;
  height: 35px;
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ztzl_box .prev {
  left: 0;
  background: url(../images/ztzl_le.svg) center center no-repeat;
}

.ztzl_box .next {
  right: 0;
  background: url(../images/ztzl_rt.svg) center center no-repeat;
}
/* container end */

/* footer start */
.footer {
  height: 252px;
  background-color: #f4f2f3;
}
.yqlj_box {
  height: 61px;
  background-color: #fef5ec;
  border-bottom: 4px solid #f59531;
}
.yqlj_box .yqlj_box_con {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* IE兼容115px */
.yqlj_box .yqlj_box_con .item:not(:first-child) {
  margin-left: 115px;
}
.yqlj_box .yqlj_box_con .item a {
  display: block;
  font-size: 16px;
  line-height: 61px;
  position: relative;
}

.yqlj_box .yqlj_box_con .item a::after {
  width: 1px;
  height: 18px;
  position: absolute;
  content: "";
  background: url(../images/yqlj_box_xtb3.svg) no-repeat center;
  right: -57px;
  top: 50%;
  transform: translate(0, -50%);
}
.yqlj_box .yqlj_box_con .item:last-child a::after {
  display: none;
}
.yqlj_box .yqlj_box_con .item:first-child a {
  background: url(../images/yqlj_box_xtb.svg) no-repeat left center;
  padding-left: 24px;
}
.yqlj_box .yqlj_box_con .item:last-child a {
  padding-right: 24px;
}
.yqlj_box .yqlj_box_con .item:last-child a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 5px;
  background: url(../images/yqlj_box_xtb2.svg) no-repeat right center;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.yqlj_box .yqlj_box_con .item:last-child a.on::before {
  transform: translateY(-50%) rotate(180deg);
}

/* 新媒体矩阵弹窗 */
.xmtjz_box {
  border-top: 5px solid #f59531;
  position: fixed;
  z-index: 49;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
.xmtjz_box.on {
  opacity: 1;
  visibility: visible;
}
.xmtjz_box_con {
  min-height: 598px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 28px 30px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.xmtjz_box_con h2 {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  margin-bottom: 27px;
}
.xmtjz_box_con h2 span {
  font-size: 26px;
  color: #f79b38;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}
.xmtjz_box_con h2 span::after {
  content: "";
  position: absolute;
  width: 147px;
  height: 4px;
  margin-left: 15px;
  background-color: #f59531;
  left: 50px;
  transform: translate(-50%, 0);
  bottom: 0;
}
.xmtjz_box_con .cout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  min-height: 370px;
  position: relative;
}
/* IE行列间距兼容 */
.xmtjz_box_con .cout .item {
  margin: 0 22px 41px;
}
.xmtjz_box_con .cout::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  left: 0;
  top: 203px;
}
.xmtjz_box_con .cout .item {
  width: 130px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.xmtjz_box_con .cout .item img {
  width: 120px;
  height: 120px;
  margin-bottom: 11px;
}
.xmtjz_box_con .cout .item .title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.xmtjz_box_con #xmtjz_box_btn {
  margin-top: 32px;
  width: 81px;
  height: 51px;
  border: 0;
  padding: 0;
  font-size: 24px;
  padding-bottom: 18px;
  color: #ffffff;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #f59531;
}
.xmtjz_box_con #xmtjz_box_btn::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 15px;
  margin-left: -8px;
  height: 20px;
  background: url(../images/xmtjz_box_btn.svg) no-repeat center bottom;
  animation: arrowScroll 1.2s linear infinite;
}
@keyframes arrowScroll {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center 20px;
  }
}
/* 新媒体矩阵二维码图片放大 */
.xmtjz_box_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.xmtjz_box_popup.active {
  opacity: 1;
  visibility: visible;
}
.xmtjz_box_popup .popup-content {
  background-color: white;
  padding: 40px 30px 30px;
  border-radius: 10px;
  max-width: 300px;
  width: 90%;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border: 2px solid #f59531;
}
/* 原错误 .popup 选择器修正 */
.xmtjz_box_popup.active .popup-content {
  transform: scale(1);
}
.xmtjz_box_popup .popup-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.xmtjz_box_popup .popup-title {
  font-size: 24px;
  color: #f59531;
  text-align: center;
}
.xmtjz_box_popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #f59531;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xmtjz_box_popup .close-btn:hover {
  background: #f59531;
}
.xmtjz_box_popup .hand-drawn-border {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 3px dashed #f59531;
  border-radius: 15px;
  pointer-events: none;
  opacity: 0.6;
}

.footer_con > .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.footer_con .item1 {
  width: 52px;
  height: 64px;
  margin-top: 51px;
}
.footer_con .item1 a {
  width: 100%;
  height: 100%;
  display: block;
}
.footer_con .item1 a img {
  width: 100%;
  height: 100%;
}
.footer_con .item2 {
  padding-top: 18px;
}
.footer_con .item2 ul li {
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 13px;
}

.footer_con .item2 ul li:nth-child(1) {
  display: flex;
  justify-content: center;
}
.footer_con .item2 ul li:nth-child(1) a:not(:first-child) {
  margin-left: 60px;
}
.footer_con .item2 ul li:nth-child(1) a {
  position: relative;
}
.footer_con .item2 ul li:nth-child(1) a::after {
  width: 1px;
  height: 14px;
  position: absolute;
  content: "";
  background-color: #000000;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
.footer_con .item2 ul li:nth-child(1) a:last-child::after {
  display: none;
}

.footer_con .item2 ul li:nth-child(2) {
  display: flex;
  justify-content: center;
}
.footer_con .item2 ul li:nth-child(2) a:not(:first-child) {
  margin-left: 35px;
}
.footer_con .item2 ul li:nth-child(2) em:not(:first-child) {
  margin-left: 35px;
}
.footer_con .item2 ul li:nth-child(2) a:last-child {
  background: url(../images/gaba.svg) no-repeat left center;
  padding-left: 28px;
}

.footer_con .item2 ul li:nth-child(3) {
  display: flex;
  justify-content: center;
}
.footer_con .item2 ul li:nth-child(3) em:not(:first-child) {
  margin-left: 35px;
}

.footer_con .item3 {
  width: 100px;
  height: 50px;
  margin-top: 61px;
}
.footer_con .item3 #_span_jiucuo {
  width: 100%;
  height: 100%;
  display: block;
}
.footer_con .item3 img {
  width: 100%;
  height: 100%;
}

.right_fixed {
  position: fixed;
  right: 0;
  top: 79%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999;
  min-height: 265px;
}

.right_fixed .float-btn:not(:first-child) {
  margin-top: 10px;
}

.right_fixed .float-btn {
  width: 44px;
  height: 45px;
  background-color: #f7941d;
  border-radius: 30px 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  cursor: pointer;
  transition: width 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 12px;
}
.right_fixed .float-btn:hover {
  width: 120px;
}
.right_fixed .float-btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.right_fixed .float-btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.right_fixed .float-btn .text {
  margin-left: 8px;
  font-size: 16px;
  opacity: 0;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.right_fixed .float-btn:hover .text {
  opacity: 1;
}
.right_fixed .float-btn.top-btn {
  width: 120px;
}
.right_fixed .float-btn.top-btn .text {
  opacity: 1;
}

/* footer end */
