.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.list-data *{
    font-size: 15px;
    font-weight: 400;
}

.clearfix {
    *zoom: 1
}

.main-wrap {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 40px
}

.main-wrap .live-left {
    width: 150px;
    height: 100%;
    margin-right: 20px;
    float: left
}
.main-wrap .live-left ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.main-wrap .live-left ul li {
    list-style: none;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background: #fff;
    position: relative;
    text-indent: 20px;
    cursor: pointer
}
.main-wrap .live-left ul li a:hover{
    color: #ff6b00;
}

.main-wrap .live-left ul li .select-bar {
    width: 6px;
    height: 48px;
    background: linear-gradient(to right,#803600,#803600);
    position: absolute;
    margin-right: 15px;
    left: 0;
    top: 0;
}

.main-wrap .live-left ul li.selected {
    color: #fccc27!important;
    background: #f7f7f7;
}

.main-wrap .live-right {
    width: calc( 100% - 170px );
    float: left;
    height: 100%;
    position: relative
}

.main-wrap .live-right .block-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f2f2f2
}

.main-wrap .live-right .block-title .tit-text {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(to right,#803600,#803600);
}

.main-wrap .live-right .block-title .calendar-wrap {
    position: absolute;
    right: 0;
    top: 10px
}

.main-wrap .live-right .block-title .calendar-wrap .calendar-tit {
    width: 160px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    color: #333;
    text-indent: 10px;
    cursor: pointer
}

.main-wrap .live-right .block-title .calendar-wrap .calendar-tit .arrow {
    width: 40px;
    height: 28px;
    display: inline-block;
    line-height: 30px;
    background: url(/style/img/arrow.png) #ff5722no-repeat 50%;
    background-size: 14px 8px;
    float: right
}

.main-wrap .live-right .block-title .calendar-wrap .calendar {
    width: 260px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 34px;
    right: 0;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    background: #fff
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .date-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: #e8e8e8;
    text-align: center
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .date-title .left-arrow {
    cursor: pointer;
    width: 60px;
    height: 100%;
    float: left
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .date-title .left-arrow img {
    width: 8px
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .date-title .right-arraw {
    cursor: pointer;
    width: 60px;
    height: 100%;
    float: right
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .date-title .right-arraw img {
    width: 8px
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .date-title .month {
    width: 130px;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 14px
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .week {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #e8e8e8
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .week span {
    width: 36.8px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 16px;
    border-right: 1px solid #e8e8e8
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .week span:last-child {
    border-right: none;
    color: #d11321
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .week span:first-child {
    color: #d11321
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .day-list-wrap {
    width: 100%;
    height: auto
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .day-list-wrap .day-list {
    width: 36.8px;
    height: 36px;
    line-height: 36px;
    position: relative;
    float: left;
    text-align: center;
    color: #333;
    font-size: 14px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .day-list-wrap .day-list .selected-text {
    color: #333
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .day-list-wrap .day-list:nth-child(7n) {
    border-right: none
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .day-list-wrap .today-text {
    background: #fbac00;
    color: #fff;
    font-size: 12px
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .day-list-wrap .date-selected .selected-ball {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -13px;
    margin-left: -13px
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .day-list-wrap .date-selected .date-select-icon {
    position: absolute;
    width: 10px;
    top: 5px;
    right: 4px
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .row6 .day-list {
    height: 36px !important;
    line-height: 36px !important;
    font-size: 14px !important
}

.main-wrap .live-right .block-title .calendar-wrap .calendar .certain {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e8e8e8
}

.main-wrap .live-right .no-data {
    text-align: center;
    padding: 200px 0;
    color: #888
}

.main-wrap .live-right .list-data .match-list {
    width: 100%;
    height: auto;
    overflow: hidden
}

.main-wrap .live-right .list-data .match-list .date .wk {
    color:#ff5722;
    font-weight: 900;
}
.main-wrap .live-right .list-data .match-list .date {
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 3px solid #803600;
}

.main-wrap .live-right .list-data .match-list .date img {
    width: 12px;
    float: left;
    margin: 20px 10px 0 0
}

.main-wrap .live-right .list-data .match-list .match-item {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden
}

.main-wrap .live-right .list-data .match-list .match-item>a.href {
    color: #000;
    display: block;
    overflow: hidden;
}

.main-wrap .match-list .match-item .playing-minite {
    color: #ff5722
}

.main-wrap .match-list .match-item .start-min {
    float: left;
    width: 55px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.main-wrap .match-list .match-item .round {
    float: left;
    width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.main-wrap .match-list .match-item .match-info {
    height: 60px;
    overflow: hidden;
    width: calc(96% - 140px);
}

.main-wrap .match-list .match-item .match-info .team-a {
    float: left
}

.main-wrap .match-list .match-item .match-info .team-a {
    height: 60px;
    overflow: hidden
}

.main-wrap .match-list .match-item .match-info .team-a .teama-name {
    width: 110px;
    text-align: right;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-wrap .match-list .match-item .match-info img {
    width: 18px;
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}

.main-wrap .match-list .match-item .match-info .vs-score-wrap {
    width: 35px;
    float: left;
    text-align: center;
}

.main-wrap .match-list .match-item .match-info .vs-score-wrap .played {
    font-size: 12px
}

.main-wrap .match-list .match-item .match-info .vs-score-wrap .played .score {
    font-size: 16px
}

.main-wrap .match-list .match-item .match-info .vs-score-wrap .played .line-two {
    line-height: 30px !important;
    position: relative;
    top: 5px
}

.main-wrap .match-list .match-item .match-info .vs-score-wrap .played b {
    line-height: 30px !important;
    font-weight: 400;
    display: block
}

.main-wrap .match-list .match-item .match-info .vs-score-wrap .going {
    color: #ff5722
}

.main-wrap .match-list .match-item .match-info .vs-score-wrap .postponed {
    font-size: 12px
}

.main-wrap .match-list .match-item .match-info .vs-score-wrap .postponed .score {
    line-height: 25px;
    position: relative;
    font-size: 16px;
    top: 10px
}

.main-wrap .match-list .match-item .match-info .vs-score-wrap .postponed b {
    line-height: 30px !important;
    font-weight: 400;
    display: block
}

.main-wrap .match-list .match-item .match-info .team-b {
    float: left
}

.main-wrap .match-list .match-item .match-info .team-b {
    height: 60px;
    overflow: hidden
}

.main-wrap .match-list .match-item .match-info .team-b .teamb-name {
    width: 110px;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-wrap .match-list .match-item .match-info .team-b img {
    width: 18px;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.main-wrap .match-list .match-item .match-info .tv-list {
    float: right;
    font-size: 14px;
    margin-right: 18px
}

.main-wrap .match-list .match-item .match-info .tv-list a {
    color: #803600;
    float: right;
    margin-left: 10px;
    text-decoration: none;
    border: 1px solid #803600;
    padding: 0 18px 0 18px;
    margin-top: 12px;
    border-radius: 10px;
    line-height: 36px;
}

.main-wrap .live-right .list-data .match-list .match-item:nth-child(2n) {
    background: #f7f7f7
}

.main-wrap .live-right .list-data .match-list .match-item:last-child {
    border-bottom: 1px solid #f7f7f7 !important
}

.main-wrap .live-right .list-data .load-more {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #f2f2f2;
    font-size: 16px;
    text-align: center;
    color: #888;
    cursor: pointer
}


.live-right{
    display: flex;
    flex-wrap: nowrap;
}
.live-right .item{
    flex: 1;
}
.lof3{
    flex: 0 0 30%;
    width: 30%;
}
.article_right{
    padding: 55px 0 0 30px;
}
.round{
    position: relative;
    display: flex;  align-items: center;
}
.ball_icon{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.live_intro{
    margin-top: 30px;
}
.live_intro .content{
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.old_title{
    margin-top: 30px;
}