﻿@charset "utf-8";
/* CSS Document */

*{margin:0px;padding:0px;border:0px;}
body{color:#333; font-family:微软雅黑,Microsoft YaHei;font-size:12px;line-height:20px}
#container{
	width:1000px;
	margin:0 auto;
	height: 152px;
}
.content{
	width:976px;
	background:#d9e1ee;
	margin-left:12px;
	overflow: hidden;
	margin-top: 0px;
}

.among{width:976px;height:290px;background:#d9e1ee;padding-top:20px}
.box{width:236px;height:290px;float:left;margin-left:65px;_margin-left:45px}
.b{padding-top:10px}
.clear_all{clear:both}
.text{
	width:976px;
	height:80px
}
.p_1{
	width:560px;
	height:40px;
	float:left;
	margin-left:65px;
	padding-top:30px;

}
.p_2 {
	width:140px;
	height:60px;
	float:left;
	margin-left:90px;
	padding-top:30px;
	font-size: 14px;
	color: #F60;
}

a  {
	color: #F60;
	text-decoration: none;
}

a:hover  {
	color: #000;
	text-decoration: underline;
}