﻿@charset "utf-8";
ul,
li {
  list-style: none;
}
html,body{
  moz-user-select: -moz-text;
-moz-user-select:text;
-o-user-select: text;
-khtml-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}

.fl {
  float: left;
}

i,
em {
  font-style: normal;
}

body {
  font-size: 14px;
  background: #fff;
  background-size: cover;
  height: 100%;
  background: #0f4097 url(../image/bjt.png) no-repeat;
  background-size: 100% 100%;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
img,
ul,
li,
table,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Microsoft YaHei";
}

html {
  position: relative;
  height: 100%;
}

/*头*/
.nav {
  width: 100%;
  height: 110px;
  background-color: #fff;
}

.g-header-box {
  width: 1000px;
  height: 110px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  /*z-index:9;*/
}

.g-header-logo {
  float: left;
  margin-top: 16px;
}

.g-header-function-box {
  width: 354px;
  float: right;
  margin: 22px 0 0 0;
}

.g-header-function {
  color: #808080;
  margin-left: 15px;
}

.g-header-function a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 12px;
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  vertical-align: middle;
  color: #808080;
  line-height: 20px;
}

.g-header-function .u-icon-jt {
  margin: 0 14px 0 10px;
}

.g-header-function .u-icon-en {
  margin: 0 14px 0 12px;
}

.g-header-function .u-icon-mobile {
  line-height: 20px;
  background: url(../image/icon_mobile_off_yn_20180925.png) center 0 no-repeat;
  margin: 0 5px 0 3px;
}

.g-header-function .u-icon-mobile:hover {
  background: url(../image/icon_mobile_on_yn_20180925.png) center 0 no-repeat;
}

.g-header-function #cniil_wza {
  background: url(../image/icon_people_off_yn_20180925.png) center 0 no-repeat;
  margin: 0 14px;
}

.g-header-function #cniil_wza:hover {
  background: url(../image/icon_people_on_yn_20180925.png) center 0 no-repeat;
}

.g-header-function .u-icon-qa {
  background: url(../image/icon_ji_off_yn_20180925.png) center 0 no-repeat;
  margin: 0 6px;
}

.g-header-function .u-icon-qa:hover {
  background: url(../image/icon_ji_on_yn_20180925.png) center 0 no-repeat;
}

/*  .g-header-function a:hover{color:#e94a4a;} */
.g-header-search {
  width: 354px;
  height: 36px;
  border: 1px solid #B5B5B5;
  border-radius: 18px;
  margin-top: 10px;
  position: relative;
}

.g-header-search .u-search-row {
  float: left;
  width: 100px;
  height: 22px;
  line-height: 22px;
  padding-left: 12px;
  color: #666;
  border-right: 1px solid #B5B5B5;
  margin-top: 8px;
  cursor: pointer;
  background: url(/image/icon_row_off_yn_20180925.png) 74px center no-repeat;
  outline: none;
}

.g-header-search #keyword {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  float: left;
  width: 194px;
  height: 34px;
  line-height: 34px;
  text-indent: 10px;
  font-size: 14px;
  color: #444;
}

.g-header-search #searchbutton {
  float: right;
  margin: 0;
  position: absolute;
}

.g-header-search .u-search-recommend {
  position: absolute;
  padding: 0 18px 2px 18px;
  top: 38px;
  left: 13px;
  background: #FFF;
  border: 1px solid #B5B5B5;
  border-top: none;
  display: none;
  overflow: hidden;
  z-index: 1;
}

.u-search-recommend li {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  color: #666;
  cursor: pointer;
}

.u-search-recommend li:hover {
  color: #F71501;
}

.u-search-recommend .u-line {
  height: 0px;
  border-top: 1px solid #B5B5B5;
}

.g-header-function .u-icon-video {
  background: url(../image/video-icon-yn-20190118.png) center center no-repeat;
  margin: 0 0 0 13px;
}

.g-header-function .u-icon-video:hover {
  background: url(../image/video-icon-on-yn-20190118.png) center center no-repeat;
}


img {
  border: 0 none;
}

a {
  text-decoration: none;
  color: #333;

}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.right {
  float: right;
}

.left {
  float: left;
}


/*header-start*/
.header {
  position: relative;
  height: 100px;
  min-width: 1002px;
  /*  margin-bottom:40%;*/
  width: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  position: relative;
  display: none;
}

.header>.content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -500px;
}

.logo {
  float: left;
  line-height: 85px;
  width: 185px;
  height: 90px;
  margin-top: 6px;
}

.logo img {

  width: 100%;
  height: auto;
}

.logo-zn {
  border-bottom: 1px solid #e3781e;
  height: 46px;
  width: 100px;
  position: absolute;
  width: 100%;
  top: 0px;
  box-sizing: border-box;
}

.zn-l {
  margin-left: 10px;
  height: 46px;
}

.zn-l img {
  width: auto;
  height: 45px;
  margin-top: 2px;
}

.back {

  height: 32px;
  width: 80px;
  cursor: pointer;
}

.back img {
  float: left;
}

.back span {
  float: left;
  font-weight: bold;
  color: #d0504c;
  line-height: 32px;
}

.icon a {
  width: 120px;
  height: 36px;
  text-align: center;
  display: block;
}




/*header-end*/
/*2*/
.navbar ul {
  float: right;
}

.navbar ul li {
  float: left;
  line-height: 32px;
}

/*.navbar>ul>li>a{
  background: rgba(0,0,0,0) url() no-repeat scroll left 10px;
    color: #333;
    font-family: "simsun";
    font-size: 12px;
    padding: 6px 10px 6px 10px;
    display: block;
    line-height: 20px;
}*/

.b-content {
  width: 1000px;
  margin: 0 auto;
}

.g_footer {
  bottom: -160px;
}

.znwd {
  width: 121px;
  height: 36px;
  background-color: #d0504c;
  border-radius: 0 0 0 10px;
  float: left;
}

.c_text {
  line-height: 26px;
  height: 134px;
  overflow: hidden;
  color: #666;
}

.c_text img {
  height: 160px !important;
  width: auto !important;
  display: block;
  margin: 0 auto;
  float: left;
  margin-right: 8px;

}

.c_text1 {
  line-height: 26px;


  overflow: hidden;
  color: #666;
}

.c_text1 img {
  max-width: 100%;
}

.more-dan {
  color: #e2791f !important;
  cursor: pointer;
  line-height: 20px !important;

}

.sybz {
  width: 121px;
  height: 36px;
  background-color: #EEE;
  border-radius: 0 25% 25% 0;
  float: left;
}

.zctcen a {
  display: block;
  float: left;
  width: 123px;
  height: 28px;
  line-height: 28px;
  padding: 3px 0 0 50px;
  background: url(../image/good-a.png) no-repeat 0 3px;
}

.iconfont {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(../image/good-a.png) no-repeat;
}

.wx {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(../image/good-a.png) no-repeat;
}

.nicescroll-cursors {
  background-color: #504d4d !important;
}

.service-section .title {
  line-height: 32px;
}

.feature-list li {
  padding-left: 10px;
  line-height: 23px;
  color: #999;
  background: url(../image/dotted.gif) no-repeat 0 10px;
}

.feature-list {
  margin-top: 20px;
  padding-left: 10px;
}

.xiaomi-qrcode {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}

.xiaomi-qrcode img {
  width: 77px;
}

.xiaomi-qrcode p {
  padding-top: 10px;
}

.rdfw-main {
  margin-top: 5px;
  padding: 0px 12px;
}

.zwmc-main {
  margin: 0px 16px;
  margin-right: 19px;
  border: 1px solid #d9d9d9;
  margin-top: 10px;
  background: url(../image/good-a.png) repeat-x left top;
}

.zwmc-main .left {
  /*width: 33%;*/
  margin-right: 10px;
  line-height: 24px;
  height: 24px;
  padding-left: 8px;
  box-sizing: border-box;
}

.zwmc-main .left a {
  font-size: 12px;
}

.zwmc-main .left a:hover {
  color: #d0504c;
}

.rdfw-main .service {
  width: 33%;
  text-align: center;
  margin-bottom: 8px;
}

