@charset "utf-8";

/* reset */

p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
div,
pre,
body,
code,
form,
input,
legend,
button,
figure,
fieldset,
textarea,
blockquote {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    overflow-y: auto;
    height: 100%;
    background-color: #fff
}

html,
body {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

body {
    background: #fff;
    font-family: Arial, 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, sans-serif !important;
    position: relative;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

input,
select,
textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

img,
input,
button,
textarea {
    border: none;
    -webkit-appearance: none
}

input {
    text-align: inherit
}

textarea {
    resize: none
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    outline: none
}

a {
    text-decoration: none;
    color: inherit;
}

ol,
ul {
    list-style: none;
}

input {
    background: #fff;
}

button,
input[type='submit'],
input[type='button'] {
    cursor: pointer
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type='number'] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

template {
    display: none
}

img {
    vertical-align: middle;
}

em,
i {
    font-style: normal
}


/* 清除浮动 cl 、clearfix  */
.cl:after,
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}

.flagship {
    width: 100%;
    height: auto;
    background: #f6f6f8 url(https://static.hnzwfw.gov.cn/410000/zjd/img/banner_bg.jpg) no-repeat top center;
    
}

.hn-logo {
    width: 1100px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    padding: 30px;
}
.hn-logo img{
    height: 36px;
    vertical-align: text-top;
    margin-right: 10px;
}

.hn-logotitle {
    margin-top: 26px;
    
}

.hn-services {
    width: 1100px;
    height: auto;
    margin: 90px auto 0;
    padding-bottom: 20px;
}
.service-title {
    font-size: 20px;
    font-weight: 600;
    color: #1E40AF;
    border-left: 4px solid #1E40AF;
    padding-left: 10px;
    height: 21px;
    line-height: 21px;
}

.more {
    font-size: 14px;
    color: #1E40AF;
    position: absolute;
    top: 50px;
    right: 30px;
    padding-right: 20px;
    background: url(../img/more.png) right bottom -3px no-repeat;
}
/* 高效办成一件事 */
.yjs {
    padding: 30px;
    background: url("../img/yjs_bg.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.yjs-main{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    row-gap: 20px;
    margin-top: 20px;
}

.yjs-main a{
    display: block;
    background: #fff;
}
.yjs-main img{
    width: 191px;
    height: 120px;
}
.yjs-main p{
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

/* 政策直达诉求响应 */
.zczd{
    background: #fff;
    height: 313px;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
}
.zczd-banner{
    width: 232px;
    height: 313px;
    padding: 30px 0 0 30px;
    background: url("../img/zczd_bg.png") center center no-repeat;
    color: #fff;
}
.zczd-banner .service-title{
    color: #fff;
    border-color: #fff;
}
.zczd-banner p{
    font-size: 13px;
    margin-top: 35px;
	line-height: 1.5;
    opacity: 0.9;
}
.zczd{
    position: relative;
}
.zczd .more{
    top: 10px;
}
.zczd-main{
    width: 800px;
    margin: 35px 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    height: 270px;
}
.zczd-main li{
    width: 390px;
    height: 116px;
    background: url("../img/item_bg.png");
    text-align: center;
    color: #1E40AF;
    font-size: 20px;
    font-weight: 600;
    line-height: 116px;
}
.zczd-main li a{ display: block; height: 100%; }


/* 公共服务、公示公告 */
.other {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}
.other .service-title{
    background: url("../img/title_bg.png") left center no-repeat;
    height: 64px;
    line-height: 64px;
    border-left: none;
    position: relative;
    padding-left: 40px;
}
.other .service-title::after{
    content: "";
    display: block;
    width: 4px;
    height: 21px;
    background: #1E40AF;
    position: absolute;
    top: 22px;
    left: 25px;
}
.ggfw{
    width: 580px;
    background: #fff;
}
.pub-service {
    box-sizing: border-box;
    margin-top: 15px;
    overflow: hidden;
}

.pub-service li {
    width: 165px;
    height: 120px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    cursor: pointer;
    padding: 25px 15px;
}

.pub-service li a {
    display: block;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pub-service li a:nth-child(1) {
    font-size: 16px;
}

.pub-service li a:nth-child(2),
.pub-service li a:nth-child(3) {
    font-size: 14px;
    padding-left: 6px;
    margin-top: 5px;
    font-weight: 400;
    opacity: 0.9;
}

.pub-service li img {
    width: 165px;
    height: 120px;
}

.pub-service li p {
    width: 165px;
    height: 46px;
    position: absolute;
    background: #2b7be0cc;
    bottom: 0;
    line-height: 46px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.pub-service li .bg-color1 {
    background: #2b7be0;
    background-size: 32px;
    opacity: .8;
}

.pub-service li .bg-color2 {
    background: #2ca9ba;
    background-size: 32px;
    opacity: .8;
}

.pub-service li .bg-color3 {
    background: #e7ad37;
    background-size: 32px;
    opacity: .8;
}

.pub-service li .bg-color11 {
    background: #2b7be0;
    opacity: .8;
}

.pub-service li .bg-color22 {
    background: #2ca9ba;
    opacity: .8;
}

.pub-service li .bg-color33 {
    background: #e7ad37;
    opacity: .8;
}

.gsgg{
    width: 500px;
    position: relative;
    background: #fff;
}
.gsgg .more{
    top: 23px;
    right: 35px;
}
.gzzd-main{
    margin-top: 15px;
}
.gzzd-main li{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    position: relative; 
    padding-left: 35px;
    padding-right: 15px;
    margin-bottom: 10px;
}
.gzzd-main li::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 20px;
}

/*滚动轴*/

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background: #fff;
}
