﻿* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial,微软雅黑,宋体,黑体;
	color:#333333;
	font-size: 12px;
	/*background:#fff url(images/bg1.png) top repeat-x;*/
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
}
table {
	font-family:Arial;
}
td {
	word-break: break-all;
}
tr {
	vertical-align:top;
}
#divcontent A:link {
    color: #333333;
	text-decoration: none;
}
#divcontent A:visited {
    color: #333333;
	text-decoration: none;
}
#divcontent A:hover { 
	color: #1260ac;
	text-decoration: none;
}

a.black:link, a.black:visited 
{
	font-size: 12px;
	font-family:宋体;
	color:#333333;
	text-decoration:none
}
a.black:hover 
{
	font-size: 12px;
	font-family:宋体;
	color:#fc9b44;
	text-decoration:none
}
a.more:link, a.more:visited 
{
	color: #333333;
	text-decoration:none;
}
a.more:hover 
{
	color:#fc9b44;
	text-decoration:none;
}

a.menu:link, a.menu:visited {
	font-size:14px;
	font-family:"微软雅黑","黑体","宋体";
	color:#ffffff;
	height:34px;
	line-height:34px;
	text-decoration:none
}
a.menu:hover {
	font-size:14px;
	font-family:"微软雅黑","黑体","宋体";
	color:#fc9b44;
	height:34px;
	line-height:34px;
	text-decoration:none
}

a.link:link, a.link:visited {
	font-size:12px;
	font-family:"宋体","黑体","微软雅黑";
	color:#fc9b44;
	height:28px;
	line-height:28px;
	text-decoration:none
}
a.link:hover {
	font-size:12px;
	font-family:"宋体","黑体","微软雅黑";
	color:#316a99;
	height:28px;
	line-height:28px;
	text-decoration:none
}

a.menu2:link, a.menu2:visited {
	color:#4b79c7;
	text-decoration:none
}
a.menu2:hover {
	color:#fc9b44;
	text-decoration:none
}

a.more:link, a.more:visited {
	color:#333333;
	font-size:12px;
	font-family:黑体;
	text-decoration:none
}
a.more:hover {
	color:red;
	font-size:12px;
	text-decoration:none
}

a.red:link, a.red:visited {
	color:#cf5a2a;
	font-size:12px;
	text-decoration:none
}
a.red:hover {
	color:#cf5a2a;
	font-size:12px;
	text-decoration:underline
}

/*列表样式*/
.maingvlist
{
	font-size:12px;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	/*width:420px;*/
	line-height:21px;
	color:#333333;
	/*background-color:White;*/
}