.main-news-list {
    background: url(/front/zt/2024/qckj/imgs/tt4.png) center 120px no-repeat !important;
}
.main-news-inner {
    padding-top: 35px !important;
}
.content {
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 6px;
	background-color: #fff;
	padding-bottom: 20px;
	min-height: 500px;
}

.txt {
	font-size: 16px;
	line-height: 180%;
	min-height: 600px;
	_height: 600px;
	width: 1050px;
	margin: auto auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.txt p {
	text-indent: 2em;
	margin-bottom: 16px;
	line-height: 200%;
}

.txt p img:only-child {
		display: block;
}

.txt img {
	cursor: pointer;
	overflow: hidden;
	width: expression(this.width > 700 && this.width > this.height ? 700 :  
		 this.width);
	max-width: 700px;
	margin: auto auto;
}

.text_ly {
	padding: 15px 5px 15px 5px;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	text-align: center;
	color: #666666;
}

.text_mid {
	text-align: center;
	color: #000000;
	font-size: 25px;
	line-height: 40px;
	padding-top: 20px;
	width: 1120px;
	margin: auto auto;
}


	.dr-subinfo {
		display: flex;
		justify-content: flex-start;	
		width: 800px;
		margin: 40px auto auto auto;
	}
	.dr-pic {
		width: 200px;
		height: 250px;
		padding-right: 50px;
	}
	.dr-pic img{
		width: 100%;
		height: 100%s;
		margin-right: 50px;
		text-align:right;
	}
	.dr-info {
		width: calc(100% - 200px);
		height: 300px;
	}
	.text_mid {
    text-align: center;
    width: 100%;
	}
	.dr-subtt {
		margin: 20px auto auto auto;	
	}
	.dr-bar {
		height:	72px;
		background: url(/front/zt/2024/qckj/imgs/drbar.png) left top no-repeat;
	}
	.dr-bar div{
		color: #ffffff;
		font-weight: bold;
		padding-top: 22px;
		margin-left: 65px;
		font-size: 24px;
		
	}

@media ( max-width : 768px) {
	.content {
		margin-left: 0px;
		margin-right: 0px;
		padding-left:10px;
		padding-right:10px;
		background-color: #fff;
		padding-bottom: 20px;
		min-height: 500px;
		/* width:calc(100% - 20px); */
		/* margin-top: 175px; */
	}
	.txt {
		font-size: 16px;
		line-height: 180%;
		min-height: 600px;
		_height: 600px;
		width: auto;
		margin: auto auto;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.txt p {
		text-indent: 2em;
		margin-bottom: 16px;
		line-height: 200%;
	}
	.txt img {
		cursor: pointer;
		overflow: hidden;
		width: expression(this.width > 700 && this.width > this.height ? 700 :  
		 this.width);
		max-width: 90%;
		margin: auto auto;
	}
	.text_ly {
		padding: 15px 5px 15px 5px;
		border-bottom: solid 1px #ddd;
		overflow: hidden;
		text-align: center;
	}
	.text_mid {
		text-align: center;
		color: #cc0000;
		font-size: 25px;
		line-height: 40px;
		padding-top: 20px;
		width: auto;
		margin: auto auto;
	}
	
	
	
	.main-news-list {
	    width: 100% !important;
	}
	.dr-subinfo {
		width: 100%;
		justify-content: center;
		flex-direction: column;
	}
	
	.dr-info {
		width: calc(100% - 10px);
		height: auto;
		margin: auto;
	}
	.dr-pic {
	    padding-right: 0px;
	    margin: auto;
	    
	}
}