@charset "UTF-8";
#about {
	margin: 40px auto;
}
#about .head {
	text-align: center;
}
#about .head .ename {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -6px;
	color: #a6a6a6;
	text-shadow: 0 4px 8px #b2b2b2;
}
#about .head .name {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #363636;
	text-shadow: 0 4px 8px #b2b2b2;
}
#about .head .link {
	padding-bottom: 20px;
	border-bottom: 1px dotted #e6e6e6;
}
#about .head .link a {
	display: inline-block;
	padding: 7px 15px;
	margin: 10px;
	background-color: #f2f2f2;
	border-radius: 2px;
}
#about .head .link a:hover {
	background-color: rgba(215, 36, 25, 0.6);
	color: #fff !important;
}


#contact {
	margin: 40px auto;
}
#contact .head {
	text-align: center;
}
#contact .head .ename {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -6px;
	color: #a6a6a6;
	text-shadow: 0 4px 8px #b2b2b2;
}
#contact .head .name {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #363636;
	text-shadow: 0 4px 8px #b2b2b2;
}
#contact .head .link {
	padding-bottom: 20px;
	border-bottom: 1px dotted #e6e6e6;
}
#contact .head .link a {
	display: inline-block;
	padding: 7px 15px;
	margin: 10px;
	background-color: #f2f2f2;
	border-radius: 2px;
}
#contact .head .link a:hover {
	background-color: rgba(215, 36, 25, 0.6);
	color: #fff !important;
}
#contact #amap {
	margin-top: 20px;
	height: 300px;
	max-width: 100%;
	box-shadow: 0 0 16px #b2b2b2;
}


#image {
	margin: 40px auto;
}
#image .head {
	text-align: center;
}
#image .head .ename {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -6px;
	color: #a6a6a6;
	text-shadow: 0 4px 8px #b2b2b2;
}
#image .head .name {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #363636;
	text-shadow: 0 4px 8px #b2b2b2;
}
#image .head .link {
	padding-bottom: 20px;
	border-bottom: 1px dotted #e6e6e6;
}
#image .head .link a {
	display: inline-block;
	padding: 7px 15px;
	margin: 10px;
	background-color: #f2f2f2;
	border-radius: 2px;
}
#image .head .link a:hover {
	background-color: rgba(215, 36, 25, 0.6);
	color: #fff !important;
}
#image .head .link a.active {
	color: #fff;
	background-color: rgba(215, 36, 25, 0.6);
}
#image .body {
	margin-top: 20px;
}
#image .body .item {
	overflow: hidden;
}
#image .body a {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
#image .body a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 32px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-align: center;
}

#news {
	margin: 40px auto;
}
#news .head {
	text-align: center;
}
#news .head .ename {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -6px;
	color: #a6a6a6;
	text-shadow: 0 4px 8px #b2b2b2;
}
#news .head .name {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #363636;
	text-shadow: 0 4px 8px #b2b2b2;
}
#news .head .link {
	padding-bottom: 20px;
	border-bottom: 1px dotted #e6e6e6;
}
#news .head .link a {
	display: inline-block;
	padding: 7px 15px;
	margin: 10px;
	background-color: #f2f2f2;
	border-radius: 2px;
}
#news .head .link a:hover {
	background-color: rgba(215, 36, 25, 0.6);
	color: #fff !important;
}
#news .head .link a.active {
	color: #fff;
	background-color: rgba(215, 36, 25, 0.6);
}
#news .body {
	margin-top: 20px;
}

#news .body .li-box {
	margin-top: 10px;
}

#news .body li {
	background-color: #f2f2f2;
	margin-top: 5px;
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
}
#news .body li .left {
	display: inline-block;
	width: 68px;
	border-right: 2px solid #e6e6e6;
}
#news .body li .left p {
	text-align: center;
}
#news .body li .left p.day {
	line-height: 24px;
	font-size: 18px;
	color: #666;
}
#news .body li .left p.month {
	color: #a6a6a6;
}

#news .body li .right {
	display: inline-block;
	padding-left: 10px;
}
#news .body li .right .top {
	color: #363636;
	line-height: 24px;
}
#news .body li .right .bottom {
	color: #a6a6a6;
	font-size: 12px;
}
#news .middle {
	padding-top: 48px;
}
#news .body li:hover {
	background-color: #e9920c;
}
#news .body li:hover p.day,
#news .body li:hover p.top {
	color: #fff;
}
#news .body li:hover p.month,
#news .body li:hover p.bottom {
	color: #d6d6d6;
}