.main {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.content {
	width: 1200px;
	min-height: 500px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #fff;
	overflow: hidden;
}

.content .content-img {
	width: 50%;
	/*height: 100%;*/
}

.content .content-detail {
	float: right;
	width: 50%;
	/*height: 500px;*/
	text-align: center;
	padding: 62px 68px;
}

.content .content-detail .title {
	font-family: 'PingFang SC', "Microsoft YaHei";
	color: #4A6D81;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
}

.content .content-detail .news {
	margin-top: 20px;
	text-align: justify;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	line-height: 20px;
	color: #4A6D81;
	font-weight: 100;
	word-wrap: break-word;
}

.detia-img {
	margin-top: 40px;
	width: 300px;
}

@media screen and (min-width: 1060px) and (max-width: 1300px) {
	.content {
		width: 1000px;
		min-height: 430px;
	}
	.content .content-img {
		width: 50%;
		height: 430px;
	}
	.content .content-detail{
		    padding: 24px 68px;
	}
}

@media screen and (min-width: 610px) and (max-width: 1060px) {
	.content {
		width: 600px;
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
		background-color: #fff;
	}
	.content .content-detail {
		float: inherit;
		width: 100%;
		/*height: 500px;*/
	}
	.content .content-img {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 610px) {
	.content{
		width: 300px;
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
		background-color: #fff;
	}
	.content .content-img {
	    width: 100%;
	    display: block;
	}
	.content .content-detail{
		width: 100%;
		float: inherit;
		padding: 20px;
		height: auto;
	}
	.detia-img {
	    margin-top: 40px;
	    width: 260px;
	}
}