.max_wd {
  max-width: 2000px;
  min-width: 1320px;
  padding: 20px 0;
  margin: 0 auto;
}
.bkg {
  width: 1190px;
  height: 520px;
  background-color: rgba(0,0,0,0.2);
  margin: 0 auto;
  padding: 18px 18px;
  padding-right: 5px;
}
.bigImg  {
  display: inline-block;
  cursor: pointer;
  width: 860px;
  height: 484px;
}
.bigImg img {
  width: 860px;
  height: 484px;
}
.tabImg {
  display: inline-block;
  width: 285px;
  float: right;
}
.tabImg li {
    margin-bottom: 13px;
    width: 272px;
    height: 154px;
    display: inline-block;
    border: 3px solid transparent;
    cursor: pointer;
    position: relative;
}
.tabImg li img {
    width: 265px;
    height: 148px;
    border-radius: 3px;
}
.scroll_sty {
  height: 495px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 5px solid rgba(0, 0, 0, 0);
  border-left: none;
}
.scroll_sty::-webkit-scrollbar {
  width: 4px;    
}
.scroll_sty::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0,0,0,0.9);
}
.scroll_sty::-webkit-scrollbar-track {
  border-radius: 0;
  background: #645e5e;
}
.tabImg li span {
  position: absolute;
	bottom: 0;
	color: #fff;
	display: block;
	background: rgba(0,0,0,0.6);
	width: 100%;
	padding: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tabImg li:hover {
  border: 3px solid #ff8700;
}
.tab_active {
  border: 3px solid #ff8700!important;
}
.list_wd {
  width: 1190px;
  min-width: 1190px;
  margin: 0 auto;
  padding-top: 18px;
}
.list h1 {
  font-weight: normal;
  margin-bottom: 20px;
  animation-iteration-count: infinite;
  font-size: 30px;
}
.list .viewMore {
  color: #7e7e80;
  font-size: 17px;
  margin-left: 8px;
  cursor: pointer;
}
.list li {
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
  width: 100%;
} 
.list li:nth-child(5) {
  margin-right: 0;
}
.list li:last-child {
  margin-right: 0;
}
.list li img {
  width: 222px;
  height: 124px;
  border-radius: 3px;
}
.address_dance {
  margin: 6px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.list_time {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_state {
  color: #999;
  font-size: 13px;
  margin-top: 4px;
  font-weight: bold;
}
.now_live .list_state {
  color: #f44a70;
}
.now_live .list_time {
  color: #f44a70;
}
.address_dance span {
  background-color: #6eaefe;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  float: right;
  margin-top: 4px;
}
.list {
  margin-bottom: 30px;
}




.list-item{
  display: inline-block;
  width: 222px;
  margin:10px 12px 10px 0;
}

.list-item.mr0{
  margin-right: 0;
}

.itemLink{
  display: block;
  width: 100%;
  height: 100%;
}
.itemTop{
  width: 222px;
  height: 124px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.itemImg{
  display: block;
  width: 100%;
  height: 100%;
}
.playLogo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.boosj.com/dist/Actives/liveIndex/img/list-playLogo.png) no-repeat center;
}
.itemBtm{
  overflow: hidden;
}
.itemTitle{
  line-height: 35px;
  height: 35px;
  font-size: 16px;
  color: #333 ;
  position: relative;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10%;
  box-sizing: border-box;
}
.itemTitle .liveLogo{
  position: absolute;
  top: 10px;
  right: 0;
  margin-left: -15px;
  height: 16px;
  line-height: 16px;
  background-color: #6eaefe;
  border-radius: 3px;
  width: 30px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.itemDec{
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.c-red{
  color: #f44a70;
}


#wrapper a{
  display: none;
}
.playLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.boosj.com/dist/Actives/liveIndex/img/list-playLogo.png) no-repeat center;
}
.itemTop {
  width: 222px;
  height: 124px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.address_dance p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 180px;
}
.list_wd .list li {
  width: 222px;
}