.rdfw-main .service img {
  width: 76px;
}

.service a {
  display: inline-block;
}

.service-section {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.service-o {
  width: 50%;
  float: left;
}

.service-o h3 {
  padding-left: 20px;
}

.more-new {
  color: #e2791f;
  cursor: pointer;
  line-height: 32px;
  padding-left: 10px;
  margin-top: 5px;
}

/*2-end*/

/*content-start*/
.content {
  width: 1000px;
  margin: 0 auto;
  height: 64px;
  background-color: #d0504c;
  margin-top: 50px;
  position: relative;
}

.content>img {
  position: absolute;
  margin-top: -60px;
  z-index: 99999;
  left: 10px;
  top: 50%;
  float: left;
}

.icon-sybz {
  width: 64px;
  border-left: 1px solid #a83a38;
  height: 64px;
}

.icon-sybz a {
  display: block;
  width: 100%;
  height: 100%;

}

.icon-sybz-act a {
  background-color: #a83a38;
}

.icon-sybz a:active {
  background-color: #a83a38;
}

/*content-left-start*/
.con-l {
  width: 900px;
  /* height: 770px; */
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  /* margin-right: 20px; */
}

.con-r {
  width: 279px;
  border-left: #bcd5ea 1px solid;
  height: 770px;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #FFF;

}

.con-l-t {
  /* width: 100%; */
  /* height: 100%; */
  /* padding: 0 20px; */
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: #fff url(../image/main_bg.png) no-repeat;
  background-size: 100% 100%;
}

#message {
  overflow: hidden;
  height: 650px;
  outline: none;
  padding: 0 20px;
}

.adwz {
  color: #a4a2a2;
  font-size: 12px;
}

.adwz:hover {
  color: #a4a2a2;
  text-decoration: none;
}

.dialog-msg {
  -webkit-animation: dialogLeft .5s ease-in-out;
  animation: dialogLeft .5s ease-in-out;
  background: url(../image/icon-ai01.png) 0 top no-repeat;
}

.dialog-msg .dialog-all {
  background: #fff;
  border-radius: 4px;
  margin-left: 50px;
  max-width: 520px;
  /* min-width: 520px; */
  margin-bottom: 20px;
  border: 1px solid #bcd5ea;
}

@-webkit-keyframes dialogLeft {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes dialogLeft {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.dialog {
  overflow: hidden;
  padding-right: 56px;
  background: url(../image/man01.png) no-repeat right;
  position: relative;
  margin: 10px 15px 10px 0;
  -webkit-animation: dialogRight .5s ease-in-out;
  animation: dialogRight .5s ease-in-out;
}

@-webkit-keyframes dialogRight {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes dialogRight {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.dialog li {
  float: right;
  padding: 11px 6px;
  max-width: 40em;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  word-wrap: break-word;
  word-break: break-all;
}

.onoff {
  right: 0;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  zoom: 1;

  margin-top: 10px;
  background: url(../image/chat_open.png) no-repeat 0px 2px;
  position: absolute;
  top: 3px;
  left: -22px;
}

.dialog_tab {
  background: #fff;
  border: 1px solid #bcd5ea;
  color: #a4a2a2;
  margin: 20px 0;
  position: relative;
  border-radius: 4px;
  position: relative;
  padding: 15px;
}

.good2 {
  position: absolute;
  right: -29px;
  bottom: 0px;
}

.good2 a {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../image/good-a.png) no-repeat;
}

.good2 a.good2-one:hover {
  background-position: -24px 0;
}

.good2 a.good2-two {
  background-position: 0 -24px;
  margin-top: 5px;
}

.good2 a.good2-two:hover {
  background-position: -24px -24px;
}

.xg-qus ul li {
  float: left;
  padding: 0 20px;
  line-height: 24px;
  cursor: pointer;
  max-width: 35em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.xg-qus ul li a {
  color: #e2791f;
}

.daan {
  width: 70%;
}

.dialog_tab>p {
  line-height: 32px;
  font-size: 14px;
}

.g-man {
  position: absolute;
  left: 1px;
  background-color: #fff;
  bottom: -47px;
  height: 30px;
  line-height: 24px;
}

.g-man span {
  float: left;
  color: #777;
  margin-right: 20px;
}

.g-man1 {
  color: #777;

  cursor: pointer;
  margin-right: 8px;
  line-height: 24px;
  margin-right: 10px;
}

.g-man2 {
  color: #777;
  cursor: pointer;
}

.g-man1 span {
  background: url(../image/good-a.png) no-repeat left center;
  width: 20px;
  height: 20px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  cursor: pointer;
  float: left;
  margin-right: 5px;

}

.g-man2 span {
  background: url(../image/good1-a.png) no-repeat left center;
  width: 20px;
  height: 20px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  float: left;
  cursor: pointer;
  margin-right: 5px;
}

ul.hideul {
  width: 90%;
  float: left;
  overflow: hidden;
  max-height: 62px;
}

.news li {
  padding-left: 12px;
  /*background: url(../image/sm_dotted.gif) no-repeat 3px 15px;*/
  background: url(../image/good1-a.png) no-repeat 3px 15px;
}

.news a {
  color: #1296db;
}


.chnl li a {
  color: #1c9adc;
}

.showOrHide {
  margin-top: 8px;
}

.answer_man {
  position: absolute;
  left: -43px;
  top: 0;
}

.right_arrow {
  position: absolute;
  left: -8px;
  top: 12px;
}

.dialog_tab>div>p {
  color: #333;
  line-height: 24px;
}

.dialog_tab p span {
  color: #1296db;
  width: 40em;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.tab2_title {
  width: 100%;
}

.tab2_title ul {
  height: 32px !important;
  width: 100%;
}

.tab2_title ul li {

  line-height: 2.5 !important;
}

.tab2_title ul li {
  padding: 0px 6px;
  float: left;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  color: #464646;
  font-size: 12px;
  border-bottom: 1px solid #CCC;

}

.slected2 {
  border-bottom: 1px solid #FFF !important;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  color: #333 !important;
}

.tab2_content .news li button {
  background: 0 none;
  outline: none;
  border: 0 none;
  float: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  font-family: "Microsoft YaHei";

}

.tab2_content .news li button:hover {
  text-decoration: underline;
}

.tab2_content {
  width: 100%;
  overflow: hidden;
}

.tab2_content>div {
  height: auto;
  line-height: 28px;
}

.hottags {
  padding-bottom: 10px;
  z-index: 999;
}

.cjwt {
  margin: 20px auto 0 auto;
  padding: 20px 30px 0 30px;
  border: none;
  background: none;
}

.cjwt .hottags {
  background: none;
}

.hottags>div {
  overflow: hidden;
}

#hottags-box ul li {
  width: auto;
  line-height: 32px;
  height: 32px;
}

#hottags-box ul li em {
  width: 4px;
  height: 4px;
  background: #333;
  float: left;
  margin: 13px 10px 0 0;
}

#hottags-box ul li a {
  color: #333;
  padding-left: 20px;
  background: url(../image/cjwt_list_ico.png) left center no-repeat;
}

#hottags-box ul li a:hover {
  text-decoration: underline;
}

.more-b {
  text-align: center;
  color: #a83a38;
  cursor: pointer;
  margin-top: 10px;
}

.news {
  overflow: hidden;
}

.tab2_content .news li {
  background: url(../image/dotted.gif) no-repeat 3px 10px;
  overflow: hidden;
}

.tab2_content .news li a {
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-family: "Microsoft YaHei";
  color: #212121;
}

.tab2_content .news li a:hover {
  text-decoration: underline;
}

.tab2_content .news li span.bszn {
  float: left;

}

.tab2_content .news li span {
  margin-left: 10px;
  color: #999;
  float: right;
}

.news li {

  padding-left: 12px;
  background: url(../image/dotted.gif) no-repeat 3px 15px;
}

.container {

  width: 100%;
  overflow: hidden;
  margin: 0px auto;
}

.center {
  float: right;
  background: #1296db;
  color: #FFF;
  font-size: 14px;
  line-height: 32px;
  margin: 3px 0px;
  padding: 0 6px;
  border-radius: 4px;
  position: relative;
}

.center a {
  color: #FFF;
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
}

.center span {
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -5px;
  background: url(../image/dotted.gif) no-repeat;
}

.con-l-b {
  position: relative;
  /* position: absolute;
  bottom: 0; */
  height: 130px;
  border-top: 2px solid #cfe1ea;
  width: 100%;
  box-sizing: border-box;
  -moz-box-shadow: 0 -1px 8px #d1d1d1;
  -webkit-box-shadow: 0 -1px 8px #d1d1d1;
  box-shadow: 0 -1px 8px #d1d1d1;
  background: #fff url(../image/main_textarea.png) 20px 50px no-repeat;
}

.setting {
  height: 30px;
  width: 100%;
  background-color: #EEE;
}

#fontSelect {
  margin-top: 7px;
}

