#header{
	box-shadow:0px 1px 2px rgb(220,220,220);
}


/*main全部*/
#content{
	width: 100%;
	font-size: 0.14rem;
	padding-top: 0.66rem;
}
.content_title {
	width: 100%;
	padding-top: 0.2rem;
	background-image: url(../images/title-add.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0.1rem;
	text-align: left;
	text-indent: 1em;
	margin-bottom: 0.2rem;
}


.content_title span  {
	color: #1d8ac9;
	font-size: 0.24rem;
}
.content_title span a {
	color: #1d8ac9;
	text-decoration:none;
}
.content_main {
	position: relative;
	overflow: hidden;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.2rem;
}

.content_main figure {
	width: 100%;
	position: relative;
	float: left;
	padding-bottom: 0.2rem;
	padding-left: 5%;
}
.content_main figure img {
	max-width: 100%;
	float: left;
	background-color: #efefef;
	margin-right: 5%;
	padding: 15px;
	margin-top: 10px;
}
.content_main figure h2{
	color: #1d8ac9;
	padding-top: 0.2rem;
}
