.start{
    width: 1200px;
    margin: 0 auto;
}
.sitimg{
    width: 1200px;
    height: 48px;
    margin: 20px 0;
}
.sitimg h3{
    width: 108px;
    height: 48px;
    font-size: 26px;
    font-family: PingFang SC;
    color: #363636;
    line-height: 42px;
    background-image: url(../img/qyh/line.png);
    background-size: 100% 6px;
    background-position: 0 42px;
    background-repeat: no-repeat;
}
.sublistMain{
    display: flex;
}
.sublistMain .half{
    width: 600px;
}
.toutiao{
    margin: 10px 0;
    display: flex;
}
.toutiao_title{
    height: 83px;
    width: 125px;
    z-index: 2;
}
.toutiao_right{
    margin-top: 16px;
    margin-left: -36px;
    width: 1111px;
    height: 67px;
    background-image: url(../img/qyh/toutiaobj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.focu{
    width: 1196px;
    height: 540px;
    border-radius: 1px;
    overflow: hidden;
}

.callbacks>li>a>img{
    width: 1196px;
    height: 540px;
}

.rslides .desc{
    position: absolute;
    bottom: 0;
    width: 1196px;
    height: 50px;
}
.rslides .desc .caption{
    background: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    padding-left: 30px;
}
/* 最新动态li 相关开始 */
.shortPicList{
    height: 140px;
    margin: 0 5px 25px;
}
.shortPicList .content{
    display: flex;
    flex-direction: row;
}
.shortPicList .content .left{
    width: 200px;
    height: 135px;
}
.shortPicList .content .left img{
    width: 200px;
    height: 135px;
}
.shortPicList .content .right {
    width: 390px;
    height: 135px;
    margin-left: 10px;
}
.shortPicList .content .right .title{
    width: 390px;
    height: 30px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.shortPicList .content .right .desc{
    cursor: pointer;
    width: 390px;
    height: 66px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #676767;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shortPicList .content .right .time{
    margin-top: 9px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 200;
    color: #767676;
    line-height: 20px;
}
/* 最新动态li 相关结束 */

/* 奖牌榜 相关开始*/
.jpblist{
    height: 520px;
    width: 1180px;
    margin: auto 10px;
}
.jpblist .content{
    width: 100%;
    height: 72px;
}
.jpblist .title div{
    width: auto;
    height: 72px;
    background: #6081BD;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
}
.jpblist .title div>img{
    width: 30px;
    height: 42px;
    padding-left: 30px;
}
.jpblist .title div>span{
    padding-left: 10px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.jpblist .content .row{
    width: auto;
    height: 72px;
    display: flex;
    justify-content:space-around;
    align-items: center;
    border-left: 1px solid #F6EAEA;
    border-right: 1px solid #F6EAEA;
    border-bottom: 1px solid #F6EAEA;
}
.jpblist .head{
    background: #F6EAEA;
}
.jpblist .content .row .col{
    width: 200px;
    text-align: center;
}
.col .headT{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #0C0307;
}
.col img{
    width: 36px;
    height: 48px;
}
.col .num{
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #0C0307;
}
.col .guojia{
    display: flex;
    justify-content: left;
    align-items: center;
}
.col .guojia span{
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #0C0307;
}
.col .guojia img{
    width: 49px;
    height: 36px;
    margin-right: 8px;
}
.contentList{
    height: 365px;
    overflow:auto;
}
.contentList::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
.contentList::-webkit-scrollbar-track{
    background-color: #F3F3F3;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.contentList::-webkit-scrollbar-thumb{
    background-color: #C48787;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
/* 奖牌榜 相关结束*/
/* 奥运焦点赛程 开始 */
.sch_day{
    width: 1200px;
    margin: auto;
}
.sch_day .sch_day_hd{
    width: 1200px;
    height: 40px;
    margin-bottom: 10px;
    background: #6081BD;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
}
.sch_day .sch_day_hd li{
    width: 150px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #6081BD;
    margin: 0 9px;
}
.sch_day .sch_day_bd{
    width: 1200px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #999;
}
.sch_day .sch_day_bd li{
    width: 150px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 9px 10px;
}
.sch_day .sch_day_bd li.is{
    color: #363636;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.sch_day .sch_day_bd li.on{
    color: #fff;
    background-color: #6081BD;
    border: 1px solid #6081BD;
}
.sch_text{
    width: 1200px;
    min-height: 200px;
    background: #eee;
}
.sch_text .sch_text_bd{
    width: 100%;
    display: none;
    float: left;
    padding: 10px 0px;
    background: #eee;
}
.sch_text .current{
    display: block;
}
.sch_text li{
    float: left;
    width: 285px;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    padding-left: 15px;
}
.sch_jpb{
    padding: 10px 0;
}
.sch_jpb a{
    font-size: 18px;
    color: #000;
}
/* 全运会焦点赛程 结束 */