@charset "UTF-8";

/* yui3 reset.css */

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,
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 */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    background: url(https:/szj.hebei.gov.cn/images/body_bg.jpg) top center no-repeat #fff;
}

select,
input,
button,
textarea {
    font: 99% arial, 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;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* 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;
}


/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

#header {
    height: 430px;
}

.ewb-header {
    /* padding-top: 55px; */
	padding-top: 0px;
    height: 430px;
}

.ewb-logo {
    vertical-align: top;
    margin-left: -50px;
}

.ewb-logo-tt {
    text-align: center;
    margin-top: 76px;
}

.ewb-logo-tt img {
    vertical-align: top;
}

.ewb-main {
    background: #f2f2f2;
    padding-top: 48px;
    padding-bottom: 30px;
    position: relative;
}

.ewb-back {
    display: block;
    width: 50px;
    height: 50px;
    background: url(https:/szj.hebei.gov.cn/images/back.png) no-repeat;
    position: absolute;
    right: -65px;
    top: 0;
}


/* 搜索 */

.ewb-search {
    margin: 0 36px;
    font-size: 0;
    height: 50px;
    text-align: center;
    position: relative;
}

.search-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    height: 2px;
    background: #bbd0e7;
}

.ewb-search-box {
    display: inline-block;
    vertical-align: middle;
    background: #f2f2f2;
    position: relative;
    z-index: 10;
    padding: 0 19px;
}

.ewb-search-node {
    width: 510px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #375c9e;
    padding-right: 23px;
    background: #fff;
}

.ewb-search-node>button {
    float: right;
    padding: 0;
    width: 27px;
    height: 46px;
    cursor: pointer;
    background: url(https:/szj.hebei.gov.cn/images/search_icon.png) center center no-repeat;
}

.ewb-search-wrap {
    position: relative;
    z-index: 1;
    padding-left: 14px;
    margin-right: 35px;
    height: 46px;
    font-size: 16px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 14px;
    height: 48px;
    line-height: 48px;
    color: #444;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 0;
    background: 0 0;
}


/* 左侧 */

.ewb-left {
    margin: 45px -9px 0 36px;
}


/* 垂直菜单 */

.wb-tree-items {
    margin-top: 15px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-node {
    border: 1px solid #dbdbdb;
    background: #fff;
}

.wb-tree-tt {
    display: block;
    height: 68px;
}

.tt-icon {
    float: left;
    width: 43px;
    height: 41px;
    margin: 15px 0 0 23px;
    background-repeat: no-repeat;
    background-position: left center;
}

.tt-icon.icon1 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu1.png);
}

.tt-icon.icon2 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu2.png);
}

.tt-icon.icon3 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu3.png);
}

.tt-icon.icon4 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu4.png);
}

.tt-icon.icon5 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu5.png);
}

.tt-icon.icon6 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu6.png);
}

.tt-icon.icon7 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu7.png);
}

.tt-p {
    font-size: 0;
    height: 68px;
    margin: 0 65px 0 77px;
}

.ewb-spc .tt-p {
    margin-right: 0;
}

.tt-p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #126cb7;
    line-height: 24px;
}

.tt-p i {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.tt-show {
    float: right;
    display: none;
    width: 14px;
    height: 14px;
    margin: 24px 16px 0 0;
    background: url(https:/szj.hebei.gov.cn/images/icon_zk.png) center center no-repeat;
}

.wb-tree-items.hasChild .tt-show {
    display: block;
}

.wb-tree-node:hover,
.wb-tree-items.current .wb-tree-node {
    background: #2d66a5;
}

.wb-tree-node:hover .tt-p span,
.wb-tree-items.current .tt-p span {
    color: #fff;
}

.wb-tree-node:hover .icon1,
.wb-tree-items.current .icon1 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu1h.png);
}

.wb-tree-node:hover .icon2,
.wb-tree-items.current .icon2 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu2h.png);
}

.wb-tree-node:hover .icon3,
.wb-tree-items.current .icon3 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu3h.png);
}

.wb-tree-node:hover .icon4,
.wb-tree-items.current .icon4 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu4h.png);
}

.wb-tree-node:hover .icon5,
.wb-tree-items.current .icon5 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu5h.png);
}

.wb-tree-node:hover .icon6,
.wb-tree-items.current .icon6 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu6h.png);
}

.wb-tree-node:hover .icon7,
.wb-tree-items.current .icon7 {
    background-image: url(https:/szj.hebei.gov.cn/images/menu7h.png);
}

.wb-tree-node:hover .tt-show,
.wb-tree-items.current .tt-show {
    background-image: url(https:/szj.hebei.gov.cn/images/icon_sq.png);
}

.wb-tree-sub {
    padding: 10px 0 25px 0;
    border: 1px solid #dbdbdb;
    background: #fff;
    border-top: 0;
}

