@charset "gb2312";
/*==========CSS名称：global==========*/
@charset "gb2312";
/*==========CSS名称：global==========*/
@import url(all.css); 
@import url(channel.css);
@import url(channel_menu.css); 
@import url(font.css); 

* {
margin:0;
padding:0;
}
html {
/*background:url(../i/bg/light-gray-right.gif) #fff 778px repeat-y;*/
background:#015681;
}
img,a:hover img { border:0;}
.skip {
display: none;
}
/*-------------------------*/
#logo { float:left;}

#logo a {
display:block;
width:150px;
padding:63px 10px 0 0;
height:27px;
background-repeat:no-repeat;
text-align:right;
background-color:#fff;
}
#head_menu {
background:#f8e9e9;
border-bottom-width:1px;
border-bottom-style:solid;
border-color:#ff0000;
line-height:25px;
}
#site_user_menu  {
top:0px;
left:300px;
position: absolute;
visibility:visible;
z-index:9;
}
#web_menu {
top:180px;width: 768px; left: auto;right:auto;margin:auto;background:#fffbe2;
}
#web_menu ul li {
display: inline;
line-height:28px;
}
#web_menu ul li a {
background:#1581A4;
line-height:25px;
text-align:center;
padding:4px 15px;
color:#fff;
border-width:0 4px;
border-style:solid;
border-color:#fff #bababa #bababa #fff;

}
#web_menu ul li a:hover{color: #ae0927;}
#web_menu ul li.now a {
background-color:#76839A;
border-width:0 1px;
padding:4px 25px;
border-color:#bababa #fff #fff #bababa;
}
/*--main------*/
.main {
clear:both;
width:768px;
padding:0 0px;
}
/*--分页--------*/
.content_page {
text-align:center;
margin:5px 0;
}

/*--菜单后排-------*/

#announce,#user_menu,#u_are_here,#site_search,#guestbookbar,#site_vote
{  position:absolute; }

#announce {
top:120px;
right:10px;
width:202px;
padding:0 5px;
}
#announce h5 {
padding-left:15px;
line-height:38px;
background-image:url(../i/bg/announce-title.gif);
background-repeat:no-repeat;
}
.announce_content {
margin-left:10px;
padding:0 5px;
border-width:0 1px;
border-style:solid;
border-color:#fb4a4a;
background-color:#f8e9e9;
}
#announce div.lyer_top,#announce div.lyer_bottom {
margin-left:10px;
}
/*-------------------------*/
div.lyer_top, div.lyer_bottom,div.lyer_top p, div.lyer_bottom p {
background-image:url(../i/bg/lyer-red.gif);
background-repeat:no-repeat;
height:5px;
}
div.lyer_top {
background-position:right top;
}
div.lyer_bottom  {
background-position:right bottom;
}
div.lyer_top p, div.lyer_bottom p {
background-color:#fff;
font-size:5px;
width:5px;
}
div.lyer_bottom p {
background-position:left bottom;
}
/*-------------------------*/

#user_menu ul li {
display: inline;
}

#user_menu {
top:86px;
left:180px;
border-bottom:1px dotted #dadada;
}
#u_are_here {
padding:0 23px 0 10px;
background-position:left top;
background-image:url(../i/ico/path-red.gif);
background-repeat:no-repeat;
position: absolute;
top:100px;
right:10px;
border-bottom-width:1px;
border-bottom-style:solid;
border-color:#ff0000;
}

#site_search {
top:2px;
left:180px;
background:#fff;
}
#site_vote{
border:1px solid blue;
width:200px;
right:10px;
bottom:0px;
}

#footer{ 
clear:both;
background:url(../i/bg/footer-top.gif) #f5f5f5 top repeat-x;
border-top:1px solid #bbb;
width:758px;
padding-right:20px;
text-align:right;
}
ul.footerlink {
margin-top:10px;
}
#footer ul.footerlink li {
color:#000033;
display:inline;
}

ul.footerlink li a, ul.footerlink li a:visited{
border-bottom:1px dotted #666;
color:#000033;
margin:0 3px;
}
body{
    widht:768px;
	margin: 0px;
	padding: 0px;
	font-family: helvetic, arial, sans-serif;
	color: #fff;
	font-size: small;
	background-color:#002573;
}
ul.class2topic {
/*width:360px;*/
padding-left:5px;
}
ul.class2topic li a.gauthor {
margin-left:5px;
float:right;
width:75px;
height:20px;
line-height:20px;
overflow:hidden;
}
ul.class2topic li {
display: block;
list-style: none;
}
p{
	color: #666;
	font-size: x-small;
}

#header{
	margin:15px 0 0 0;
	background-color: #76839A; 
	height:130px;
	width:100%;
	text-align:right;
	vertical-align:middle;
}

#header img{
	float:left;
	width:226px;
	height:37px;
}

.address {
	float:right;
	width:20%;
	vertical-align:middle;
	margin:5px 20px 0 0;
}

#imagestrip {
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 80px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;

}
h2 {
	font-size: medium;
	font-weight: bold;
	background-color: #76839A;
	padding:0 10px 0 5px; 
	margin: 0;
}

h3
{
	font-size: small;
	font-weight: bold;
	background-color: #76839A;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0 0 1px 0;
}

