﻿* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: Arial;
	background-color:#4F0002;
	line-height:20px;
}
a:link, a:visited {
    text-decoration: none;
    color: #535252;
}
a:hover {
    color: #000;
}
img {
    vertical-align: middle;
    border: 0px none;
}
.menu2 {
    font-size: 16px;color: #ffffff;
}
.copy {
 font-weight:bold; color:#999
}
.cont {
 font-size: 14px;
}
.righttitle {
 font-size: 18px;
}
.indextitle {
    color: #ffffff; font-weight:bold;}
	.newtitle {
    font-weight:bold; font-size:16px}	

hr {
    height: 1px;
    border: 0;
    color: #CCCCCC;
    overflow: hidden;
    margin: 10px auto;
}
ul {
    list-style-image: none;
    list-style-type: none;
}
li, p {
}
.hide {
    display: none;
}
h1 {
    font-size: 14px;
}
h2, h3, h4, h5 {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    text-align: left;
}
ul.nl {
    list-style: none outside none;
}
ul.nl li {
    line-height: 22px;
    padding-left: 15px;
    background: url(li.gif) no-repeat 0px 50%;
    clear: both;
    overflow: hidden;
    text-align: left;
}
ul.nl li.newsLine {
    background: url(dotLine.gif) repeat-x top;
    overflow: hidden;
    height: 5px;
    line-height: 5px;
}
.line {
    height: 1px;
    border-bottom: 1px dashed #ccc;
    margin: 10px auto;
    overflow: hidden;
}
ul.nl li .addTime {
    float: right;
    color: #666666;
}
ul.nll {
    list-style: none outside none;
}
ul.nll li {
    line-height: 22px;
    clear: both;
    overflow: hidden;
    text-align: left;
}
ul.nll li.newsLine {
    background: url(dotLine.gif) repeat-x top;
    overflow: hidden;
    height: 5px;
    line-height: 5px;
}
ul.nll li .addTime {
    float: right;
    color: #666666;
}
form {
    display: inline;
}
input {
    font-family: Tahoma, Arial;
    font-size: 12px;
}
input.text {
    height: 16px;
    padding: 1px;
    color: #000000;
    border: 1px solid #CCCCCC;
    background-color: #F9F9F9;
}
input.button {
    height: 20px;
    color: #000000;
    border: 1px solid #999999;
    border-top: 1px solid #CCCCCC;
    border-left: 4px solid #CCCCCC;
    background: #FFFFFF;
}
textarea {
    font-size: 12px;
    font-family: Tahoma, Arial;
    color: #000000;
    border: 1px solid #CCCCCC;
    background: #F9F9F9;
    height: 100px;
    width: 200px;
}
.top2{
    color: #FFFFFF; font-size:12px
}
.menu{
    color: #E6E6E6C; font-size:12px
}
/*导航菜单*/
#nav{
	width:900px;
	margin:0px;
	height:38px;
	line-height:30px;
	display:block;
	overflow:hidden;
}
#navMenu ul{width:950px;float:left;height:40px;}
#navMenu li{float:left;font-size:14px;}
#navMenu li a{color:#fff!important;text-decoration:none;width:100px;height:36px;line-height:40px;text-align:center;display:block;}
#navMenu li a.last{width:92px;}
#navMenu li a.current{background-position:0 -80px;width:100px;height:40px;line-height:40px;text-align:center;display:block;color:#fff;}
#navMenu li a:hover{background-position:0 -40px;}
/*-------- 下拉菜单 --------------*/
.dropMenu{position:absolute;top:0;z-index:100;visibility:hidden;margin-top:-2px;border:1px solid #0e2c5e;border-top:0;background-color:#FFFFCC;padding:4px;width:120px;}
.dropMenu li{float:left;width:120px;height:32px;}
.dropMenu li a{display:block;padding:5px 0 5px 12px;color:#0f335d;}
.dropMenu a:hover{text-decoration:underline;color:#000;}