/* 首页样式 */
.index .top-container .left-container{
    width: 720px;
    float: left;
    margin-right: 10px;
    /* background-color: red; */
}
.index .top-container .left-container .item{
    border-radius: 15px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}
.index .top-container .left-container .item-top .title{
    line-height: 60px;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.index .top-container .left-container .item-top .nper{
    line-height: 30px;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.index .top-container .left-container .item-middle ul {
    /* margin: 0 auto; */
    padding: 0 150px;
    margin: 20px 0;
}
.index .top-container .left-container .item-middle ul li{
    float: left;
    width: 18%;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin-right: 2%;
    background-color: black;
    border-radius: 15px;
}
.index .top-container .left-container .item-bottom{
    text-align: center;
}
.index .top-container .left-container .item-bottom p{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.index .top-container .right-container{
    width: calc(100% - 730px);
    float: left;
}
.index .top-container .right-container .item{
    margin-bottom: 10px;
}
.index .top-container .right-container .item h3{
    background: #9e9e9e;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #000;
    padding-left: 20px;
}
.index .top-container .right-container .item h3 .history{
    line-height: 35px;
    float: right;
    margin: 0 10px 0 0;
    text-align: center;
    color: #333;
    font-size: 12px;
}
.index .top-container .right-container .item .history-list{
    background: #e1e1e1;
}
.index .top-container .right-container .item .history-list ul li{
    padding: 13px 8px;
}
.index .top-container .right-container .item .history-list .history_date{
    float: left;
}
.index .top-container .right-container .item .history-list .history_ball{
    float: right;
}
.index .top-container .right-container .item .history-list .history_ball span{
    padding: 0 2px;
    background: #472b2b;
    color: #fff;
}