.content .module,
.content .module .inner {
	*zoom: 1;
}

.content .module:before,
.content .module .inner:before,
.content .module:after,
.content .module .inner:after {
	content: "";
	display: table;
}

.content .module:after,
.content .module .inner:after {
	clear: both;
}

.content .module {
	width: 1200px;
	overflow: hidden;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	max-width: 92%;
}

.content .main-title {
	margin-top: 70px;
}

.content .main-title .title {
	font-size: 36px;
	color: #000000;
	text-align: center;
}

.content .main-title .title strong {
	font-weight: normal;
	color: #0084ce;
}

.content .main-title .info {
	margin-top: 15px;
	height: 64px;
	line-height: 64px;
	background-color: #f7f7f7;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.content .main-title .info a {
	color: #666666;
	margin-right: 30px;
	margin-left: 30px;
}

.content .module-1 {
	padding-top: 20px;
}

.content .module-1 .fl {
	float: left;
	width: 600px;
}

.content .module-1 .fl img {
	width: 600px;
}

.content .module-1 .fr {
	float: right;
	width: 600px;
	height: 360px;
	background: #0084ce;
	color: #fff;
}

.content .module-1 .fr .time {
	margin-top: 55px;
	padding: 0 35px;
}

.content .module-1 .fr .title {
	margin-top: 35px;
	line-height: 22px;
	font-size: 18px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}

.content .module-1 .fr .title a {
	color: #fff;
}

.content .module-1 .fr .info {
	margin-top: 20px;
	padding: 0 35px;
	font-size: 14px;
}

.content .module-2 {
	padding-bottom: 50px;
}

.content .module-2 .inner {
	margin-right: 0;
	max-width: 100% !important;
}

.content .module-2 .item {
	float: left;
	margin-top: 40px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 20px;
	width: calc(100% / 3 - 1px);
	height: auto;
	border-right: 1px solid #e1e1e1;
	overflow: hidden;
	box-sizing: border-box;
}
.content .module-2 .item:nth-child(3n){
	border-right: none;
}
.content .module-2 .item .pic {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 25px;
}

.content .module-2 .item .pic img {
	width: 100%;
	height: auto;
}

.content .module-2 .item .pic i {
	position: absolute;
	left: 15px;
	bottom: -20px;
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/icon_option_001.png) no-repeat;
}

.content .module-2 .item .time {
	margin-top: 35px;
	padding-left: 25px;
	color: #b1b1b1;
}

.content .module-2 .item .title {
	margin-top: 25px;
	padding-left: 25px;
	line-height: 24px;
	font-size: 18px;
	color: #1b1b1b;
}

.content .module-2 .item .info {
	margin-top: 12px;
	padding-left: 25px;
	font-size: 14px;
	color: #656565;
}

.content .module-2 .item a:hover .title {
	color: #0084ce;
}
