.news_bg {
	background: url(../images/solute_bg.jpg) no-repeat scroll center center;
	background-size: cover;
	width: 100%;
	height: 568px;
}

.datail {
	width:1200px;
	margin: 30px auto;
	min-height:200px;
}

	.datail .title {
		color: #40c2e4;
		font-size: 30px;
		text-align: center;
	}

	.datail .date {
		text-align: center;
		margin: 20px auto;
		color: #666666;
		font-size: 16px;
	}

		.datail .date a {
			color: #666666;
		}

	.datail .mainText {
		color: #333333;
		font-size: 16px;
		line-height: 1.5;
	}

.mainText img {
	max-width: 100%;
	height: auto;
}