﻿@charset "utf-8";
/*header*/
.header {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 61px;
	max-width: 720px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #8fbc8f;
}

	.header.index-header {
		height: 98px;
	}

	.header .head-title-img {
		position: relative;
		/* background: rgba(0,0,0,0.6); */
	}

.head-title-img .natural {
	position: absolute;
	top: 2px;
	left: 50%;
	display: block;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px #000;
	-webkit-animation: z 5s linear 0s infinite;
	-moz-animation: z 5s linear 0s infinite;
	-ms-animation: z 5s linear 0s infinite;
	animation: z 5s linear 0s infinite;
}

@-webkit-keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}
.header .logo-box {
	height: 50px;
}

.header .logo {
	float: left;
	margin-left: 0px;
	height: 50px;
}

	.header .logo .logo-img {
		width: 208px;
		height: 50px;
	}

.header .bank {
	position: relative;
	float: right;
	width: 80px;
	height: 50px;
}

	.header .bank a {
		display: block;
		padding-top: 14px;
		color: #fff;
		text-align: center;
		font-size: 12pt;
	}

	.header .bank img {
		display: block;
		margin: 0 auto;
		width: 75px;
		height: 50px;
	}

.nullbox {
	height: 100px;
}

.subnullbox {
	height: 61px;
}

/*nav*/
.nav {
	overflow: hidden;
	border-top: 1px solid #000;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

	.nav span {
		float: left;
		display: block;
		width: 16.66%;
		height: 30px;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
	}

		.nav span:hover {
			background: #292929;
		}

	.nav.pf span:hover {
	}

.box {
	overflow: hidden;
	margin: 5px 0;
	border-radius: 5px;
	background: #8fbc8f;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.dbt img {
	margin-top: 98px;
	margin-bottom: -8px;
}

/*news*/
.news-title {
	float: left;
	padding-left: 5px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

	.news-title img {
		float: left;
		display: block;
		margin-right: 5px;
		width: 35px;
		height: 35px;
	}

.txtMarquee-left {
	position: relative;
	overflow: hidden;
	padding: 0 1px;
	width: auto;
}

	.txtMarquee-left .bd ul {
		overflow: hidden;
		zoom: 1;
	}

		.txtMarquee-left .bd ul li {
			float: left;
			margin-right: 20px;
			width: auto !important;
			height: 35px;
			color: #000;
			text-align: left;
			line-height: 35px;
			_display: inline;
		}

			.txtMarquee-left .bd ul li a {
				color: #fff;
			}

				.txtMarquee-left .bd ul li a:hover {
					text-decoration: underline;
				}


/*content*/
.subnav {
	overflow: hidden;
	padding: 5px 0;
	border-radius: 5px;
	background: #f0e6f7;
}

	.subnav a {
		float: left;
		display: block;
		width: 20%;
		color: #000;
		text-align: center;
		text-shadow: 0px 2px 1px #ff9c00;
		font-weight: bold;
		font-size: 12pt;
	}

		.subnav a img {
			display: block;
			margin: 0 auto 2px;
			width: 84px;
			height: 76px;
			animation-duration: 1s;
			animation-fill-mode: both;
		}

		.subnav a:nth-child(1) img, .subnav a:nth-child(2) img {
			animation-name: fadeInLeft;
		}

		.subnav a:nth-child(3) img {
			animation-name: bounceInDown;
		}

		.subnav a:nth-child(4) img, .subnav a:nth-child(5) img {
			animation-name: fadeInRight;
		}

.ggimg {
	margin: 5px 0;
}

	.ggimg a img {
		width: 60px;
		height: 60px;
	}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%,60%,75%,90%,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0,25px,0);
	}

	75% {
		transform: translate3d(0,-10px,0);
	}

	90% {
		transform: translate3d(0,5px,0);
	}

	to {
		transform: none;
	}
}

