﻿
#header{
	box-shadow:0px 1px 2px rgb(220,220,220);
}

/*main全部*/
#content{
	width: 100%;
	font-size: 0.14rem;
	padding-top: 0.66rem;
}
.content_title {
	text-align: center;
	width: 100%;
	padding-top: 0.4rem;
	background-image: url(../images/title-add.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0.3rem;
}
.content_title h1 {
	font-size: 0.36rem;
	color: #1d8ac9;
}

.content_title span  {
	color: #1d8ac9;
	font-size: 0.3rem;
}
.content_main {
	position: relative;
	overflow: hidden;
	padding-top: 0.2rem;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.content_main figure {
	width: 100%;
	padding-top: 0.2rem;
	position: relative;
	float: left;
	padding-bottom: 0.2rem;
}
.content_main figure img {
	max-width: 100%;
	float: right;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
}
.content_main figure .h {
	font-size: 30px;
	color: #1d8ac9;
	display: block;
	width: 18%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1d8ac9;
}
.content_main figure  .w {
	width: 18%;
	text-align: right;
	display: block;
	font-size: 20px;
	color: #1d8ac9;
}



.content_main figure p {
	text-indent: 2em;
	color: #666;
	font-size: 0.14rem;
	line-height: 0.25rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 0.1rem;
}
.content_main figure .button {
	float: left;
	height: 30px;
	width: 80px;
	font-size: 0.14rem;
	border: 2px solid #1d8ac9;
	line-height: 30px;
	text-align: center;
	color: #1d8ac9;
}
.content_main figure .button:hover {
	background-color: rgba(29,138,201,0.9);
}
.content_main figure .button a{
	color: #1d8ac9;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 80px;
}
.content_main figure .button a:hover{
	color:#fff;
	}
	
.content_main figure .message {
	max-width: 1200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.content_main figure .message h1 {
	font-size: 0.5rem;
	color: #1d8ac9;
}
.content_main figure .message h2 {
	color: #1d8ac9;
}


.content_main figure .message h3{
	color:#1d8ac9;
}
.content_main figure .message .m_left {
	width: 10%;
	float: left;
	display: block;
	background-image: url(../images/m_left.jpg);
	background-repeat: no-repeat;
	background-position: 90% bottom;
}
.content_main figure .message .m_right {
	height: 100px;
	padding-left: 11%;
	width: 90%;
	padding-top: 1%;
}
.content_main figure .message .con_left {
	width: 30%;
	height: 200px;
	float: left;
	padding-top: 0.2rem;
}
.content_main figure .message .con_left h3 {
	color: #444;
}
.content_main figure .message .con_left ul{
	width: 70%;
	padding-left: 0.2rem;
	}
.content_main figure .message .con_left ul li {
	float: left;
	display: block;
	padding-bottom: 0.2rem;
}


.content_main figure .message .con_right {
	width: 70%;
	background-color: #F00;
	height: 400px;
	float: right;
	margin-top: 0.2rem;
}


