body,
html {
	min-width: auto;
}

.pdwz {
	color: #2070b5;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px !important;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 15px;
	display: none;
}

.pdwz a {
	color: #2070b5;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: block;
}

.pdwz a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 14px;
	background: #2070b5;
	border-radius: 14px;
	top: 5px;
	left: 40px;
	margin-right: 10px;
}

@media only screen and (max-width:1210px) {
	.w1200 {
		width: 1000px;
	}
	.nav {
		width: 690px;
	}
	.nav ul li {
		padding: 0px 17px;
	}
	.w917 {
		width: 680px;
	}
	.fimg {
		display: none;
	}
}

@media only screen and (max-width:1012px) {
	.w1200 {
		width: 800px;
	}
	.nav {
		width: 490px;
		height: 54px;
	}
	.nav .logo {
		position: absolute;
		left: 0px;
		top: 26px;
		width: 100%;
	}
	.nav .logo img {
		margin: 0px auto;
	}
	.nav ul {
		display: none;
	}
	.w917 {
		width: 500px;
	}
	.sydw {
		display: none;
	}
	/*内容页样式*/
	.source {
		margin: 0px;
	}
	.source img {
		display: block;
		width: 100%;
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
	}
	.time {
		width: 100%;
	}
	.share {
		top: 6px;
	}
	.content .info video,
	.content .info img {
		height: auto;
	}
}

@media only screen and (max-width:812px) {
	.w1200 {
		width: 96%;
		padding: 0px 2%;
	}
	.nav {
		width: 96%;
		height: auto;
		margin-bottom: 10px;
	}
	.nav .logo {
		position: relative;
		top: 5px;
		width: 40%;
	}
	.w917 {
		width: 100%;
	}
	.w250 {
		display: none;
	}
	.posi {
		display: none;
	}
	.pdwz {
		display: block;
	}
	.content h1 {
		font-size: 24px;
		margin-top: 4%;
	}
	.time .left {
		font-size: 14px;
	}
	.footer p {
		margin: 6px 0px;
	}
	.bor-top {
		border-top: 1px solid #e6e6e6;
	}
}

@media only screen and (max-width:610px) {
	.nav {
		margin-bottom: 26px;
	}
	.nav .logo {
		top: 13px;
	}
	.nav .logo img {
		width: 52%;
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
	}
	.ju_pic {
		width: 130px;
		height: 92px;
		top: 10px;
	}
	.list-box {
		padding: 10px 0px 10px 146px;
	}
	/*.txtc{
		height:72px;
	}*/
	.txtc {
		height: 92px;
	}
	.txtc .t {
		margin: 1px 0px;
	}
	#page {
		width: 35px !important;
	}
}


/*新增样式2021-8-19*/
@media only screen and (max-width:812px) {
	.content h1 {
		font-weight:400;
	}
	.content .info p ,.content .info>div{
		margin-bottom:10px;
		line-height:28px;
	}
}

@media only screen and (max-width:510px) {
	.content h1 {
		font-size: 20px;
		margin-top: 4%;
	}
	
}