.subnav a:hover {
	animation-name: pulse;
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes pulse {
	0% {
		transform: scaleX(1);
	}

	50% {
		transform: scale3d(1.05,1.05,1.05);
	}

	to {
		transform: scaleX(1);
	}
}

.pad {
	padding: 4px 4px;
}

.xjbox {
	overflow: hidden;
	margin: 5px 0;
	border-radius: 5px;
	background: #000;
}

.sup-title {
	overflow: hidden;
	margin: 5px 0;
	height: 50px;
	border: 1px solid #000;
	border-radius: 5px;
	background: #b99b5f;
	color: #fff;
	text-align: center;
	text-shadow: 0px 1px 10px #000;
	font-size: 14pt;
	line-height: 50px;
}

.jiesitable {
	width: 100%;
	border-radius: 8px;
	color: #fff;
	table-layout: fixed;
	text-align: center;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 13pt;
	font-family: 'simsun';
}

	.jiesitable tr {
		height: 30px;
	}

	.jiesitable th, .jiesitable td {
		/* overflow: hidden; */
		border: 1px solid #b69157;
		text-overflow: ellipsis;
		/* white-space: nowrap; */
	}

.listtable {
	color: #000;
	table-layout: fixed;
}

	.listtable tr {
		height: 25px;
	}

	.listtable th, .listtable td {
		padding: 4px 4px;
	}

	.listtable th {
		border-bottom: 1px solid #000;
		text-align: center;
		text-shadow: 1px 4px 1px #b99b5f;
		font-size: 20pt;
	}

	.listtable td {
		overflow: hidden;
		overflow: hidden;
		height: 22px;
		border-bottom: 1px solid #b99b5f;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14pt;
	}

		.listtable td a {
			display: block;
			overflow: hidden;
			overflow: hidden;
			height: 22px;
			color: #000;
			white-space: nowrap;
			font-weight: bold;
			line-height: 22px;
		}

.gg {
	color: #000;
	table-layout: fixed;
}

	.gg tr {
		height: 25px;
	}

	.gg th, .gg td {
		padding: 4px 4px;
	}

	.gg th {
		border-bottom: 1px solid #000;
		text-align: center;
		text-shadow: 1px 4px 1px #b99b5f;
		font-size: 20pt;
	}

	.gg td {
		overflow: hidden;
		overflow: hidden;
		height: 22px;
		border-bottom: 1px solid #383232;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 18pt;
	}

		.gg td a {
			display: block;
			overflow: hidden;
			overflow: hidden;
			color: #000;
			white-space: nowrap;
			font-weight: bold;
		}

.gjpxj {
	color: #000;
	table-layout: fixed;
}

	.gjpxj tr {
		height: 25px;
	}

	.gjpxj th, .gjpxj td {
		padding: 1px 1px;
	}

	.gjpxj th {
		border-bottom: 1px solid #000;
		text-align: center;
		text-shadow: 1px 4px 1px #b99b5f;
		font-size: 20pt;
	}

	.gjpxj td {
		height: 22px;
		border-bottom: 1px solid #b99b5f;
		text-overflow: ellipsis;
		font-weight: bold;
		font-size: 14pt;
	}

.spm {
	color: #000;
	table-layout: fixed;
}

	.spm tr {
		height: 25px;
	}

	.spm th, .spm td {
		padding: 4px 4px;
	}

	.spm td {
		overflow: hidden;
		overflow: hidden;
		height: 22px;
		border-bottom: 1px solid #b99b5f;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14pt;
	}

		.spm td a {
			display: block;
			overflow: hidden;
			overflow: hidden;
			height: 22px;
			color: #000;
			white-space: nowrap;
			font-weight: bold;
			line-height: 22px;
		}

.img-title {
	float: right;
	margin-bottom: 35px;
	width: 65%;
	text-align: center;
}

	.img-title h1 {
		margin-top: 30px;
		color: red;
		text-shadow: 0px 2px 1px #000;
		letter-spacing: 6px;
		font-size: 52px;
	}

	.img-title h2 {
		margin-top: 32px;
		color: #0060ff;
		text-shadow: 0px 2px 1px #000;
		letter-spacing: 13px;
		font-size: 24px;
	}

.text-box {
	height: 197px;
	background: url('zgl.png') no-repeat left top;
}

.listtable.icon6 {
	background: #fff url('img1.png') no-repeat bottom right;
}

	.listtable.icon6 td a {
		color: #000;
	}

.xjimg-list {
	background: rgba(255,255,255,0.6);
}

.img-list-box {
	background: url('img2.png') no-repeat top right;
}

.img-list-title {
	margin: 5px 0;
	color: #ffff00;
	text-align: center;
	text-shadow: 0px 1px 1px #000;
	font-weight: bold;
	font-size: 32px;
}

.sideMenu {
	overflow: hidden;
	height: 248px;
	border: 1px solid #000;
	border-radius: 5px;
}

	.sideMenu h3 {
		padding-left: 10px;
		height: 42px;
		border-bottom: 1px solid #fff;
		background: #000;
		color: #fff;
		text-align: center;
		font-size: 20px;
		line-height: 42px;
		cursor: pointer;
	}

		.sideMenu h3 em {
			float: right;
			display: block;
			width: 40px;
			height: 42px;
			background: url('icoAdd.png') no-repeat 16px 12px;
			cursor: pointer;
		}

		.sideMenu h3.on em {
			background-position: 16px -57px;
		}

	.sideMenu ul {
		display: none;
		padding: 20px 25px;
		color: #999;
	}

		.sideMenu ul li {
			float: left;
			width: 25%;
			height: 80px;
		}

			.sideMenu ul li a {
				display: block;
				margin: 0 auto;
				width: 90%;
				height: 80px;
				border: 1px solid #fff;
				border-radius: 10px;
				background: rgba(97,152,191,0.7);
				color: #000e42;
				text-align: center;
				font-size: 18px;
				line-height: 80px;
				transition: all 0.5s;
			}

				.sideMenu ul li a:hover {
					border: 1px solid #000;
					background: rgba(0,0,0,0.7);
					color: #fff;
				}

.qxtable {
	background: #fff;
	color: #000;
	text-align: center;
	word-wrap: break-word;
	font-weight: bold;
	word-break: break-all;
}

	.qxtable tr {
		height: 27px;
	}

	.qxtable th, .qxtable td {
		border: 1px solid #fff;
	}

	.qxtable th {
		background: #fff89c;
		color: red;
		text-align: center;
		font-size: 18px;
	}

	.qxtable td {
		text-overflow: ellipsis;
		font-size: 24px;
	}

	.qxtable .xz {
		font-size: 36px;
	}

	.qxtable .xz1 {
		font-size: 20px;
	}

	.qxtable .xz2 {
		font-size: 30px;
	}

	.qxtable.left {
		text-align: left;
	}

		.qxtable.left th {
			text-align: left;
		}

	.qxtable.yxym {
		/* background:#fff url(../images/tjl.png) center center no-repeat; */
		table-layout: auto;
		word-wrap: break-word;
		word-break: break-all;
	}

		.qxtable.yxym td {
			font-size: 14pt;
		}

		.qxtable.yxym tr td:nth-child(1) {
			width: 21%;
			background: #e4c9f3;
		}

		.qxtable.yxym tr td:nth-child(3) {
			width: 14%;
			background: #e4c9f3;
		}

		.qxtable.yxym tr td:nth-child(2) {
			width: 65%;
			background: #f7f7f7;
		}

.list-title {
	height: 28px;
	border-bottom: 1px solid #738e9f;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #fff;
	color: #000;
	text-align: center;
	text-shadow: 1px 4px 1px #b99b5f;
	font-weight: bold;
	font-size: 16pt;
	line-height: 25px;
}

.riqi {
	text-align: center;
	font-weight: bold;
	font-size: 19pt;
}

.haoju {
	text-align: center;
	font-weight: bold;
	font-size: 20pt;
}

#yxym .list-title {
	background: linear-gradient(transparent,#f7f3f3);
	color: #000;
	text-shadow: 0px 0px 10px #e5e5e5;
	font-size: 26px;
}

ul {
	margin: 1px;
}

.post-list {
	text-align: center;
}

.post-list-tit-pic {
	margin-bottom: 6px;
}

.post-list li {
	padding: 3px 3px;
	border-radius: 0px;
	background-color: #fff;
}

.post-list a {
	display: block;
	height: 35px;
	border: solid 1px #ddd;
	border-radius: 8px;
	background: #eee;
	background-image: linear-gradient(to top, #fff, #eee, #fff);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 35px;
}

.jueshatable {
	overflow: hidden;
	border-radius: 5px;
	background: #000;
	color: #fff;
	table-layout: auto;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
}

	.jueshatable tr {
		height: 25px;
	}

	.jueshatable th {
		border: 1px solid #636262;
		background: #000;
		color: #fff;
	}

	.jueshatable td {
		width: 50%;
		border: 1px solid #636262;
		font-weight: bold;
	}

.guanggao {
	overflow: hidden;
	border-radius: 5px;
	background: #000;
	color: #fff;
	table-layout: auto;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
}

	.guanggao tr {
		height: 25px;
	}

	.guanggao img {
		width: 710px;
		height: 45px;
	}

	.guanggao a {
		color: #FF0000;
		font-size: 16pt;
	}

	.guanggao td {
		width: 100%;
		border: 0px solid #636262;
		font-weight: bold;
	}

.liuxiao {
	overflow: hidden;
	border-radius: 5px;
	background: #ffdfff;
	color: #fff;
	table-layout: auto;
	text-align: center;
}

	.liuxiao tr {
		height: 25px;
	}

	.liuxiao td {
		width: 100%;
		border: 1px solid #fff;
		font-weight: bold;
	}

.shierma {
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	color: #000;
	table-layout: auto;
	text-align: center;
}

	.shierma tr {
		height: 25px;
	}

	.shierma td {
		width: 100%;
		border: 1px solid #C0C0C0;
		font-weight: bold;
	}

.yjxj {
	overflow: hidden;
	border-radius: 5px;
	background: #BBDDFF;
	color: #000;
	table-layout: auto;
	text-align: center;
}

	.yjxj tr {
		height: 25px;
	}

	.yjxj td {
		width: 100%;
		border: 1px solid #fff;
		font-weight: bold;
	}

.gongshi {
	color: #000;
	table-layout: fixed;
}

	.gongshi tr {
		height: 25px;
	}

	.gongshi th, .gongshi td {
		padding: 2px 2px;
	}

	.gongshi th {
		border-bottom: 1px solid #000;
		text-align: center;
		text-shadow: 1px 4px 1px #b99b5f;
		font-size: 20pt;
	}

	.gongshi td {
		overflow: hidden;
		overflow: hidden;
		height: 22px;
		border: 1px solid #efe8e8;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 16pt;
	}

		.gongshi td a {
			display: block;
			overflow: hidden;
			overflow: hidden;
			color: #0000FF;
			white-space: nowrap;
			font-weight: bold;
		}

.duilianpt {
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	color: #FF0000;
	table-layout: auto;
	text-align: center;
}

	.duilianpt tr {
		height: 25px;
	}

	.duilianpt td {
		border: 1px solid #C0C0C0;
		font-weight: bold;
		font-size: 18pt;
	}

	.duilianpt th {
		border: 1px solid #C0C0C0;
		font-weight: bold;
		font-size: 18pt;
	}

.duilianpt1{
	table-layout: auto;
	color: #FF0000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.duilianpt1 tr{
	height: 30px;
}
.duilianpt1 td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 18pt;
}
.duilianpt1 .zl{
	font-size: 22pt;
}
.duilianpt1 th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 17pt;
}