h4
{
	font-size: small;
	font-weight: bold;
	color: #76839A;
	margin:5px 0 5px 10px;
}
h3.leftCol a{
	color:#fff;
	text-decoration:none;
}
h3.leftCol a:hover{
	color:#333;
	text-decoration:none;
}

dt
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dd
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}

.bandname
{
	font-weight: bold;
	font-size: larger;
}

img.storyImage
{
	float:left;
	margin: 10px 0 0 0;
	padding-right: 10px;
	
}

.footer {
	background-color: #76839A;
	padding: 3px 10px 3px 0;
	margin-bottom: 10px;
	text-align: right;
	font-size: xx-small;
}

.footer a{
	color: #fff;
	text-decoration: underline;
}

a{
	color:#000;
}

td {
	font-size: 8pt;
	color: #000033;
	
}
a:link {
	font-size: 9pt;
	color: #333333;
	text-decoration: none;



}
a:visited {
	font-size: 9pt;
	color: #333333;
	text-decoration: none;

}
a:hover {
	font-size: 9pt;
	color: #FF0000;
	text-decoration: none;
	POSITION: relative;
	top: 1px;
	right: 0px;
}
#topswf { height: 180px; width: 768px; left:auto; right:auto;top: 0px;margin:auto}
#mojuqiye {
	width:490px;
	height:160px;
	float: right;
	margin-top: 10px;
}
#content { width:768px;
           top:212px;
		   left:auto; 
		   right:auto;
		   margin:auto;
		   background:#FFFCEA;
		   }
#content_about{
               width:768px;
			   height:20px;
			   left:auto;
			   right:auto;
			   margin:auto;
			   background:#F5FCFE;
			   color:#840;
			   }
#guoqi {
    position:relative;
	height: 254px;
	width: 140px;
	float:right;
	right:380px;
}
#hangyexinwen {
    position:relative;
	float:left;
	left:135px;
	height:224px;
	width:350px;
	margin-top:30px;
	margin-right:8px;
}
#gonggao {
	height: 160px;
	width: 490px;
	float:left;
	right:40px;
	margin-top:10px;
	}
#mojuqiye{
    height:160px;
	width:490px;
	float:left;
	margin-top:10px;
	matgin-right:0px;
	}
#zhuanyerencai {
	width:490px;
	height:200px;
	float:left;
	left:195px;
	margin-top:10px;

}
#leftmenu {
	width: 199px;
	float: left;
	height:auto;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right:5px;
}
#leftmenu li {
    margin-left:30px;
	list-style: none;
	list-style-image: url(/images/jiantou.gif);
	}
.titleword{
	size:12pt;
	color:#000099;
	text-align: center;
	font-size: 12px;
}
#bot {
	width:768px;
	background:#fffbe2;
	height:38px;
	left:auto;
	right:auto;
	margin:auto;
	margin-top:0px;
}
#bot1{
    width:768px;
	height:10px;
	background:#fffbe2;
	font-size:10px;
	right:auto;
	left:auto;
	margin:auto;
	}
.botcenter{         
          font-size:13px;
          text-align:center;
          color:#fffbe2;
}
#contentright {
    position:relative;
	float: left;
	left:30px;
	height: auto;
	width: 500px;
	margin-top: 0px;
	margin-right:0px;
}
#leftmenucontent {
background-color:#d0e3dd;
}
#leftmenucontent ul li {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0px;
	color: #000;
	font-size: 12px;
	list-style: none;
	list-style-image: url(/images/jiantou.gif);
}
#leftmenucontent li a{
	color:#333;
	text-decoration:none;
}
#leftmenucontent li a:hover{
	color:#000;
	text-decoration:underline;
}
.leftmenutitle {
	font-size: 14px;
	color: #000099;
	list-style: none;
	list-style-image: url(images/left_menu_tag.gif);
}
#top_tj{
    font-size:13px;
	color:#CC7439;
	font-weight:bold;
	background:#fffbe2;
	}
#top_col{
    width:768px;
	height:350px;
    left:auto;
	right:auto;
	margin:auto;
    width:768px;
	background:#fffbe2;
	}
#top_list{
background:#FFFCEA;
}
#top_pictext{
color:#FFFCEA;
}
#web_path{
    left:auto;
	right:auto;
	background:#fffbe2;
	margin:auto;
	width:768px;
	height:20px;
	color:#000;
	}
#classbd{
    left:auto;
	right:auto;
	margin:auto;
	color:#CC7439;
	width:758px;
	height:300px;
	background:#FFFCEA;
}
.dlbottomimg{
    position:relative;
	left:0px;
    width:768px;
	height:10px;
	}
.dlbottom{
    position:relative;
	top:0px;
	background:url(images/bot2.gif) no-repeat;
	width:768px;
	border:0;
	}
#dlbottom1{
    width:768px;
	height:86px;
	background:#fff;
	font-size:10px;
	right:auto;
	left:auto;
	margin:auto;
	}
#dlbottomfont{
    position:absolute;
	top:1px;
	width:768px;
	line-height:124px;
	text-align:center;
	vertical-align:middle;
	font-size:13px;
	color:#f90;
	}
