@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.font_14_fff {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.font_14_000 {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.font_12_fff {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.font_12_333 {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.font_12_333_180 {
	font-size: 12px;
	color: #333;
	line-height:180%;
	text-decoration: none;
}
.font_14_333_180 {
	font-size: 14px;
	color: #333;
	line-height:180%;
	text-decoration: none;
}


.font_12_006600 {
	font-size: 12px;
	color: #0C3C91;
	text-decoration: none;
}

.font_14_006600 {
	font-size: 14px;
	color: #0C3C91;
	text-decoration: none;
}

.font_14_333 {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.font_24_006600 {
	font-size:24px;
	color:#0C3C91;
	font-family:"微软雅黑", "黑体";
}

.x1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.b3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.b4 {
	border: 1px solid #CCCCCC;
}

.b4_t3 {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.FocusPic{zoom:1;position:relative; overflow:hidden}
.FocusPic .content{overflow:hidden}
.FocusPic .changeDiv a{position:absolute;top:0px;left:0px;display:none;}
.FocusPic .title-bg,.FocusPic .title{position:absolute;left:0px;bottom:0;width:310px;height:30px;line-height:30px;overflow:hidden}
.FocusPic .title-bg{background:#000;filter:alpha(opacity=50);opacity:0.5;}
.FocusPic .title a{display:block;padding-left:15px;color:#fff; font-size:14px;}
.FocusPic .change{bottom:4px;height:20px;right:3px;*right:5px;_right:4px;position:absolute;text-align:right;z-index:9999;}
.FocusPic .change i {background:#666;color:#FFF;cursor:pointer;font-family:Arial;font-size:12px;line-height:15px;margin-right:2px;padding:2px 6px; font-style:normal; height:15px;display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;}
.FocusPic .change i.cur {background:#FF7700;}