.pnzl {
	overflow: hidden;
	border-radius: 5px;
	background: #f5f5f5;
	color: #000;
	table-layout: auto;
	text-align: center;
}

	.pnzl tr {
		height: 25px;
	}

	.pnzl td {
		width: 33.3%;
		border: 1px solid #fff;
		font-weight: bold;
		font-size: 12pt;
		font-family: 微软雅黑;
	}

	.pnzl a {
		color: #000;
	}

/*footer*/
.foot-img {
	padding-bottom: 0px;
	/* background: url('foot-img.png') no-repeat center bottom; */
}

.footer-link {
	height: 30px;
	border-bottom: 1px solid #000;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	line-height: 30px;
}

	.footer-link a {
		margin: 0 10px;
		color: #6198bf;
	}

		.footer-link a:hover {
			text-decoration: underline;
		}

.copyright {
	margin: 0 auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 80%;
	border-bottom: 1px solid #000;
	color: #fff;
	text-align: center;
}

.xjct {
	background: #bf72d2;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657);
}

/*sub*/
.tablebox {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
}

	.tablebox tr {
		line-height: 32px;
	}

	.tablebox td {
		padding: 3px 2px;
		border: 1px solid #e5e5e5;
		word-break: break-all;
	}

	.tablebox a {
		color: rgb(255, 0, 0);
		text-decoration: underline;
		font-weight: bold;
		font-size: 16px;
	}

