/*result*/

.wrap1 {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
}

.videobox {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}

.title {
	color: #fff;
	width: 45%;
	text-align: center;
	padding-top: 10px;
}

.wrap1:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/result.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.resultvideo {
    width: 45%;
    height: auto;
    margin: auto;
}

.result {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}



.result>.logo {
    width: 300px;
    margin: 40px auto;
}

.result>h2 {
    font-size: 36px;
    font-weight: bold;
    color: #666;
    letter-spacing: 2px;
    font-family: "微软雅黑";
}

.result>h3 {
    padding: 10px 0;
    font-size: 27px;
    letter-spacing: -1px;
    color: #666;
}

.result>h4 {
    padding: 6px 0;
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
}

.result>h5 {
    padding: 6px 0;
    font-size: 17px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: normal;
}

.result ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.result ul li {
    width: 48%;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 3px #555;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 10px;
}


/*.result ul li:nth-child(odd){
	float: left;
}*/


/*.result ul li:nth-child(even){
	float: right;
}*/

.result ul li>img {
    width: 180px;
    height: 73px;
    background-color: #ffffff;
    padding: 10px 20px;
}

.result ul li>div {
    padding-left: 20px;
    border-left: 2px solid #aaa;
    margin-left: 20px;
    text-align: left;
	color: #fff;
	letter-spacing: 1px;
}

.result ul li>div>h4 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
	letter-spacing: 1px;
    line-height: 26px;
}

.result ul li>div>h4.smail {
    font-size: 15px;
}

.result ul li>div>h4>span {
    font-size: 15px;
    color: #777;
    font-weight: normal;
}

.result ul li>div>p>span {
    font-size: 13px;
    color: #777;
}

.result ul li>div>p {
    word-break: break-all;
    font-size: 15px;
}
.result ul li>div>p.smail {
    font-size: 13px;
}

.result ul li>div>p>span.smail {
    font-size: 12px;
}
.resultvideo {
    width: 900px;
    height: auto;
    margin: auto;
    display: block;
}


/* 全部logo展示 */
.logo_block{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 25px;
}

.logo_block img{
    background: #fff;
    width: 150px;
    height: 60px;
    padding: 0;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

@media screen and (max-width:768px) {
    .wrap1 {
        margin-top: 50px;
        padding-bottom: 40px;
        padding-top: 0px;
    }
	
	.title {
		color: #fff;
		width: 100%;
		text-align: center;
		padding: 10px;
	}
	
    .resultvideo {
        width: 100%;
        height: 100%;
    }
    .wrap1:before {
        background: url(../imgs/resultm.jpg) no-repeat center;
        background-size: cover;
    }
    .result {
        width: 100%;
        padding: 0 15px;
    }
    .result>.logo {
        width: 240px;
        margin: 20px auto;
    }
    .result>h2 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .result>h3 {
        padding: 6px 0;
        font-size: 22px;
    }
    .result>h4 {
        padding: 4px 0;
        font-size: 19px;
        margin-top: 20px;
    }
    .result>h5 {
        padding: 4px 0;
        font-size: 17px;
    }
    .result ul {
        width: 100%;
    }
    .result ul li {
        width: 100%;
        height: auto;
        margin-top: 15px;
        padding: 10px;
    }
    .result ul li:nth-child(odd) {
        float: none;
    }
    .result ul li:nth-child(even) {
        float: none;
    }
    .result ul li>img {
        width: 120px;
        height: auto;
    }
    .result2024 ul li>img {
        width: 120px;
        height: 53px;
    }
    .result ul li>div {
        padding-left: 10px;
        margin-left: 10px;
    }
    .result ul li>div>h4 {
        font-size: 15px;
        line-height: 24px;
    }
    .result ul li>div>h4.smail {
        font-size: 14px;
    }
    .result ul li>div>h4>span {
        font-size: 14px;
    }
}