.font-c {

  height: 100%;
  margin-left: 10px;
  margin-right: 5px;
  cursor: pointer;
}

.font-c span {
  display: block;
  float: left;
  width: 24px;
  height: 25px;
  margin-top: 2px;
  background: url(../image/dotted.gif) no-repeat center center;
}

.mec-text {
  float: right;
  color: #999;
  line-height: 32px;
  padding-right: 20px;
}

.tipDiv {
  background-color: #fff;
  width: 100%;

  position: absolute;
  bottom: 105px;
  color: #333;
}

.tipDiv li {
  line-height: 30px;
  padding-left: 10px;
}

.tipDiv li:hover {
  background-color: #e2e2e2;
}

.text-con {
  position: absolute;
  right: 120px;
  left: 0;
  top: 0;
}

#messCon {
  background: none;
  border: none;
  width: 95%;
  height: 78px;
  overflow: auto;
  margin-bottom: 22px;
  outline: none;
  resize: none;
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  font-family: "微软雅黑";
}

#fontNum {
  padding-right: 10px;
  color: #999;
  font-size: 14px;
  text-align: right;
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 11;
}

#fontNum i {
  font-style: normal;
}

#gl {
  color: #d0504c;
  margin-right: 5px;
  line-height: 32px;
}

#gl span {
  background: url(../image/dotted.gif) no-repeat;
  width: 25px;
  height: 23px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  margin-right: 3px;
  float: left;
  margin-top: 4px;

}

#number {
  color: #005c8f;
  font-size: 14px;
}

.button {
  width: 100px;
  position: absolute;
  right: 0;
  margin: 35px 40px 0 0;
}

.chatbtnover {
  background-color: #fff;
  border: 0 none;
  color: #FFF;
  width: 104px;
  background-color: #1296db;
  border-radius: 5px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}

.chatbtnover:active {
  background-color: #1296db;
}

.mobile-lead {
  margin-top: 20px;
}

.mobile-lead ul li a {
  color: #999;
  font-size: 12px;
}

.mobile-lead p {
  text-align: center;
  color: #999;
  line-height: 30px;
}

.convenient-con {
  width: 100%;
  position: relative;
  padding: 17px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  overflow: auto;
  top: 42px;
}

.service_list {
  float: left;
  padding-bottom: 10px;
  margin-top: 38px;
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}

.service_list .icon {
  width: 80%;
  height: auto;
  margin: 0px auto;
  margin-top: -48px;
  padding-right: 0px;
}

.service_list .icon img {
  width: 100%;
  height: auto;
}

.service_list .title {
  text-align: center;
  font-size: 14px;
  color: #E3791F;
  line-height: 160%;
  font-family: Microsoft Yahei;
  height: 42px;
  padding-top: 8px;
}

.service_list .img-s {
  background: url(http://www.beijing.gov.cn/images/zhuanti/bmfw/service_list_title_bg.png) no-repeat bottom center;
}

.service_list .list {
  padding-top: 0px;
  position: absolute;
  left: 0;
  padding-left: 17px;
  margin-top: 10px;
  overflow: hidden;
}

.service_list .list li {
  text-align: center;
  padding: 0 20px;
  float: left;
  font-size: 14px;
  font-family: "΢���ź�";
  color: #333;
  line-height: 186%;
}

.h-btn {
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  border-top: 1px solid #e9e9e9;
  width: 100%;
  height: 67px;
  padding-left: 10px;
  margin-left: 0;
  box-sizing: border-box;
}

.h-btn>div {
  width: 100px;
  text-align: center;
}

.h-btn a span {
  margin: 0 15px;
}

.h-btn a p {
  color: #999;
}

.h-btn a span.one {
  background: url(../image/dotted.gif) no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 37px;
  height: 37px;
  display: block;
}

.h-btn a span.two {
  background: url(../image/dotted.gif) no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 37px;
  height: 37px;
  display: block;

}

.h-btn a span.rmwt {
  background: url(../image/dotted.gif) no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 37px;
  height: 37px;
  display: block;

}

/*content-index-left-end*/


/*content-index-right-start*/

.con-r-news {
  height: 182px
}

.con-r-news>ul {
  border-bottom: 1px solid #ababab;
  height: 36px;
  position: relative;

}

.con-r-news>ul>li {
  float: left;
  line-height: 36px;
  width: 77px;
  text-align: center;
}

.con-r-news>ul>li.news-act {
  border-bottom: 3px solid #d0504c;
  box-sizing: border-box;
  line-height: 34px;

}

.cxfw {
  height: auto;
  position: relative;
  position: absolute;
  bottom: 77px;
  left: 0;
  right: 0;
  top: 254px;

}

.con-r-news>ul>li a {
  color: #777;
  font-size: 14px;
  font-family: "΢���ź�";
}

.con-r-news>ul>li.news-act a {
  color: #d0504c;
  text-decoration: none;
}

.part_data {
  margin-top: 5px;
  position: absolute;
  top: 40px;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  left: 0;
}

.con-r-news>ul>li table tr {

  line-height: 26px;
  text-align: left;
}

.con-r-news>ul>li table td {
  text-align: left;
  font-size: 14px;
  color: #767676;
  display: inline-block;


}

.con-r-news>ul>li table td.t {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
  display: inline-block;
}

.con-r-news>ul>li table td.d {
  text-align: center;
  position: absolute;
  right: 10px;
  margin-right: 20px;
}

.con-r-news>ul>li table {
  width: 100%;
  display: block;
}

.con-r-news>ul>li table tbody {
  width: 100%;
  display: block;
}

.con-r-news>ul>li table tr {
  width: 100%;
  position: relative;
  display: block;
}

/*.con-r-news>ul>li table td.dd{
    width: 15px;
    background: url(http://zhengwu.beijing.gov.cn/images/zhuanti/2015/2016ghgd/li_bg.png) no-repeat;
    background-position: 2px;
    height: 26px;
}*/
.con-r-news>ul>li.news-act table td a {
  color: #212121;
  font-size: 12px;
  font-family: "΢���ź�";
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;

}

.con-r-news>ul>li.news-act table td a:hover {
  color: #a83a38;
}

/*content-index-right-end*/
/*content-help-right-start*/
.help-l {
  background-color: #FFF;
}

.help-l .post {
  margin-bottom: 20px;
}

.h-tit h2,
.con-r h4 {
  height: 45px;
  background-color: #d0504c;
  line-height: 45px;
  color: #FFF;
  padding-left: 15px;
  background-image: url(../image/dotted.gif) no-repeat;
}

.h-tit h2 i {
  font-style: normal;
  width: 20px;
  height: 20px;
  background: url(../image/dotted.gif) no-repeat;
  margin-top: 4px;
  margin-right: 3px;
  float: left;
  margin-top: 12px;
}

.que-con h2 {
  margin-bottom: 10px;
}

/*.que-con a{
  background: url(http://zhengwu.beijing.gov.cn/images/zhuanti/2015/2016ghgd/li_bg.png) no-repeat left center;
  font-size:14px;
  margin-left: 10px;
  padding-left: 10px;
  font-family: "΢���ź�";
  line-height: 30px;
  display: block;
}*/
.h-tit {
  padding-bottom: 20px;
}

.h-tit p {
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url("../image/dotted.gif") no-repeat 8px 10px;
  padding-left: 20px;
  list-style: circle;
  margin-left: 8px;
}

.h-tit>div {
  width: 90%;
  border: 1px solid #EEE;
  margin: 0 auto;
}

.h-tit>div img {
  width: 100%;
  height: auto;
}

/*content-help-right-end*/
/*help-con-start*/
.help-con {
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: -500px;
  bottom: 0;
  margin-bottom: 25px;
}

.help-l {
  padding-left: 20px;
  padding-top: 20px;
  background-color: #f5f5f5;
  padding-right: 20px;
}

.help-l .post h3 {
  border-bottom: 1px solid #ababab;
  position: relative;
  font-size: 16px;
  color: #d0504c;
  font-weight: normal;
  height: 46px;
  line-height: 46px;

}

.help-l .post h3 i {
  display: block;
  font-style: normal;
  background: url('../image/dotted.gif') no-repeat;
  width: 19px;
  height: 19px;
  margin-top: 13px;
  position: absolute;
  left: 8px;
}

.help-l .post h3 span {
  border-bottom: 3px solid #d0504c;
  line-height: 45px;
  display: block;
  position: absolute;
  padding-left: 30px;
  padding-right: 10px;
}

.help-l {
  overflow: auto;

}

.h-tit img {
  width: 100%;
  height: auto;
}

.help-r ul li {
  background: url(../image/dotted.gif) no-repeat 5px center;
  height: 45px;
  line-height: 45px;
}

.help-r ul li a {
  padding-left: 30px;
}

.help-r ul li a:hover {
  text-decoration: none;
}

.help-r ul li a.h-act {
  color: #d0504c;
}

/*help-con-end*/
/*footer-start*/
.footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  text-align: center;
  width: 100%;
  line-height: 50px;
  min-width: 1002px;
  background-color: #EEE;
  font-size: 12px;
}

