.voice-draw {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.voice-div {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  height: 389px;
  background: #FFFFFF;
  border-radius: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.voice-head {
  text-align: right;
  margin-bottom: 30px;
}
.voice-head .voice-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../png/dxk1ei.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.voice-con {
  height: 200px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.voice-tips-time {
  color: #CCCCCC;
}
.identify-txt {
  max-height: 160px;
  overflow-y: scroll;
}
.identify-txt::-webkit-scrollbar {
  display: none;
}
.voice-button {
  text-align: center;
}
.voice-button-png {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url("../png/qogi6g.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.voice-button-gif {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url("../gif/23z6il.gif") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.noIdentify-txt,
.voice-button-png {
  display: none;
}
.voiceBtn {
  position: absolute;
  width: 12px;
  height: 20px;
  background: url("../png/gmx6pc.png") no-repeat;
  background-size: 100% 100%;
  right: 45px;
  bottom: 13px;
  cursor: pointer;
}
.header-wrapper {
  width: 100%;
  height: 174px;
  background: #fff;
  border-top: 1px solid #fff;
  font-family: Microsoft Yahei !important;
  font-size: 14px;
}
.header-wrapper .register {
  width: 1205px;
  margin: 0px auto 0 auto;
  height: 30px;
  font-size: 16px !important;
  line-height: 30px;
}
.header-wrapper .register span {
  margin: 0px 14px;
  float: left;
}
.header-wrapper .header-main {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}
.header-wrapper .header-main > div {
  display: inline-block;
  vertical-align: middle;
}
.header-wrapper .header-main .head-logo {
  margin: 10px 0 18px 0;
  width: 600px;
}
.header-wrapper .header-main .head-logo a {
  display: inline-block;
}
.header-wrapper .header-main .head-logo .logoImage {
  width: 280px;
  height: 60px;
}
.header-wrapper .header-main .header-column {
  width: 140px;
}
.header-wrapper .header-main .header-column,
.header-wrapper .header-main .header-address {
  width: 288px;
  height: 45px;
  line-height: 45px;
  background-color: #f1f1f1;
  color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}
.header-wrapper .header-main .header-column span,
.header-wrapper .header-main .header-address span {
  display: inline-block;
}
.header-wrapper .header-main .header-column .xsSpan,
.header-wrapper .header-main .header-address .xsSpan {
  color: #000;
  font-size: 15px;
}
.header-wrapper .header-main .header-column .dangq,
.header-wrapper .header-main .header-address .dangq {
  padding: 0px 9px;
  color: #8c9698;
  min-width: 106px;
  text-align: center;
  width: 166px;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  font-size: 15px;
}
.header-wrapper .header-main .header-column .xzSpan,
.header-wrapper .header-main .header-address .xzSpan {
  text-align: center;
  color: #ffffff;
  background-color: #cd0600;
  padding: 0px 10px;
  font-size: 15px;
}
.header-wrapper .header-main .header-column img,
.header-wrapper .header-main .header-address img {
  margin-left: 7px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-wrapper .header-main .header-column ul {
  background-color: #f1f1f1;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 40px;
  width: 140px;
}
.header-wrapper .header-main .header-column ul li {
  text-align: center;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
.header-wrapper .header-main .header-column ul li a {
  display: inline-block;
  width: 100%;
  color: #000000;
}
.header-wrapper .header-main .header-column ul li a:hover {
  color: #ffffff;
  background: #cd0600;
}
.header-wrapper .header-main .header-column,
.header-wrapper .header-main .header-address {
  margin-left: 12px;
}
.header-wrapper .header-main .header-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 275px;
  height: 45px;
  border: 1px solid #dfdfdf;
  position: relative;
  margin-left: 12px;
}
.header-wrapper .header-main .header-search input {
  width: 245px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 42px;
  float: left;
  font-size: 14px;
}
.header-wrapper .header-main .header-search .zhannei,
.header-wrapper .header-main .header-search .znwd {
  line-height: 65px;
  display: inline-block;
  height: 45px;
  float: left;
  cursor: pointer;
  font-size: 12px;
  color: #808080;
}
.header-wrapper .header-main .header-search .zhannei {
  background: url(../png/6qm7ca.png) center -4px no-repeat;
}
.header-wrapper .header-main .header-search .ico_so_line {
  display: inline-block;
  line-height: 1;
  height: 36px;
  float: left;
  color: #cbcbcb;
  margin: 10px 3px 0;
}
.header-wrapper .header-main .header-search .znwd {
  background: url(../png/gtsayb.png) center 8px no-repeat;
}
.header-wrapper .header-menu {
  width: 100%;
  margin-top: 16px;
}
.header-wrapper .header-menu ul {
  width: 1200px;
  margin: 0 auto;
  line-height: 1.15;
  height: 37px;
}
.header-wrapper .header-menu ul li {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0 26px;
}
.header-wrapper .header-menu ul li a {
  display: inline-block;
  color: #000000;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-wrapper .header-menu ul li a div {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-wrapper .header-menu ul li a:hover {
  color: #cd0600;
}
.header-wrapper .header-menu ul li a:hover div {
  background: #cd0600;
}
.header-wrapper .header-menu ul li:nth-child(1) {
  margin-left: 8px;
}
.home_sur {
  color: #cd0600 !important;
}
.home_sur div {
  background: #cd0600 !important;
}
.b-district-picker {
  width: 840px;
  padding: 10px 24px;
  background-color: #ffffff;
  position: absolute;
  z-index: 4;
  left: -147px;
  top: 52px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.b-district-picker .b-d-wrapper {
  position: relative;
  width: 100%;
  padding: 9px;
  border-bottom: 1px dashed #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}
.b-district-picker .b-d-wrapper p {
  font-weight: 700;
  padding: 9px 4px;
  float: left;
  width: 66px;
  text-align: right;
  color: #666;
  line-height: 20px;
}
.b-district-picker .b-d-wrapper .p-more {
  color: #bd1a2d;
  text-align: center;
  font-size: 16px;
  background-color: #e9e9e9;
  width: 700px;
  height: 20px;
  line-height: 20px;
  margin-left: 90px;
}
.b-district-picker .b-d-wrapper .p-more img {
  vertical-align: top;
  margin-top: 5px;
}
.b-district-picker .b-d-wrapper .build-ul,
.b-district-picker .b-d-wrapper .build-ul-bm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  float: left;
  width: 740px;
}
.b-district-picker .b-d-wrapper .build-ul li,
.b-district-picker .b-d-wrapper .build-ul-bm li {
  display: inline-block;
  position: relative;
  margin: 4px;
  cursor: pointer;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
}
.b-district-picker .b-d-wrapper .build-ul li:hover,
.b-district-picker .b-d-wrapper .build-ul-bm li:hover {
  background-color: #cd0600;
  color: #ffffff;
}
.b-district-picker .b-d-wrapper .build-ul-bmd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  float: left;
  width: 740px;
  position: relative;
  overflow: hidden;
  height: 115px;
}
.logoImage2 {
  width: 302px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #e7dede;
  cursor: pointer;
}
.index_bor {
  width: 100%;
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  background-color: #fffadd;
  text-align: left;
  padding: 25px 0;
  line-height: 28px;
}
.index_bor div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.index_bor div img {
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
}
.index_bor span {
  font-weight: bolder;
  color: #bd1a2d;
}
.build-sur {
  background-color: #cd0600;
  color: #ffffff;
}
._hidden {
  display: none !important;
}
#cniil_wza span:nth-child(1):hover,
#guanhuai:hover {
  color: #e71a21 !important;
  text-decoration: underline;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
body {
  font-family: "Microsoft YaHei";
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.sidebar-war {
  position: fixed;
  z-index: 999999999;
  width: 80px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  right: 0px;
  top: 24px;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 5px 0  0 5px;
}
.sidebar-war ul li {
  text-align: center;
}
.sidebar-war ul li div {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  position: relative;
}
.sidebar-war ul li div i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.sidebar-war ul li div p {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  margin: 2px 0;
}
.sidebar-war ul li div .ico_ss {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') 0px 0px no-repeat;
}
.sidebar-war ul li div .ico_zn {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') 0px -82px no-repeat;
}
.sidebar-war ul li div .ico_ws {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') 0px -164px no-repeat;
}
.sidebar-war ul li div .ico_bj {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') 0px -256px no-repeat;
}
.sidebar-war ul li div .ico_kd {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') 0px -335px no-repeat;
}
.sidebar-war ul li div .ico_yd {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') 0px -425px no-repeat;
}
.sidebar-war ul li div .ico_gg {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') 0px -516px no-repeat;
}
.sidebar-war ul li div .ico_zy {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') 0px -600px no-repeat;
}
.sidebar-war ul li div .ico_tyyy {
  background: url('../png/g49m4e.png') 0px 0px no-repeat;
}
.sidebar-war ul li div .ico_explain {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') 0px -690px no-repeat;
}
.sidebar-war ul li div .ico_qy {
  width: 50px;
  height: 50px;
  background: url('../png/bxyuoz.png') no-repeat;
  background-size: 50px 50px;
}
.sidebar-war ul li div > div {
  position: absolute;
  right: 95px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  bottom: -5px;
  border: 1px solid #e7e6e6;
  -webkit-box-sizing: unset;
  box-sizing: unset;
}
.sidebar-war ul li div .bj-div {
  width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  bottom: 15px;
}
.sidebar-war ul li div .bj-div a {
  font-size: 14px;
  line-height: 25px;
}
.sidebar-war ul li div .bj-div a img {
  vertical-align: top;
  margin: 5px 15px 0 0;
}
.sidebar-war ul li div .bj-div span {
  display: inline-block;
  height: 25px;
  width: 1px;
  background-color: dedede;
  line-height: 30px;
  vertical-align: top;
  margin: 0 20px;
}
.sidebar-war ul li div .phone-div {
  width: 170px;
  height: 175px;
  right: 90px;
  padding: 0px 0px 5px;
  overflow: hidden;
}
.sidebar-war ul li div .phone-div img {
  width: 170px;
}
.sidebar-war ul li div .gg-div {
  right: 75px;
  width: 315px;
  height: 160px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  bottom: 0px;
}
.sidebar-war ul li div .gg-div .v1 {
  position: static;
  width: 280px;
  height: 140px;
}
.sidebar-war ul li div .gg-div .v1 div {
  height: 140px;
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  overflow: hidden;
  right: 0;
  border-radius: 0px;
}
.sidebar-war ul li div .gg-div .v1 div ul {
  width: 720px;
  height: 133px !important;
  height: 130px;
  margin: 0px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidebar-war ul li div .gg-div .v1 div ul li {
  width: 180px;
  height: 133px;
  float: left;
}
.sidebar-war ul li div .gg-div .v1 div ul li img {
  width: 280px;
}
.sidebar-war ul li div .gg-div .v1 span {
  display: inline-block !important;
  margin: 5px;
  color: #000;
}
.sidebar-war ul li div .gg-div .v1 :hover {
  color: #cd0600;
}
.sidebar-war ul li div .qy-div {
  right: 90px;
  width: 442px;
  height: 125px;
  margin: 0;
  padding: 5px;
  background-color: #fff;
  bottom: 0px;
  border-radius: 10px;
}
.sidebar-war ul li div .inter_b {
  width: 461px;
  height: 249px;
  top: -60px;
  padding: 10px 0 0 0;
}
.sidebar-war ul li div .inter_b .p-a {
  height: 64px;
  border-bottom: 1px solid #e4e4e4;
}
.sidebar-war ul li div .inter_b .p-a a {
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 20px;
  margin: 0 30px;
}
.sidebar-war ul li div .inter_b .p-a a img {
  vertical-align: middle;
  margin-right: 10px;
}
.sidebar-war ul li div .inter_b .inter-t {
  display: inline-block;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  border: none;
  line-height: 35px;
  text-align: left;
  vertical-align: middle;
}
.sidebar-war ul li div .inter_b .saoma {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.sidebar-war ul li div .inter_b .saoma img {
  width: 126px;
  border: 1px solid #e4e4e4;
}
.sidebar-war ul li div .inter_b .saoma p {
  font-size: 16px;
  color: #333333;
}
.sidebar-war ul li > div:hover {
  color: #ffffff;
  background: #cd0600;
}
.sidebar-war ul li div:hover .ico_ss {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') -80px 0px no-repeat;
}
.sidebar-war ul li div:hover .ico_zn {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') -80px -82px no-repeat;
}
.sidebar-war ul li div:hover .ico_ws {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') -80px -164px no-repeat;
}
.sidebar-war ul li div:hover .ico_bj {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') -80px -256px no-repeat;
}
.sidebar-war ul li div:hover .ico_kd {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') -80px -335px no-repeat;
}
.sidebar-war ul li div:hover .ico_yd {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') -80px -425px no-repeat;
}
.sidebar-war ul li div:hover .ico_gg {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') -80px -517px no-repeat;
}
.sidebar-war ul li div:hover .ico_zy {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') -80px -600px no-repeat;
}
.sidebar-war ul li div:hover .ico_tyyy {
  background: url('../png/dgujvu.png') 0px 0px no-repeat;
}
.sidebar-war ul li div:hover .ico_explain {
  background: url('https://banshi.beijing.gov.cn/pubtask/public/images/sidebar.png') -80px -690px no-repeat;
}
.sidebar-war ul li div:hover .ico_qy {
  background: url('../png/0qzf83.png') no-repeat;
  background-size: 50px 50px;
}
.sidebar-war ul li .explain-div {
  width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
}
.sidebar-war ul li .explain-div p {
  line-height: 25px;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  text-align: left;
}
.sidebar-war ul li .explain-div p span {
  font-weight: bolder;
  color: #bd1a2d;
}
._hidden {
  display: none !important;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
body {
  min-width: 1230px;
  font-family: "Microsoft YaHei";
}
.serviceBanner {
  height: 222px;
  background-color: #c63b4c;
}
.serviceBanner .serviceMain {
  width: 1200px;
  margin: 0 auto;
  background-image: url('../png/p05po5.png');
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 56px;
  height: 222px;
}
.serviceBanner .serviceMain p {
  color: #ffffff;
  font-size: 40px;
}
.serviceBanner .serviceMain .serviceItem {
  margin-top: 61px;
}
.serviceBanner .serviceMain .serviceItem li {
  float: left;
  margin-right: 6px;
}
.serviceBanner .serviceMain .serviceItem li a {
  width: 181px;
  height: 59px;
  background-color: rgba(255, 255, 255, 0.22);
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 59px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.serviceBanner .serviceMain .serviceItem li a:hover {
  background-color: #ffffff;
  color: #cd0600;
}
.serviceItemSur {
  background-color: #ffffff !important;
  color: #cd0600 !important;
}
.centerMain {
  width: 1200px;
  margin: 0 auto;
}
.centerMain ul li {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-right: 60px;
  height: 97px;
  line-height: 97px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.centerMain ul :hover {
  color: #cd0600;
  border-bottom: 4px solid #cd0600;
}
.centerMain .rightSur {
  color: #cd0600;
  border-bottom: 4px solid #cd0600;
}
.dataLsit {
  background-color: #fafafa;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.dataLsit .listMain {
  width: 1200px;
  margin: 60px auto;
}
.dataLsit .listMain .searchDiv > div {
  min-width: 110px;
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  display: inline-block;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.dataLsit .listMain .searchDiv .triangle {
  float: right;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 5px;
}
.dataLsit .listMain .searchDiv .shu {
  display: inline-block;
  width: 2px;
  height: 28px;
  background-color: #ededed;
  vertical-align: top;
  margin: 0 9px;
}
.dataLsit .listMain .searchDiv label {
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
.dataLsit .listMain .searchDiv label img {
  vertical-align: top;
  margin: 6px 10px 0 10px;
}
.dataLsit .listMain .searchDiv .searchInput {
  float: right;
  border: 1px solid #dfdfdf;
  width: 198px;
  height: 28px;
  padding: 0px;
  cursor: pointer;
}
.dataLsit .listMain .searchDiv .searchInput input {
  width: 170px;
  height: 22px;
  border: none;
  outline: none;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dataLsit .listMain .searchDiv .searchInput img {
  vertical-align: top;
  margin-top: 5px;
  cursor: pointer;
}
.dataLsit .listMain .list-title {
  height: 50px;
  background-color: #ededed;
  font-size: 16px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  color: #a0a0a0;
  margin-top: 30px;
}
.dataLsit .listMain .list-title .sszt {
  float: right;
  width: 175px;
}
#cityTemplate,
#areaTemplate,
#streetTemplate,
#villageTemplate,
#branchTemplate,
#itemTemplate {
  position: absolute;
  width: 610px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  min-height: 160px;
  background: #ffffff;
  font-size: 14px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  left: 0px;
  top: 33px;
  z-index: 1;
}
#cityTemplate span,
#areaTemplate span,
#streetTemplate span,
#villageTemplate span,
#branchTemplate span,
#itemTemplate span {
  display: inline-block;
  color: #787878;
  vertical-align: top;
  margin-top: 24px;
}
#cityTemplate p,
#areaTemplate p,
#streetTemplate p,
#villageTemplate p,
#branchTemplate p,
#itemTemplate p {
  width: 100%;
  height: 2px;
  background: #f0f0f0;
}
#cityTemplate ul,
#areaTemplate ul,
#streetTemplate ul,
#villageTemplate ul,
#branchTemplate ul,
#itemTemplate ul {
  display: inline-block;
  width: 535px;
  margin-top: 14px;
  margin-left: 5px;
}
#cityTemplate ul li,
#areaTemplate ul li,
#streetTemplate ul li,
#villageTemplate ul li,
#branchTemplate ul li,
#itemTemplate ul li {
  float: left;
  padding: 3px 10px;
  margin: 5px;
  color: #333333;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#cityTemplate ul li:hover,
#areaTemplate ul li:hover,
#streetTemplate ul li:hover,
#villageTemplate ul li:hover,
#branchTemplate ul li:hover,
#itemTemplate ul li:hover {
  background: #f5dfdf;
}
#branchTemplate {
  width: 860px;
}
#branchTemplate ul {
  width: 100%;
}
#branchTemplate ul li {
  width: 134px;
}
#itemTemplate {
  width: 125px;
  padding: 0;
}
#itemTemplate ul li {
  width: 85px;
  padding: 0 10px;
}
.li-hover {
  background: #f5dfdf !important;
}
.listData ul li {
  line-height: 25px;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listData ul li a {
  width: 1200px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 20px;
  font-size: 16px;
  color: #9D1021;
}
.listData ul li a span {
  display: inline-block;
  float: left;
}
.listData ul li a .sp1 {
  padding: 0 5px;
}
.listData ul li a .sp2 {
  width: 1050px;
}
.listData ul li a .sp3 {
  color: #adadad;
  width: 175px;
  float: right;
}
._hidden {
  display: none !important;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.page_div {
  width: 890px;
  height: 35px;
  margin: 0 auto;
  padding: 35px 0;
}
.page_ul li {
  float: left;
  width: 30px;
  color: #cccccc;
}
.last_page,
.next_page {
  width: 70px;
}
.last_page,
.next_page,
.page_ul > a,
.page_btn {
  display: inline-block;
  color: #666666;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin: 0px 5px;
  text-align: center;
  cursor: pointer;
}
.page {
  float: left;
  cursor: pointer;
}
.page_ul {
  float: left;
}
.page_ul > a {
  
  padding: 0 10px !important;
}
.maxSpan {
  display: inline-block;
  color: #666666;
  height: 30px;
  line-height: 30px;
  margin: 0px 5px;
  font-weight: bold;
}
.page_input {
  width: 40px;
  color: #666666;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #cccccc;
}
.page_btn {
  width: 40px;
}
.active {
  color: #ffffff !important;
  background: #e76d6d;
}
.page_not {
  background: #eeeeee;
}