@charset "UTF-8";
/* yui3 reset.css */
html {
    color: #333;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('./font/SourceHanSansCN-Medium.otf');
}

body {
    font-size: 16px;
    color: #333;
    font-family: 'Microsoft YaHei';
}

select,
input,
button,
textarea {
    font: 99% Microsoft YaHei, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.mr1 {
    margin-right: 1px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

::-webkit-input-placeholder /* WebKit browsers */ {
    color: #999 !important;
}

:-moz-placeholder /* Mozilla Firefox 4 to 18 */ {
    color: #999;
}

::-moz-placeholder /* Mozilla Firefox 19+ */ {
    color: #999 !important;
}

:-ms-input-placeholder /* Internet Explorer 10+ */ {
    color: #999 !important;
}

.placeholder /* Internet Explorer 9- */ {
    color: #999 !important;
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/*#region 头部样式 */
.header {
    background-color: #fff;
}

.header-top {
    height: 97px;
}

.header-top > img,
.header-sj,
.header-search {
    float: left;
}

.header-top > img {
    cursor: pointer;
    margin: 19px 0px 20px 0px;
}

.header-sj {
    position: relative;
    height: 64px;
    padding: 33px 20px 0 23px;
    /* cursor: pointer; */
}

.city {
    float: left;
    font-size: 16px;
    width: 150px;
    text-align: right;
}

.arrow {
    float: left;
    margin: 9px 0 0 12px;
    width: 13px;
    height: 8px;
    background: url(images/arrowdown.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.header-sj:hover .city-around {
    display: block;
}

.header-sj:hover .arrow {
    background-image: url(images/arrowup.png);
}

.city-around {
    display: none;
    position: absolute;
    top: 84px;
    left: -320px;
    width: 1131px;
    padding: 15px 0px 18px 31px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    z-index: 10;
}

.city-around > img {
    position: absolute;
    top: -10px;
    left: 550px;
}

.header-search {
    margin-top: 28px;
    width: 380px;
}

.header-search #headsearchtxt,
.header-search #txtsearch {
    float: left;
    width: 275px;
    height: 37px;
    line-height: 37px;
    text-indent: 10px;
    font-size: 14px;
    color: #999;
    border: 1px solid #cacaca;
    outline: none;
    margin: 0;
}

.header-search #zwdtqwjs,
.header-search #searchbutton {
    float: left;
    width: 75px;
    height: 39px;
    margin-left: -1px;
    background: #f38401 url(images/icon_09.png) no-repeat;
    background-position: center;
    cursor: pointer;
}

.header-search > span:hover {
    background-color: #f36d01;
}

.header-user {
    float: left;
    margin-top: 11px;
}

.header-user > img {
    width: 43px;
    height: 43px;
    margin: 0px 24px 0px 27px;
    border-radius: 20px;
}

.header-user p {
    color: #b6b6b6;
}

.header-user > p a {
    text-align: center;
    float: left;
    display: block;
    width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.header-user .line {
    display: block;
    margin: 0 5px;
    float: left;
}

.header-user a:hover {
    color: #ce1e2c;
}

.header-user p a.active {
    color: #257ed7;
}

.header-user p a.activename {
    color: #257ed7;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 42px;
}

.city-item {
    margin-top: 8px;
}

.city-item > span,
.city-item > ul,
.city-item > li {
    float: left;
}

.city-item > span {
    height: 25px;
    padding-top: 1px;
    font-size: 16px;
    font-weight: bold;
    color: #265fae;
}

.city-item > ul {
    margin-left: 12px;
}

.city-item > ul li {
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 2px;
    font-size: 14px;
}

.city-item > ul li a {
    color: #333;
    padding: 0px 15px;
    display: block;
}

.city-around li:hover,
.city-around .active,
.city-around .current {
    background-color: #ffae00;
}

.city-around li:hover a,
.city-around .active a,
.city-around .current a {
    color: #fff;
}

/*#endregion */

/*#region 尾部样式 */
.footer {
    background-color: #2a2b2a;
}

.footerwrapper > p {
    float: left;
    line-height: 74px;
    color: #a2a3a2;
}

.footerwrapper span {
    margin: 0px 5px;
}

.footerwrapper a,
.footerwrapper span {
    font-size: 14px;
    color: #a2a3a2;
}

.footer-bq {
    margin: 0px 41px 0px 40px;
}

.img-cn {
    float: left;
    margin: 22px 39px 0px 160px;
}

.img-js {
    margin: 22px 0px 0px 0px;
}

/*headerbar*/
.headerbar {
    background-color: #257ed8;
}

.headerbar-list {
    padding-left: 30px;
}

.headerbar-list > li {
    float: left;
}

.headerbar-list > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 40px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.headerbar-list > li > a:hover,
.headerbar-list > li.active a {
    background-color: #0068b7;
}

.nav {
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    background-color: #257ed7;
}

.nav li {
    float: left;
    width: 150px;
    text-align: center;
}

.nav li a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
}

.nav li a:hover,
.curr-nav {
    background-color: #1568D1;
}

/*当前所在位置*/
.position {
    height: 56px;
    line-height: 56px;
    color: #666;
    text-indent: 22px;
    background: url(images/position.png) left 20px no-repeat;
}

.position a {
    margin: 0 5px;
    color: #666;
}

.position a.curr-position {
    color: #cf1f1f;
}

.gray {
    background-color: #f8f8f8;
}

/* 个人空间通用页面导航 */
.menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background-color: #fff;
}

.menu .logo {
    display: block;
    margin: 2px auto;
    width: 196px;
    height: 80px;
}

.menu .menuname {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #257ed7;
    text-indent: 56px;
    background-color: #daebfb;
    border-left: 8px solid #257ed7;
}

.menu .menuname:hover {
    background-color: #bfe0fe;
}

.menu .link {
    display: block;
    text-indent: 64px;
    line-height: 31px;
    height: 31px;
}

.menu .link.active,
.menu .link:hover {
    font-weight: bold;
    color: #f58402;
}
/* 帮代办空间menu */
.bbdbsplit {
    display: block;
    width: 80px;
    border-bottom: 1px dashed #d4d4d4;
    margin: 7px 0 7px 43px;
}

.header {
    height: 97px;
}

/* 多出省略 */
.omit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ie禁用小眼睛等 */
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

.toplength {
    height: 15px;
}

/* 审批公共样式 */
.approve-title {
    font-size: 26px;
    line-height: 83px;
    margin-left: 30px;
}

.approveheader {
    background-color: #fff;
}

/* 修改公共样式 */
.position a.curr-position {
    color: #F36701;
}

.position {
    background: url(images/position2.png) no-repeat left center;
}
/* 老年人优待 */
.care-box {
    z-index: 999999;
    position: fixed;
    top: 50%;
    right: 0;
    width: 110px;
    height: 170px;
    background: linear-gradient(0deg, #ef570c, #ff9c00);
    box-shadow: 0px 4px 9px 0px #ffffff;
    cursor: pointer;
    padding-top: 21px;
}

.love {
    display: block;
    width: 48px;
    height: 42px;
    margin: 0 auto;
}

.love img {
    width: 100%;
    height: 100%;
}

.care-part {
    display: block;
    width: 56px;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 19px;
}

div#ABTToolbar {
    /* border-bottom:0px!important; */
    border-color: #f2640a !important;
}

.height87 {
    margin-top: 87px;
}
/* div#ABTToolbar ul#toolbarList {
     padding: 22px 0px 12px 5px!important;
    vertical-align: middle;
} */
div#ABTToolbar {
    height: 93px;
}

#guidesbutton {
    margin-right: 40px !important;
}

