@keyframes gov_icon {
	50% {
		transform: rotate(-10deg);
	}

	60% {
		transform: rotate(10deg)
	}

	70% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(10deg)
	}

	90% {
		transform: rotate(-5deg)
	}
}

@-webkit-keyframes gov_icon {
	50% {
		-webkit-transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(10deg)
	}

	70% {
		-webkit-transform: rotate(-10deg);
	}

	80% {
		-webkit-transform: rotate(10deg)
	}

	90% {
		-webkit-transform: rotate(-5deg)
	}
}

@-o-keyframes gov_icon {
	50% {
		-o-transform: rotate(-10deg);
	}

	60% {
		-o-transform: rotate(10deg)
	}

	70% {
		-o-transform: rotate(-10deg);
	}

	80% {
		-o-transform: rotate(10deg)
	}

	90% {
		-o-transform: rotate(-5deg)
	}
}

@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 Arial, "宋体";
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

q:before,
q:after {
	content: '';
}

a:focus,
input,
textarea {
	outline-style: none;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
b {
	font-style: normal;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

b {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #434343;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #268bcb;
}

body {
	color: #464646;
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
	.hidden-pc {
		display: none;
	}

	.hidden-mobile {
		display: block;
	}

	.contLeft h2 span,
	.contRight h2 span,
	.contAll h2 span,
	.workBox a,
	.crumb {
		background: url("../images/icon.png") left top no-repeat;
	}

	.warp {
		clear: both;
		margin: 0 auto;
		width: 1000px;
	}

	.top {
		background: #eee;
		border-bottom: 1px solid #ddd;
		line-height: 32px;
		text-align: right;
		border-top: 2px solid #676767;
		height: 40px;
		width: 100%;
	}

	.top a {
		background: url("../images/head_box.png") center top no-repeat;
		width: 110px;
		padding: 0 0 0 15px;
		display: block;
		float: right;
		text-align: center;
		color: #FFF;
	}

	.top a:hover {
		background-position: center -35px;
		text-decoration: none;
	}

	.top span {
		display: inline-block;
		padding: 0 30px;
		display: block;
		float: right;
	}

	.header {
		border-top: 1px solid #eadbc3;
	}

	.header .warp {
		height: 110px;
		background: url("../images/header_2014.jpg") no-repeat scroll center bottom;
	}

	.header .logo {
		background: url("../images/logo_jsgcjdz.png") 5px 16px no-repeat;
		float: left;
		height: 85px;
		padding: 20px 0 0 5px;
		text-indent: -9999px;
		width: 780px;
	}

	.mainNav {
		background-color: #f2f2f2;
		border-top: 1px solid #ddd;
		height: 49px;
		line-height: 50px;
		position: relative;
		border-bottom: 6px solid #268bcb;
		margin-bottom: 10px;
	}

	.mainNav ul {
		margin: 0 auto;
		width: 1010px;
	}

	.mainNav li {
		display: inline;
		float: left;
		text-align: center;
		width: 100px;
		border-right: 1px solid #f2f2f2;
	}

	.mainNav li a:hover,
	.mainNav li a.on {
		background-color: #268bcb;
		color: #fff;
	}

	.mainNav li a {
		color: #333333;
		display: block;
		font: bold 14px/49px arial;
		text-decoration: none;
		border-bottom: 6px solid #268bcb;
	}

	.mainNav li.n_red a {
		border-color: #EA2424;
	}

	.mainNav li.n_blue a {
		border-color: #4FA6DE;
	}

	.mainNav li.n_green a {
		border-bottom-color: #6DB909;
	}

	.mainNav li.n_orange a {
		border-bottom-color: #FD6F21;
	}

	.mainNav .n_red a:hover,
	.mainNav .n_red a.on {
		background-color: #EA2424;
	}

	.mainNav .n_blue a:hover,
	.mainNav .n_blue a.on {
		background-color: #4FA6DE;
	}

	.mainNav .n_green a:hover,
	.mainNav .n_green a.on {
		background-color: #6DB909;
	}

	.mainNav li.n_orange a:hover,
	.mainNav.n_orange li a.on {
		background-color: #FD6F21;
	}

	.newsBox {
		margin-bottom: 10px;
		overflow: hidden;
	}

	.newsBox .n_imgsBox {
		width: 493px;
		height: 300px;
		float: left;
		position: relative;
		overflow: hidden;
		border: 1px solid #DFDFDF;
	}

	.n_imgsBox .callbacks li {
		width: 495px;
		height: 305px;
	}

	.n_imgsBox .callbacks li a {
		display: block;
		position: relative;
	}

	.n_imgsBox .callbacks li a:hover {
		text-decoration: none;
	}

	.n_imgsBox li img {
		width: 495px;
		height: 305px;
		display: block;
	}

	.n_imgsBox .callbacks li span {
		width: 495px;
		padding: 0 20px;
		font: bold 14px/30px Arial;
		display: block;
		color: #FFF;
		background: url("../images/li_bg.png");
		position: absolute;
		bottom: 0;
	}

	.n_imgsBox .callbacks_tabs {
		position: absolute;
		height: 22px;
		bottom: 2px;
		right: 5px;
		z-index: 9;
	}

	.n_imgsBox .callbacks_tabs li {
		float: left;
	}

	.n_imgsBox .callbacks_tabs a {
		display: block;
		float: left;
		width: 18px;
		line-height: 18px;
		text-align: center;
		margin-right: 1px;
		cursor: pointer;
		background: #333;
		color: #FFFFEF;
		font-size: 12px;
		text-decoration: none;
	}

	.n_imgsBox .callbacks_tabs .callbacks_here a {
		background: #CB0E02;
	}

	.newsBox .n_listBox {
		width: 493px;
		height: 220px;
		float: right;
		overflow: hidden;
		position: relative;
		border: 1px solid #DFDFDF;
	}

	.n_l_nav {
		/*border:1px solid #DFDFDF;*/
		border-bottom: 1px solid #DFDFDF;
		height: 33px;
		background: url("../images/box.png") top repeat-x;
	}

	.n_l_nav span {
		font-weight: bold;
		display: block;
		float: left;
		cursor: pointer;
		padding: 0 20px;
		font: bold 16px/33px Arial;
		border-right: 1px solid #DFDFDF;
	}

	.n_l_nav span.on {
		color: #258BCB;
		background: #FFF;
		border-top: 3px solid #258BCB;
		font: bold 16px/31px Arial;
	}

	.n_l_nav .more {
		float: right;
		font: 12px/34px Arial;
		margin: 0 5px 0 0;
	}

	.n_listBox .cont {
		margin-bottom: 10px;
		border-top: none;
		position: relative;
	}

	.n_listBox ul {
		padding: 10px;
		width: 475px;
		float: left;
	}

	.n_listBox li {
		font: 14px/28px Arial;
		overflow: hidden;
	}

	.n_listBox li a {
		display: block;
		float: left;
		width: 80%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.n_listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		float: left;
	}

	.n_listBox li span {
		float: right;
		color: #999999;
	}

	.n_l_nav .n_l_more {
		display: block;
		float: right;
		font: 12px/34px Arial;
		margin: 0 5px 0 0;
	}

	.i_contL {
		width: 495px;
		float: left;
	}

	.i_contR {
		width: 495px;
		float: right;
	}

	.systemBox {
		width: 493px;
		float: right;
		margin-top: 14px;
	}

	.systemBox a {
		display: block;
		float: right;
		background: #589AD2;
		padding: 10px 20px;
		text-decoration: none;
		cursor: pointer;
		overflow: hidden;
	}

	.systemBox a:first-child {
		background: #DE78A7;
		float: left;
	}

	.systemBox a span {
		font: 18px/36px "微软雅黑";
		color: #FFF;
		padding: 5px 0;
		width: 150px;
		text-decoration: none;
		display: inline-block;
	}

	.systemBox em {
		font-size: 32px;
		line-height: 36px;
		padding: 5px 0 0;
		margin: 0 5px 0 0;
		color: #FFF;
		width: 45px;
		text-align: center;
		display: inline-block;
		float: left;
	}

	.systemBox a:hover em {
		animation: gov_icon 1s;
		-moz-animation: gov_icon 1s;
		-webkit-animation: gov_icon 1s;
	}

	.sipListBox .tit {
		height: 40px;
		border: 1px solid #DFDFDF;
		background: #f8f8f8;
		border-bottom: 3px solid #DFDFDF;
	}

	.sipListBox .tit span {
		display: block;
		float: left;
		font: bold 14px/40px Arial;
		border-right: 1px solid #DFDFDF;
		padding: 0 20px;
	}

	.sipListBox .more {
		float: right;
		font: 12px/40px Arial;
		padding: 0 10px;
	}

	.sipListBox .more a {
		display: none;
	}

	.sipListBox .tit span:first-child {
		border: none;
		border-right: 1px solid #DFDFDF;
	}

	.sipListBox .tit span.active {
		border-bottom: 3px solid #258BCB;
		color: #258BCB;
	}

	.sipListBox li a {
		width: 80%;
	}

	.sipListBox .cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.sipListBox .cont li {
		overflow: hidden;
	}

	.adBox {}

	.adBox a,
	.adBox img {
		display: block;
	}

	.adBox a {
		margin-bottom: 10px;
	}

	.sitesBox {
		overflow: hidden;
		margin-bottom: 10px;
		clear: both;
	}

	.sitesBox .tit {
		display: block;
		font: bold 14px/30px Arial;
		color: #008DD5;
		border-top: 3px solid #268bcb;
		border-bottom: 1px solid #DFDFDF;
		padding: 0 20px;
	}

	.sitesBox table {
		margin: 20px 0;
	}

	.sitesBox td {
		padding: 4px 0 4px 10px;
		white-space: nowrap;
	}

	.tit a:hover {
		color: #268bcb;
		text-decoration: none;
	}

	.crumb {
		font: 12px/30px Arial;
		border: 1px solid #DFDFDF;
		background-color: #F3F3F3;
		padding-left: 30px;
		background-position: 10px 0;
		margin-bottom: 5px;
	}

	.contLeft {
		float: left;
		width: 240px;
	}

	.side_nav {
		background: #FBFBFB;
		border: 1px solid #DFDFDF;
		margin: 0 0 20px;
	}

	.side_nav li ul {
		display: none;
	}

	.side_nav li:hover>ul {
		display: block
	}

	.side_nav li a {
		display: block;
		color: #268BCB;
		font: bold 16px/35px "微软雅黑";
		border-top: 1px solid #DFDFDF;
		padding: 5px 0 5px 50px;
		background: url(../images/icon.png) 20px -150px no-repeat;
	}

	.side_nav li a:hover {
		color: #6db909;
		text-decoration: none;
	}

	.side_nav li ul {
		padding: 0 0 10px 20px;
	}

	.side_nav li li a {
		display: block;
		font: normal 14px/35px "微软雅黑";
		border: none;
		padding: 0 0 0 45px;
		background-position: 20px -155px;
	}

	.side_nav li li li a {
		line-height: 25px;
		background-position: 20px -190px;
	}

	.side_nav li a.active {
		color: #fd6f21;
	}

	.contRight {
		float: right;
		width: 750px;
	}

	.contAll {}

	.contR_cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding-bottom: 20px;
		min-height: 600px;
		margin-bottom: 20px;
	}

	.contR_detail {
		overflow: auto;
		padding: 10px 25px;
		overflow-y: hidden;
	}

	.contR_detail h1 {
		font: 22px/30px "微软雅黑";
		text-align: center;
		letter-spacing: 1px;
		color: #333333;
		padding: 20px;
	}

	.c_d_info {
		font: 12px/30px Arial;
		text-align: center;
		clear: both;
		margin-bottom: 20px;
		border-bottom: 1px solid #EFEFEF;
	}

	.c_d_info span {
		display: inline-block;
		margin-right: 5px;
	}

	.c_d_content {
		font: 14px/200% Arial;
		text-align: justify;
	}

	.c_d_info .large {
		font-size: 16px;
	}

	.c_d_info .middle {
		font-size: 14px;
	}

	.c_d_info .small {
		font-size: 12px;
	}

	.contLeft h2,
	.contRight h2,
	.contAll h2 {
		border: 1px solid #DFDFDF;
		border-top: 2px solid #278BCB;
		overflow: hidden;
		padding: 10px 0;
	}

	/*background:url("../images/box.png") 0 -50px repeat-x;*/
	.contLeft h2 span,
	.contRight h2 span,
	.contAll h2 span {
		background-position: 10px -40px;
		padding: 0 0 0 30px;
		font: bold 14px/20px Arial;
		display: block;
		float: left;
	}

	.contLeft h2 a {
		font: 12px/20px Arial;
		float: right;
		margin-right: 5px;
	}

	.listBox ul {
		padding: 10px;
	}

	.listBox li {
		font: 14px/32px Arial;
		overflow: hidden;
	}

	.listBox li a {
		display: block;
		float: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.listBox li span {
		float: right;
		color: #999999;
	}

	.listBox li em {
		color: #CBCBCB;
		display: inline-block;
		margin-right: 2px;
		overflow: hidden;
	}

	.listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		float: left;
	}

	.contLeft .listBox .cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding: 10px;
		margin-bottom: 10px;
	}

	.contLeft .listBox .cont a {
		display: block;
		font: 14px/28px Arial;
	}

	.contLeft .listBox .cont a:hover {
		text-decoration: none;
		color: #CB0E02;
	}

	.contLeft .listBox .cont em {
		color: #CBCBCB;
		display: inline-block;
		margin-right: 2px;
	}

	.pageBar {
		overflow: auto;
		text-align: center;
		clear: both;
	}

	.pageBar a,
	.pageBar span {
		margin-right: 2px;
		display: inline-block;
		border: 1px solid #DFDFDF;
		font: 12px/22px Arial;
		padding: 0 5px;
		color: #268BCB;
	}

	.pageBar span {
		color: #CCC;
	}

	.pageBar a:hover {
		background: #F2F2F2;
		text-decoration: none;
	}

	.footer {
		clear: both;
	}

	.bottomNav {
		color: #FFF;
		background: #008DD5;
		font: bold 12px/30px Arial;
		text-align: center;
		padding: 10px 0;
	}

	.bottomNav a {
		color: #FFF;
		padding: 0 20px;
		display: inline-block;
	}

	.footer .copyrights {
		background: #e2e2e2;
		line-height: 24px;
		padding: 20px 0;
		text-align: center;
	}


	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.c_d_content table p {
		margin-bottom: 0;
		text-indent: 0;
	}

	.bmztc {
		padding: 15px;
	}

	.bmztc li {
		width: 15%;
		float: left;
		line-height: 32px;
	}


	.t_searchBar {
		float: left;
		margin-top: 5px;
	}

	.t_searchBar input {
		float: left;
		background: #FFF;
		border: 1px solid #CCCCCC;
		color: #888888;
		font: 12px/16px Arial;
		padding: 5px;
	}

	.t_searchBar input.keywords {
		margin-right: 10px;
		width: 160px;
	}

	.t_searchBar input.submit {
		background: #268bcd;
		padding: 5px 10px;
		color: #FFFFFF;
		border: none;
		border-radius: 5px;
	}
}