.background {
	font-family: arial,sans-serif; font-size: 12px; background-color: #FFFFFF;
}
.inner_frame {
	margin: 0 auto; max-width: 1480px;	
}
.emblem {
	margin-top: 5px; margin-right: 10px; margin-bottom: 6px; margin-left: 10px; max-height: 20vh; max-width: 10vw;
}
.lion_left {
	margin-top: 80px; float: left; opacity: 0.5; max-width: 20vw;
}
.lion_right {
	margin-top: 80px; float: right; opacity: 0.5; max-width: 20vw;
}
.msg_border {
	background-color: #FCFCFC; border-color: #DBE4EF; border-style: solid; border-width: 2px; margin: 0 auto; margin-top: 20px; margin-bottom: 10px; overflow: auto;
}
.msg_head {
	font-size: 1.6em; background-color: #F2F6FF; margin: 0px; text-align: left;
}
.msg_text {
	font-size: 1.2em; background-color: #FCFCFC; overflow-x: hidden;
}
.head_right_text {
	padding-top: 5px; font-size: 1.5em; color: #469; line-height: 1.2em; height: 100%; text-align: center;
}
.head_banner {
	margin-top: 30px; background-color: #FFFFFF;
}
.detail_head {
	font-size: 1.6em; background-color: #F2F6FA; margin-bottom: 10px;
}
.shorten_long_text {
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.more {
	display: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 0px;
}
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f;
}
