.content {
	min-width: 1000px;
	margin-bottom: 55px;
}
.content .content_first {
	padding-top: 70px;
}
.content .content_left {
	padding-right: 28px;
}
.content .content_center {
	padding-left: 14px;
	padding-right: 14px;
}
.content .content_right {
	padding-left: 28px;
}
.content .content_item {
	height: 200px;
	margin-bottom: 45px;
}
.content img {
	max-width: 100%;
	height: 166px;
}
.content h1 {
	font-weight: 600;
	font-size: 20px;
	color: #444;
	margin-bottom: 16px;
}
.content h2 {
	font-weight: bold;
	font-size: 15px;
	color: #393939;
	margin-bottom: 16px;
}
.content a {
	line-height: 20px;
	font-size: 16px;
	color: #1364C2;
}
.content span {
	line-height: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #8b8b8b;
    vertical-align: top;
}
.content .content_center h1 {
	margin-bottom: 8px;
}
.content .content_center li a {
	line-height: 34px;
	font-weight: bold;
	font-size: 15px;
	color: #5e6267;
}
.content .content_center span {
	line-height: 34px;
}
.content .content_right li a {
	line-height: 34px;
	font-weight: bold;
	font-size: 15px;
	color: #5e6267;
}
.content .content_right span {
	line-height: 34px;
}
.content .content_right .cnt_right_2 {
	margin-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
.content {
}
	
}
@media only screen and (max-width: 750px) {
.content {
}
	
}