@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
}

* {
	padding: 0;
	margin: 0
}

ul,
li {
	list-style: none;
}

img {
	border: None;
}

body {
	font-size: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	background: #fff url(http://mzt.gxzf.gov.cn/material/images/qszl/bg.png) center 0px no-repeat;
	font-family: "微软雅黑";
	line-height: 24px;
	color: #333;
	text-align: center;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #eb4848;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

#wrap {
	margin: 0 auto;
}

#top {
	height: 1070px;
	margin: 0 auto
}

#content {
	width: 1428px;
	margin: 0px auto;
	/*background:#fff;*/
}

#bottom {
	line-height: 150%;
	padding: 20px;
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#top .logo {
	margin: 0 auto;
	text-align: center;
	padding: 90px 110px 0 0;
	animation: roll 1s forwards;
	/*animation:bigger 2.5s linear infinite alternate;*/
}

@keyframes roll {
	from {
		transform: scale(5);
		opacity: 0;
	}

	70% {
		transform: scale(.8);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes bigger {
	from {
		transform: scale(.95);
	}

	to {
		transform: scale(1);
	}
}

/*首页样式*/
.main_box {
	clear: both;
	margin: 0px auto 50px auto;
	/* overflow: hidden; */
}

.mt30 {
	margin-top: 30px;
}

.w580 {
	margin-bottom: 80px;
	position: relative;
	width: 714px;
	background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/boxbg.png);
}

.bigbox {
	display: flex;
	align-items: center;
	position: relative;
	width: 1430px;
	min-height: 405px;
	background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/boxbg2.png);
	background-size: 100% 100%;
}

#list2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 360px;

}

.heart1 {
	position: absolute;
	left: 27%;
	top: -60px;
	width: 70px;
	height: 62px;
	background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/left.png);
	background-size: 100% 100%;
}

.heart2 {
	position: absolute;
	left: 68%;
	top: -60px;
	width: 70px;
	height: 62px;
	background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/right.png);
	background-size: 100% 100%;
}

.bigbox .title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: -45px;
	color: #e21c44;
	font-size: 47px;
	font-weight: 700;
}

.w580-1 {
	position: relative;
	width: 714px;
}

.heart {
	position: absolute;
	left: -25px;
	top: -60px;
	width: 70px;
	height: 62px;
	background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/heart.png);
	background-size: 100% 100%;
}

.title {
	position: absolute;
	left: 70px;
	top: -45px;
	color: #e21c44;
	font-size: 47px;
	font-weight: 700;
}

.more {
	position: absolute;
	right: 40px;
	top: -45px;
	width: 108px;
	height: 38px;
	background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/more.png);
}

.silder {
	margin: 0 auto;
}

.silder-box-zyjs .silder li {
	width: 600px;
	position: relative;
}

.silder-box-zyjs .silder li {
	height: 360px;
}

.silder-box-zyjs .silder li img {
	width: 100%;
	height: 100%;
}

.silder-box-zyjs .silder li h4 {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 96%;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 0px 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.silder-box .silder li a {
	display: block;
	overflow: hidden;
}

.silder-box .silder li img {
	width: 100%;
	height: 400px;
	padding: 0;
}

.silder-button {
	top: 165px;
	width: 25px;
	height: 40px;
	position: absolute;
	cursor: pointer;
}

.silder-button.btl {
	left: -40px;
	background: url('http://mzt.gxzf.gov.cn/material/images/qszl/l.png') no-repeat center center;
	background-size: 50%;
}

.silder-button.btr {
	right: -40px;
	background: url('http://mzt.gxzf.gov.cn/material/images/qszl/r.png') no-repeat center center;
	background-size: 50%;
}

.silder-box-zyjs .silder-button {
	top: 50%;
	margin-top: -20px;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000, endColorstr=#000);
}

.silder-box-zyjs .silder-button:hover {
	opacity: .8;
}

.silder-box-zyjs .silder-button.btl {
	left: 0;
	background-size: 60%;
}

.silder-box-zyjs .silder-button.btr {
	right: 0;
	background-size: 60%;
}

.zyjs-c {
	width: 560px;
	padding: 20px 20px 0 0px;
}

.zyjs-c ul {
	height: 360px;
	overflow: hidden;
}

.list {
	font-size: 16px;
	line-height: 40px;
}

.list_left {
	width: 663px;
	height: 222px;
	background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/box1.png);
	background-size: 100% 100%;
}