/*footer-end*/
/*prompting-start*/
.prompting {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
}

.prompting1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
}

.pro-box {
  width: 340px;
  min-height: 235px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  margin-left: -170px;
  margin-top: -150px;
  padding: 15px;
  box-sizing: border-box;
}

.pro-box h5 {
  line-height: 36px;
  color: #e2791f;
}

.pro-box label {
  padding: 5px;
}

.pro-box textarea {
  width: 100%;
  padding-left: 5px;
  border: 0 none;
  border: 1px solid #CCC;
  border-radius: 4px;
  max-width: 305px;
  min-width: 305px;
  line-height: 24px;
  min-height: 24px;
  outline: none;
  resize: none;
}

.modal-footer {
  margin-top: 18px;
  text-align: center;
}

#submitBtn,
#cancelBtn {
  border: 0 none;
  outline: none;
  color: #FFF;
  width: 60px;
  height: 30px;
  cursor: pointer;
  background-color: #d0504c;
}

#submitBtn1,
#cancelBtn1 {
  border: 0 none;
  outline: none;
  color: #FFF;
  width: 60px;
  height: 30px;
  cursor: pointer;
  background-color: #d0504c;
}

#cancelBtn {
  background-color: #777;
  margin-right: 10px;
}

#cancelBtn1 {
  background-color: #777;
  margin-right: 10px;
}

/*prompting-end*/
.right_bar .pop_list .layer p {
  color: #FFF;
}

.survey {
  float: right;
}

.survey a {
  color: #d0504c;
}

.showmap {
  height: 280px
}

/*底部*/
.g-footer-box {
  position: absolute;
  bottom: -140px;
}

/**/

.por-main {
  position: relative;
}

body,
div,
p,
ol,
ul,
li,
a,
img,
span {
  margin: 0;
  padding: 0;
}

/**/
.tip-ai {
  position: relative;
  padding-left: 50px;
  background: url(../image/icon-ai01.png) left no-repeat;
}

.icon-ai {
  background: url(../image/icon-ai01.png) center no-repeat/100%;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  display: none;
}

.dialog_tab a em {
  /* color:#f60005;*/
  font-style: normal;
}

.box-item {
  margin: 0 0 20px 0;
}

.title-h3 {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}

.title-text {
  float: left;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}

.bth-more {
  float: right;
  font-weight: normal;
  font-size: 14px;
}

.list-box-right li {
  float: left;
  width: 25%;
  text-align: center;
}

.icon-img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.icon-text {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.hottags h2 {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #0a81c3;
  padding-left: 30px;
}

.cjwt .hottags h2 {
  background: url(../image/main_r_1.png) left no-repeat;
}

#hottags-box-bmfw h2 {
  background: url(../image/main_r_2.png) left no-repeat;
  margin-bottom: 10px;
}


/**/
.nav-main {
  height: 83px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 0 27px;
  overflow: hidden;
}

.nav_lt,
.nav_rt,
.nav_zj {
  width: 27px;
  height: 83px;
  /*background: url(../image/NAV_03.png) no-repeat; */

}

.nav_lt {
  position: absolute;
  left: 0;
  top: 0;
}

.nav_zj {
  width: 100%;
  /*background: url(../image/NAV_04.png) repeat-x; */
  background-color: white;
  text-align: center;
  min-width: 1200px;
}

.nav_zj ul li {
  display: inline-block;
  height: 27px;
  width: 10%;
  /*border-right: solid 1px #ff485e;*/
  margin-top: 18px;
}

.nav_zj ul li a {
  color: #000;
  display: block;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
}

.nav_zj ul li.last {
  border: none;
}

.nav_zj ul li a:hover {
  border-bottom: 2px solid #777;
  color: #777;
}

.nav_rt {
  /* background: url(../image/NAV_06.png) no-repeat; */
  position: absolute;
  right: 0;
  top: 0;
}

/*底部开始*/
.bottom {
  height: 268px;
}

.bottom_sb {
  height: 36px;
  background: #c61622;
  padding: 16px 0 0 420px;
}

.bottom_sb ul li {
  float: left;
  height: 15px;
  line-height: 15px;
  padding: 0 15px;
  border-right: solid 1px #dd737a;
}

.bottom_sb ul li.last {
  border: none;
}

.bottom_sb ul li a {
  color: #FFF;
  font-size: 16px;
}

.dhlj {
  padding: 44px 0 0px 0;
  background: #fff;
  min-width: 1200px;
}

.dhlj_lt {
  width: 194px;
  height: 100px;
  padding: 15px 0 0 40px;
  float: left;
}

.dhlj_zj {
  float: left;
  margin-left: 40px;
  color: #171717;
  line-height: 25px;
}

.dhlj_rt {
  width: 480px;
  float: right;
}

.dhlj_rt dl dt {
  width: 165px;
  height: auto;
  float: left;
  margin-right: 10px;
}

