@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	TEXT-ALIGN: center;	
}

.title{
font-family:"宋体";
font-size:12px;
color:#000000;
text-align:right;
padding-right:20px;
}

.pos_title{
font-family:"宋体";
font-size:12px;
color:#000000;
text-align:left;
padding-left:20px;
}
.pos_title1{
font-family:"宋体";
font-size:12px;
color:#000000;
text-align:left;
padding-left:10px;
}

.tab_title {
	font-family: "宋体";
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
.tab_title1 {
	font-family: "宋体";
	font-weight: bold;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}
.tab_title2 {
	font-family: "宋体";
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

a.more:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family:"宋体";
}
a.more:visited {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family:"宋体";
}
a.more:hover {
	font-size: 12px;
	color: #FF9600;
	text-decoration: underline;
	font-family:"宋体";
}

.li {
	line-height: 1.5;
	list-style-type: none;
	list-style-position: inside;
}

a:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

.content {
	margin:0 auto;		/* 居中 这个是必须的，，其它的属性非必须 */
	text-align: left;
	width: 778px;
}

#nav {
    height: 26px;
    width: 100%;
	padding-top:5px;
}
#nav ul {
    margin: 0 0 0 25px;
    padding: 0px;
    font-size: 12px;
    color: #FFF;
    line-height: 26px;
    white-space: nowrap;
}
#nav li {
    list-style-type: none;
    display: inline;
}
#nav li a {
    text-decoration: none;
    padding: 5px 10px;
	color:#000000;
}
#nav li a:hover {
    color: #FF6600;
}

.list {
margin-left:10px;
margin-right:10px;
}

.list li {
	margin:0; padding:0;
	line-height: 1.5;
	list-style-type: none;
	list-style-position: inside;
	background:url(images/dot.gif) 5px 0.8em no-repeat;
}

.list li a:link,a:visited {
	color:#666666;
	text-decoration: none;
	font-size: 12px;
}

.list li a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
.tab_lab {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: center center;
	vertical-align: middle;
}

a.lm:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-family:"宋体";
}
a.lm:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-family:"宋体";
}
a.lm:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-family:"宋体";
}