.list_right {
	width: 663px;
	height: 222px;
	background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/box2.png);
	background-size: 100% 100%;
}

.list li {
	/* background: url("http://mzt.gxzf.gov.cn/material/images/qszl/dot.png") no-repeat 0px 1em; */
	padding-left: 35px;
	text-align: left;
	border-bottom: px solid #eee;
	position: relative;
}

.list li::after {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
	content: '';
	width: 6px;
	height: 8px;
	background-color: rgb(226, 28, 68);
}

.list li a {
	display: block;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
	font-size: 22px;

}

.list li span {
	/*display:none;*/
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.in_title {
	height: 35px;
	padding-left: 45px;
	background: url('http://mzt.gxzf.gov.cn/material/images/qszl/qlmzjgjs/icon_shu.png') left top no-repeat;
	margin-bottom: 10px;
	position: relative;
}

.in_title span {
	float: left;
	text-align: left;
	background: url('http://mzt.gxzf.gov.cn/material/images/qszl/icon_cd.png') right top no-repeat;
	padding-right: 110px;
	z-index: 98;
}

.in_title .more {
	position: absolute;
	top: 13px;
	right: 0;
	display: block;
	text-align: center;
	width: 70px;
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
	border: none;
	border-radius: 20px;
	z-index: 99;
	padding: 0;
	background: url("http://mzt.gxzf.gov.cn/material/images/qszl/qlmzjgjs/more-btn.png") no-repeat;
	height: 36px;
}

.b_bottom {
	border-bottom: 2px #e6bcb5 solid;
	padding-bottom: 15px;
}

.lef_b {

	/* padding-top: 15px; */
	overflow: hidden;
	position: relative;
}


.lef_b ul {
	display: flex;
	flex-direction: column;
	/* justify-content: space-around; */
	padding: 10px 0;
	/* border-left: 2px #e50012 solid; */
	/* padding-left: 30px; */
	min-height: 430px;
}

.lef_b ul li {
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 12px;
	/* line-height: 20px; */
	/* margin-bottom: 20px; */
	background: url("http://mzt.gxzf.gov.cn/material/images/qszl/dot.png") no-repeat 0px 6px;
}

.in_title2 {
	height: 33px;
	line-height: 33px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

.in_title2 span {
	padding-left: 50px;
	background: url('http://mzt.gxzf.gov.cn/material/images/qszl/icon_mshu.png') left top no-repeat;
	margin: auto;
	display: inline-block;
}

.in_title2 a {
	padding-right: 145px;
	background: url('http://mzt.gxzf.gov.cn/material/images/qszl/icon_mcd.png') right top no-repeat;
	display: inline-block;
}

.dsbnttd {
	overflow: hidden;
	zoom: 1;
	padding: 10px;
	border: 1px #e4ad53 solid;
}

.dsbnttd_l {
	width: 360px;
	/*height:310px;*/
	height: 200px;
	overflow: hidden;
}

.dsbnttd_l img {
	width: 360px;
	/*height:310px;*/
	height: 200px;
}

.dsbnttd_r {
	width: 775px;
	/*height:290px;*/
	height: 180px;
	padding: 10px 15px 10px 0;
	overflow: hidden;
}

.dsbnttd_r dl {
	overflow: hidden;
}

.dsbnttd_r dt {
	line-height: 40px;
	font-size: 24px;
	color: #333;
}

.dsbnttd_r dt a {
	color: #333;
}

.dsbnttd_r dd {
	line-height: 36px;
	/*font-size:14px;*/
	font-size: 16px;
	color: #666;
	text-align: left;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.dsbnttd_r dd a {
	display: block;
	width: 130px;
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	border: 1px #efc985 solid;
	border-radius: 20px;
	margin: 15px auto 0px auto;
}

.dsbnttd_r dd a:hover {
	background: #efc985;
}

.dszs {
	overflow: hidden;
	zoom: 1;
}

.dszs li {
	float: left;
	margin: 0 15px 10px 0;
	display: inline;
}

.dszs li img {
	width: 390px;
	height: 200px;
}

.dszs li p {
	display: none;
}

.dszs li+li+li {
	margin-right: 0;
}

.morelink {
	display: none;
	text-align: center;
	margin-top: 15px;
}

.morelink a {
	display: block;
	width: 130px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #d21f18;
	border: 1px #d21f18 solid;
	border-radius: 20px;
	margin: auto;
	background: url("http://mzt.gxzf.gov.cn/material/images/qszl/qlmzjgjs/more-btn.png") no-repeat 36px 3px;
}

.morelink a:hover {
	background: #efc985;
	color: #fff;
}

/*二级列表页样式*/
.loc {
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	padding: 10px;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px #eee solid;
	background: #fff;
}

.loc a {
	font-size: 14px;
	color: #333;
}

.loc a:hover {
	color: #333;
}

#listmain {
	background: #fff;
	min-height: 300px;
	margin: auto;
	padding-top: 20px;
}

.alist {
	padding: 0 10px;
}

.alist .article {
	width: 98%;
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.alist tr td {
	padding: 0 0 10px 0;
	margin: 0;
	vertical-align: top;
}

.alist .arlisttd {
	line-height: 30px;
}

.alist .ardot {
	width: 15px;
	padding-top: 0px;
}

.alist .timedefault {
	font-size: 13px;
	color: #555;
	width: 100px;
	text-align: right;
	padding-top: 2px;
}


/*文章页样式*/
#artmain {
	padding: 0 30px;
	margin: 0 auto;
	background: #fff;
}

#artmain .mtitle {
	font-size: 22px;
	margin: 0 auto;
	color: #000;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 22px;
	line-height: 150%;
	padding-top: 25px;
}

#artmain .source {
	font-family: "宋体";
	font-size: 12px;
	padding: 10px 0;
	color: #555;
	border-bottom: 1px #ddd dotted;
}