.dhlj_rt dl dt h2 {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

.dhlj_rt dl dt p {
  text-align: center;
  font-size: 12px;
  color: #171717;
  padding-top: 5px;
}

.dhlj_rt dl dd {
  float: left;
  margin: 20px 20px 0 0;
}

.dhlj_rt dl dd.dd1 {
  width: 108px;
  height: 53px;
  cursor: pointer;
}

.dhlj_rt dl dd.dd2 {
  width: 56px;
  height: 53px;
  cursor: pointer;
}

.zhyh {
  height: 29px;
  position: relative;
  padding: 0 32px;
}

.zhyh_lt,
.zhyh_rt {
  width: 32px;
  height: 29px;
  background: url(../image/db_sj_51.png) no-repeat;
  position: absolute;
}

.zhyh_lt {
  left: 0;
  top: 0;
}

.zhyh_zj {
  width: 100%;
  height: 29px;
  background: #ead9db;
  float: left;
  text-align: center;
  color: #171717;
  line-height: 28px;
}

.zhyh_rt {
  background: url(../image/db_sj_51.png) no-repeat;
  right: 0;
  top: 0;
}

.cut {
  max-width: 492px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  /*兼容性*/

  -webkit-text-overflow: ellipsis;
  /*自适应布局*/
}

.tips-box ul li a {
  max-width: 620px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  /*兼容性*/

  -webkit-text-overflow: ellipsis;
  /*自适应布局*/
}


/*底部结束*/

/* 03-25 */
.tab2_content .news li {
  margin-bottom: 5px;
  padding-top: 3px;
  border-top: #f1f1f1 dashed 1px;
  background-position: 3px 12px;
}

.tab2_content .news li a {
  display: inline-block;
  float: none;
}

.tab2_content .news li span.bszn {
  margin-left: 0;
  display: block;
  float: none;
}

.tab2_content .news li span.bszn a {
  vertical-align: middle;
  margin-left: 10px;
}


/* 20190516 mdd */
/* 导航 */

.nav_zj-new {
  height: 80px;
  margin: 0 auto;
  background: url(../image/main_top.png) center no-repeat;
  background-size: 100% 100%;
}

.nav_zj-new-nav {
  float: left;
}

.nav_zj-new-nav li {
  display: inline-block;
  line-height: 120px;
}

.nav_zj-new-nav li a {
  color: #B5D7FA;
  display: block;
  font-size: 18px;
  padding: 0 5px;
}



.nav_zj-new-nav li.last {
  border: none;
}

.nav_zj-new-nav li a:hover {
  background: #0a81c3;
}



/* 左侧导航 */
.con-r-new .icon-img {
  width: 47px;
  height: 47px;
}

.con-r-new .list-box-right li {
  width: 33%;
}

.con-r-new .title-h3 {
  color: #222;
}

.con-r-new .icon-text {
  color: #666;
}

.con-r-new .bth-more {
  color: #0059DB;
}

.nav-main-new {
  /* overflow: hidden; */
  margin: 0 auto;
  padding-top: 25px;
  width: 100%;
}

.nav_logo {
  height: 50px;
  line-height: 50px;
  float: left;
  margin: 15px 0 0 40px;
  padding-left: 70px;
  background: url(../image/logo-v3.png) no-repeat 0 center;
  color: #fff;
}

.nav_logo span {
  font-size: 28px;
  color: #fff;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.nav_logo .gov-name-s {
  font-size: 28px;
  letter-spacing: 1px;
}

.con-ll {
  width: 258px;
  margin-right: 22px;
}

.con-ll-zxtd {
  overflow: hidden;
}

.con-ll .con-ll-zxtd img {
  width: 113px;
  height: 97px;
  float: left;
}

.con-ll-zxtd h3 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding: 52px 21px 0 21px;
  width: 97px;
  height: 24px;
  float: left;
}

.con-ll-detail p a {
  color: #FEFEFE;
}

.con-ll-detail p a:hover {
  text-decoration: underline;
}

.con-ll-detail p {
  width: 218px;
  height: 108px;
  background: rgba(29, 90, 175, 0.8);
  line-height: 27px;
  font-size: 14px;
  padding: 20px;
  color: #FEFEFE;
}

.con-ll-rg li {
  float: left;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 32px;
  height: 32px;
}

.con-ll-rg {
  overflow: hidden;
  margin: 23px 0 21px 0;
}

.con-ll-rg li img {
  padding-right: 5px;
}

.con-ll-rg li h4 a {
  color: #FEFEFE;
}

.con-ll-rg li h4:hover {
  cursor: pointer;
}

.con-ll-rg li span {
  padding: 0 7px;
}

#com_g {
  border-right: 10px solid rgba(255, 255, 255, -1);
  border-bottom: 10px solid rgba(29, 90, 175, 0.8);
  border-left: 10px solid rgba(255, 255, 255, -1);
  left: 75px;
  position: relative;
}

#com_g01 {
  border-right: 10px solid rgba(255, 255, 255, -1);
  border-bottom: 10px solid rgba(29, 90, 175, 0.8);
  border-left: 10px solid rgba(255, 255, 255, -1);
  left: 200px;
  position: relative;
}

.con-ll-detail div {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.con-ll-wx {
  overflow: hidden;
}

.con-ll-wx h3 {
  font-size: 18px;
  color: #FEFEFE;
}

.con-l-title {
  font-size: 24px;
  color: #FEFFFF;
  height: 50px;
  line-height: 50px;
  margin-top: 40px;
}

.ttn-t {
  box-sizing: border-box;
  background-color: #fff;
}

#con li {
  height: auto;
  line-height: 27px;
}

.footer_n {
  /* font-size: 14px; */
  font-size: 0;
  color: #B5D7FA;
  text-align: center;
  /* height: 77px;
  line-height: 77px; */
  position: relative;
  height: 25px;
}



/* gl */
.dialogDes {
  font-size: 14px;
  margin-top: 55px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 10px 12px;
  padding-bottom: 10px;

}

.dialogDes p {

  color: #333;
  line-height: 20px;

}

.networks {
  color: #0066cb;
}

.relatived {
  color: #e08639;
  margin-top: 15px;
  display: inline-block;
}

.dialogDes li {
  float: none;
  list-style: disc;
  margin-left: 20px;
  line-height: 24px;
  /* list-style-type: disc; */
}

.dialogDes li span {
  margin-left: 10px;
  color: #999;

}

.networks:hover {
  text-decoration: underline;
}

.dialogDes li a:hover {
  text-decoration: underline;
}

.dialogDes li span:hover {
  cursor: text;
}

em {
  font-style: normal;
  color: #cc0001;
}



/* 政务微信 */
.dialog_weixin {
  padding-top: 30px;
  border-top: #bcd5ea 1px solid;
}


.dialog_weixin .con-ll-ewm {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}

.dialog_weixin .con-ll-ewm img {
  width: 110px;
  height: 110px;
}

.dialog_weixin .con-ll-wx h3 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

/* 便民服务 */
.dialog_tab-bmfw {
  padding: 30px 30px 0 30px;
  border-top: #bcd5ea 1px solid;
  overflow: hidden;
}

.hottags-list-bmfw ul {
  width: 280px;
}

.hottags-list-bmfw ul li {
  width: 96px;
  height: 32px;
  float: left;
  background: #eaf5fb;
  border-radius: 5px;
  margin: 0 10px 15px 0;
}

.hottags-list-bmfw ul li a {
  display: block;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #333;
}

/* 切换区域 */
.city-switch {
  float: left;
  width: 100px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 6px;
  text-align: center;
  margin: 30px 0 0 26px;
}

.city-switch-btn {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.city-switch-btn i {
  width: 14px;
  height: 6px;
  display: inline-block;
  background: url(../image/xiala-v3.png) no-repeat;
  margin-left: 5px;
}

#city-switch-box {
  width: 688px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.4);
  border-radius: 4px;
  position: relative;
  z-index: 999;
  text-align: left;
  padding: 40px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -470px;
  top: 100px;
  z-index: 110;
  display: none;
}

#city-switch-box h2 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}

.city-switch-box-list ul {
  width: 750px;
}

.city-switch-box-list ul li {
  margin: 25px 40px 0 0;
  float: left;
}

.city-switch-box-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}

.city-switch-box-list .cur a {
  color: #0074CF;
}

#cityText {
  color: #333;
  text-decoration: none;
}


.registration-list ul li {
  padding: 5px 0 0 0 !important;
  background: none !important;
}

.box-satisfaction {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
  line-height: 30px;
  height: 30px;
  padding: 0 0 20px 0;
  margin-left: 20px;
}

.box-satisfaction span {
  display: inline-block;
}

.satisfaction-ico {
  margin-left: 15px;
  padding-left: 22px;
  cursor: pointer;
}

.satisfaction-ico.yes {
  background: url(../image/ico-yes.png) center left no-repeat;
}

.satisfaction-ico.no {
  background: url(../image/ico-no.png) center left no-repeat;
}

.box-satisfaction-text a {
  color: #E00B0B;
}

.box-questions-second h2 {
  font-size: 18px;
  font-weight: bold;
  color: rgba(34, 34, 34, 1);
  line-height: 26px;
}

.box-questions-second p {
  margin-top: 10px;
  clear: both;
  overflow: hidden;
  font-size: 0;
}

.box-questions-second button {
  color: #666;
  background: #F9FAFB;
  border: 1px solid rgba(241, 241, 241, 1);
  padding: 0 30px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  margin-bottom: 8px;
  border-radius: 6px;
  cursor: pointer;
}


