html, body, ul, p {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
body {
    font-family: 'Microsoft YaHei';
}
html, body, .wrapper {
    height: 100%;
}
.wrapper {
    overflow: auto;
}
.header .top {
    background: url(../img/micro-top-bg.png);
    background-size: 100% auto;
    padding: .3rem 0;
}
.header .logo {
    display: block;
    width: 3.51rem;
    margin: 0 auto;
}
.header .navbar {
    display: flex;
    height: 1rem;
    background: #006ead;
}
.header .navbar .nav {
    display: flex;
    justify-content: space-around;
    flex: 1;
    line-height: 1rem;
    font-size: .3rem;
    padding: 0 .15rem;
}
.header .navbar .nav li a {
    color: #fff;
}
.header .navbar .button {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: .3rem;
    padding: .35rem .3rem;
    border-left: 1px solid rgba(255, 255, 255, .1);
}
.header .navbar .button .bar {
    height: .03rem;
    background: #fff;
    border-radius: .015rem;
}
.header .menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 110, 173, .9);
    padding: .3rem;
    border-radius: .15rem;
    overflow: auto;
    z-index: 99;
    transform: translateX(100%);
    transition: .2s;
}
.header .menu.active {
    transform: translateX(0);
}
.header .menu .title {
    font-size: .28rem;
    text-align: center;
}
.header .menu .title .close {
    float: right;
    padding: .16rem 0;
}
.header .menu .title .close::before, .header .menu .title .close::after {
    content: "";
    display: block;
    width: .35rem;
    height: .04rem;
    background: #fff;
    border-radius: .02rem;
}
.header .menu .title .close::before {
    transform: rotate(45deg);
}
.header .menu .title .close::after {
    transform: rotate(-45deg);
    margin-top: -.04rem;
}
.header .menu .list-title {
    font-weight: bold;
    font-size: .3rem;
    padding: .2rem 0 .15rem;
}
.header .menu .list-title a {
    color: #fff;
}
.header .menu .list-boxs {
    margin: 0 -.1rem;
    overflow: hidden;
}
.header .menu .list-boxs li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: .1rem;
}
.header .menu .list-boxs li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .7rem;
    font-size: .24rem;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    background: #1a85c1;
    border-radius: .06rem;
}
.content .top-news {
    text-align: center;
    padding: .4rem .3rem;
}
.content .top-news a {
    color: #005888;
}
.content .top-news .title {
    line-height: .5rem;
    font-weight: bold;
    font-size: .34rem;
}
.content .top-news .intro {
    line-height: .38rem;
    font-size: .24rem;
    padding-top: .2rem;
}
.content .focus-image {
    position: relative;
}
.content .focus-image .boxs ul {
    display: flex;
}
.content .focus-image .boxs li {
    box-sizing: border-box;
    padding: 0 .3rem;
}
.content .focus-image .boxs a {
    display: block;
}
.content .focus-image .boxs .image {
    display: block;
    width: 100%;
    height: 3.55rem;
    border-radius: .06rem;
}
.content .focus-image .boxs .title {
    line-height: 1.5;
    font-size: .32rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .2rem 0 .3rem;
    overflow: hidden;
}
.content .focus-image .dots {
    position: absolute;
    left: 0;
    top: 3.25rem;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.content .focus-image .dots ul {
    display: inline-block;
}
.content .focus-image .dots li {
    display: inline-block;
    width: .26rem;
    height: .03rem;
    background: #fff;
    margin: 0 .03rem;
    opacity: .5;
}
.content .focus-image .dots li.on {
    opacity: 1;
}
.content .border {
    border-top: .12rem solid #eee;
}
.content .section-title {
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #eee;
    margin: 0 .3rem;
    overflow: hidden;
}
.content .section-title li:nth-child(n+2) .name::before {
    content: "";
    display: inline-block;
    width: .03rem;
    height: .26rem;
    background: #eee;
    margin: 0 .25rem;
}
.content .section-title li .name {
    float: left;
    font-size: .32rem;
}
.content .section-title li .more {
    display: none;
    float: right;
    width: .12rem;
    height: .12rem;
    border-top: .03rem solid #666;
    border-right: .03rem solid #666;
    transform: rotate(45deg);
    margin: .4rem .1rem 0 0;
}
.content .section-title li.on .name {
    font-weight: bold;
    font-size: .34rem;
    color: #006ead;
}
.content .section-title li.on .more {
    display: block;
}
.content .list-news {
    padding: 0 .3rem .15rem;
}
.content .list-news li {
    line-height: .5rem;
    font-size: .3rem;
    padding: .25rem 0;
    overflow: hidden;
}
.content .list-news li:nth-child(n+2) {
    border-top: 1px solid #eee;
}
.content .list-news li .date {
    float: right;
    font-size: .2rem;
    color: #666;
}
.content .list-news li .icon {
    font-size: .24rem;
    color: #fff;
    background: #006ead;
    padding: .02rem .05rem;
    border-radius: .06rem;
    margin-left: .05rem;
}
.content .list-image {
    box-sizing: border-box;
    padding: 0 .2rem;
}
.content .list-image li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 .1rem;
}
.content .list-image li .image {
    display: block;
    width: 100%;
    height: 2.05rem;
    border-radius: .06rem;
}
.content .list-image li .title {
    line-height: 1.5;
    font-size: .24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .2rem 0 .35rem;
    overflow: hidden;
}
.content .list-icon {
    overflow: hidden;
}
.content .list-icon li {
    box-sizing: border-box;
    float: left;
    width: 25%;
}
.content .list-icon li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.content .list-boxs {
    padding: .2rem;
    overflow: hidden;
}
.content .list-boxs li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 0 .1rem .2rem;
}
.content .list-boxs li a {
    display: block;
    font-size: .26rem;
    text-align: center;
    color: #666;
    background: #f2f2f2;
    padding: .15rem 0;
    border-radius: .08rem;
}
#section-2 .section-title, #section-4 .section-title, #section-title-5, #section-6 .section-title {
    border: none;
}
#section-4 .section-conte{
    padding: 0 .2rem .2rem;
}
#section-4 .list-icon li {
    height: 1.3rem;
    padding: 0 .1rem .2rem;
}
#section-4 .list-icon li a {
    background: #f2f7fb;
    border-radius: .06rem;
}
#section-4 .list-icon li .icon {
    height: .4rem;
}
#section-4 .list-icon li .iconfont {
    font-size: .4rem;
    color: #64a2d1;
}
#section-4 .list-icon li .title {
    font-size: .22rem;
    text-align: center;
    color: #006ead;
    padding-top: .1rem;
}
#section-4 .section-conte .list-icon:nth-child(1) li:first-child {
    height: 2.6rem;
}
#section-4 .section-conte .list-icon:nth-child(1) li:first-child .icon {
    height: .65rem;
}
#section-4 .section-conte .list-icon:nth-child(2) li  a {
    background: #5796c5;
}
#section-4 .section-conte .list-icon:nth-child(2) li .iconfont, #section-4 .section-conte .list-icon:nth-child(2) li .title {
    color: #fff;
}
#section-title-5 {
    display: flex;
    justify-content: center;
}
#section-title-5 li .name {
    display: block;
    float: none;
}
#section-title-5 li .bar {
    display: none;
    line-height: 0;
    text-align: center;
    margin-top: -.5rem;
}
#section-title-5 li .bar::before {
    content: "";
    display: inline-block;
    width: .38rem;
    height: .08rem;
    background: #68aacf;
    border-radius: .04rem;
}
#section-title-5 li:nth-child(n+2) .bar {
    padding-left: .53rem;
}
#section-title-5 li.on .name {
    font-weight: normal;
    font-size: .32rem;
    color: #3b90c0;
}
#section-title-5 li.on .bar {
    display: block;
}
#section-5 .list-icon {
    padding: .05rem .2rem .3rem;
}
#section-5 .list-icon li {
    padding-top: .2rem;
}
#section-5 .list-icon li .iconfont {
    width: 1.1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: .55rem;
    text-align: center;
    color: #7aacd2;
    background: #f5f5f5;
    border-radius: .55rem;
}
#section-5 .list-icon li .title {
    font-size: .26rem;
    padding: .15rem 0;
}
#section-6 {
    background: #f2f2f2 url(../img/micro-governor-bg.png);
    background-size: 100% auto;
    padding: .2rem .2rem .3rem;
    border-radius: .06rem;
    margin: 0 .3rem .2rem;
}
#section-6 .section-title li.on .name {
    display: block;
    float: none;
    font-size: .4rem;
    text-align: center;
}
#section-6 .list-icon li {
    padding: .1rem;
}
#section-6 .list-icon li a {
    height: 1.4rem;
    background: #fff;
    border-radius: .06rem;
}
#section-6 .list-icon li .icon {
    height: .45rem;
}
#section-6 .list-icon li .title {
    font-size: .24rem;
    color: #006ead;
    padding-top: .1rem;
}
.footer {
    line-height: 1.8;
    font-size: .2rem;
    text-align: center;
    color: #67a3cf;
    background: #10568a;
    padding: .4rem .2rem .6rem;
}
@media (min-width:768px) {
    .wrapper {
        width: 750px;
        margin: 0 auto;
    }
    .header .menu {
        display: none;
        width: 750px;
        left: 50%;
        margin-left: -375px;
    }
    .header .menu.active {
        display: block;
    }
}