/*  体育资讯 */
.xu-news {
    padding-top: 180px;
    padding-bottom: 150px;
    width: 1160px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.xu-news-left {
    position: relative;
    top: 0;
    left: -88px;
    width: 814px;
}

.xu-news-left__title {
    display: flex;
}

.xu-news-left__title .p1 {
    position: relative;
    width: 650px;
    height: 138px;
    left: -12px;
}

.xu-news-left__title .p2 {
    margin-left: 14px;
    width: 180px;
    height: 138px;
}

.xu-news-left__content {
    padding: 40px;
}

.xu-news-left__content__top {
    box-sizing: border-box;
    border-bottom: 3px solid #FFD800 ;
    display: flex;
    justify-content: flex-start;
}

.xu-news-left__content__top>div {
    width: 80px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-right: 30px;
    background-color: #FFD800;
    border: 1px solid #563A04;
}

.xu-news-left__content__top>div>a {
    color: #000 !important;
}

.xu-news-left__content__top .quanbu {
    background-color: #fff;
}

.xu-news-left__content__top .quanbu>a {
    color: #fff;
}

.xu-news-left__content__cont{
    margin-top: 24px;
}

.xu-news-left__content__cont >div{
    display: flex;
    margin-top: 24px;
    height:196px;
}

.xu-news-left__content__cont >div>a>img{
    width: 270px;
    height: 196px;
    object-fit: cover;
}

.xu-news-left__content__cont >div .right_cont{
    width: 464px;
    box-sizing: border-box;
    padding: 18px 22px 14px 20px;
    background-color:#6C410B;
}

.xu-news-left__content__cont >div .right_cont >a{
    color: #fff;
}

.xu-news-left__content__cont >div .right_cont >a >h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-news-left__content__cont >div .right_cont >a >div{
    margin-top: 12px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-news-left__content__cont >div .right_cont .biaoqian{
    margin-top: 20px;
    display: flex;

}

.xu-news-left__content__cont >div .right_cont .biaoqian >a{
    padding: 6px;
    background-color:#ECD12B;
    color: #000;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-news-left__content__cont >div .right_cont .biaoqian >span{
    padding: 6px;
    background-color:#ECD12B;
    color: #000;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-news-left__content__bottom{
    width: 100%;
    height: 26px;
    margin-top: 40px;
}

.xu-news-left__content__bottom >ul{
    display: flex;
    justify-content: center;
}

.xu-news-left__content__bottom >ul >li{
    padding: 8px 10px;
    color: #fff;
    background-color:#7D4E16;
    margin-right: 10px;
}

.xu-news-left__content__bottom >ul >.active{
    color: #7D4E16;
    background-color:#fff;
}

.xu-news-left__content__bottom >ul .previous{
    padding-right: 14px;
}

.xu-news-left__content__bottom >ul .next{
    padding-left: 14px;
}