.search-ai {
  float: right;
  margin: 20px 80px 0 0;
  position: relative;
  z-index: 1;
}

.search-ai a {
  font-size: 0;
  font-family: Microsoft YaHei;
  line-height: 30px;
  color: #0A6DD9;
  padding-right: 54px;
  display: block;
  cursor: text;
}

.search-ai i {
  width: 240px;
  height: 92px;
  background: url(../image/main_top_titile.png) center no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* 20191205 mdd */

/* 框架 */
.box-hunan-frame {
  padding: 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  max-width: 520px;
  /*margin-bottom: 20px;*/

}


/* 多伦问答 */
.box-hunan-QA {}

.box-hunan-QA h2 {
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  display: inline-block;
  line-height: 46px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(34, 34, 34, 1);
}

.box-hunan-QA ul {
  overflow: hidden;
  margin: 0px 0px 10px 10px;
}

.box-hunan-QA ul a {
  float: left;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(201, 216, 233, 0.6);
  border-radius: 18px;
  color: #0A6DD9;
  font-size: 14px;
  line-height: 36px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  word-wrap: break-word;
  word-break: break-all;
}

/* 您可能感兴趣的问题 */


.registration-list {
  clear: both;
  overflow: hidden;
  padding: 0 20px;
}

.registration-list h2 {
  font-size: 16px;
  font-weight: bold;
  color: rgba(10, 109, 217, 1);
  line-height: 24px;
  margin: 5px 0;
}

.br-bottom {
  border-bottom: #ccc 1px dashed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.registration-list ul {
  clear: both;
  overflow: hidden;
}

.registration-list ul li {
  padding-top: 10px;
}

.registration-list ul li em {
  width: 3px;
  height: 3px;
  float: left;
  background: #333;
  margin-top: 10px;
}

.registration-list ul li a {
  padding-left: 8px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.registration-list ul li a:hover {
  color: #0A6DD9;
}

.registration-list ul li span,
.registration-list ul li span a {
  color: #A6A6A6;
  margin-left: 4px;
}

.list-more {
  font-size: 14px;
  font-weight: 400;
  color: #0A6DD9;
  line-height: 24px;
  margin-top: 10px;
  float: left;
}

.registration-list ul li .p_link a {
  font-size: 14px;
  color: #0A6DD9;
}

/* 登记卡 */

.registration-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 26px;
}

.registration-title a {
  color: #0A6DD9;
  text-decoration: underline;
}


.registration-more {
  margin: 10px 0 0 0;
}

.registration-more a {
  display: inline-block;
  width: 92px;
  height: 32px;
  background: #247ee1;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.registration-list {
  clear: both;
  overflow: hidden;
}


.registration-list ul li .p_link a {
  font-size: 14px;
  color: rgba(16, 150, 219, 1);
}

.choose-city {
  box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 0.35);
  border-radius: 4px;
  position: relative;
  margin-top: 15px;
  height: 35px;
  overflow: hidden;
  padding-right: 70px;
}

.choose-city ul li {
  display: inline-block;
  margin: 0 10px;
}

.choose-city ul li span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.choose-city ul li span.citycur {
  color: #0A6DD9;
}

.choose-city-tab {
  position: relative;
  margin-top: 15px;
  height: 35px;
  overflow: hidden;
}

.choose-city-more {
  display: none;
  position: absolute;
  top: 6px;
  right: 10px;
  padding-right: 15px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #0074CF;
  background: url(../image/city-open.png) no-repeat right center;
  cursor: pointer;
}

.choose-city-hide {
  background: url(../image/city-hide.png) no-repeat right center;
}

.choose-city ul,
.choose-city-tab ul {
  font-size: 0;
}

.choose-city.opencity {
  height: auto;
}

.choose-city-tab ul li {
  display: inline-block;
  margin-right: 30px;
}

.choose-city-tab ul li span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  height: 30px;
  line-height: 26px;
  border-bottom: 2px solid #fff;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.choose-city-tab ul li span.citytabcur {
  border-bottom: 2px solid #0A6DD9;
  color: #0A6DD9;
}



.table-con,
.table-tab-con {
  display: none;
  margin-top: 10px;
}

.table-tab-con ul {
  clear: both;
  overflow: hidden;
}

.table-tab-con ul li {
  width: 50%;
  float: left;
}

.table-tab-con ul p {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 26px;
}

/* 旅游投诉 */


.box-tourist-complaints-con {
  /* background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 13px 0px rgba(153, 153, 153, 0.25);
  margin: 20px;
  padding: 20px; */
  padding-bottom: 10px;
  border-bottom: #e2e2e2 1px solid;
}

.box-tourist-complaints-con .box-hunan-text-title {
  font-size: 18px;
  font-weight: 400;
  color: rgba(34, 34, 34, 1);
  line-height: 26px;
  margin-bottom: 10px;
}



.box-tourist-complaints-con p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 5px;
  line-height: 26px;
}



.box-tourist-complaints-con .box-map a {
  color: #0A6DD9;
  margin-left: 10px;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-tourist-complaints-con .box-map i {
  width: 13px;
  height: 18px;
  background: url(../image/ico_map.png) center no-repeat/100%;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  right: -24px;
  top: 0;
  z-index: 10;
}

.box-tourist-complaints-con h2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(34, 34, 34, 1);
  line-height: 26px;
  margin-bottom: 10px;
}

.box-tourist-complaints-con .box-time i {
  color: #0A6DD9;
  margin: 0 5px 0 10px;
}

.box-tourist-complaints-con h2 a:hover {
  color: #0A6DD9;
}

/* 相关数据 */

.questions-more-btn {
  cursor: pointer;
  color: #0074CF !important;
}


.box-tourist-city {
  padding: 10px 0;
  border-top: 1px solid #E9E9E9;
  margin-top: 10px;
}

.box-tourist-city-more {
  display: inline;
  margin-left: 20px;
  padding-right: 15px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #0074CF;
  background: url(../image/city-open.png) no-repeat right center;
  cursor: pointer;
}

.box-tourist-city-hide {
  background: url(../image/city-hide.png) no-repeat right center;
}

.box-tourist-city-top {
  /*height: 26px;*/
}

.box-tourist-city-top h3 {
  line-height: 26px;
  font-size: 14px;
  color: #333;
  display: inline;
}

.box-tourist-city-top h3 em {
  color: #0A6DD9;
  font-style: normal;
}

.box-tourist-city-list {

  display: none;
  font-size: 0;
  clear: both;
}

.box-tourist-city-list a {
  font-size: 14px;
  color: #333;
  margin-right: 60px;
  margin-bottom: 10px;
  display: inline-block;
}

.box-tourist-city-list a:hover {
  text-decoration: underline;
  color: #0074CF;
  font-size: 14px;
}




/* 城市切换 */
.box-city-title {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 26px;
}

.box-complaint-city {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}

.box-complaint-city span {
  font-size: 16px;
  font-weight: 400;
  color: #0074CF;
  line-height: 30px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.box-complaint-city span i {
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url(../image/ico_map.png) center no-repeat/100%;
  position: absolute;
  right: -18px;
  top: 3px;
  z-index: 2;
}

#city-switch-box-mian {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

#city-switch-box-mian-box {
  width: 560px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.4);
  border-radius: 4px;
  text-align: left;
  padding: 20px;
  overflow: hidden;
  position: fixed;
  left: 50%;
  margin-left: -300px;
  top: 30%;
  z-index: 110;
}

#city-switch-box-mian h2 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}

.city-switch-box-mian-list {
  position: relative;
  z-index: 4;

}

.city-switch-box-mian-list ul {
  width: 600px;
  clear: both;
  overflow: hidden;
}

.city-switch-box-mian-list ul li {
  margin: 25px 60px 0 0;
  float: left;
}

.city-switch-box-mian-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}

.city-switch-box-mian-list .cur a {
  color: #0074CF;
}

.city-switch-confirm {
  width: 92px;
  height: 32px;
  display: inline-block;
  background: rgba(34, 123, 221, 1);
  border-radius: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
}

