#box2 {
	overflow: hidden;
	background-image: url(../img/Honors/ryBj.jpg);
	width: 100%;
	padding-top: 9.8vw;
	height: 150vw;
	min-height: 1660px;
	max-height: 2545px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}


.ryBox_t {
	line-height: 1;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.tt02 {
	margin-top: 6vw;
}

.ryBox_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 4vw;
}

.ryBox_li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1.5vw;
	line-height: 1.3;
	color: #333;
	font-weight: normal;
}

.ryBox_li:nth-child(3n) {
	margin-right: 0%;
}


@media screen and (max-width: 768px) {
	#box2 {
		padding-top: 40px;
		height: auto;
		padding-bottom: 150px;
	}

	.ryBox_li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.ryBox_list {
		margin-top: 30px;
	}
}