#zoom {
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	padding: 30px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

#zoom a {
	color: #000;
	text-decoration: underline
}

#zoom table {
	margin: auto;
}

#zoom p {
	margin: 0;
	padding: 5px 0;
	border: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* #zoom img {
	max-width: 750px;
	_width: expression(document.body.clientWidth > 750 ? "750px" : "auto");
	margin: 5px auto 0px auto;
	text-align: center;
} */


/*自适样式*/
@media screen and (max-device-width:1024px) {
	.heart {
		position: absolute;
		left: -3px;
		top: -21px;
		width: 25px;
		height: 22px;
		background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/heart.png);
		background-size: 100% 100%;
	}

	.title {
		position: absolute;
		left: 30px;
		top: -23px;
		color: #e21c44;
		font-size: 16px;
		font-weight: 700;
	}

	.more {
		position: absolute;
		right: 0px;
		top: -15px;
		width: 30px;
		height: 10px;
		background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/more.png);
		background-size: 100% 100%;
	}

	body {
		background-size: 150%;
	}

	#top {
		height: auto;
	}

	#top .logo {
		padding: 90px 60px 60px 0;
	}

	#top .logo img {
		width: 50%;
		height: auto;
	}

	#content {
		width: 100%;
		margin: 0px auto 0;
	}

	.loc {
		width: auto;
		padding: 1rem;
	}

	#artmain {
		padding: 0 20px;
	}

	#zoom {
		padding: 1rem 0;
	}

	#zoom img {
		max-width: 95%;
		margin: 5px auto 0px auto;
		text-align: center;
	}

	#zoom table {
		width: 100%;
	}

	.loc {
		width: auto;
		padding: 1rem;
	}

	.alist .arlisttd {
		line-height: normal;
	}

	.sjsm {
		display: none;
	}

	.fl {
		float: none;
	}

	.fr {
		float: none;
	}

	.main_box {
		margin-top: 20px;
		width: 100%;
		max-width: 600px;
	}

	.zyjs {
		height: auto;
	}

	.zyjs-i,
	.zyjs-c,
	.w580,
	.w580-1 {
		width: 100%;
		margin: auto;
		background-image: none;
		background-color: rgb(255, 254, 248);
	}

	.heart1 {
		position: absolute;
		left: 21%;
		top: -2.8%;
		width: 25px;
		height: 22px;
		background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/left.png);
		background-size: 100% 100%;
	}

	.heart2 {
		position: absolute;
		left: 72.5%;
		top: -2.8%;
		width: 25px;
		height: 22px;
		background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/right.png);
		background-size: 100% 100%;
	}

	.bigbox .title {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		top: -2.8%;
		color: #e21c44;
		font-size: 16px;
		font-weight: 700;
	}

	.bigbox {
		display: flex;
		flex-direction: column;
		width: 100%;
		min-height: 105px;
		border: 2px solid rgb(227, 24, 72);
		background-image: none;
		background-color: rgb(255, 254, 248);
	}




	.lef_b ul {
		display: block;
		min-height: 200px;
		border: 2px solid rgb(227, 24, 72);
		background-image: none;
	}

	.list li a {
		display: block;
		width: 70%;
		margin: 10px 25px 10px 0;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-size: 16px;
	}

	#list-1 {
		width: 100%;
		min-height: 200px;
		padding: 0;
	}

	#list-1 a {
		width: 100%;
	}

	.list_left {
		width: 100%;
		height: 150px;
		background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/box1.png);
		background-size: 100% 100%;
		margin-bottom: 20px;
	}

	.list_right {
		width: 100%;
		height: 150px;
		background-image: url(http://mzt.gxzf.gov.cn/material/images/qszl/box2.png);
		background-size: 100% 100%;
	}

	.zyjs-c {
		margin-top: 20px;
	}

	.zyjs-c ul {
		height: auto;
	}

	.silder-box-zyjs .silder li {
		width: 100%;
		height: auto;
	}

	.silder-box-zyjs {
		width: 600px;
		height: 360px !important;
		margin: auto;
	}

	.silder {
		width: 100% !important;
	}

	.silder li,
	.silder li img {
		width: 600px !important;
		height: 360px !important;
	}

	.silder-button {
		top: 175px !important;
	}

	.dsbnttd_l,
	.dsbnttd_r {
		width: 100%;
		height: auto;
	}

	.dszs li {
		width: 32%;
		margin: 0 2% 15px 0;
	}

	.dszs li img {
		width: 100%;
		height: auto;
	}

}

