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 {
	margin: 0;
	padding: 0;
}

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

fieldset, img {
	border: 0;
}

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

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

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

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

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

body {
	font-size: 12px;
}

select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

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

.font-white {
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 14px;
}

.box {
	width: 840px;
	margin: 5px auto 0;
}

.box div img {
	width: 100%;
}

.float-div {
	background: #ccc;
	width: 178px;
	max-height: 231px;
	height: 100%;
	position: absolute;
	top: calc( 50% - 90px);
	right: 10px;
	bottom: 0;
	z-index: 10000;
	background-size: 100%;
}

.div-left {
	right: unset !important;
	left: 10px;
}

.left_a {
	margin: 10px;
	background-size: 100%;
	min-height: 285px;
	background-size: 100% 100%!important;
	background: url("../images/left.jpg") no-repeat;
	padding-top: 30px;
}

.left_a li {
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 15px;
}

.left_a li a {
	color: #1ba1db !important;
}

.top-nav img {
	margin: 15px 30px;
	height: 70px;
}

.hyzq_title {
	background: #f2f2f2;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #1ba1db;
	border-radius: 4px;
}

.hyzq_title span {
	float: right;
}

.hyzq_title>i {
	color: #1ba1db;
}
.hyzq_box li b{ color:red}
.hyzq_box li {
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 15px;
}

.hyzq_box li>a {
	padding: 0 20px;
}

.hyzq_box li>span {
	float: right;
}

.page {
	float: right;
	padding: 15px;
}

.page li {
	padding: 0 5px;
}

.relevant {
	border: 1px solid #5fb0df;
	padding: 20px 0;
	background-color: #c8eaf6;
}

.relevant ul li {
	margin-left: 10px;
}

.relevant ul li img {
	width: 70px;
	height: 40px;
}

.foot>p {
	text-align: center;
	display: block;
	width: 100%;
	color: #000;
	height: 24px;
	line-height: 24px;
	margin-right: 60px;
}

.left_a li.activity a {
	color: #000 !important;
}

.zxpage h3 {
	font-size: 14px;
}

.zxpage {
	color: #000;
}

.zxgg {
	background-color: #c8eaf6;
	border: 1px solid #5baddd;
	margin-top: 10px;
	padding: 0 10px;
}

.zxgg .zxgg_title {
	font-size: 12px;
	font-weight: bold;
	color: #d42d37;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f8f8f8;
}

.zxgg div ul>li {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.zxgg .zxgg_imgbox ul>li {
	height: unset;
	line-height: unset;
	text-align: center;
}

.zxgg .zxgg_imgbox ul>li>div {
	padding: 5px 0;
	color: #000;
}

.zxgg_imgtitle {
	font-size: 14px;
	font-weight: bold;
	color: #31b0e3;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f8f8f8;
}

.zxgg_imgtitle span {
	float: right;
}

.hyzq_btnbox ul>li a {
	background: unset;
	padding: 0;
}

.hyzq_btntitle {
	margin-bottom: 10px;
	border-radius: 4px;
}

.hyzq1 {
	margin-bottom: 10px;
}

.nav-tabs .nav-link {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 8px 10px 7px 10px;
	margin: 5px 0 0 5px;
}

.tab-content div>a {
	float: right;
	color: #dc4916;
}

.tab-content div p {
	margin-bottom: 10px;
}

.footer {
	background: #fff;
	box-shadow: unset;
	-webkit-box-shadow: unset;
}

.nav-tabs {
	background: #f5f3f4;
	border-width: 0px;
}

.nav-tabs .nav-items .nav-link {
	background: #ccc;
	color: #fff;
}

.nav-tabs .nav-items .nav-link.active.show {
	background: #fff;
	color: #0094dc;
	font-weight: bold;
}

.hyzq1 .hyzq_box>ul>li:before {
	content: "·";
	font-weight: bold;
	margin-right: 10px;
	position: relative;
	float: left;
}

.zxgg div ul>li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 1200px) {
	.container {
		width: 1170px !important;
	}
}

.container div form {
	font-size: 12px;
}

.container div form input {
	border: 1px solid #e4e4e4;
	background: #fff;
	padding: 2px 0;
}

.container div form input[type=button] {
	padding: 0px 5px;
}

.container div.Z-E {
	height: 30px;
	line-height: 30px;
	background: #eaf5fb;
	text-align: right;
	display: inline-block;
	float: right;
	padding: 0 10px;
	font-size: 12px;
}

.container div.Z-E a {
	color: #000;
}

#top-menu {
	position: unset;
	height: 45px;
	background-color: #019add;
	line-height: 45px;
	padding: 0px 50px;
	width: 80%;
	margin: 0 auto;
}

#top-menu .nav {
	max-width:1000px;
	margin: 0 auto;
}

#top-menu a {
	color: #fff;
}

.top-menu ul li {
	background: url("../../../images/nav_line.html") no-repeat center right;
}

.top-menu ul li:last-of-type {
	background: unset;
}

.top-menu ul li {
	float: left;
	width: 142px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.box {
	width: 840px;
	margin: 5px auto 0;
}

.box div img {
	width: 100%;
}

#slider div>a>img {
	max-height: 450px;
}

.activityPage {
	color: red !important;
}

.listSizebtn, .pageChange {
	cursor: pointer;
}

.footer {
	background: #fff !important;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
}

.foot {
	margin-top: 30px!important;
}

.tabButton a {
	cursor: pointer
}

.container {
	max-width: 100%;
}

html, body {
	min-width: 1080px !important;
	position: relative;
}

.col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.float-div img {
	width: 100%;
}

.float-div {
	height: fit-content !important;
}

.remove-float {
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.4);
	border: unset;
	width: 20px;
	height: 20px;
	color: #fff;
	cursor: pointer;
}

.pagination>.active>a, .pagination>.active>a:hover {
	background: white !important;
}

.page .controls {
	display: none;
}

.top-menu ul li {
	background: url("../images/nav_line.gif") no-repeat center right;
}

.float-div {
	background: url("../images/11.jpg") no-repeat;
}

.left_a li {
	background: url("../images/left_a.jpg") no-repeat bottom;
}

.hyzq_box li>a {
	background: url("../images/li.jpg") no-repeat left;
	width: 80%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-detail .post-title {
	text-align: center;
	font-size: 24px;
	margin: 30px 0;
}

.post-detail .post-desc {
	font-size: 14px;
	text-align: justify;
}

.post-detail .post-desc p {
	margin-bottom: 10px;
}

#gczz {
	margin: 20px 0px 20px 10px;
	border-bottom: 1px solid #0094D8;
	overflow: hidden;

}

#gczz .active {
	color: #000;
	background: url("../images/gczz.jpg");
}

#gczz a {
	display: block;
	width: 72px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: center;
}

.gczz1 {
	margin: 0px 0px 0px 10px;
	float: left;
	width: 100%;
}

.gczz {
	margin: 0px 0px 0px 10px;
	float: left;
	width: 100%;

}

.gczz1 .item {
	width: 30%;
	float: left;
	text-align: center;
	margin-left: 2%;
	margin-top: 20px;
}

.gczz1 .item img {
	height: 150px;
	width: 100%;
	border: 1px solid #0094dc;
	padding-bottom: 1px;
}

.gczz1 .item .title {
	width: 100%;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.pic img{width:60%; margin-top:10px;}

.tab-content{margin-top:20px;}