/*------------首页样式------------*/

/*------------首页容器样式------------*/
.container {
	width: 100%;
	height: auto;
}
.content {
	width: 1320px;
	height: auto;
	margin: 0px auto;
}
/*----- 通用 model 样式(用于content2、content3) -----*/

.mod {
	position: relative;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
}
.mod span {
	font-size: 18px;
	font-family: 'SimHei font-family', 'Microsoft Yahei', 'Helvetica Neue', 'Helvetica';
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}
.mod span img {
	margin-top: 15px;
}
.model-date {
	position: absolute;
	right: 5px;
	line-height: 24px;
	color: #666;
	padding: 2px;
	font-size: 14px;
}
.model-date2 {
	position: relative;
	color: #1874e2;
 0color: #ddb012;
	padding: 5px;
	margin-right: 0px;
	font-size: 14px;
}
/*----- content1部分(包含mod1、mod2) -----*/
.content1 {
	width: 1320px;
	margin: 0 auto;
	overflow: hidden;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 60px;
}
.content1>div {
	float: left;
	margin: 0px 10px;
}
.mod1-title {
	width: 420px;
	height: 45px;
	background: #1874e2;
0background: #fed465;
}
.mod2-title {
	width: 420px;
	height: 45px;
	background: #1c5cb0;
0background: #5abcc0;
}
.mod3-title {
	width: 420px;
	height: 45px;
	background: #1874e2;
0background: #f39555;
}
.mod-content {
	position: relative;
	width: 414px;
	min-height: 180px;
	line-height: 26px;
	padding: 10px 2px 0px 2px;
	border: 1px solid #d0d0d0;
}
/*--- content2部分( 快捷导航 ) ---*/

.content2 {
	width: 1320px;
	margin: 0 auto;
	overflow: hidden;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 60px;
}
.content2 span {
	margin: 0px 8px;
}