.wb-sub-node {
    padding: 0 20px 0 45px;
}

.wb-sub-arr,
.wb-four-arr {
    float: right;
    width: 10px;
    height: 5px;
    margin: 15px 0 0 0;
    display: none;
    cursor: pointer;
    background: url(https:/szj.hebei.gov.cn/images/sub_arr_down.png) no-repeat;
}

.wb-tree-item.hasChild .wb-sub-arr {
    display: block;
}

.wb-tree-item.hasChild.current .wb-sub-arr,
.wb-four-item.hasChild.current .wb-four-arr {
    background-image: url(https:/szj.hebei.gov.cn/images/sub_arr_downh.png);
}

.wb-four-item.hasChild .wb-four-arr {
    display: block;
}

.wb-four-node {
    padding-right: 20px;
}

.wb-sub-node a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.wb-sub-node:hover a {
    color: #1466b8;
}

.wb-tree-item.current .wb-sub-node a {
    font-weight: bold;
    color: #2064c0;
}

.wb-three-sub a {
    display: block;
    padding: 0 20px 0 83px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
    line-height: 32px;
    background: url(https:/szj.hebei.gov.cn/images/dian.jpg) 72px center no-repeat;
}

.wb-four-sub a {
    background: none!important;
    padding-left: 93px;
}

.wb-three-sub a:hover,
.wb-three-sub a.current {
    color: #1466b8;
    background-image: url(https:/szj.hebei.gov.cn/images/dianh.jpg);
}

.wb-tree-sub,
.wb-three-subs,
.wb-four-subs {
    display: none;
}

.wb-tree-items.current .wb-tree-sub {
    display: block;
}

.wb-tree-item.current .wb-three-subs {
    display: block;
}

.wb-four-item.current .wb-four-subs {
    display: block;
}


/* 右侧 */

.ewb-right {
    margin: 45px 36px 0 0;
    background: #fff;
    border: 1px solid #d6d6d6;
}


/* 小屏 */

@media (max-width:1099px) {
    #header {
        height: auto;
    }
    .ewb-logo {
        margin-left: 0;
    }
}


/* 小屏 */

@media (min-width:980px) and (max-width:1099px) {
    .tt-p span {
        font-size: 15px;
        line-height: 24px;
    }
}


/* pad */

@media (max-width:979px) {
    .ewb-left,
    .ewb-right {
        margin: 20px 20px 0;
    }
    .ewb-main {
        padding: 20px 0;
    }
}


/* 手机端 */

@media (max-width:767px) {
    .ewb-left,
    .ewb-right {
        margin: 20px 10px 0;
    }
    .ewb-search {
        margin: 0 10px;
        padding-left: 0;
    }
    .ewb-search-box,
    .ewb-search-node {
        width: 100%;
    }
    .ewb-search-box {
        padding: 0;
    }
    .ewb-logo,
    .ewb-logo-tt img {
        max-width: 90%;
    }
    .ewb-logo-tt {
        margin-top: 20px;
    }
    .ewb-header {
        height: auto;
        padding: 20px 0;
    }
}


/* 列表 */

.ewb-col-hd {
    height: 36px;
    overflow: hidden;
    padding-right: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.ewb-col-tt {
    float: left;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    line-height: 35px;
    background: #2d66a5;
}

.ewb-col-more {
    float: right;
    line-height: 35px;
    color: #2d66a5;
    font-size: 15px;
    padding-right: 20px;
    background: url(https:/szj.hebei.gov.cn/images/col_more_icon.png) right center no-repeat;
}

.ewb-col-bd {
    padding: 24px 20px;
}

.ewb-col-list {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.ewb-col-date {
    float: right;
    color: #999;
}

.ewb-col-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-col-infor a {
    color: #333;
}

.ewb-col-list:hover,
.ewb-col-list:hover .ewb-col-date,
.ewb-col-list:hover .ewb-col-infor a {
    color: #2d66a5;
}


/* pad */

@media (max-width:979px) {
    .ewb-col-bd {
        padding: 20px 10px;
    }
    .ewb-col-list {
        height: 45px;
        line-height: 45px;
    }
}


/* 2022-2-11新增 */
.no-barrier,.elder {
    float: right;
    width: 124px;
    height: 34px;
    line-height: 34px;
    background-color: #549ef0;
    background-repeat: no-repeat;
    background-position: 11px center;
    border-radius: 17px;
    padding-left: 34px;
    margin-top: 16px;
    font-size: 16px;
    color: #fff;
  }
  
  .no-barrier {
    background-image: url(https:/szj.hebei.gov.cn/images/no-barrier-white.png);
    margin-right: 10px;
  }
  
  .elder {
    background-image: url(https:/szj.hebei.gov.cn/images/elder-white.png);
  }
  