/*赛事通道*/
	.sstd_title {
				width: 100%;
				height: 50px;
				background: #f0f0f2;
			}

			.sstd_title p {
				width: 200px;
				height: 50px;
				font-size: 18px;
				text-align: center;
				color: #fff;
				line-height: 50px;
				background: #0c66b2;
				overflow: hidden;
				padding: 0 5px;
			}

			.sstd_list ul li {
				width: 24%;
				float: left;
				margin: 10px 0.5%;
				padding: 15px;
				transition: .5s;
				background: #fff;
				border: 1px #f1f1f1 solid;
			}

			.sstd_list ul {
				margin-top: 15px;
			}
			.sstd_list ul li:hover{
			    margin-top:5px;
			}

			.sstd_list ul li h5 {
				margin-top: 15px;
				line-height: 19px;
				font-size: 19px;
				color: #000;
				text-overflow: ellipsis;
				transition: .3s;
				white-space: nowrap;
				overflow: hidden;
			}

			.sstd_list ul li p {
				margin-top: 5px;
				font-size: 14px;
				line-height: 30px;
				max-height: 52px;
				color: #888;
				word-break: break-all;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
			}

			.sstd_list ul li p i {
				width: 3px;
				height: 14px;
				background: #1e9fff;
				display: inline-block;
				margin-right: 10px;
				line-height: 30px;
			}

			.sstd_list .sstd_list_date {
				width: 50px;
				line-height: 22px;
				padding: 2px 5px;
				background: #1e9fff;
				text-align: center;
				margin: 10px 0;
				border-radius: 3px;
				color: #fff;
				font-size: 16px;
			}
			input{
				display: none;
			}
			label{
				width: 170px;
				height: 50px;
				line-height: 50px;
				/* background-color: aquamarine; */
				float: left;
				text-align: center;
				/* display: inline-block; */
				/* border-bottom: 1px solid #999; */
				margin-top:20px;
				
			}
			input[type="radio"]:checked+label{
				background-color: #1e9fff;
				color: #ffffff;
			}
			.content{
				display: none;
			}
			input[type="radio"]:checked+label+.content{
				display: block;
			}
			.wrapper_td{
				position: relative;
				height: 150px;
				background-color: #fff;
				margin: 0% auto;
				box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
				margin-bottom:400px;
			}
			.content{
				width:1400px;
				position: absolute;
				top: 170px;
				left: 0%;
				box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
				background: #fff;
			}
.main{height:640px;}
			  #sstd{width:1200px;margin:0px auto;}
		    #sstd ul li{float:left;line-height:50px;width:22.5%;text-align: center;background:#fff;font-weight: bold;font-size:18px;color:#fff}
			#sstd ul li:hover{background: #1e9fff ; color: #fff;}
			
			.nav-down{width:1200px;margin: 0px auto;padding-bottom:20px;}
			.sstd_sx{width:100%;border-bottom: 1px solid #f4f4f4;}
			.sstd_sx p{width:170px;line-height:50px;font-size:24px;color:#1e9fff;border-bottom: 3px solid #1e9fff;background: url(../style/sstd_img/zhuye.png) no-repeat center left 15px;padding-left: 45px;}
			
			#mb_display{
			    display: none;
			}

			@media only screen and (min-width: 768px) and (max-width: 1023px) {
				.sstd_list ul li {
					width: 49%;
					float: left;
					margin: 10px 0.5%;
					padding: 15px;
					transition: .5s;
					background: #f1f1f1;
				}
				
			#pc_display{
			    display:none;
			}
			#mb_display{
			    display:block;
			}
			
			}
			
	@media only screen and (min-width: 320px) and (max-width: 767px) {
	    	.sstd_list ul li {
					width: 100%;
					float: left;
					margin: 10px 0.5%;
					padding: 15px;
					transition: .5s;
					background: #f1f1f1;
				}
	    		
			#pc_display{
			    display:none;
			}
			#mb_display{
			    display:block;
			}
	}

/*赛事通道end*/