.html-body .container {
	margin-bottom: 117px;
}

@media (max-width: 768px) {
	.html-body .container .pad0 {
		padding: 0;
	}

	.html-body .jgBg {
		margin-top: 100px;
		height: 90px;
	}

	.html-body .jgBg .title {
		line-height: 90px;
	}

	::-webkit-scrollbar {
		display: none;
	}
}

@media (min-width: 768px),
(max-width: 767px) {
	.html-body .col-sm-9 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}

	.html-body .container .pad0 {
		padding-right: 48px;
		padding-left: 0;
	}

	.html-body .jgBg {
		height: 115px;
	}

	.html-body .jgBg .title {
		line-height: 115px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}

	.html-body .col-sm-9 {
		width: 75%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1366px) {
	.container {
		width: 1230px;
	}
}

.html-body .jgBg {
	width: 100%;
	background: url("https://files.sciengine.com/template/platform/journalBanner1.png") no-repeat;
	background-size: cover;
	background-position: left top;
}

.html-body .jgBg .title {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}