#Focus {height:300px;}.Focus {height:300px;}
.lslb { width:100%; margin:2px auto 0;}
.lslb li{ font:12px "Microsoft Yahei"; height:31px; border-bottom:1px dashed #cbcbcb; line-height:31px; overflow:hidden;}
.lslb li a{ display:inline-block; background:url(title_icon1.gif) no-repeat 5px 12px; padding-left:16px; color:#000;}
.lslb li a:hover{background:url(ls_jt.gif) no-repeat 5px 12px;}
.lslb .nones{ border:0;}

.content .winner-list-table {
		  flex-direction: column;
		  width: 100%;
		  height: 260px;
		  overflow: hidden;
		  display: flex;
		}
		.content .winner-list-table .winner-list-tbody {
		  position: relative;
		  animation: scrollChild 20s linear infinite;
		}
		.content .winner-list-table .winner-list-tbody:hover {
		  animation-play-state: paused;
		}
		.content .winner-list-table .winner-list-tbody .winner-list-cover-up-list {
		  z-index: 1;
		  position: relative;
		  background-color: #fff;
		}
		.content .winner-list-table .winner-list-tbody .winner-list-cover-up-list         .winner-list-tbody-row {
		  font-size: 12px;
		  display: flex;
		  flex-direction: row;
		}
		.content .winner-list-table .winner-list-tbody .winner-list-cover-up-list .winner-list-tbody-row .winner-list-td {
		  padding: 8px 4px;
		  font-size: inherit;
		  display: flex;
		  flex: 0.2;
		  min-width: 1px;
		  color: #000;
		}
		.content .winner-list-table .winner-list-tbody .winner-list-cover-up-list .winner-list-tbody-row .winner-list-td:first-child {
		  flex: 1;
		}
		.content .winner-list-table .winner-list-tbody .winner-list-cover-up-list .winner-list-tbody-row .winner-list-td:not(:first-child) {
		  justify-content: flex-end;
		}
		.content .winner-list-table .winner-list-tbody .winner-list-cover-up-list .winner-list-tbody-row:nth-child(2n) {
		  background-color: #f2f2f2;
		} 
		
		@keyframes scrollChild {
		  0% {
			transform: translateY(0);
		  }
		  to {
			transform: translateY(-100%);
		  }