@charset 'UTF-8';

/* .wrapper{width: 1050px;} */
.banner {
	height: 386px;
	background: url(../img/bg-banner-scientist.jpg) center center no-repeat;
}

.section-title {
	display: none;
}

/* image-news */
.image-news-wrapper {
	font-size: 0;
	margin-top: 80px;
}

.image-news-wrapper .wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.image-news-wrapper .wrapper a {
	display: flex;
	width: calc((100% - 60px) / 5);
	margin: 0 6px;
	overflow: hidden;
}

.image-news-item {
	display: inline-block;
	margin: 0 0 80px 0;
	flex: 1;
}

.image-news-link:nth-of-type(4) .image-news-item {
	margin-right: 0;
}

.image-news-pic {
	width: 100%;
	height: 317px;
}

.image-news-pic img {
	width: unset;
	max-width: unset;
	height: 100%;
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.image-news-title {
	font-size: 20px;
	font-weight: bold;
	color: #ff6e25;
	margin-top: 17px;
}

.image-news-text {
	font-size: 15px;
	color: #282828;
	margin-top: 3px;
}

@media screen and (max-width: 900px) {
	.wrapper {
		width: 100%;
	}

	.bread-wrapper {
		display: none;
	}

	.section-title {
		display: block;
		padding: 0 .32rem;
		margin-top: .9rem;
	}

	.section-title-text {
		font-size: .4rem;
		color: #ff6600;
		font-weight: bold;
	}

	.section-title::after {
		width: .7rem;
		height: .04rem;
		content: "";
		position: absolute;
		left: .32rem;
		bottom: -.3rem;
		background: #ff6600;
	}

	.image-news-wrapper {
		margin-top: 1rem;
	}

	.image-news-wrapper .wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 .2rem;
	}
	.image-news-wrapper .wrapper a {
		width: calc((100% - 30px) / 2);
	}
	.image-news-item {
		width: 3.26rem;
		margin: auto;
		margin-bottom: .8rem;
	}

	.image-news-pic {
		height: 4.25rem;
	}

	.image-news-title {
		margin-top: .2rem;
		font-size: .3rem;
		font-weight: bold;
	}

	.image-news-link:last-child .image-news-item {
		float: left;
		align-self: flex-end;
		align-items: flex-start;
		justify-content: flex-start;
	}
}