.city-switch-box-close {
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url(../image/icon-ai-close.png) no-repeat;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 9;
}


#boxCarLleftO {
  margin-top: 0 !important;
}

/* 增加联系方式 */
.con-ll-lxfs {
  margin-bottom: 10px;
}

.con-ll-lxfs p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin: 10px 20px 0 20px;
}

.con-ll-lxfs p a {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}


.con-ll-lxfs i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 11;

}

.lxfs-phone i {
  background: url(../image/ico_phone.png) left no-repeat;
  background-size: 100% 100%;
}

.lxfs-mail i {
  background: url(../image/ico_mail.png) left no-repeat;
  background-size: 100% 100%;
}

/* 身份证 */
.box-hunan-bsfw-hkbl-list,
.box-hunan-bsfw-cjwt {
  display: none;
}

.box-hunan-bsfwzd {
  min-width: auto !important;
}

.box-hunan-bsfw-hkbl img {
  float: none !important;
}

.box-hunan-bsfw-hkbl {
  text-align: center;
  margin: 10px 0 !important;
  width: auto !important;
  height: auto !important;
}


.dialog-msg .dialog-all .dialog_tab {
  border: none;
  margin: 0;
  background: none;
  word-wrap: break-word;
}

/* 副省长智能问答 */
.box-hunan-img-box {
  width: auto !important;
  padding: 0 0 0 15px;
  overflow: hidden\9;
}
.box-hunan-img-box-list ul li h2{
  font-size: 16px\9;
    font-family: Microsoft YaHei\9;
    font-weight: 400\9;
    color: rgba(51, 51, 51, 1)\9;
    text-align: center\9;
    line-height: 30px\9;
    margin-top: 8px\9;
}
.box-hunan-img-box-list ul {
  width: 110% !important;
}

.box-hunan-img-box-list ul li {
  width: 90px !important;
  margin: 0 42px 20px 0 !important;
  position: relative\9;
  z-index: 1\9;
  float: left\9;
}

.box-hunan-img-box-list ul li img {
  width: 90px !important;
  height: 114px !important;
}
.box-hunan-img-title {
  font-size: 20px\9;
  font-family: Microsoft YaHei\9;
  font-weight: bold\9;
  color: #212121;
  line-height: 73px\9;
}
.entrance {
  border: 1px solid #DDD;
  padding: 23px 10px;
  font-size: 0;
}
.entrance_btn1 {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  font-weight: bold;
  background-color: #10568A;
  margin-right: 10px;
}
.entrance_btn2 {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    font-weight: bold;
    background-color: #157CC9;
    margin-right: 10px;
}
.entrance_btn3 {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  color: #555;
  font-size: 16px;
}
.box-hunan-img-box-list ul li i {
  width: 104px;
  height: 130px;
  background: #dde8ed;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: -1;
}

.box-hunan-img-box-list ul li i {
  width: 90px !important;
  height: 114px !important;
}


.box-hunan-come {
  width: auto !important;
  margin: 15px;
}

/* 底部常见问题 */
.box_bottom_cjwt {
  display: none;
}



.box-hunan-come-title-s {
  font-size: 24px;
}


/* 办户口 */

.box-hunan-bsfwzd {
    padding: 10px;
    position: relative;
    z-index: 1;
}
.box-hunan-bsfwzd-title {
    background: #85a5dc;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 71px;
    z-index: 2;
}
.box-hunan-bsfw-hkbl {
    width: 380px;
    height: 160px;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    padding: 20px;
    border: #e2e2e2 1px solid;
    text-align: center;
}
.box-hunan-bsfw-hkbl img {
    width: 380px;
    height: 160px;
    float: left;
}
.box-hunan-bsfw-hkbl-list,.box-hunan-bsfw-cjwt {
      display: none;
}

