@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 .name {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #363636;
	text-shadow: 0 4px 8px #b2b2b2;
}
#image .body {
	margin-top: 40px;
}
#image .body .left a {
	display: block;
	line-height: 32px;
	border-bottom: 1px dotted #d72419;
}
#image .body .layui-collapse {
	border-color: #145bb8;
	border-width: 4px;
}
#image .body .layui-colla-icon {
	color: #d72419;
}
#image .body .layui-colla-item,
#image .body .layui-colla-content {
	border-color: rgba(20, 107, 184, 0.3);
}
#image .body .contact {
	padding: 10px;
	border: 4px solid #145bb8;
	margin-top: 20px;
	color: #363636;
}
#image .body .contact p {
	line-height: 24px;
	cursor: pointer;
}
#image .body .contact p:hover {
	color: #d72419;
}
#image .body .right .min-nav a:hover {
	color: #d72419 !important;
}
#image .right .list-box a {
	display: inline-block;
	width: 100%;
	position: relative;
	color: #f2f2f2;
	text-align: center;
}
#image .right .list-box a:hover {
	color: #fff !important;
}
#image .right .list-box a:hover span {
	background-color: rgba(215, 36, 25, 0.6);
}
#image .right .list-box a span {
	position: absolute;
	width: 92%;
	bottom: 0;
	left: 0;
	line-height: 32px;
	background-color: rgba(0,0,0,0.3);
	padding: 0 4%;
}
#image .right .list-box .layui-flow-more {
	padding-top: 40px;
}


#news {
	margin: 40px auto;
}
#news .head {
	text-align: center;
}
#news .head .name {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #363636;
	text-shadow: 0 4px 8px #b2b2b2;
}
#news .body {
	margin-top: 40px;
}
#news .body .left a {
	display: block;
	line-height: 32px;
	border-bottom: 1px dotted #d72419;
}
#news .body .layui-collapse {
	border-color: #145bb8;
	border-width: 4px;
}
#news .body .layui-colla-icon {
	color: #d72419;
}
#news .body .layui-colla-item,
#news .body .layui-colla-content {
	border-color: rgba(20, 107, 184, 0.3);
}
#news .body .contact {
	padding: 10px;
	border: 4px solid #145bb8;
	margin-top: 20px;
	color: #363636;
}
#news .body .contact p {
	line-height: 24px;
	cursor: pointer;
}
#news .body .contact p:hover {
	color: #d72419;
}
#news .body .right .min-nav a:hover {
	color: #d72419 !important;
}
#news .right .list-box .layui-flow-more {
	padding-top: 40px;
}

#news .list-box .item > div {
	float: left;
}
#news .list-box > a {
	display: block;
	height: 90px;
	margin-bottom: 20px;
}
#news .list-box .item .time {
	padding: 10px 5px;
	background-color: rgba(20, 107, 184, 0.3);
	border-radius: 8px;
	text-align: center;
	max-width: 100px;
}
#news .list-box .item .time b {
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 32px;
	color: #d72419;
	border-bottom: 1px dotted #f2f2f2;
}
#news .list-box .item .time span {
	line-height: 28px;
	color: #363636;
}
#news .list-box .item:hover .time {
	background-color: rgba(215, 36, 25, 0.6);
}
#news .list-box .item .right {
	padding-left: 10px;
	line-height: 40px;
}
#news .list-box .item .right .title {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
#news .list-box .item .right .desc {
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	color: #868686;
}
#news .list-box .item:hover .right .title {
	color: #145bb8;
}
#news .list-box .item:hover .right .content {
	color: #666;
}