@media screen and (max-device-width:812px) {
	body {
		background-size: 175%;
	}

	#top .logo img {
		width: 60%;
	}
}

@media screen and (max-device-width:667px) {
	body {
		background-size: 185%;
	}
}

@media screen and (max-device-width:568px) {
	body {
		background-size: 200%;
	}

	#content {
		width: 98%;
	}

	.zyjs-i {
		height: 340px;
	}

	.silder-box-zyjs {
		width: 560px;
		height: 340px !important;
		margin: auto;
	}

	.silder li,
	.silder li img {
		width: 560px !important;
		height: 340px !important;
	}

	.silder-button {
		top: 175px !important;
	}

	.zyjs-c dl {
		padding: 0px 15px 10px 15px;
	}

	.zyjs-c dt {
		font-size: 2.2rem;
	}

	.dszs li {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.dszs li img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-device-width:414px) {
	body {
		background-size: 225%;
		background-position: center 35px;
	}

	#top .logo {
		padding: 30px 20px 30px 0;
	}

	#top .logo img {
		width: 75%;
	}

	#bottom span {
		display: block;
		padding-right: 20px;
	}

	#artmain {
		padding: 0 10px;
	}

	.zyjs-i {
		height: 240px;
	}

	.silder-box-zyjs {
		width: 400px;
		height: 240px !important;
		margin: auto;
	}

	.silder li,
	.silder li img {
		width: 400px !important;
		height: 240px !important;
	}

	.silder-button {
		top: 120px !important;
	}

	#mzbgzbs {
		margin-bottom: 50px;
	}


	.in_title {
		padding-left: 0;
		background: none;
	}

	.in_title span {
		float: none;
		background: url('http://mzt.gxzf.gov.cn/material/images/qszl/icon_cd.png') right top no-repeat;
		padding-right: 100px;
	}

	.in_title a {
		padding-left: 45px;
		background: url('http://mzt.gxzf.gov.cn/material/images/qszl/qlmzjgjs/icon_shu.png') left top no-repeat;
		display: block;
		width: 150px;
		margin: auto;
		background-position: 0px;
		margin-left: 20px;
	}

	.in_title .more {
		display: none;
	}

	.in_title2 {
		height: 28px;
		line-height: normal;
	}

	.in_title2 a {
		background: url('http://mzt.gxzf.gov.cn/material/images/qszl/icon_cd.png') right top no-repeat;
		padding-right: 100px;
	}

	.in_title2 span {
		padding-left: 45px;
		background: url('http://mzt.gxzf.gov.cn/material/images/qszl/qlmzjgjs/icon_shu.png') left top no-repeat;
	}

	.in_title2 img {
		width: auto;
		height: 25px;
	}

	.in_title .tit2 {
		display: block;
		width: 100%;
	}

	.morelink {
		display: block;
	}
}

