body {
    user-select: none;
	background: var(--color-white) url('../../images/style_img_6.png') no-repeat right bottom / 70%;
    overflow: hidden;
}

.department-container,
.department-wrapper {
	height: 100%;
}
.department-container {
    padding: 96px 0 126px;
	background: url('../../images/style_img_1.png') no-repeat 20px calc(100% - 117px) / 320px;
}
.department-wrapper {
    padding: 0 48px 0 340px;
    overflow-y: auto;
}
.department-name {
	margin-bottom: 20px;
	font-size: 22px;
	text-align: center;
}
.department-content > div {
    margin-top: 10px;
}
.department-content p {
    margin-top: 10px;
    color: var(--color-dark);
    font-size: 16px;
    text-align: justify;
}
.department-content img {
    max-width: 100%;
}
.department-content video {
    display: block;
    width: 100%;
    background-color: var(--color-black);
}
.department-knowledge {
	margin-top: 48px;
}
.department-knowledge .name {
	margin-bottom: 15px;
}
.department-knowledge .name span {
	display: block;
	padding-left: 10px;
	height: 21px;
	line-height: 21px;
	border-left: 5px solid var(--theme-color);
	font-size: 18px;
}
.department-knowledge .list a {
	display: block;
	padding-left: 20px;
	line-height: 29px;
	background: url('../../images/icon_arrow_1.png') no-repeat 0 center / 10px;
	font-size: 16px;
}