@charset "utf-8";

/*.content{
	width: 950px;
	padding: 40px 30px 80px 20px;
	overflow: auto;
	margin: auto;
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
	z-index: 20;
	background: url('../images/con_bottom2.png') no-repeat;
	background-size: 100% 100%;
	box-shadow-left: 1px #ccc;
}*/

#content{
	width: 1015px;
	overflow: auto;
	margin: auto;
	padding: 0px 0px 80px 0px;
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
	z-index: 20;
	/*background: url('../images/bg.png') no-repeat 100% 100%;*/
	background-size: 100% 100%;
	box-shadow-left: 1px #ccc;
}
#middle {
	width: 968px;
	padding-left: 12px;
	padding-right: 20px;
	padding-bottom: 40px;
	border-top: 5px solid #10d4a9;
	padding-top: 50px;
	background: #fff;
	box-shadow: 0px 1px 1px 1px #DCDCDC;
}
.con_title {
	padding-left: 15px;
	margin-bottom: 30px;
	color: #474747;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}
.con_title span{
	border-left: 5px solid #00A07E;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px
}
#content-bottom {
	width: 1012px;
	height: 180px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background: url('../images/bg.png') no-repeat;
}

#content p{
	line-height: 1.0;
	color: #666;
}
.right_title1 a:link,a:visited {
	text-decoration:none;
	color: #00D5A8;
}
.message_btn{
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #00D5A8;
	font-size: 20px;
	margin-right: 20px;
	color: #00D5A8;

}
.page_check {
	border: 1px solid #00D5A8;
	background: #00D5A8;
	color: #fff;
}
.notice{
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	background: #fff;
	color: #666;
	border: 1px solid #00D5A8;
	font-size: 20px;
}
.content_list{
	width: 950px;
	height: 120px;
	margin-top: 20px;
	/*margin-bottom:20px;*/
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.left_img {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 10px;
}
.left_img img {
	width: 120px;
	height: 120px;
}
.right_con {
	float: right;
	width: 820px;
	height: 120px;
}
.right_con .right_title {
	color: #000;
	line-height: 1px;
	margin-bottom: 15px;
}
.content .right_title .right_title1{
	font-size: 26px;
	margin-bottom: 15px;
	color: #000;
	font-size: 500
}
.content .right_title .right_title2{
	color: #666;
	font-size: 16px;
}
.right_con .right_describe {
	color: #666;
}
.pagination {
	margin-top: 30px;
}
.pagination a {
	display: inline-block;
	text-decoration: none;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #666;
	border: 1px solid #ccc;
	margin-right: 10px;
}
#page_check {
	border: 1px solid #00D5A8;
	background: #00D5A8;
	color: #fff;
}
.pagination a:first-child {
	width: 65px;
	color: #666;
	/*background: #00D5A8;*/
	border: 1px solid #ccc;
}
.pagination a:last-child {
	width: 65px;
}
.pagination a:hover {
	background: #ccc;
}
.pagination a:first-child:hover {
	/*font-size: 18px;*/
	background: #ccc;
}