@media screen and (max-device-width:375px) {
	body {
		background-size: 230%;
	}

	.zyjs-i {
		height: 216px;
	}

	.silder-box-zyjs {
		width: 360px;
		height: 216px !important;
		margin: auto;
	}

	.silder li,
	.silder li img {
		width: 360px !important;
		height: 216px !important;
	}

	.silder-button {
		top: 108px !important;
	}
}

@media screen and (max-device-width:320px) {
	body {
		background-size: 240%;
	}

	.zyjs-i {
		height: 180px;
	}

	.silder-box-zyjs {
		width: 300px;
		height: 180px !important;
		margin: auto;
	}

	.silder li,
	.silder li img {
		width: 300px !important;
		height: 180px !important;
	}

	.silder-button {
		top: 90px !important;
	}
}



#header {
	background: #fff;
	height: 50px;
	padding: 5px 0;
	margin: 0;
	overflow: hidden;
}

.headerlogo {
	width: 1150px;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
}

.headerlogo img {
	width: 300px;
}

@media screen and (max-device-width:1024px) {
	.headerlogo {
		width: 100%;
	}
}

@media screen and (max-device-width:414px) {
	#header {
		height: 35px;
	}

	.headerlogo img {
		width: 215px;
	}
}

#bottom {
	padding: 5px 0;
	height: 80px;
	overflow: hidden;
	zoom: 1;
}

.bottom_main {
	width: auto;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}

.bottom_main p {
	padding: 0;
	text-align: left;
	font-size: 16px;
	line-height: 200%;
	font-weight: normal;
}

.bottom_main p a {
	color: #fff;
}

.bottom_main span {
	display: inline;
	padding-left: 15px;
}

.dzjg_biaozhi {
	float: left;
	width: 80px;
}

.dzjg_biaozhi img {
	width: 100%;
	height: auto;
}

.bottom_cont {
	float: right;
	margin-top: 5px;
}

@media screen and (max-device-width:568px) {
	#bottom {
		height: auto;
	}

	.bottom_main {
		max-width: 100%;
	}

	.bottom_main p {
		text-align: center;
		line-height: 180%;
	}

	.bottom_main span {
		display: block;
	}

	.dzjg_biaozhi,
	.bottom_cont {
		float: none;
		margin: 0 auto;
	}
}


/*2021.04.19新增 - carcar*/
.in_title .tit2 {
	font-size: 28px;
	font-family: "隶书";
	margin-top: -2px;
}

/*.zyjs-c .in_title .tit2{margin-top: -8px;}*/
.in_title2 .tit2 {
	font-size: 38px;
	font-family: "隶书";
}

.footer-site {
	color: #414242;
	padding: 40px 0;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	font-family: SimSun;
}

.footer-site ul {
	clear: both;
	overflow: hidden;
	width: 1087px;
	margin: 0 auto;
}

.footer-link-wrong {
	float: left;
	width: 110px;
	height: 55px;
	padding-top: 15px;
}

.footer-link-gov {
	float: left;
	width: 80px;
	height: 80px;
}

.footer-txt {
	float: left;
	width: 635px;
	text-align: left;
	padding-left: 15px;
}

.footer-site p img {
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}