* {
    padding: 0;
    margin: 0;
}


.main {
    background-color: #fafafa;
    width: auto;
    height: auto;
    padding: 20px 0 30px 0;
}

.tzgg,
.shop,
.service {
    width: 1200px;
    height: auto;
    margin: 0 auto 20px auto;
    padding: auto;
    background-color: #fff;
}

.u-notice-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    border-bottom: 1px solid #d9def0;
}

.u-notice-box .u-tt {
    padding-left: 35px;
    width: 110px;
    background: url(../img/tzgg-l.png) 0 center no-repeat;
}

.u-notice-box .bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.u-notice-box a {
    color: #000;
    text-decoration: none;
}

.u-notice-box .u-time {
    float: right;
    margin-right: 130px;
    color: #989898;
}

.main .title {
    height: 69px;
    margin: 0 20px;
    border-bottom: 1px solid #dfe8f5;
}

.main h1 {
    height: 70px;
    width: 150px;
    margin: 0 30px 0 20px;
    font-size: 24px;
    line-height: 70px;
    color: #4c4c4c;
    display: inline-block;
}

.main h1 span {
    margin-left: 10px;
    font-size: 15px;
    line-height: 15px;
    color: #a6a6a6;
}

.main .shop .btn {
    width: 1176px;
    height: auto;
    margin: auto;
    padding: 15px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.main .shop .btn a {
    width: 178px;
    height: 150px;
    margin: 15px 8px;
    padding: auto;
    text-align: center;
    background-color: #f7fcff;
    border: 1px solid #dfe8f5;
    text-decoration: none;
    border-radius: 12px;
    color: #3b3b3b;
}

.main .shop .btn a:hover {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #b7d4f9;
    color: #4683ff;
    font-weight: bold;
    -webkit-box-shadow: 0 8px 0 #f1f6fe;
    box-shadow: 0 8px 0 #f1f6fe;
}

.main .shop .btn .btn-img {
    height: 68px;
    width: auto;
    padding-top: 27px;
    text-align: center;
}

.main .shop .btn span {
    font-size: 16px;
    text-align: center;
    display: block;
}

.main .data-p {
    height: auto;
    width: 1160px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
}


.main .data-p label {
    height: 38px;
    width: auto;
    color: #567097;
    background-color: #f1f7ff;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #dfe8f5;
    border-radius: 2px;
    display: inline-block;
    margin: 14px 5px;
    padding: 0 12px;
}

.main .data-p .tab {
    display: none;
}

.main .data-p .month {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-left: 50px;
}

.main .data-p .date {
    padding: 0 5px;
    width: 90px;
    height: 38px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #626262;
}

.main .data-p .more {
    margin: auto;
    float: right;
    line-height: 69px;
}

.main .data-p .more a {
    font-size: 14px;
    color: #2f73d9;
    text-decoration: none;
}


.main .data-p label:hover {
    background-color: #4683ff;
    color: #fff;
    font-weight: bold;
}



.main .data-p ul {
    /* 清除浮动 */
    clear: both;
    width: 6960px;
    height: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 30px;
    border-top: 1px solid #dfe8f5;
}

.main .data-p>ul>li {
    float: left;
    list-style: none;
    width: 1160px;
    height: auto;
}

.main .data-p>ul>li>ol>li {
    margin-right: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;

}

.main .data-p>ul>li>ol>li>a {
    font-size: 16px;
    line-height: 30px;
    color: #3b3b3b;
    text-decoration: none;
}


#tab1:checked~ul {
    margin-left: 0;
}

#tab2:checked~ul {
    margin-left: -1160px;
}

#tab3:checked~ul {
    margin-left: -2320px;
}

#tab4:checked~ul {
    margin-left: -3480px;
}

#tab5:checked~ul {
    margin-left: -4640px;
}

#tab6:checked~ul {
    margin-left: -5800px;
}

#tab1:checked~label[for="tab1"] {
    background-color: #4683ff;
    color: #fff;
    font-weight: bold;
}

#tab2:checked~label[for="tab2"] {
    background-color: #4683ff;
    color: #fff;
    font-weight: bold;
}

#tab3:checked~label[for="tab3"] {
    background-color: #4683ff;
    color: #fff;
    font-weight: bold;
}

#tab4:checked~label[for="tab4"] {
    background-color: #4683ff;
    color: #fff;
    font-weight: bold;
}

#tab5:checked~label[for="tab5"] {
    background-color: #4683ff;
    color: #fff;
    font-weight: bold;
}

#tab6:checked~label[for="tab6"] {
    background-color: #4683ff;
    color: #fff;
    font-weight: bold;
}

.main .service .more {
    margin: auto;
    float: right;
    line-height: 69px;
}

.main .service .more a {
    font-size: 14px;
    color: #2f73d9;
    text-decoration: none;
}

.main .service .content {
    padding: 20px 20px 30px 20px;
    width: 1160px;
    height: auto;
}

.main .service table {
    width: 1160px;
}

.main .service .content table,
th,
td {
    border: 1px solid #dfe8f5;
}

