body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #333333;
	margin: 0px;
	background-color: #F3F3F3;
	background-image: url(images/bgicon.gif);
}
.filetdbg {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #c80000;
	text-decoration: underline;
}
.red:link {
	color: #c80000;
	text-decoration: none;
}
.red:visited {
	color: #c80000;
	text-decoration: none;
}
.red:hover {
	color: #c80000;
	text-decoration: underline;
}
.withe:link {
	color: #ffffff;
	text-decoration: none;
}
.withe:visited {
	color: #ffffff;
	text-decoration: none;
}
.withe:hover {
	color: #c80000;
	text-decoration: underline;
}
.top {
	background-image: url(images/index_02.gif);
	color: #333333;
	height: 25px;
	background-repeat: repeat-x;
}
.gonggao {
	color: #C80000;
}
.input {
	height: auto;
	width: 100px;
	border: 1px solid #666666;
}
.login {
	height: auto;
	width: 50px;
	border: 1px solid #666666;
	background-image: url(images/index_02.gif);
}
.bottom {
	background-color: #666666;
	height: 25px;
	color: #FFFFFF;
	text-align: center;
}

.lefttablebk {
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #FFFFFF;
}
.lefttablebk2 {
	border: 1px solid #cccccc;
	text-align: left;
	background-color: #FFFFFF;
}
.leftdh1 {
	border: 1px solid #cccccc;
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
}
.leftdh2 {
	border: 1px solid #cccccc;
	background-color: #C80000;
	color: #FFFFFF;
	text-align: left;
}
.hr {
	color: #eeeeee;
}

.gedilianjie {
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	text-align: center;
	height: 40px;
}

.font1{
color:#999999;
}
.font2{
	color:#FF9900;
	font-size: 14px;
	font-weight: bold;
}
.font3{
color:#cccccc;
}
.font4{
	color:#c80000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.font5 {
	color: #C80000;
}
.font6 {
	font-family: "黑体";
	font-size: 16px;
}
.font7 {
	font-family: "黑体";
	font-size: 16px;
	color: #FFFFFF;
	background-color: #c80000;
}
.kclb {
	border: 1px solid #cccccc;
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
}

.shu li a{
color:#333333;
display:block;
margin-left:5px;
padding-left:12px;
background: url(images/tabList_icon1.png) no-repeat 5px 11px;
} 
.shu li a:hover{
color:#C80000;
background-position:5px -19px;
}


ul,li,dl,dt,dd {
margin:0;
padding:0;  /* 清除浏览器默认的margin和padding值 */
}
ul,
li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
/* 选项卡整体外观定义 */
.tabList {
width:400px;
height:165px;
overflow:hidden;
}
.tabList .tabBox {
	height:100%;
	position:relative;
	background-color: #cbcbcb;
	background-image: url(images/tabbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
}
.tabList .tabBox li {
	float:left;
	width:25%;
	text-align:center;
	padding-top: 3px;
}
.tabList h4 {
	margin:0;
	height:30px;
	line-height:24px;
	font-size: 12px;
}
.tabList h4 a {
	color:#C80000;
	font-weight:normal;
	display:block;
	padding-left:5px;
}
.tabList h4 a span {
	display:block;
	padding-right:5px;
	background-image: url(images/tabList_btn.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabList h4 a:hover,
.tabList .tabOn h4 a{
background-position:0 -50px;
} 
.tabList h4 a:hover span,
.tabList .tabOn h4 a span {
background-position:right -50px;
}
.tabList .tabContentBox li{
width:auto;
margin-top:0;
}
.tabList .tabContentBox {
	width:387px;
	height:128px;
	text-align:left;
	overflow:hidden;
	background:#fff;
	position:absolute;
	top:27px;
	left:0px;
	display:none;
	padding: 5px;
}
.tabList li:hover .tabContentBox,
.tabList .tabOn .tabContentBox {
display:block;
}
/* 以下是对各项内容的CSS定义 */
.tabList .tabContentBox .blog{
color:#FFFFFF;
line-height:2em;
margin:5px;
}
.tabList .tabContentBox .blog dt,
.tabList .tabContentBox .blog dd{
	float:left;
}
.tabList .tabContentBox .blog dt{
width:85%;
white-space:nowrap;
overflow:hidden;
clear:left;
}
.tabList .tabContentBox .blog dt a{
color:#333333;
display:block;
margin-left:5px;
padding-left:12px;
background: url(images/tabList_icon1.png) no-repeat 5px 11px;
}
.tabList .tabContentBox .blog dt a:hover{
	color:#c80000;
	background-position:5px -19px;
	text-decoration: underline;
}
.tabList .tabContentBox .blog dd{
color:#cccccc;
width:15%;
float:left;
white-space:nowrap;
overflow:hidden;
}
.tabList .tabContentBox .blog dd a{
color:#cccccc;
}
.tabList .tabContentBox .blog dd a:hover{
color:#cccccc;
}


.blogdiv2{ float:left; width:20%; height:100%}


.tabList .tabContentBox .blog2{
color:#FFFFFF;
line-height:2em;
margin:5px;
}
.tabList .tabContentBox .blog2 dt{
	float:left;
}
.tabList .tabContentBox .blog2 dt{
width:95%;
white-space:nowrap;
overflow:hidden;
clear:left;
}
.tabList .tabContentBox .blog2 dt a{
color:#333333;
display:block;
margin-left:5px;
padding-left:12px;
background: url(images/tabList_icon1.png) no-repeat 5px 11px;
}
.tabList .tabContentBox .blog2 dt a:hover{
	color:#c80000;
	background-position:5px -19px;
	text-decoration: underline;
}


.tabList .tabContentBox .album li{
width:24.9%;
float:left;
padding-top:15px;
text-align:center;
}
.newstitle {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	font-family: "黑体";
}
