@charset "utf-8";
/* CSS Document */
body{
	background:#f4f4f4;}
a{
	color:#203369;}
a:hover{
	color:#c30500; text-decoration:none;}
	
/*header*/
.header{
	width:480px; margin:0 auto; overflow:hidden;}
.header .banner{
	width:480px; height:100px;}
.header .banner img{
	width:480px; height:100px;}

.nav{
	width:325px; border-top:thin solid #d5d5d5;
	background:#fff;}
.nav ul li{
	width:107px; float:left; height:41px; line-height:41px; font-size:16px; text-align:center; border-bottom:thin solid #f0f0f0; border-right:thin solid #f0f0f0;}
.nav ul li a{
	display:block; width:107px; height:41px; color:#db0515; font-weight:bold;}
.nav ul li a:hover{
	color:#fff;
	background:#bd000e;}
	
/*wap_list*/
.nr_list{
	width:480px; margin:0 auto; padding-bottom:40px;}
.wap_list ul li{
	height:55px; margin:0 8px; padding:10px 0; border-bottom:thin solid #d5d5d5; position: relative;}
.wap_list ul li a.face{
	float:left; width:78px; height:55px; overflow:hidden;}
.wap_list ul li a{
	font-size:16px; line-height:22px; font-weight:bold;}
.wap_list ul li a img{
	width:73px; height:55px;}
.wap_list ul li span{
	position:absolute; display:block; width:90px; font-size:12px; top:50px; left:210px; color:#adadad; text-align:right;}
	
/*back*/
.back{
	width:480px; height:40px; background:#FFF; border-top:thin solid #d8d8d8;}
.ht{
	width:60px; height:40px; display:block; float:left;}

.sx{
	width:60px; height:40px; display:block; float:right;}
.back span a{
	width:60px; height:60px;}
	
#tbox {
width: 480px;
height: 41px;
float: right;
position: fixed;
_position: absolute;
_bottom: auto;
_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
_margin-bottom: 10px;
}

