body{

}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right:0px!important;
    padding-left:0px!important;
}
.news-part{
    background-color: #efefef;
}
.title-cn{
    color: #000807;
    font-size: 38px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
	font-family: "宋体";
	font-weight: bold;
}
.title-en{
    color: #8E8362;
    font-size: 18px;
    margin-top: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: Arial;
    line-height: 13px;
    height: 13px;;
}
.title-line{
    width: 27px;
    height: 2px;
    background: #8E8362;
    margin: auto;
    margin-top: 29px;
}
.title-more{
    width: 84px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 9px;
    line-height: 17px;
    text-align: right;
}
.news_lists{
    margin-top: 54px;
}
.news_item{
    width: 30%;
    height: 455px;
    background-color: #ffffff;
}
/* 星空体育资讯 */
.desc-part .desc-left,.desc-part .desc-right{
    width: 50%;
}
.desc-left img,.desc-right img{
    width: 100%;
	height: 630px;
}
.desc-right{
    position: relative;
    background-image: url(/public/static/home/assets/images/desc-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 630px;
}

.desc-content{
    /* position: absolute;
    top:8%;
    bottom: 0; */
    margin: auto;
    /* padding-left: 39px; */
    width: 537px;
    /* margin-left: 35px; */
    margin-top:30px;
}
.img-part{
    padding: 5% 29px;
}
.img-item,.img-item img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}
.desc-detail{
    color: #808080;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    text-indent: 2em;
	text-align: justify;
    height:216px;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;  /* 盒模型元素从顶部向底部垂直排列子元素 */
    -webkit-line-clamp: 9;  /* 显示9行 */
    text-overflow: ellipsis;
}
.desc-more{
    margin-top: 5%;
    text-align: left;
}
.desc-more a{
    display: inline-block;
    width: 84px;
    height: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1B9C89;
    line-height: 9px;
}
.desc-more a:hover{color: #000;
}

.brand-part{
    margin-top: 70px;
    margin-bottom: 40px;
}
.brand-part .title-part{
    width: 100%;
}
.brand-lists{
    margin-top: 60px;
}
.tablists{
    border: 1px solid #F2F2F2;
    border-right: none;
    height: 141px;
    margin-bottom: 37px;
}
.tabitem{
    border-right: 1px solid #F2F2F2;
    text-align: center;
}
.tabitem-img,.tabitem-img img{
    margin: auto;
    width: 30px;
    height: 30px;
}
.tabitem-img{
    margin-top: 36px;
}
.tabitem-title{
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.news_item_img{
    width: 100%;
    height: 237px;
    overflow: hidden;
}
.news_item_img img{
    width: 100%;
}
.news_item_title{
    padding: 0 26px;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 20px;
    color: #000807;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_item_date{
    padding: 0 26px;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 10px;
    color: #1B9C89;
}
.news_item_desc{
    height: 50px;
    padding: 0 26px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    margin-top: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    line-height: 24px;
}
.news_item_more{
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    border-top:1px solid #EAEAEA;
}
.news_item_more a{
    display: block;
    width: 100%;
    height: 65px;
}
.brand-item{
    position: relative;
}
.brand-item{
    width: 238px;
    height: 630px;
    overflow: hidden;
}
.brand-item img{
    height: 630px;
    overflow: hidden;
}

.brand-item-active{
    flex: 1;
}
.brand-item-active img{
    width: 100%;
    height: 630px;
}
.brand-item-desc{
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    bottom: 55px;
    left: 22px;
    text-align: left;
}
@media screen and (max-width: 1440px) {
    .news-part{
        width: 100%;
        padding: 70px 40px;
    }

}
@media screen and (min-width: 1440px) {
    .news-part{
        width: 100%;
        padding: 70px 40px;
    }

}
@media screen and (max-width: 480px) {
    .desc-part .desc-left, .desc-part .desc-right{
        width:100%;
    }
    .desc-left img{
        width:100%;
        height:auto;
    }
    .desc-right .desc-content{
        width:100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .img-item, .img-item img{
        width:100px;
        height:100px;
    }
    .img-part{
        padding:5% 0px;
    }

    .roundabout_box{
        width:100% !important;
    }
    .roundabout-holder li{
        width:100% !important;
    }

}

.exhibition_hall {text-align:center;position: relative;overflow:hidden;}
.exhibition_hall h4 {font-size:30px;font-family:"微软雅黑";text-align:center;margin:0px auto;padding-top:50px;color:#000;}
.tline {color:#dedede;}
.roundabout_box {width:980px;height:480px;}
.roundabout_box ul {}
.roundabout_box img {width:100%;}
/**********roundabout**********/
.roundabout_box {height:425px;width:980px;margin:40px auto 20px auto;}
.roundabout-holder{list-style:none;height:425px;margin:0px auto;}
.roundabout-moveable-item{font-size:12px!important;height:425px;width:650px;cursor:pointer;background:#f9f9f9;}
.roundabout-moveable-item img{height:100%;width:100%;background-color:#FFFFFF;margin:0;}
.roundabout-in-focus{cursor:auto;border-left:1px #fff solid;border-right:1px #fff solid;}
.roundabout-in-focus000:hover{-webkit-box-shadow:0px 0px 20px #787878;-moz-box-shadow:0px 0px 20px #787878;background:#f9f9f9;}
.roundabout-holder .text{
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-size: 24px;
}
.roundabout-in-focus000:hover span{display:inline;position:absolute;bottom:5px;right:5px;padding:8px 20px;background:#f9f9f9;color:#3366cc;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}
.roundabout li{margin:0}
s