html{
	height: 100%;
}
body{
	padding: 0;
    margin: 0;
    text-align: center;
    font-family: Arial, 'Microsoft Yahei', Helvetica, Simsun;
    font-size: 12px;
    background: #e5e8ed;
    height: 100%;
}
*{
	outline: none;
}
a{
	text-decoration: none;
}
#top{
	min-width: 1036px;
	background: #fff;
}
.wrapper{
	color: #976b00;
    width: 1036px;
    margin: 0 auto;
    height: 54px;
    font-size: 13px;
    text-align: right;
    line-height: 54px;
}
.wrapper a{
	color: #9c9c9c;
}
.banner{
	min-width: 1036px;
	height: 327px;
	background: url(../img/banner_01.jpg) no-repeat center;
}

.container{
	width: 984px;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
}
.info{
	color: #000f4e;
    padding: 42px 2px;
    font-size: 16px;
    line-height: 150%;
    text-indent: 2em;
}
.title{
	color: #000f4e;
    font-size: 19px;
    font-weight: bolder;
    border-left: 6px solid #000f4e;
    padding: 0px 37px;
    padding-left: 10px;
    margin-bottom: 14px;
    height: 18px;
    line-height: 18px;
    left: 20px;
    
}
.tit{
	width: 90px;
	height: 21px;
	border: 2px solid #000F4E;
	border-radius: 2px;
}
.wz{
	width: 77px;
	margin: -2px auto;
	background: #e5e8ed;
	height: 25px;
	line-height: 25px;
}
.data-wrapper{
	margin: -5px;
	padding: 1px 34px;
}
.data{
	width: 890px;
    border: 3px solid transparent;
    font-size: 14px;
    text-align: center;
}
.data tr:nth-child(2n) td{
	background: #f3f7fa;
}
.data th{
	width: 170px;
    color: #fff;
    height: 50px;
    background: #000F4E;
    font-weight: 400;
}
.data td{
	color: #000F4E;
    padding: 5px 10px;
    background: #fff;
    line-height: 150%;
}
.data td:nth-child(3){
	text-align: left;
}
.data .link{
	color: #304cc1;
	font-size: 14px;
}
.data .player{
	zoom: 1;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/player2.png) no-repeat left top;
}
.data .player_no{
	background: url(../img/player2.png) no-repeat left bottom;
}
.footer{
	min-width: 1036px;
	height: 44px;
	background: url(../img/footer.jpg) repeat-x;
	color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    margin-top: 110px;
}
