/*重大决策预公开*/
*,
*: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,
menu,
nav,
section,
img {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
}

li {
	list-style: none;
}

body {
	text-align: left;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333333;
}

a:focus,
a:hover {}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.content {
	background: #ededed;
}

.content-nr {
	width: 1200px;
	height: 100%;
	background: #ffffff;
	padding: 30px 20px;
	padding-bottom: 10px;
	margin: 0 auto;min-height:600px;
}

.content-nr a:hover {
	color: #004cff;
}

.con2 {
	margin-top: 30px;
}
.con2 h3{
	background:url(bt_hbg.jpg) repeat-x left 15px;
	margin-top:25px;
}
.con2 ul{
	margin-top:15px;margin-bottom:15px;
}
.con2 li i{
	width:3px;
	height:3px;
	background-color: #333333;
	float: left;
    margin: 18px 15px 0px 0px;
}
.con2 h3 a{
	font-size:20px;
	color: #0c62c7;
	background-color:#ffffff;
	padding-right:25px;
}
.con2 li span{
	color:#999999;
	float:right;
}
.con2 li{
	line-height:36px;
}
/* 文章页 */
.art{
	padding:20px 30px;
}
.art h3{
	font-size: 32px;
    color: #262626;
    padding-bottom: 15px;
    border-bottom: #292929 2px solid;
    margin-bottom: 20px;
    text-align: center;
	background:none;
}
.art ul{
	overflow: hidden;
}
.art li{
	float:left;
	width:24%;
	margin-left:1%;
	background-color:#efefef;
	text-align:center;
	color:#0c62c7;
	font-weight: bold;
	line-height: 60px;
	font-size: 18px;
        cursor: pointer;
}
.art li.hover{
	background-color:#0c62c7;
	color:#ffffff;
}
.art li:first-child{
	margin-left:0px;
}
.art .con{
	margin-top:20px;
	line-height: 36px;
}
.yjzjart .footer_mobile{
display: none;
    height: auto;
    background: #245399;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}
 .footer {
    width: 100%;
    background: #245399;
    height: 120px;
    margin-top: 20px;
    color: #fff;
}

.footer-center {
    width: 1100px;
    margin: 0 auto;
    height: 110px;
}
@media (max-width: 768px) {
.yjzjart .footer_mobile{
display: block;
}
.yjzjart .footer{
display: none;
}
.yjzjart .zt-nav {
    height: auto !important;
}

.yjzjart .zt-top {
    display: none;
}

.yjzjart .zt-banner {
    display: none;
}

.yjzjart .zt-nav-box {
    width: 100% !important;
}

.yjzjart .zt-nav ul li {
    width: 33% !important;
}

.yjzjart .zt-nav ul li a {
    background: none !important;
    padding-left: 0 !important;
}
.yjzjart .footer {
    display: none;
}
.yjzjart .content-nr,.yjzjart .con1 img{
    width:100%;
}
.yjzjart .art {
    padding:0px;
}
}