.main .service .content th {
    height: 50px;
    background-color: #f1f7ff;
    color: #2f73d9;
    font-size: 14px;
}

.main .service .content td {
    background-color: #f7fcff;
    color: #567097;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 30px;
}

.main .service .content td a {
    color: #567097;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

/*****登录弹出层*******/
.u-layer-login-box {
    padding: 30px 55px;
}

.u-layer-login-box .u-login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.u-layer-login-box .u-login-box>a {
    box-sizing: border-box;
    padding-left: 108px;
    width: 304px;
    height: 125px;
    background-image: url(../img/login-bg-02.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: 500;
    color: #47D683;
    line-height: 125px;
    text-decoration: none;
}

.u-layer-login-box .u-login-box>a:first-child {
    background-image: url(../img/login-bg-01.png);
    color: #2A82E4;
}

.u-layer-login-box .u-login-info {
    margin-top: 15px;
}

.u-layer-login-box .u-login-info .u-tt {
    margin: 10px 0;
    padding-left: 24px;
    background: url(../img/warn.png) 0 center no-repeat;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.u-layer-login-box .u-login-info .p1 {
    font-size: 14px;
    line-height: 25px;
    color: #333;
}
/*政务查询*/
.zwcxDialog {
    overflow: hidden;
}
.zwcxDialog .form-box {
    padding: 20px;
}
.zwcxDialog .form-box .form-group {
    display: flex;
    background-color: rgb(242,242,242);
    padding: 5px 0px 5px 18px;
    border-radius: 8px;
    margin-top: 10px;
}

.zwcxDialog .form-box .form-label {
    font-size: 15px;
}
.zwcxDialog .form-box .form-input .input {
    height: 22px;
    width: 266px;
    border: none;
    background-color: rgb(242,242,242);
}

.zwcxDialog .form-box .form-group-button {
    display: flex;
    float: right;
}

.zwcxDialog .form-box .form-group-button .form-button .query-button {
    margin-top: 20px;
    width: 70px;
    height: 26px;
    background-color: rgb(25,137,250);
    color: #fff;
    border: none;
    border-radius: 5px;

}

.zwcxDialog .result-box {
    /*height:300px ;*/
    overflow: scroll;
    max-height: 400px;
    /*margin-top: 30px;*/
    padding: 20px;
    background-color: rgb(242,242,242);
}


.zwcxDialog .result-box .item {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.zwcxDialog .result-box .item .item-hd{
    display: flex;
}
.zwcxDialog .result-box .item .item-hd .u-icon img{
    height: 24px;
}

.zwcxDialog .result-box .item .item-hd .u-txt {
    margin-left: 20px;
}

.zwcxDialog .result-box .item .item-bd {
    display: flex;
    margin-top: 10px;
    margin-left: 40px;
}
 ::-webkit-scrollbar {
    display: none;
}
.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.layui-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-form-label {
    width: auto;
    padding: 0;
    margin-right: 20px;
}

.layui-input-inline {
    display: flex;
    vertical-align: middle;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    width: 100%;
    line-height: 38px;
    padding: 0 18px;
    background-color: #006EFF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.main .shop .btn-bmfw {

}

.main .shop .btn-bmfw a {
    width: 178px;
    height: 150px;
    margin: 15px 8px;
    padding: auto;
    text-align: center;
    background-color: #f7fcff;
    border: 1px solid #dfe8f5;
    text-decoration: none;
    border-radius: 12px;
    color: #3b3b3b;
}

.main .shop .btn-bmfw a:hover {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #b7d4f9;
    color: #4683ff;
    font-weight: bold;
    -webkit-box-shadow: 0 8px 0 #f1f6fe;
    box-shadow: 0 8px 0 #f1f6fe;
}

.main .shop .btn-bmfw .btn-img {
    height: 68px;
    width: auto;
    padding-top: 27px;
    text-align: center;
}

.main .shop .btn-bmfw span {
    font-size: 16px;
    text-align: center;
    display: block;
}

.main .shop .btn-bmfw .zwfw-box{
    display: flex;
}
.main .shop .btn-bmfw .zwcx-title {
    padding: 10px 50px;
    font-size: 18px;
}
.main .shop .btn-bmfw table {
    width: 1160px;
}
.main .shop .btn-bmfw .content {
    padding: 20px 20px 30px 20px;
    width: 1160px;
    height: auto;
}

.main .shop .btn-bmfw .content table,
th,
td {
    border: 1px solid #dfe8f5;
}

.main .shop .btn-bmfw .content th {
    height: 50px;
    background-color: #f1f7ff;
    color: #2f73d9;
    font-size: 14px;
}

.main .shop .btn-bmfw .content td {
    background-color: #f7fcff;
    color: #567097;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 30px;
}

.main .shop .btn-bmfw .content td a {
    color: #567097;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.main .shop .btn-FTA {
    height: 60px;
    line-height: 60px;
}

.main .shop .btn-FTA .articleTitle {
    font-size: 16px;
    margin-left: 60px;
}