.subList-bg {
	/* background:#fff url('subList-bg.png') no-repeat top right; */
}

.subTextTitle {
	padding: 8px 8px 0px 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: #000;
}

	.subTextTitle h1 {
		overflow: hidden;
		height: 40px;
		font-weight: bold;
		font-size: 18px;
		line-height: 40px;
	}

	.subTextTitle h2 {
		color: #9e6101;
		text-indent: 6px;
	}

	.subTextTitle p {
		margin-top: 10px;
		padding: 10px 0;
		border-top: 1px solid #ffeda4;
		border-bottom: 1px solid #ffeda4;
		color: #d2b335;
		text-indent: 6px;
	}

.tablebox.imgbox a {
	display: block;
	height: 44px;
}

.tablebox.imgbox img {
	width: 100%;
	height: 44px;
}

.subListTable {
	padding: 4px 8px 8px 8px;
	color: #000;
}

	.subListTable td {
		overflow: hidden;
		border-bottom: 1px solid #ffeda4;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: bold;
		line-height: 32px;
	}

.foot-subTextTitle {
	padding: 0 8px;
}

	.foot-subTextTitle p {
		padding-bottom: 10px;
		border-bottom: 1px solid #ffeda4;
		color: #d2b335;
	}

@media screen and (max-width: 570px) {
	.riqi {
		font-size: 15pt;
	}

	.pad {
		padding: 2px 2px;
	}

	#yxym .list-title {
		font-size: 20px;
	}

	.duilianpt td {
		font-size: 15pt;
	}

	.duilianpt th {
		font-size: 14pt;
	}
