@charset "utf-8";
/*去掉下面一行注释,可使整个网站群页面变灰*/
/*body{filter:gray}*/

/*全局样式*/
body {
	overflow-y: scroll;
	font-family: Arial, serif;
	font-size: 12px;
	background: url(/images/PC/bg.jpg) top center no-repeat;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	padding: 0;
	margin: 0;
	color: #161616;
}
table, td, tr, th {
	font-size: 12px;
}
li {
	list-style-type: none;
	list-style: none;
}
table {
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}
img {
	border: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
a {
	color: #161616;
	text-decoration: none;
	word-break: break-word;
}
a:hover {
	text-decoration: none;
}
.fB {
	font-weight: bold;
}
.f12px {
	font-size: 12px;
}
.f13px {
	font-size: 13px;
}
.f14px {
	font-size: 14px;
}
.f16px {
	font-size: 16px;
}
.f13B {
	font-size: 13px;
	font-weight: bold;
}
.f14B {
	font-size: 14px;
	font-weight: bold;
}
.f16B {
	font-size: 16px;
	font-weight: bold;
}
.f_red {
	color: #FC3804;
}
.f_yellow {
	color: #FFEA00;
}
.f_fff {
	color: #FFF;
}
.red {
	border: 1px solid red;
}
.blue {
	border: 1px solid blue;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pointer {
	cursor: pointer;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center
}
.clearBoth {
	clear: both;
}
/*横向间隔定义*/
.blank0 {
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}
.blank1 {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}
.blank2 {
	clear: both;
	height: 2px;
	overflow: hidden;
	display: block;
}
.blank3 {
	clear: both;
	height: 3px;
	overflow: hidden;
	display: block;
}
.blank4 {
	clear: both;
	height: 4px;
	overflow: hidden;
	display: block;
}
.blank5 {
	clear: both;
	height: 5px;
	overflow: hidden;
	display: block;
}
.blank6 {
	clear: both;
	height: 6px;
	overflow: hidden;
	display: block;
}
.blank7 {
	clear: both;
	height: 7px;
	overflow: hidden;
	display: block;
}
.blank8 {
	clear: both;
	height: 8px;
	overflow: hidden;
	display: block;
}
.blank9 {
	clear: both;
	height: 9px;
	overflow: hidden;
	display: block;
}
.blank12 {
	clear: both;
	height: 12px;
	overflow: hidden;
	display: block;
}
.blank15 {
	clear: both;
	height: 15px;
	overflow: hidden;
	display: block;
}
.blank18 {
	clear: both;
	height: 18px;
	overflow: hidden;
	display: block;
}
/*内容盒子，主要用于定位好后的Div内部*/
.contentBox1 {
	padding: 1px;
}
.contentBox2 {
	padding: 2px;
}
.contentBox3 {
	padding: 3px;
}
.contentBox4 {
	padding: 4px;
}
.contentBox5 {
	padding: 5px;
}
.contentBox6 {
	padding: 6px;
}
.contentBox7 {
	padding: 7px;
}
.contentBox8 {
	padding: 8px;
}
.contentBox9 {
	padding: 9px;
}
.contentBox12 {
	padding: 12px;
}
.contentBox15 {
	padding: 15px;
}
.contentBox18 {
	padding: 18px;
}
/*文字缩进*/
.textIndent2em {
	text-indent: 2em;
}
/*行高定义*/
.lineHeight140 {
	line-height: 140%;
}
.lineHeight160 {
	line-height: 160%;
}/*常用于新闻正文*/
.lineHeight180 {
	line-height: 180%;
}
.lineHeight200 {
	line-height: 200%;
}
.lineHeight20px {
	line-height: 20px;
}
.lineHeight23px {
	line-height: 23px;
}
.lineHeight24px {
	line-height: 24px;
}/*常用于新闻列表*/
.lineHeight25px {
	line-height: 25px;
}
.hidden {
	display: none;
}
.display {
	display: block;
}
/*内容列表通用修饰符*/
.commonList li {
	line-height: 24px;
}
.commonList_dot li {
	line-height: 29px;
	background: url(/images/PC/ico_dot.gif) left no-repeat;
	text-indent: 15px;
}
.commonList_dot li:hover {
	background: url(/images/PC/ico_dot_hover.gif) left no-repeat;
}
.commonList_dot li:hover a {
	color: #3c7fef;
}
.commonList_dot li a {
	font-size: 16.5px;
	font-family: "Arial", Calibri;
}
.commonList_tubiao li {
	line-height: 24px;
	background: url(../images/tubiao.jpg) left no-repeat;
	text-indent: 10px;
}
.commonList_video li {
	line-height: 24px;
	background: url(../images/ico_video.gif) left no-repeat;
	text-indent: 20px;
}
.commonList_round li {
	line-height: 24px;
	background: url(../images/ico_round.gif) left no-repeat;
	text-indent: 15px;
}
.commonList li span {
	float: right;
	padding-right: 6px;
}
.commonList_dot li span {
	float: right;
	padding-right: 6px;
}
.commonList_video li span {
	float: right;
	padding-right: 6px;
}
.commonList_round li span {
	float: right;
	padding-right: 6px;
}
.commonList li.line {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
	background: url(../images/ico_line.gif) repeat-x;
}
.commonList_dot li.line {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
	background: url(../images/ico_line.gif) repeat-x;
}
.commonList_video li.line {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
	background: url(../images/ico_line.gif) repeat-x;
}
.commonList_round li.line {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
	background: url(../images/ico_line.gif) repeat-x;
}
.commonList_dot2222 li {
	line-height: 29px;
	background: url(/images/PC/ico_dot.gif) no-repeat;
	width: 326px;
	background-position: 0px 10px;
	padding: 0 0 0 10px;
}
.commonList_dot2222 li:hover {
	background: url(/images/PC/ico_dot_hover.gif) no-repeat;
	background-position: 0px 10px;
}
.commonList_dot2222 li:hover a {
	color: #3c7fef;
}
.commonList_dot2222 li a {
	font-size: 16.5px;
	font-family: "Arial", Calibri;
	display: block;
	width: 316px;
}
.commonList_dot2222 li span {
	float: right;
	padding-right: 6px;
}
.commonList_dot2222 li.line {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
	background: url(../images/ico_line.gif) repeat-x;
}
/*虚线隔行*/
.line1px {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
	background: url(/images/PC/ico_line.gif) repeat-x;
}
.line2px {
	clear: both;
	height: 2px;
	overflow: hidden;
	display: block;
	background: url(/images/PC/ico_line.gif) repeat-x;
}
