a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:focus {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
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,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
    -webkit-text-size-adjust: none;
}

li {
    list-style: none;
}

* {
    font-family: '微软雅黑';
}

body {
    background: #f6f6f6;
    color: #333;
}

a {
    color: #333;
}

.head {
    width: 100%;
    height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3rem;
    background: url(logo.png) no-repeat center center;
    background-size: 6.4rem 0.42rem;
}

.hide {
    display: none;
}

.lunbo {
    width: 100%;
    height: 3.6rem;
    background: #ccc;
    font-size: 0.12rem;
}

.height-space {
    width: 100%;
    height: 0.2rem;
    clear: both;
}


/* 导航列表 */

.nav {
    width: 100%;
    height: 4.3rem;
    padding: 0.3rem 0;
    overflow: hidden;
    background: #fff;
}

.nav ul li {
    float: left;
    width: 1.85rem;
    height: 1.6rem;
    margin-bottom: 0.4rem;
    text-align: center;
}

.nav ul li a p {
    font-size: 0.26rem;
    margin-top: 0.2rem;
    color: #333;
}

.nav ul li a img {
    width: 1.1rem;
    height: 1.1rem;
}


/* 最新公告 */

.zxgg {
    width: 100%;
    height: 1.3rem;
    background: #fff url(zxgg_logo.png) no-repeat 0.3rem center;
    background-size: 0.73rem 0.8rem;
    padding-top: 0.25rem;
}

.zxgg_list {
    width: 100%;
    height: 0.9rem;
    overflow: hidden;
    position: relative;
    padding-left: 1.37rem;
}

.zxgg_box {
    position: absolute;
    width: 100%;
}

.zxgg_list ul li {
    /* margin-bottom: 0.1rem;
    margin-top: 0.1rem; */
    padding-left: 0.2rem;
    background: url(list_icon.png) no-repeat left center;
}

.zxgg_list ul li a {
    font-size: 0.28rem;
    line-height: 0.42rem;
}


/* 新闻动态/“枫桥经验”研究 */

.xwdt {
    width: 100%;
    height: 1.58rem;
    background: url(xwdt_bk.png) no-repeat center center;
    background-size: 100% 100%;
}

.fqyj {
    width: 100%;
    height: 1.58rem;
    background: url(fqyj_bk.png) no-repeat center center;
    background-size: 100% 100%;
}

.xwdt a,
.fqyj a {
    display: inline-block;
    width: 100%;
    height: 1.58rem;
    color: #fff;
    font-size: 0.28rem;
    font-weight: lighter;
}

.xwdt a .p1,
.fqyj a .p1 {
    font-size: 0.4rem;
    margin-top: 0.3rem;
}

.xwdt a p,
.fqyj a p {
    padding-left: 2.82rem;
}

.xwdt a .p2,
.fqyj a .p2 {
    margin-top: 0.1rem;
}


/* 切换1 */

.tabbox,
.tabboxtwo {
    width: 100%;
    height: 10.6rem;
    margin: 0 auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.tabbox_title {
    width: 100%;
    height: 0.5rem;
}

.tabbox_title ul li {
    float: left;
}

.tabbox_title ul li a {
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-right: 0.3rem;
    color: #333333;
}

.tabbox_title ul li.hover a {
    color: #df0000;
}

.tabbox_title ul li a:hover {
    color: #df0000;
}

.tab_more {
    float: right;
}

.tab_more a {
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.5rem;
}

.tab_list,
.tabtwo_list {
    width: 100%;
    height: 10.1rem;
    overflow: hidden;
}

.tab_list ul li,
.tabtwo_list ul li {
    width: 100%;
    height: 2.3rem;
    background: url(list_bk.png) no-repeat center center;
    background-size: 103% 100%;
    margin-bottom: 0.15rem;
    margin-top: 0.15rem;
    padding: 0.3rem;
}

.tab_list ul li a,
.tabtwo_list ul li a {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
    display: inline-block;
    width: 100%;
}

.tab_list ul li a p,
.tabtwo_list ul li a p {
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.45rem;
}

.tab_list ul li a span,
.tabtwo_list ul li a span {
    width: 100%;
    font-size: 0.28rem;
    margin-bottom: 0.05rem;
    display: inline-block;
}