.duilianpt td{
	font-size: 15pt;
}
.duilianpt .zl{
	font-size: 17pt;
}
.duilianpt th{
	font-size: 14pt;
}
.duilianpt1 td{
	font-size: 16pt;
}
.duilianpt1 .zl{
	font-size: 19pt;
}
.duilianpt1 th{
	font-size: 14pt;
	}
	.qxtable td {
		font-size: 20px;
	}

	.qxtable .xz {
		font-size: 28px;
	}

	.qxtable .xz1 {
		font-size: 13px;
	}

	.qxtable .xz2 {
		font-size: 24px;
	}

	.listtable td {
		font-size: 13pt;
	}

	.qxtable.yxym td {
		font-size: 12pt;
	}

	.post-list a {
		font-size: 21px;
	}

	.gg td {
		font-size: 13pt;
	}

		.gg td a {
			height: 22px;
			line-height: 26px;
		}
}

@media screen and (max-width: 455px) {
	.pad {
		padding: 2px 2px;
	}

	#yxym .list-title {
		font-size: 18px;
	}

	.riqi {
		font-size: 12pt;
	}

	.haoju {
		font-size: 14pt;
	}

	.box, .subnav, .xjbox {
		margin: 3px 0px;
	}

		.subnav a {
			font-size: 11pt;
		}

			.subnav a img {
				width: 67.2px;
				height: 60.8px;
			}

	.ggimg a img {
		width: 40px;
		height: 40px;
	}

	.xjbox table, .listtable td {
		font-size: 10pt;
	}

	.sideMenu ul li a {
		font-size: 12px;
	}

	.img-title {
		width: 90%;
	}

		.img-title h2 {
			letter-spacing: 7px;
		}

	.head-title-img .natural {
		left: 73%;
	}

	.header .logo {
		margin-left: 3px;
	}

	.nav span {
		font-size: 10px;
	}

	.qxtable.yxym td {
		font-size: 12px;
	}

	.qxtable.yxym tr td:nth-child(2) {
		font-size: 18px;
	}

	.guanggao img {
		width: 100%;
		height: 33px;
	}

	.guanggao a {
		font-size: 10pt;
	}

	.gongshi td {
		font-size: 12pt;
	}

	.duilianpt td {
		font-size: 14pt;
	}

	.duilianpt th {
		font-size: 13pt;
	}
