* {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none;
    -webkit-tap-highlight-color:transparent;
}
body {
    width: 100%;
    font-size:15px;
    color: #333;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
}
.back{
    float: left;
    margin-left: 4%;
}
.back img{
    position: relative;
    top: 4px;
    width: 12px;
}
.h_title{
    float: left;
    width:88%;
    text-align: center;
}
.banner{
    width: 100%;
    margin-top: 50px;
}
.banner img{
    width: 100%;
}

.award_list{
    width:100%;
    margin: 0 auto;
    letter-spacing: 1px;
    margin-bottom: 70px;
    background-color: #fff;
    margin-top: -4px;
}
.award_grade{
    width:94%;
    padding: 0 3%;
    background-color: #3071f3;
}
.grade_item{
    float: left;
    width:33.3%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.grade_item:last-child{
    border: none;
}
.grade_item a{
    width: 100%;
    color: #fff;
}
.group_active:after{
    content: "";
    position: relative;
    bottom: 14px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 9px transparent solid;
    border-top: 10px #3071f3 solid;
}
.group_active a{
    color: #edc216;
}
.award_table{
    width: 100%;
    padding: 20px 3% 0 3%;
    text-align: center;
}
.award_table tr td{
    width: 20%;
}
.table_header{
    height:25px;
    line-height: 25px;
    color:#1d69f5;
    font-weight: bold;
    font-size: 16px;
}
.result_list_item{
    height: 60px;
    color: #333;
    line-height: 25px;
}
.result_list_item td{
    border-bottom: 1px #dcdddd solid;
}
.result_list_item:last-child td{
    border: none;
}
/*�ײ�*/
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    line-height: 25px;
    background-color: #282828;
    margin-top: 20px;
}
/*�������*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}