﻿/*初始化css*/
body {
    font-family: 微软雅黑;
    color: #333;
    max-width: 1000px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.more a {
    color: #999;
}

/*颜色根据通用更多的文字颜色决定*/
a:hover {
    color: #2d6fcd;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
    color: #2d6fcd;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}

body {
    background: #f5f5f5;
    margin: 0 auto;
}

.getmore{display: block;height:0.6rem;margin:0.4rem 4%;background-color: #ededed;font-size: 0.26rem;line-height: 0.6rem;color: #666666;border: 1px solid #cccccc;text-align: center;cursor: pointer;border-radius: 2em;}
.list_sub {
    width: 100%;
    clear: both;
    display: none;
 }
/* banner */
.mobile-header {
    width: 100%;
    height: 5rem;
    background: url(banner.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}


/* 市政府文件 */
.xxgk-section {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 4% 2% 0;
}

.xxgk-section ul.tit-box li {
    font-size: 0.36rem;
    line-height: 0.4rem;
    padding-bottom: 2%;
    float: left;
    margin-right: 5%;
    cursor: pointer;
}

.xxgk-section ul.tit-box li {
    color: #999999;
}

.xxgk-section ul.tit-box li.hover{
    color: #333333;
    font-size: 0.4rem;
}

.xxgk-section-list ul.list-box {
    padding: 0.1rem 0;
}


.xxgk-section-list ul.list-box li {
    line-height: 0.65rem;
    padding-left: 0.15rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.32rem;
    padding: 0.15rem 0;
}

.xxgk-section-list ul.list-box li a {
    color: #555555;
}

.xxgk-section-list ul.list-box li span {
    display: block;
    color: #999999;
    font-size: 0.3rem;
}

.xxgk-section2{
    width: 100%;
    height: auto;
    margin-top: 4%;
    padding: 4% 0 1% 3%;
    background-color: #ffffff;
}

.xxgk-section2 ul li{
    width: 47%;
    margin: 0 3% 3% 0;
    float: left;
}
.xxgk-section2 ul li img{
    width: 100%;
}

/* 栏目页top */
.mobile_top {
    width: 100%;
    height: 1.6rem;
    position: relative;
    background: #ffffff;
}

.mobile_top ul.tit_box {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 999;
    padding: 0 2%;
}

.mobile_top ul.tit_box li {
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    float: left;
    width: 100%;
}

.mobile_top ul.tit_box li img {
    vertical-align: initial;
}

/* .mobile_top ul.tit_box li:first-child {
    width: 16%;
    text-align: left;
} */

.mobile_top ul.tit_box li:first-child a {
    font-size: 0.32rem;
    font-weight: normal;
    color: #108ee9;
}


/* 主体部分 */

.mobile-main {
    width: 100%;
    height: auto;
}

.broder-ty {
    border-top: 1px solid #e0e0e0;
}

.section1 {
    width: 100%;
    padding: 4% 0 2% 2%;
    background: #ffffff;
    margin-bottom: 4%;
}

.section1 ul li a {
    display: block;
    width: 23%;
    height: 1.8rem;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(68, 138, 240, 0.10);
    text-align: center;
    font-size: 0.22rem;
    border-radius: 0.1rem;
    padding: 0 2%;
}

.section1 ul li img {
    margin: 0.3rem 0 0.2rem;
    width: 34%;
}

.section1 ul li p {
    font-size: 0.22rem;
}

/* 最新文件 */
.section2 {
    width: 100%;
    padding: 4% 2%;
    background: #ffffff;
}

.section2 ul.tit-box {
    border-bottom: 1px solid rgb(43, 202, 218);
}

.section2 ul.tit-box li {
    font-size: 0.4rem;
    line-height: 0.4rem;
    padding-bottom: 4%;
}

.section2 ul.tit-box li a {
    color: #000;
}

.section2 ul.tit-box li span {
    color: #999999;
    font-size: 0.36rem;
}

.section2-list ul.list-box {
    padding: 0.1rem 0;
}


.section2-list ul.list-box li {
    line-height: 0.65rem;
    padding-left: 0.15rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.32rem;
    padding: 0.15rem 0;
}

.section2-list ul.list-box li a {
    color: #555555;
}

.section2-list ul.list-box li span {
    display: block;
    color: #999999;
    font-size: 0.3rem;
}

/* 重点领域 */
.section1-zdly {
    width: 100%;
    padding: 4% 0 2% 2%;
    background: #ffffff;
    margin-bottom: 4%;
}

.section1-zdly ul.tit-box li {
    font-size: 0.4rem;
    line-height: 0.4rem;
    padding-bottom: 4%;
    font-weight: bold;
}


.section1-zdly .section1-zdly-list ul li a {
    display: block;
    width: 23%;
    height: 1.8rem;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(68, 138, 240, 0.10);
    text-align: center;
    font-size: 0.3rem;
    border-radius: 0.1rem;
    padding: 0 1%;
}

.section1-zdly .section1-zdly-list ul li img {
    margin: 0.3rem 0 0.2rem;
    width: 34%;
}

.section1-zdly .section1-zdly-list ul li p {
    font-size: 0.22rem;
}

/* 新闻发布会 */
.section1-news {
    width: 100%;
    padding: 1% 2% 4%;
    background: #ffffff;
}

.section1-news ul.list-box {
    padding: 0;
}

.section1-news ul.list-box li {
    /* line-height: 0.45rem; */
    padding-left: 0.15rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.32rem;
    padding: 3% 0;
}

.section1-news ul.list-box li a {
    color: #555555;
    display: block;
}

.section1-news ul.list-box li img {
    margin: 0.2rem 0 0.1rem;
    width: 100%;
}

.section1-news ul.list-box li span {
    display: block;
    color: #999999;
    font-size: 0.3rem;
}

/* 展示规范 */
.picbig {
    background: #ffffff;
}

.picbig img {
    width: 100%;
}

.section1-ghzs {
    width: 100%;
    padding: 4% 0 2% 2%;
    background: #ffffff;
    margin-bottom: 4%;
}

.section1-ghzs ul li a {
    display: block;
    width: 23%;
    height: 1.8rem;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(68, 138, 240, 0.10);
    text-align: center;
    font-size: 0.22rem;
    border-radius: 0.1rem;
    padding: 0 2%;
}

.section1-ghzs ul li img {
    margin: 0.3rem 0 0.2rem;
    width: 34%;
}

.section1-ghzs ul li p {
    font-size: 0.22rem;
}

/* 政府公报 */
.zfgbBox {
    width: 100%;
    padding: 4% 0 2% 2%;
    background: #ffffff;
}

.zfgbBox ul li a {
    display: block;
    width: 31%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(68, 138, 240, 0.10);
    text-align: center;
    font-size: 0.22rem;
    border-radius: 0.1rem;
}

.zfgbBox ul li img {
    width: 100%;
}

/* 政府公报分期 */
.zfgbBox2 {
    width: 100%;
    padding: 0 0 2%;
    background: url(gbbj.png) center no-repeat #ffffff;
}

.zfgbBox2 .zfgbfq {
    width: 100%;
    height: auto;
    text-align: center;
}

.zfgbBox2 .zfgbfq img {
    width: 80%;
    height: auto;
}

.zfgbBox2 .gbfq-list a {
    width: 45%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    display: block;
    margin-left: 3.5%;
    margin-bottom: 3.5%;
    background: #F5F5F5;
    font-size: 0.32rem;
    float: left;
}