.duilianpt td {
    font-size: 13pt;
}
.duilianpt .zl {
    font-size: 15pt;
}
.duilianpt1 td {
    font-size: 15pt;
}
.duilianpt1 .zl {
    font-size: 17pt;
}
	.pnzl td {
		font-size: 11pt;
	}

	.qxtable td {
		font-size: 15px;
	}

	.qxtable .xz {
		font-size: 22px;
	}

	.qxtable .xz1 {
		font-size: 12px;
	}

	.qxtable .xz2 {
		font-size: 16px;
	}

	.gjpxj td {
		font-size: 12pt;
	}

	.post-list a {
		font-size: 19px;
	}

	.gg td {
		font-size: 12pt;
	}
}

@media screen and (max-width: 385px) {
	.riqi {
		font-size: 11pt;
	}

	.haoju {
		font-size: 13pt;
	}

	.qxtable td {
		font-size: 13px;
	}

	.qxtable .xz {
		font-size: 20px;
	}

	.qxtable .xz1 {
		font-size: 11px;
	}

	.qxtable .xz2 {
		font-size: 14px;
	}

	#yxym .list-title {
		font-size: 17px;
	}

	.duilianpt td {
		font-size: 13pt;
	}

	.duilianpt th {
		font-size: 11pt;
	}
.duilianpt td {
    font-size: 11pt;
}
.duilianpt .zl{
	font-size: 13pt;
}
.duilianpt th {
    font-size: 10pt;
}
.duilianpt1 td{
	font-size: 11pt;
}
.duilianpt1 .zl{
	font-size: 15pt;
}
.duilianpt1 th{
	font-size: 10pt;
	}
	.xjbox table, .listtable td {
		font-size: 9pt;
	}

	.pnzl td {
		font-size: 10pt;
	}

	.gongshi td {
		font-size: 11pt;
	}

	.post-list a {
		font-size: 17px;
	}

	.gg td {
		font-size: 11pt;
	}
}
	.dingbu{
		position: fixed;
		height: 50px;
		background: rgba(95, 82, 82, 0.178);
		width: 50px;
		right: 50px;
		bottom: 50px;
		border-radius: 50%;
	}
	.dingbu p{
		font-size: 14px;
		color: rgb(241, 234, 234);
		padding: 5px 10px;
		font-weight: bold;
	}
	.dingbu:hover{background:rgb(90, 76, 76);}
    .dingbu a:hover{
		text-decoration: none;
	}
