.lives {
    margin: 3.5rem auto;
    position: relative;
    bottom: 60px;
}

.lives a {
    font-size: 1.7rem;
    text-decoration: none;
}

.lives .fenxi {
    color: red;
}

.lives #fen{
    color: red;
    text-shadow: 0 0 10px rgb(255,254,89),
    0 0 20px  rgb(255,254,89),
    0 0 30px  rgb(255,254,89),
    0 0 40px  rgb(255,254,89),
    0 0 70px  rgb(255,254,89),
    0 0 80px  rgb(255,254,89);
}

.list-group-item {
    border-top:none;
    padding: 18px 0;
    margin-top: 20px;
    background-color: #fff;
}
.text-left {
    width: 36%;
    float: left;
}
.text-center {
    text-align: center;
    font-size: 18px;
    float: left;
    width: 28%;
}
.text-right {
    float: right;
    width: 36%;
}
.list-group-item-bottom {
    margin-top: 18px;
    text-align: center;
}
.text-left a {
    width: 100%;
    color: #444;
}
.text-left a img {
    float: right;
    width: 40px;
    height: 40px;
}
.text-left a span {
    text-align: center;
    width: calc(100% - 66px);
    float: right;
    margin-top: 20px;
    font-size: 15px;
    margin-right: 6px;
}
.match {
    color: #449c2f;
    font-size: 14px;
}
.text-center .time {
    font-size: 14px;

}
.text-right a {
    width: 100%;
    color: #444;
}
.text-right a img {
    float: left;
    width: 40px;
    height: 40px;
}
.text-right a span {
    text-align: center;
    width: calc(100% - 66px);
    float: right;
    margin-top: 20px;
    font-size: 15px;
    margin-right: 20px;
}
.list-group-item-bottom a {
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
    color: #428bca;
}
.paginate {
    text-align: center;
}
