.point{
    font-size: 14px;
    color: #808080;
    line-height: 90px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}
.point a{
    color: #808080;
}


.content{
    width: 1200px;
    margin: 0 auto;
}
.match_list{
    padding: 25px;
    background: #f5f5f5;
}
.match_list li{
    margin-bottom: 30px;
}
.match_list li p{
    color: #626262;
    font-size: 16px;
}
.match_img{
    height: 300px;
    width: 1150px;
    overflow: hidden;
    margin-top: 10px;
}
.match_img img{
    width: 100%;
    height: 100%;
}


.page_number{
    text-align: center;
    line-height: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
.page_number a{
    border: 1px solid #eeeeee;
    padding: 3px 5px;
    color: #999999;
    border-radius: 4px;
}
.page_number a.on{
    border: 1px solid #eb5255;
    color: white;
    background: #eb5255;
}
.page_number span{
    color: #808080;
}