html,
body {
	background: #f6fbff;
	font-size: 0px;
}

.my_header {
	background: rgba(1, 89, 158, 0.47);
}


/*banner开始*/

.banner {
	overflow: hidden;
	width: 100%;
	height: 500px;
}

.autoBoxA {
	width: 1200px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}

.DW {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	height: 500px;
}

.banner_a {
	display: block;
	height: 100%;
}

.banner_img {}


/*	banner结束*/

.main {
	width: 1200px;
	margin: 0px auto;
}

.new_detail {
	padding-bottom: 102px;
	box-sizing: border-box;
}

.new_detail_title {
	border-bottom: 2px solid #01599e;
	padding: 36px 0px 8px;
	box-sizing: border-box;
}

.new_detail_title_left {
	font-size: 26px;
	line-height: 50px;
	color: #333333;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}

.new_detail_title_time {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 20%;
}

.new_detail_coverage {
	padding-top: 30px;
	padding-left: 20px;
	padding-right:20px;
	box-sizing: border-box;
}

.new_detail_coverage p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-top: 20px;
}

.new_detail_coverage img {
	width: auto;
	max-width: 1100px;
	display: block;
	margin: 20px auto 0px;
}