@charset "utf-8";
/* CSS Document */
body{
margin:0 auto;
padding:0 0 80px;
font-family:"微软雅黑", Arial, Helvetica, sans-serif;
background:#fff url(images/clouds.gif) repeat-x;
width:930px;
background:#cc0033 url(images/bj.png) no-repeat top;
}
ul,ol,dl{
margin:0;
padding:0;
list-style:none;
}
img{
vertical-align:top;
border:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
padding:0;
}  
a{
color:#111;
text-decoration:none;
} 
a:hover{
color:#dddddd;
}  
.clear{
clear:both;
margin0;
padding:0;
line-height:0;
font-size:0;
}  /*全局样式*/
 /*.container{
	width:930px;
	height:616px;
	background:url(images/cont1bg.png) no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-465px;
	margin-top:-308px;
	}
*/
.logo{
	width:930px;
	height:160px;
	
	}
.news,.tv{
	float:left;
	width:50%;
	height:160px;
	}
.news a,.tv a{
	display:block;
	height:160px;
	}

.title{
	width:930px;
	text-align:center;
	margin-bottom:5px;
	}
.container{
	background:url(images/cont1bg.png) no-repeat top;
	}
.container a{
	color:#CC0033;
	}
.container a:hover{
	color:#99CC00;
	text-decoration:underline;
	}
.left{
	width:475px;
	float:left;
	padding:60px 0 0 40px;
	*+padding:55px 0 0 40px;
	}
.right{
	float:left;
	padding: 150px 40px 0 0;
	width:370px;
	}
.right p{
	line-height:28px;
	}

.annex a{
	display:block;
	color:#000;
	line-height:24px;
	font-size:14px;
	}
.annex a:hover{
	text-decoration:underline;
	color:#cc0033;
	}
.annex h6{
	color:#000;
	font-size:18px;
	line-height:30px;
	}
.footer{
	border-top:1px solid #FF0033;
	width:100%;
	margin-top:80px;
	padding-top:20px;
	text-align:center;
	font-size:12px;
	color:#dddddd;
	}
.footer a{
	color:#dddddd;
	}