.vue-office-docx {
	height: 100%;
	overflow-y: auto
}

.vue-office-docx .docx-wrapper>section.docx {
	margin-bottom: 5px
}

@media screen and (max-width:800px) {
	.vue-office-docx .docx-wrapper {
		padding: 10px
	}

	.vue-office-docx .docx-wrapper>section.docx {
		padding: 10px !important;
		width: 100% !important
	}
}

.document_container iframe[data-v-65a3c5ed] {
	width: 100%;
	height: 100vh;
	border: .0125rem solid #e5e5e5
}

.document_container .vue-office-docx[data-v-65a3c5ed],
.document_container .vue-office-pdf[data-v-65a3c5ed] {
	height: 100vh
}

.document_container .vue-office-docx[data-v-65a3c5ed] .docx-wrapper,
.document_container .vue-office-docx[data-v-65a3c5ed] .vue-office-pdf-wrapper,
.document_container .vue-office-pdf[data-v-65a3c5ed] .docx-wrapper,
.document_container .vue-office-pdf[data-v-65a3c5ed] .vue-office-pdf-wrapper {
	background: #fff !important
}

.document_container .vue-office-docx[data-v-65a3c5ed] .docx-wrapper section.docx,
.document_container .vue-office-docx[data-v-65a3c5ed] .vue-office-pdf-wrapper section.docx,
.document_container .vue-office-pdf[data-v-65a3c5ed] .docx-wrapper section.docx,
.document_container .vue-office-pdf[data-v-65a3c5ed] .vue-office-pdf-wrapper section.docx {
	box-shadow: unset;
	width: unset !important;
	padding: .25rem !important
}

.document_container .vue-office-docx[data-v-65a3c5ed] .docx-wrapper canvas,
.document_container .vue-office-docx[data-v-65a3c5ed] .vue-office-pdf-wrapper canvas,
.document_container .vue-office-pdf[data-v-65a3c5ed] .docx-wrapper canvas,
.document_container .vue-office-pdf[data-v-65a3c5ed] .vue-office-pdf-wrapper canvas {
	width: 100% !important;
	height: unset !important
}

.document_container .vue-office-docx[data-v-65a3c5ed]::-webkit-scrollbar {
	width: .0375rem
}

.document_container .vue-office-docx[data-v-65a3c5ed]::-webkit-scrollbar-track {
	width: .025rem;
	background-color: #e5e5e5
}

.document_container .vue-office-docx[data-v-65a3c5ed]::-webkit-scrollbar-thumb {
	width: .025rem;
	background-color: hsla(0, 0%, 60%, .4)
}

.document_container .vue-office-pdf[data-v-65a3c5ed]::-webkit-scrollbar {
	width: .0375rem
}

.document_container .vue-office-pdf[data-v-65a3c5ed]::-webkit-scrollbar-track {
	width: .025rem;
	background-color: #e5e5e5
}

.document_container .vue-office-pdf[data-v-65a3c5ed]::-webkit-scrollbar-thumb {
	width: .025rem;
	background-color: hsla(0, 0%, 60%, .4)
}

.breadcrumb[data-v-521419fe] {
	width: 19.3rem;
	margin-top: 2%
}

@media screen and (max-width:1920px) {
	.breadcrumb[data-v-521419fe] {
		width: 100%
	}
}

.breadcrumb .el-breadcrumb[data-v-521419fe] {
	margin-bottom: 2%;
	display: flex;
	justify-content: end
}

.breadcrumb .el-breadcrumb #goBack[data-v-521419fe] {
	font-size: .175rem;
	line-height: .3rem;
	margin-right: .25rem;
	color: #fff;
	background-color: #2982e3;
	padding: 0 .125rem;
	border-radius: .1875rem;
	cursor: pointer;
	transition: all .3s
}

.breadcrumb .el-breadcrumb #goBack[data-v-521419fe]:hover {
	box-shadow: 0 0 .125rem rgba(41, 130, 227, .5)
}

.breadcrumb .el-breadcrumb .el-breadcrumb__item[data-v-521419fe] {
	line-height: .3rem;
	text-align: center;
	font-size: .175rem
}

.breadcrumb .el-breadcrumb .el-breadcrumb__item[data-v-521419fe] .el-breadcrumb__separator {
	margin: 0 .1125rem
}

.breadcrumb[data-v-521419fe] .el-breadcrumb__item:last-child .el-breadcrumb__inner {
	color: #2982e3
}

.breadcrumb[data-v-521419fe] .el-breadcrumb__item:last-child {
	height: .3rem;
	padding: 0 .1875rem;
	background: #eee;
	border-radius: .175rem
}

.content[data-v-695cbd6e] {
	width: 15rem;
	flex-direction: column;
	margin-top: 0;
	padding-top: 2%
}

/* 手机端样式 */

@media (max-width: 767px) {
	.content[data-v-695cbd6e] {
		width: 90%;
	}
}

.content h2[data-v-695cbd6e] {
	font-size: .30625rem
}

.content .news-detail-title[data-v-695cbd6e] {
	text-align: center
}

.content .news-other-info[data-v-695cbd6e] {
	border-bottom: .0125rem solid #e5e5e5
}

.content .news-other-info .news-info-container[data-v-695cbd6e] {
	width: 40%;
	margin: .25rem auto;
	display: flex;
	justify-content: space-around;
	font-size: .2rem
}

.content .news-other-info .news-info-container .news-detail-span[data-v-695cbd6e] {
	color: #ccc
}

.content .news-detail-content[data-v-695cbd6e] {
	margin: 5% 0;
	font-size: .225rem;
	line-height: .4625rem;
	color: #666;
	text-indent: 2em
}

.content .iframe-box[data-v-695cbd6e] {
	margin-top: .125rem
}

.content .iframe-box iframe[data-v-695cbd6e] {
	width: 100%;
	height: 100vh;
	border: .0125rem solid #e5e5e5
}