/**
 * @Info: list
 * @Developer: zhangcs
 * @StartDate: 2019-07-18
 * @LastModifyTime: 2019-
 */
@charset "UTF-8";
iframe[name="nav"] {
	position: relative;
	top: -4px;
}
iframe[name="footer"] {
	position: relative;
	bottom: -4px;
}
.left {
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    visibility:hidden; 
    clear:both; 
}
.clearfix {
     zoom:1;
}
@media (max-width: 1200px) {
	.zz-container {
		width: auto !important;

		margin: 0 auto;
	}
	.content {
		padding: 0 10px !important;
	}
	.location {
		padding: 20px 10px !important;
	}
}
/* zz-container */
.zz-container {
	width: 1200px;
	margin: 0 auto;
}
/* location */
.location {
	color: #333;
    font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.location img {
	position: relative;
	top: 2px;
	margin-right: 2px;
}
.location .bold {
	font-weight: bold;
}
.location a {
	color: #333;
}
.location .index {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 25px 0 10px;
	background: #e1f3ff;
    border: 1px solid #1a60b6;
	color: #1a60b6;
	cursor: pointer;
}
.location .index.action {
	background: #fff3e2;
	border-color: #e79b29;
	color: #e79b29;
}
/* .contnet */
.content {
	min-height: 240px;
	background: #fff;
    border: 1px solid #f2f2f2;
    padding: 0 70px;
}
.content p.title {
	text-align: center;
    font-size: 30px;
    color: #0069ae;
    margin-top: 61px;
}
.content-meta{
	margin-top: 25px;
	padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}
.content-meta ul{
	margin-bottom: 15px;
    margin-left: 9%;
	text-align: center;
}
.content-meta ul li{
	display: inline-block;
	text-align: center;
    margin-right: 65px;
	font-size: 16px;
    color: #999;
}
.content {
	margin-bottom: 20px;
}
.content .text {
	margin: 35px 0;
}
.content .text p {
	text-indent: 32px;
	line-height: 35px;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1.2px;
}