@charset "utf-8";
/*------------------------------ link color ------------------------------*/
.color_black a:link {
	color: #333;
}
.color_black a:visited {
	color: #333;
}
.color_black a:hover {
	color: #F00;
	text-decoration: underline;
}
.color_red a:link {
	color: #C30;
}
.color_red a:visited {
	color: #333;
}
.color_red a:hover {
	color: #F00;
	text-decoration: underline;
}
.color_green a:link {
	color: #093;
}
.color_green a:visited {
	color: #333;
}
.color_green a:hover {
	color: #F00;
	text-decoration: underline;
}
.color_blue a:link {
	color: #009;
}
.color_blue a:visited {
	color: #333;
}
.color_blue a:hover {
	color: #F00;
	text-decoration: underline;
}
/*------------------------------ eng number ------------------------------*/
.eng_number {
	font-family: Verdana, Geneva, sans-serif;
}
/*------------------------------ page style ------------------------------*/
.pagestyle_text {
	float: right;
	height: 28px;
	line-height: 28px;
}
.pagestyle_red {
	color: #F00;
	font-size: 14px;
	font-weight: bolder;
}
.pagestyle_button {
	float: right;
	display: block;
	width: 86px;
	height: 18px;
	line-height: 18px;
	margin-left: 4px;
	margin-top: 4px;
	overflow: hidden;
	text-align: center;
	border-top: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px;
	background: #A2BAE7;
	cursor: pointer;
}
.pagestyle_link {
	color: #CCC;
	float: right;
	display: block;
	width: 86px;
	height: 18px;
	line-height: 18px;
	margin-left: 4px;
	margin-top: 4px;
	overflow: hidden;
	text-align: center;
	border-top: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px;
	background: #DEE7F7;
}
/*------------------------------ header ------------------------------*/
.header_nav_date {
	float: left;
	width: 184px;
	height: 30px;
	text-align: center;
}
.header_nav_title {
	float: left;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px;
	font-family: Verdana, Geneva, sans-serif;
}
.header_nav_title a:link {
	color: #000;
}
.header_nav_title a:visited {
	color: #000;
}
.header_nav_title a:hover {
	color: #FFF;
}
/*------------------------------ lefter ------------------------------*/
.lefter_title {
	float: left;
	width: 184px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
}
.lefter_bg {
	float: left;
	width: 160px;
	height: 200px;
	padding: 5px 12px;
}


/*------------------------------ righter ------------------------------*/

/*------------------------------ footer ------------------------------*/

/*------------------------------ alllefter ------------------------------*/
.all_lefter_title {
	float: left;
	width: 184px;
	height: 33px;
	line-height: 33px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}
.all_lefter_text {
	float: left;
	width: 162px;
	height: 200px;
	line-height: 150%;
	color: #FFF;
	background: #4986C2;
	padding: 5px 5px;
	margin: 0 6px 1px 6px;
}
.all_lefter_link {
	float: left;
	width: 162px;
	line-height: 200%;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0 6px 1px 6px;
	color: #FFF;
	background: #4986C2;
}
.all_lefter_link a:link {
	color: #FFF;
}
.all_lefter_link a:visited {
	color: #FFF;
}
.all_lefter_link a:hover {
	color: #FF0;
}

.all_lefter_news {
	float: left;
	width: 162px;
	line-height: 150%;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 6px 1px 6px;
	color: #FFF;
	background: #4986C2;
}
.all_lefter_news a:link {
	color: #FFF;
}
.all_lefter_news a:visited {
	color: #FFF;
}
.all_lefter_news a:hover {
	color: #FF0;
}

/*------------------------------ allrighter ------------------------------*/
.right_news_text {
	float: left;
	width: 580px;
	height: 24px;
	border-bottom: #CCC dashed 1px;
}
.right_news_dot {
	float: left;
	width: 18px;
	height: 24px;
	background: url(/EN/Themes/Normal/Images/righter_dot.png) left no-repeat;
}
.right_news_link {
	float: left;
	width: 462px;
	height: 24px;
	line-height: 24px;
}
.right_news_time {
	float: left;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	color: #999999;
}