/* 长沙 */

  .box-hunan-frame {
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    max-width: 520px;
  }


  .box-hunan-frame h2 a,
  .box-hunan-frame h2 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
  }

  .box-hunan-jdxw-con {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
  }

  .box-hunan-jdxw-l img {
    width: 220px;
    height: 160px;
  }

  .box-hunan-jdxw-l a {
    display: block;
    height: 160px;
  }

  .box-hunan-jdxw-l {
    width: 220px;
    margin-right: 15px;
  }

  .box-hunan-jdxw-r {
    /* width: 482px; */
    float: inherit;
  }

  .box-hunan-jdxw-r p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    height: 88px;
    overflow: hidden;
  }

  .box-hunan-jdxw-r ul {
    margin-top: 5px;
    height: 66px;
  }

  .box-hunan-jdxw-r ul li {
    position: relative;
    z-index: 1;
    /* float: left; */
    /* width: 245px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .box-hunan-jdxw-r ul li i {
    width: 2px;
    height: 2px;
    display: block;
    background: #0074cf;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 10;
  }

  .box-hunan-jdxw-r ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #0074cf;
    padding-left: 10px;
  }

  .box-hunan-jdxw-r ul li a:hover {
    text-decoration: underline;
  }

  .box-hunan-jdxw-list {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
  }

  .box-hunan-jdxw-list a {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-decoration: underline;
    float: left;
    margin-right: 26px;
  }

  .box-hunan-jdxw-list a:hover {
    color: #0074cf;
  }



/* 教师资格证 */

.box-hunan-come {
  width: 852px;
  height: 175px;
  background: url(http://n8.imagefile.pg0.cn/group1/M00/77/C8/CgoKbV4B7SSAWyCBAAD5_4Kj46k192.png) no-repeat;
margin-top: 20px;
}
.box-hunan-come-logo {
clear: both;
overflow: hidden;
}

.box-hunan-come-logo h2 {
  font-size: 13px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: rgba(58, 167, 251, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 13px;
  height: 26px;
  line-height: 26px;
  padding: 0 13px;
  display: inline-block;
  margin: 16px 0 0 8px;
}

.box-hunan-come-logo img {
  width: 104px;
  height: 33px;
  float: left;
  margin: 9px 0 0 9px;
}

.box-hunan-come-title {
  font-size: 28px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 73px;
  text-shadow: 0px 2px 10px rgba(49, 110, 193, 0.3);
  text-align: center;
}

.box-hunan-come-detailed {
  text-align: center;
}

.box-hunan-come-detailed a {
  height: 29px;
  line-height: 29px;
  background: #FF9625;
  box-shadow: 0px 2px 10px 0px rgba(49, 110, 193, 0.3);
  border-radius: 15px;
  padding: 0 49px 0 32px;
  display: inline-block;
  font-size: 15px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 1;
}

.box-hunan-come-detailed i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(http://n5.imagefile.pg0.cn/group1/M00/99/A4/CgoKbF4B7TaACjzWAAABQOmQYMo574.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 7px;
  right: 28px;
}



/* wap适配 */

@media only screen and (min-width: 240px) and (max-width: 768px) {

  .con-r,
  .city-switch {
    display: none;
  }

  .search-ai {
    float: inherit;
    margin: 0 .266667rem
      /* 20/75 */
      0 0;
  }

  .b-content,
  .con-l {
    width: 100% !important;
  }

  .nav_logo {
    height: .666667rem
      /* 50/75 */
    ;
    line-height: .666667rem
      /* 50/75 */
    ;
    margin: .2rem
      /* 15/75 */
      0 0 .266667rem
      /* 20/75 */
    ;
    padding-left: .933333rem
      /* 70/75 */
    ;
    background: url(../image/logo-v3.png) left no-repeat;
    background-size: auto 100%;
  }

  .nav-logo-con {
    flex: 1;
  }

  .nav_logo span {
    font-size: .373333rem
      /* 28/75 */
    ;
    float: left;
  }

  .nav_logo .gov-name-s {
    font-size: .32rem
      /* 24/75 */
    ;
  }

  .nav-main-new {
    padding-top: 0;
    height: 1.066667rem
      /* 80/75 */
    ;
    text-align: center;
  }

  .search-ai a {
    line-height: 1.066667rem
      /* 80/75 */
    ;
    padding: 0;
  }

  .search-ai i,
  #fontNum,
  #sug-box {
    display: none !important;
  }

  .nav_zj-new {
    height: 1.066667rem
      /* 80/75 */
    ;
    border-radius: 0;
    display: flex;
    background: url(../image/header-bg.png) center no-repeat;
    background-size: 100% 100%;
  }



  .con-l-b {
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    height: auto;
    padding: .266667rem
      /* 20/75 */
      0;
  }

  .por-main_01,
  .por-main,
  .b-content,
  .con-l {
    height: 100%;
    overflow: hidden;
  }

  .button {
    width: auto;
    height: .64rem
      /* 48/75 */
    ;
    margin: 0 .133333rem
      /* 10/75 */
      0 0;
    position: inherit;
    right: inherit;
  }

  .chatbtnover {
    width: auto;
    height: .64rem
      /* 48/75 */
    ;
    line-height: .64rem
      /* 48/75 */
    ;
    border-radius: 0;
    font-size: .32rem
      /* 24/75 */
    ;
    padding: 0 .373333rem
      /* 28/75 */
    ;
    background: rgba(39, 146, 216, 1);
    border-radius: .466667rem
      /* 35/75 */
    ;
    font-weight: 400 !important;
  }

  .text-con {
    flex: 1;
    background: #f1efef;
    height: .64rem
      /* 48/75 */
    ;
    margin: 0 .133333rem /* 10/75 */ 0 .266667rem /* 20/75 */;
    border: .013333rem
      /* 1/75 */
      solid rgba(226, 226, 226, 1);
    border-radius: .466667rem
      /* 35/75 */
    ;
    position: inherit;
    right: inherit;
    left: inherit;
    top: inherit;
    overflow: hidden;
  }

  #messCon {
    background: none;
    border: none;
    width: 100%;
    overflow: inherit;
    height: .64rem
      /* 48/75 */
    ;
    line-height: .64rem
      /* 48/75 */
    ;
    outline: none;
    resize: none;
    padding: 0 .266667rem
      /* 20/75 */
    ;
    box-sizing: border-box;
    margin-top: 0;
    font-size: .293333rem
      /* 22/75 */
    ;
    color: #989898;
  }

  .b-content {
    display: flex;
    flex-direction: column;
  }

  .con-l {
    flex: 1;
    display: flex;
    flex-flow: column;
  }

  .con-l-t {
    flex: 1;
    background: url(../image/wapbg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 0;
  }

  body {
    background: none !important;
  }

  .search-ai a {
    font-size: .346667rem /* 26/75 */ !important;
    font-weight: bold;
    color: #fff;
  }

  #message {
    height: 100% !important;
    overflow-y: auto !important;
    padding: 0 .266667rem
      /* 20/75 */
    ;
  }

  .box-hunan-QA h2 {
    line-height: .533333rem
      /* 40/75 */
    ;
    padding-top: 10px;
  }

  .dialog-msg,
  .dialog,
  .tip-ai {
    background-size: 8%;
  }

  .tip-ai {
    padding-left: .666667rem
      /* 50/75 */
    ;
  }

  .dialog-msg .dialog-all {
    margin-left: .666667rem
      /* 50/75 */
    ;
    min-width: auto;
  }

  .dialog {
    padding-right: .666667rem
      /* 50/75 */
    ;
  }

  .box-hunan-jdxw-l {
    width: 2.933333rem
      /* 220/75 */
       !important;
  }

  .box-hunan-jdxw-l a {
    height: 2.133333rem
      /* 160/75 */
       !important;
  }

  .box-hunan-jdxw-l img {
    width: 2.933333rem
      /* 220/75 */
       !important;
    height: 2.133333rem
      /* 160/75 */
       !important;
  }

  .box-hunan-jdxw-r ul,
  .box-hunan-jdxw-list {
    display: none;

  }

  .box-hunan-bsfw-hkbl img {
    width: 5.066667rem
      /* 380/75 */
       !important;
    height: 2.133333rem
      /* 160/75 */
       !important;
  }

  .box-satisfaction {
    height: auto !important;
    margin-left: 20px;
  }

  .box-hunan-bsfw-hkbl {
    width: auto !important;
    height: auto !important;
  }

  /* 副省长 */
  .box-hunan-img-box {
    width: 100% !important;
  }

  .box-hunan-img-title {
    font-size: .4rem
      /* 30/75 */
       !important;
    line-height: .8rem
      /* 60/75 */
       !important;
  }

  .box-hunan-img-box-list ul {
    width: 110% !important;
  }

  .box-hunan-img-box-list ul li {
    width: 1.333333rem
      /* 100/75 */
       !important;
    margin: 0 .8rem
      /* 60/75 */
      .266667rem
      /* 20/75 */
      0 !important;
  }

  .box-hunan-img-box-list ul li img {
    width: 1.333333rem
      /* 100/75 */
       !important;
    height: 1.693333rem
      /* 127/75 */
       !important;
  }

  .box-hunan-img-box-list ul li i {
    width: 1.333333rem
      /* 100/75 */
       !important;
    height: 1.693333rem
      /* 127/75 */
       !important;
    left: .133333rem
      /* 10/75 */
       !important;
    top: .133333rem
      /* 10/75 */
       !important;
  }

  .box-hunan-img-box-list ul li h2 {
    font-size: .293333rem /* 22/75 */
       !important;
  }

  /* 加油站 */
  .box-hunan-come {
    width: 100% !important;
    height: 2.866667rem
      /* 215/75 */
       !important;
    background-size: 100% 100% !important;
    margin: 0 !important;
  }


  .box-hunan-come-logo {
    clear: both;
    overflow: hidden;
  }

  .box-hunan-come-logo img {
    width: 1.866667rem
      /* 140/75 */
       !important;
    height: .693333rem
      /* 52/75 */
       !important;
    margin: .133333rem
      /* 10/75 */
      0 0 .266667rem
      /* 20/75 */
       !important;
  }

  .box-hunan-come-logo h2 {
    padding: 0 .24rem
      /* 18/75 */
       !important;
    height: .426667rem
      /* 32/75 */
       !important;
    line-height: .426667rem
      /* 32/75 */
       !important;
    font-size: .24rem
      /* 18/75 */
    ;
    margin-top: .266667rem
      /* 20/75 */
    ;
  }

  .box-hunan-come-title {
    font-size: .373333rem /* 28/75 */ !important;
    line-height: 1.186667rem
      /* 89/75 */
       !important;
  }

  .box-hunan-come-title-s {
    font-size: .32rem /* 24/75 */;
  }

  .box-hunan-come-detailed a {
    padding: 0 .693333rem
      /* 52/75 */
      0 .52rem
      /* 39/75 */
       !important;
    height: .48rem
      /* 36/75 */
       !important;
    line-height: .48rem
      /* 36/75 */
       !important;
    font-size: .266667rem
      /* 20/75 */
       !important;
  }

  .box-hunan-come-detailed i {
    width: .293333rem
      /* 22/75 */
       !important;
    height: .293333rem
      /* 22/75 */
       !important;
    top: .093333rem
      /* 7/75 */
       !important;
    right: .36rem
      /* 27/75 */
       !important;
  }


  /* 底部常见问题 */
  .con-l-b-con {
    display: flex;
  }

  .box_bottom_cjwt {
    display: block;
    clear: both;
    overflow: hidden;
  }

  .box_bottom_cjwt {
    width: 100%;
    height: .56rem /* 42/75 */;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 .133333rem /* 10/75 */ .266667rem /* 20/75 */;
  }

  .box_bottom_cjwt ul {
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto !important;
    padding-bottom: .266667rem /* 20/75 */;
  }

  .box_bottom_cjwt ul li {
    display: inline-block !important;
    margin-right: .266667rem /* 20/75 */;
  }

  .box_bottom_cjwt ul li a {
    font-size: .266667rem /* 20/75 */;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: .533333rem /* 40/75 */;
    padding: 0 .32rem /* 24/75 */;
    border: .013333rem /* 1/75 */ solid rgba(226,226,226,1);
    border-radius: .28rem /* 21/75 */;
  }

}
