/*总结 start*/
.summary_con,.report_con,.about_con{
    width: 1150px;
    height: 270px;
    overflow: hidden;
    margin: 30px auto 0;
}
.summary_con ul li{
    width: 374px;
    height: 270px;
    float: left;
    margin-right: 14px;
}
.summary_con ul li:last-child{
    margin-right: 0px;
}
.summary_con ul li .img{
    width: 374px;
    height: 214px;
    position: relative;
}
.summary_con ul li .img img{
    width: 374px;
    height: 214px;
}
.mb{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: rgba(0,0,0,.3);
    display: block;
}
.summary_con ul li .img .mb{
    width: 374px;
    height: 214px;
}
.img:hover .mb{
    display: none;
}
.mes{
    width: 100%;
    height: 57px;
    position: relative;
    color: #f2e0b4;
    line-height: 23px;
}
.mes span{
    color: #FFF;
    position: absolute;
    right: 0px;
    bottom: 10px;
}
/*总结 over*/

/*战报 start*/

.report_con ul li{
    width: 222px;
    height: 168px;
    float: left;
    margin-right: 10px;
}
.report_con ul li:last-child{
    margin-right: 0px;
}
.report_con ul li .img{
    width: 222px;
    height: 127px;
    position: relative;
}
.report_con ul li .img img{
    width: 222px;
    height: 127px;
}
.report_con ul li .img .mb{
    width: 222px;
    height: 127px;
}
.report_con ul li .mes{
    font-family: 宋体;
}
/*战报 over*/

/*赛事相关 statr*/
.about .part{
    margin-top: 0px;
}
.about_con ul li{
    width: 275px;
    height: 200px;
    float: left;
    margin-right: 16px;
}
.about_con ul li:last-child{
    margin-right: 0px;
}
.about_con ul li .img{
    width: 275px;
    height: 156px;
    position: relative;
}
.about_con ul li .img img{
    width: 275px;
    height: 156px;
}
.about_con ul li .img .mb{
    width: 275px;
    height: 156px;
}
.about_con ul li .mes{
    font-family: 宋体;
}
/*赛事相关 over*/