body{
	background: #f6f6f6 url(/style/img/sybjimg.jpg) no-repeat top center;
    background-size: 100% auto;
    /*height: 1253px;*/
}
.index{
	margin-top: 1.8rem;
}
.index .index-left .hot{
	display: block;
	width: 100%;
	height: 12rem;
	background: #fff;
	border-radius: 0.2rem;
}
.index .index-left .hot .hot-tit{
	padding: 0.8rem 1rem 0rem 1rem;

}
.index .index-left .hot .hot-tit h4{
	font-size: 1.2rem;
}
.index .index-left .hot .hot-tit h4 i{
	color: #bf0f30;
}
.index .index-left .hot .prev {
	display: block;
	width: 1.5rem;
	background: #f5f5f5;
	line-height: 8rem;
	text-align: center;
	color: #999;
	font-size: 1.8rem;
}
.index .index-left .hot .prev:hover{
	background: #ccc;
	color: #fff;
}
.index .index-left .hot .p-left{
	float: left;
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.index .index-left .hot .p-right{
	float: left;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.index .index-left .hot .hot-list{
	/*float: left;*/
	/*width: 90%;*/
	overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 0.5rem;
}
.index .index-left .hot .hot-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
	
}
.index .index-left .hot .hot-list > ul >li{
	float: left;
	padding: 0.5rem 0;
}
.index .index-left .hot .hot-list ul > li a{
	display: block;
	width: 13rem;
	height: 7rem;
	background: #f8f9fa;
	padding: 1rem 1rem;
	color: #333;
	margin-left: 0.1rem;
	text-decoration:none;
	margin-right: 0.5rem;
	border-radius: 0.3rem;
}
.index .index-left .hot .hot-list ul > li a:hover{
	background: #f0f0f0;
}
.index .index-left .hot .hot-list ul > li > a > .bs-top{
	display: block;
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-bottom: 0;
	color: #999;
}
.index .index-left .hot .hot-list ul > li > a > .bs-top span:first-child{
	float: left;
}
.index .index-left .hot .hot-list ul > li > a > .bs-top span:last-child{
	float: right;
}
.index .index-left .hot .hot-list ul > li > a > .vs{
	float: left;
	width: 8rem;
	padding: 0.5rem 0;
}
.index .index-left .hot .hot-list ul > li > a > .vs li{
	margin-top: 0.1rem;
}
.index .index-left .hot .hot-list ul > li > a > .vs li span{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 6rem;
    display: block;
}
.index .index-left .hot .hot-list ul > li > a > .vs li em{
	width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-right: 7px;
}
.index .index-left .hot .hot-list ul > li > a > .vs li em img{
	width: 100%;
    height: 100%;
}
.index .index-left .hot .hot-list ul > li > a > .bs-status{
	display: block;
	/*width: 5rem;*/
	height: 4.5rem;
	line-height: 4.5rem;
	margin-bottom: 0;
}
.index .index-left .news-tab{
	margin-top: 1rem;
	/*height: 15rem;*/
	background: #fff;
	border-radius: 0.2rem;
}
.index .index-left .news-tab .news-tab-list{
	width: 100%;
	padding: 1rem 0 0 0; 

}
.index .index-left .news-tab .news-tab-list ul{
	position: relative;
	display: block;
	overflow: hidden;
	border-bottom: 2px #e60640 solid;
    height: 2.5rem;
    padding-left: 1rem;
}
.index .index-left .news-tab .news-tab-list .zixunbg{
	position: absolute;
    top: -3px;
    right: 5px;
    background: url(/style/img/zixun_bg.png) no-repeat top left;
    display: inline-block;
    width: 78px;
    height: 47px;
}
.index .index-left .news-tab .news-tab-list ul li{
	float: left;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
    color: #333;
    font-size: 1.15rem;
    cursor: pointer;
    padding: 0 1.1rem;
}

.index .index-left .news-tab .news-tab-list ul li.active{
	background: #e60640;
    color: #fff;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.index .index-left .news-tab .news-tab-cont{
	display: none;
	width: 100%;
	padding-bottom: 1rem;
}
.index .index-left .news-tab .news-tab-cont:nth-child(1){
	display: block !important;
}
.index .index-left .news-tab .news-tab-cont ul{
	display: block;
	overflow: hidden;
	padding: .7rem 1rem;
}
.index .index-left .news-tab .news-tab-cont >ul li{
	float: left;
	padding: 0 0.6rem;
	border: 1px solid #f2577d;
	color: #f2577d;
	margin-top: 0.5rem;
	margin-left: 0.5rem;
	border-radius: 0.2rem;
	cursor: pointer;
}
.index .index-left .news-tab .tab-cont{
	display: none;
}
.index .index-left .news-tab .news-tab-cont >ul li.active{
	background: #f2577d;
	color: #fff;
}
.index .index-left .news-tab .news-tab-cont .tab-cont .zixun-img{
	display: none;
	padding: 1rem 0 0 2rem;
}
.index .index-left .news-tab .news-tab-cont .tab-cont .zixun-img img{
	width: auto;
    height: auto;
    max-width: 100%;
    height: 100%;
    max-height: 115px;
    min-height: 90px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.2rem;
}
.index .index-left .news-tab .news-tab-cont .tab-cont ul{
	/*padding: 0.5rem 1rem 1rem 1rem;*/
}
.index .index-left .news-tab .news-tab-cont .tab-cont ul li{
	float: left;
	height: 1.75rem;
	line-height: 1.55rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index .index-left .news-tab .news-tab-cont .tab-cont ul li a{
	color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
}
.index .index-left .news-tab .news-tab-cont .tab-cont ul li a:hover{
	color: #e60640;
}

.index .index-left .zb-list{
	width: 100%;
	background: #fff;
	margin-top: 1rem;
	padding: 1rem 0.5rem;
	margin-bottom: 1rem;
}
.index .index-left .zb-list .zb-list-title h2{
	display: inline-block;
	font-size: 1.2rem;
}
.index .index-left .zb-list .zb-list-title h2 i{
	color: #e60640;
	font-size: 1.4rem;
}
.index .index-left .zb-list .zb-list-title ul li{
	float: left;
	margin-right: 0.5rem;
	cursor: pointer;
}
.index .index-left .zb-list .zb-list-title ul li i{
	display: inline-block;
    width: 20px;
    height: 18px;
    margin: 0 4px -3px 0;
}
.index .index-left .zb-list .zb-list-title{
	width: 100%;
	height: 2.6rem;
	/*display: inline-flex;*/
	border-bottom: 2px #e60640 solid;
}
.index .index-left .zb-list .zb-list-title ul{
	float: right;
	margin-left: 1rem;
}
.index .index-left .zb-list .zb-list-title ul li i.basketball{
	background: url(/style/img/dh_lq_h.png);
}
.index .index-left .zb-list .zb-list-title ul li.active{
	color:#e60640;
}
.index .index-left .zb-list .zb-list-lb{
	display: none;
}

.index .index-left .zb-list .zb-list-lb ul{
	width: 100%;
	overflow-x: scroll;
    overflow-y: hidden;
}
.index .index-left .zb-list .zb-list-lb ul li{
	width: 46.6rem;
	height: 3.5rem;
    line-height: 3.5rem;
    border-bottom: 1px solid #eee;
    display: inline-block;
    text-align: center;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.index .index-left .zb-list .zb-list-lb ul li.date{
	text-align: left;
	background: #eaeaea;
}
.index .index-left .zb-list .zb-list-lb ul li.date span{
	margin-left: 1rem;
}
.index .index-left .zb-list .zb-list-lb ul li .bs_time{
	float: left;
	width: 4rem;
	color: #999;
}
.index .index-left .zb-list .zb-list-lb ul li .bs_ss{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	float: left;
	width: 5rem;
	color: #999;
}
.index .index-left .zb-list .zb-list-lb ul li .dz{
	float: left;
	width: 24rem;
	text-align: center;
}
.index .index-left .zb-list .zb-list-lb ul li .dz p{
	float: left;
}
.index .index-left .zb-list .zb-list-lb ul li .dz p .zhudui,.index .index-left .zb-list .zb-list-lb ul li .dz p .kedui{
	float: left;
	color:#000;
	width: 8rem;
	padding: 0 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index .index-left .zb-list .zb-list-lb ul li .dz p .zhudui{
	text-align: right;
}
.index .index-left .zb-list .zb-list-lb ul li .dz p .kedui{
	text-align: left;
}
.index .index-left .zb-list .zb-list-lb ul li .dz p .duibiao {
	float: left;
    width: 27px;
    height: 27px;
    /*margin-top: 8px;*/
}

.index .index-left .zb-list .zb-list-lb ul li .dz .bs_vs{
    float: left;
    margin: 0 0.5rem;
    width: 3rem;
    font-weight: 700;
}

.index .index-left .zb-list .zb-list-lb ul li .dz p .duibiao img{
	width: 27px;
    height: 27px;
    border-radius: 25em;
}

.index .index-left .zb-list .zb-list-lb ul li .bf{
	float: left;
	width: 4rem;
}
.index .index-left .zb-list .zb-list-lb ul li .bf span{
	font-weight: 500;
}
.index .index-left .zb-list .zb-list-lb ul li .bt_player{
	float: left;
	width: 8rem;
	text-align: center;
}
.index .index-left .zb-list .zb-list-lb ul li .bt_player a{
	padding: 0.2rem 1rem;
	color: #e60640;
	border: 1px solid #e60640;
	border-radius: 0.3rem;
	text-decoration: none;
	box-sizing: border-box;
}
.index .index-right .right-lie{
	width: 100%;
	/*height: 20rem;*/
	background: #fff;
	border-radius: .3rem;
	margin-bottom: 1rem;
}
.index .index-right .right-lie .lie-title{
	width:100%;
	height: 3rem;
	background: #e60640;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}
.index .index-right .right-lie .lie-title h2{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 3rem;
	padding: 0 1rem;
	color: #fff;
}
.index .index-right .right-lie .lie-title a{
	float: right;
	color: #fff;
	line-height: 3rem;
	padding: 0 1rem;
}
.index .index-right .right-lie .lie-list{
	padding: 1rem;
}
.index .index-right .right-lie .lie-list .list-img{
	display: block;
    background: url(/style/img/load.gif) center center no-repeat;
    height: 80px;
}
.index .index-right .right-lie .lie-list .list-img img{
	width: auto;
    height: auto;
    width: 100%;
    height: 100%;
    max-height: 120px;
    min-height: 80px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.3rem;
}
.index .index-right .right-lie .lie-list >ul >li{
	margin-bottom: 0.3rem;
}
.index .index-right .right-lie .lie-list >ul >li a{
	color: #333;
	text-decoration: none;
}
.index .index-right .right-lie .lie-list >ul >li a span{
	display: inline;
    width: 100%;
    /*padding: 0.5rem 0.5rem;*/
    font-size: 0.9rem;
    margin-bottom: 0;
    max-height: 3.8rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.2rem;
}
.index .index-right .right-lie .lie-list >ul >li a span:hover{
	color: #e60640;
}
/*录像*/
.index .index-right .right-lie .lie-list-lx > ul{
	padding: 1rem;
}
.index .index-right .right-lie .lie-list-lx > ul >li {
	
	border-bottom: 1px solid #f5f5f5;
}
.index .index-right .right-lie .lie-list-lx > ul >li a{
	display: block;
	color: #333;
	padding: 0.5rem 0;
	/*height: 1.5rem;
	line-height: 1.5rem;*/
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.index .index-right .right-lie .lie-list-lx > ul >li a:hover{
	color: #e60640;
}

.index .index-right .right-lie .lie-list-lx > ul >li a i{
	color: #e60640;
}
.index .index-right .right-lie .lie-list-lx > ul >li a span{

}
.index .index-right .right-lie .lie-list-bq{
	padding: 1rem;
}
.index .index-right .right-lie .lie-list-bq a{
	display: inline-block;
	padding: 0.1rem 1rem;
	/*border:1px solid #f5f5f5;*/
	margin-bottom: 0.3rem;
	/*margin-right: 0.3rem;*/
	color: #333;
	text-decoration: none;
	border-radius: 0.3rem;
}
.index .index-right .right-lie .lie-list-bq a:hover{
	color: #e60640;
}