#resetbutton {
    margin-right: 50px !important;
}

#hightcontrast {
    margin-right: 50px !important;
}

#overSoundModebutton {
    margin-right: 50px !important;
}

#pagezoomout {
    margin-right: 50px !important;
}

div#ABTToolbar ul#toolbarList li {
    padding: 2px 2px 2px 0px !important;
}

div#ABTToolbar ul#toolbarList {
    width: 1200px !important;
    padding: 20px 0px 5px 3px !important;
    text-align: left !important;
}

.header-wza {
    cursor: pointer;
    float: right;
    line-height: 35px;
    margin: 30px 60px 0 0;
    font-size: 20px;
    border-left-width: 1px;
    border-left-style: solid;
    padding: 0 0px 0 15px;
    border-color: #b6b6b6;
    color: #666;
}

.banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 300px;
  padding-top: 67px;
}
.banner .title {
  height: 64px;
  line-height: 64px;
  font-size: 43px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 4px 4px #07AF93;
}
.banner .subtitle {
  margin-top: 17px;
  line-height: 38px;
  font-size: 26px;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(7, 175, 147, 0.3);
  font-weight: 500;
  letter-spacing: 2.08px;
}

.common-title {
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.common-title > span {
  display: inline-block;
  position: relative;
}
.common-title > span::before {
  position: absolute;
  content: "";
  height: 2px;
  top: 50%;
  left: calc(-600px + 50%);
  right: calc(100% + 30px);
  background: -webkit-gradient(linear, right top, left top, from(#03CD95), to(#FFF));
  background: linear-gradient(-90deg, #03CD95 0%, #FFF 100%);
}
.common-title > span::after {
  position: absolute;
  content: "";
  height: 2px;
  top: 50%;
  right: calc(-600px + 50%);
  left: calc(100% + 30px);
  background: -webkit-gradient(linear, left top, right top, from(#03CD95), to(#FFF));
  background: linear-gradient(90deg, #03CD95 0%, #FFF 100%);
}

.container {
  width: 1200px !important;
  margin: 0 auto;
}

.matter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.matter-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 380px;
  height: 180px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: url("../images/bg-list1.png") no-repeat center;
}
.matter-list > li:hover {
  border-color: #03CD95;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(74, 98, 137, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(74, 98, 137, 0.2);
}
.matter-list > li + li {
  margin-left: 26px;
}
.matter-list > li:nth-child(3n+1) {
  margin-left: 0;
}
.matter-list > li:nth-child(n+4) {
  margin-top: 26px;
}
.matter-list > li .name {
  padding-left: 28px;
  max-height: 60px;
  font-size: 20px;
  line-height: 30px;
  background: url("../images/icon-common-name.png") no-repeat left 8px;
}
.matter-list > li .name > span {
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 2行，只有 webkit内核支持 */
  word-break: break-all;
  /* 纯英文换行 */
  overflow: hidden;
}
.matter-list > li .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
}
.matter-list > li .btn-box .btn {
  width: 135px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  background: #E2F5ED;
  color: #4A6289;
}
.matter-list > li .btn-box .btn + .btn {
  margin-left: 25px;
}
.matter-list > li .btn-box .btn:hover {
  color: #fff;
  background: #03CD95;
}

.common-list {
  margin-top: 40px;
}
.common-list > li:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(1, 172, 144, 0.3);
          box-shadow: 0px 0px 8px 0px rgba(1, 172, 144, 0.3);
}
.common-list > li:hover .name,
.common-list > li:hover .time {
  color: #03CD95;
}
.common-list > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 45px;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px dashed #AEC6E3;
}
.common-list > li .name {
  width: 814px;
  font-size: 18px;
  padding-left: 40px;
  background: url("../images/icon-common-name.png") no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-list > li .time {
  font-size: 18px;
  color: #888;
  margin-left: auto;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .m-pagination-page > li > a {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
}
.pagination .m-pagination-size > select {
  width: 90px;
  height: 32px;
  border-radius: 3px;
}
.pagination .m-pagination-page > li.active > a {
  background-color: #03CD95;
  border-color: #03CD95;
  color: #fff;
  font-weight: normal;
}
.pagination .m-pagination-page > li:hover > a {
  border-color: #03CD95;
}
.pagination .m-pagination-group > button {
  display: none;
}
.pagination .m-pagination-jump {
  width: auto;
}
.pagination .m-pagination-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .m-pagination-group::before {
  content: "跳至";
  line-height: 32px;
  margin-right: 4px;
}
.pagination .m-pagination-group::after {
  content: "页";
  line-height: 32px;
  margin-left: 4px;
}
.pagination .m-pagination-group > input {
  width: 46px;
  height: 30px;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
}
.layui-layer-loading {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color:rgba(0,0,0,.7)!important;
  width:130px;
  height:110px;
  border-radius:10px!important;
  color: #fff;
}
.layui-layer-loading::after{
  content:'查询中';
  line-height: 16px;
  padding-top: 16px;
}
.layui-layer-loading .layui-layer-content {
    width: 32px!important;
    height: 36px!important;
    background: url(../js/layer/theme/default/loading-1.gif) no-repeat!important;
  background-size:32px 32px;
}