/*result*/
.wrap1 {
	width: 100%;
	margin-top: 150px;
	padding-bottom: 60px;
}

.wrap1:before {
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../imgs/1.jpg)no-repeat center;
	background-size: cover;
	overflow: hidden;
	background-position: bottom;
}

.resultvideo {
	width: 900px;
	margin: auto;
}

.result {
	width: 1220px;
	margin: 0 auto;
	text-align: center;
}

.result h2 {
	margin-top: 60px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}

.result h3 {
	padding: 10px 0;
	font-size: 30px;
	margin-top: 30px;
}

.result .logo_block {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 60px;
}

.result .logo_block img {
	padding: 0px 10px;
	background: #fff;
	width: 170px;
	height: 77px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.result ul {
	margin-top: 20px;
	overflow: hidden;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.Leaders li {
	height: 60px;
}

.program li {
	height: 160px;
}

.result ul li {
	width: 33%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0 3px #555;
	margin-top: 10px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.result ul li:nth-child(odd) {
	float: left;
}

.result ul li:nth-child(even) {
	float: right;
}

.result ul li>img {
	width: 170px;
	height: 77px;
	margin: 0 10px;
	flex-shrink: 0;
}

.result ul li>div {
	padding-left: 20px;
	border-left: 2px solid #aaa;
	text-align: left;
	width: 250px;
}

.result ul li>div>h4 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}

@media screen and (max-width:768px) {

	.resultvideo {
		width: 100%;
		margin: auto;
	}

	.wrap1 {
		margin-top: 50px;
		padding-bottom: 40px;
	}

	.wrap1 {
	    background: url(../imgs/1m.jpg)no-repeat;
	    background-size: cover;
	    background-position: bottom;
	}

	.result {
		width: 100%;
		padding: 0 15px;
	}

	.result h2 {
		margin-top: 30px;
		font-size: 24px;
	}

	.result h3 {
		padding: 6px 0;
		font-size: 19px;
	}

	.result .logo_block {
		margin-top: 20px;
		/* padding-left: 0px; */
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 0px;
	}

	.result .logo_block a {
		width: 50%;
	}

	.result .logo_block img {
		width: 100%;
	}

	.result ul li {
		width: 100%;
	}
	
	.result ul {
	    height: 240px;
	    overflow: hidden;
	    overflow-y: scroll;
	}

}
