/* Basic sample */
@font-face {
	font-family: 'FZZH-FQLHJW';
	src: url('../fonts/FZZH-FQLHJW.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	word-break: break-all;
	background-position: center center;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	background-color: #f7f7f7;
	background-image: url('../images/bg-compress.jpg');
	background-repeat: no-repeat;
	min-width: 1223px;
	background-size: 100% 100%;
	background-position: left top;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

	/*滚动条滑块*/
	&:: -webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #cccccc;
	}

	/*滚动条轨道*/
	&:: -webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
		border-radius: 10px;
		background: initial;
	}
}

.hidden {
	display: none;
}


html {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	color: #333;
	width: 100vw;
	height: 100vh;

	/* 滚动条样式 */
	::-webkit-scrollbar-track-piece {

		background-color: #f8f8f8;

	}

	::-webkit-scrollbar {

		width: 6px;

		height: 6px;

	}

	::-webkit-scrollbar-thumb {

		background-color: #dddddd;

		background-clip: padding-box;

		min-height: 28px;

	}

	::-webkit-scrollbar-thumb:hover {

		background-color: #bbb;

	}

}

a {

	text-decoration: none;

	color: #333;

}

@media screen and (min-width: 1024px) and (max-width:1100px) {}

/*>=1024 and <1100的设备*/

@media screen and (min-width: 1100px) {}

/*>=1100的设备*/

@media screen and (min-width: 1280px) {}

/*>=1280的设备*/

@media screen and (min-width: 1366px) {}

@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1680px) {}

@media screen and (min-width: 1920px) {}


#canvas {
	width: 1100px;
	/* min-height: 510px; */
	/* height: 792px; */
	height: auto;
	/* background-size: 100% 90px;
	background-repeat: no-repeat; */
}

/* logo */
.logo {
	font-size: 1.125rem;
	font-family: FZZDHJW--GB1;
	font-weight: 600;
	color: #df0000;
	position: absolute;
	width: 60px;
	height: 22px;
	top: 20px;
	left: 20px;

}

.imgRight {
	position: absolute;
	top: calc((100% - 250px) / 2);
	width: 12px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #DF0000;
	border-radius: 12px 0px 0px 12px;
	z-index: 100;
	cursor: pointer;
}

.container {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* 列表开始 */
.wrap_right {
	width: 100%;
	padding-top: 10px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 5px;
	height: 690px;
	display: flex;
	align-items: center;
	justify-content: space-between;


}

.wrap_right .list {
	width: 330px;
	height: 680px;
	border-radius: 5px;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	background: linear-gradient(to bottom,
			#FFCDCD 0px,
			#ffffff 50px,
			#ffffff 100%);
	padding: 20px 15px 0 15px;
	box-sizing: border-box;
}

.wrap_right .list .top {
	float: left;
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin-left: 5%;
	margin-top: 15px;
	font-size: 1.25rem;
	font-weight: 800;
	font-family: MicrosoftYaHeiSemibold;
	color: #000000;
}

.wrap_right .list .items {
	/* margin: 0 20px auto; */
	display: inline-block;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	/* height: calc(100% - 55px);
	margin-left: 5%; */
	padding-left: 15px;
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0px 0 40px 0;
}

.wrap_right .list .items .item ul {
	/* border: 1px solid #E6E6E6; */
	width: 100%;
	/* margin: 20px 0 1px 0px; */
	list-style-type: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 0px;

}

.wrap_right .list .items .item h3 {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding-bottom: 20px;
	font-size: 20px;
	font-family: FZFWMaDiSiTiS;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.wrap_right .list .items .item h3 div {
	width: 12px;
	height: 8px;
	/* background-image: url('../images/drop-down.png'); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 15px;
}

.wrap_right .list .items .item ul li {
	list-style: none;
	font-size: 1rem;
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px 0;
}

.wrap_right .list .items .item .ulClass {
	height: auto;
	overflow: hidden;
	transition: height 0.4s ease;

}



.wrap_right .list .items .item ul li a {
	font-size: 15px;
	width: calc(100% - 31px);
}

.wrap_right .list .items .item ul li div {
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-right: 10px;
	background-image: url('../images/article-marker.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 4px;
}

.item_title {
	margin-top: 10px;
	font-size: 1.125rem;
	font-weight: 600;
}

/* 列表结束 */

/* 详情 */
.wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 710px;
	position: relative;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between
}

.newsshow {
	margin: 0 20px 20px 20px;
	height: 90%;
	overflow-y: auto;
}

/* // text-indent 首行缩进  */
#ozoom {
	padding: 0 20px 20px 20px;
	font-size: 1.25rem;
	/* text-indent: 2em; */
	line-height: 1.8;
	word-break: break-all;
}

#ozoom img {
	/* width: 90%; */
}

/* 将详情中的中英文换行 */
#ozoom p {
	word-break: break-all;
}

.detailBtns {
	width: 100%;
	height: 0;
	z-index: 99;
}

.previous {
	text-align: center;
	position: absolute;
	left: 20%;
	bottom: 0;
	width: 97px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	color: RGBA(35, 108, 217, 1);
	/* border-radius: 4px; */
	/* border: 1px solid #E1E4E5; */
}

.previous a {
	color: RGBA(35, 108, 217, 1);
}

.previous:hover {
	/* background: rgba(223, 0, 0, 0.1); */
	/* box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.09); */
	/* border-radius: 4px; */
	/* border: 1px solid #DF0000; */
}

.previous a:hover {
	/* font-family: MicrosoftYaHeiLight;
	line-height: 34px;
	color: #DF0000;
	text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
	text-align: left;
	font-style: normal; */
}

.next {
	text-align: center;
	position: absolute;
	right: 20%;
	bottom: 0;
	width: 97px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	color: RGBA(35, 108, 217, 1);
	/* border-radius: 4px; */
	/* border: 1px solid #E1E4E5; */
}

.next a {
	color: RGBA(35, 108, 217, 1);
}

.next:hover {
	/* background: rgba(223, 0, 0, 0.1);
	box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.09);
	border-radius: 4px; */
	/* border: 1px solid #DF0000; */
}

.next a:hover {
	/* font-family: MicrosoftYaHeiLight;
	line-height: 34px;
	color: #DF0000;
	text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
	text-align: left;
	font-style: normal; */
}

.link-text {
	display: inline-block;
	vertical-align: middle;
}

.link-img {
	display: inline-block;
	vertical-align: middle;
}

.details {
	width: 655px;
	height: 680px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.details .fanhui {
	cursor: pointer;
}

.details .fanhui div {
	display: flex;
	align-items: center;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.details div .img {
	margin-left: 20px;
	width: 16px;
	height: 16px;
}

.details div .img img {
	width: 100%;
	height: 100%;
}

.details div .span {
	font-family: MicrosoftYaHeiLight;
	font-size: 1rem;
	color: #6D6E6F;
	text-align: left;
	font-style: normal;
	margin-left: 8px;
}

.newsdetatit {
	font-size: 20px;
	font-weight: 700;
	/* text-align: center; */
	margin-top: 10px;
}

.paper-intro-title {
	font-family: MicrosoftYaHei;
	font-size: 1.125rem;
	color: #454647;
	line-height: 24px;
	text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
	text-align: left;
	font-style: normal;
	margin-left: 20px;
}

.newsdetatit h3 {
	font-family: MicrosoftYaHeiSemibold;
	font-size: 1.875rem;
	color: #000000;
	/* line-height: 10px; */
	/* text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09); */
	text-align: left;
	font-style: normal;
	margin-left: 20px;
}

.paper-sub-title {
	font-family: MicrosoftYaHei;
	font-size: 1.125rem;
	color: #454647;
	line-height: 24px;
	text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.09);
	text-align: left;
	font-style: normal;
	margin-left: 20px;
	margin-bottom: 15px;
}

.paper-info {
	padding: 0 20px;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 10px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #EEF3FE;
	font-size: 13px;
	color: #000000;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

/* 详情结束 */

/* 图片放大之后的还原按钮样式 */

.reduction {
	width: 137px;
	height: 60px;
	background: #000000;
	border-radius: 4px;
	opacity: 0.34;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 1002;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.reduction:hover {
	opacity: 0.7;
}

.reduction div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.reduction .span {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
}

.reduction .img {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.reduction .img img {
	width: 100%;
	height: 100%;
}


/* 中部 */
.paper-content-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1200px;
	box-sizing: border-box;
}

.paper-content-container .paper-content {
	width: 1200px;
	height: 750px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.paper-content-container .paper-content .left-guide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 670px;
	height: 750px;
	position: relative;
}

.paper-content-container .paper-content .right-content {
	width: 520px;
	height: 750px;
	display: flex;
	border-radius: 5px;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;

}

/* 按钮样式 */
.btnList {

	height: 55px;
	height: 520px;
	width: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.btnList .btn-item {
	position: relative;
}

.btnList .btn-item:hover {
	background: #2195ff;
}

.btnList .btn-item .btn-label-bg {
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	width: 105px;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	background-image: url('../images/btn-label-bg.png');
	background-repeat: no-repeat;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	right: -115px;
	display: none;
	z-index: 999;
}


.btnList .btn-item:hover .btn-label-bg {
	display: block;
}

.btnList>div {
	background: rgba(255, 255, 255, .1);
	border-radius: 3px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}

.btnList>img {
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.divider {
	width: 1px;
	height: 33px;
	background: #333;
	opacity: 0.2;
	margin-left: 40px;
	margin-right: 10px;
}

.btnList a {}

.btnList .bdsharebuttonbox {
	overflow: hidden;
	display: inline-block;
	margin-top: 18px;
	line-height: 60px;
	width: 20px;
}

.btnList .bdsharebuttonbox a.bds_weixin {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 20px;
	background: none;
}

/* 按钮结束 */


/* 版面列表 */
.pageList {
	position: absolute;
	bottom: 62px;
	left: 0;
	width: 100%;
	/* height: 315px; */
	height: 35%;
	background: #333333;
	opacity: 0.84;
	overflow: auto;
	z-index: 1111;
}

.dragPaperImgList {
	margin: auto;
	padding: 20px;
	cursor: pointer;
}

.vertical-scroll {
	overflow: hidden;
	/* margin-right: 60px; */
	width: 100%;
}

.pageList ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	overflow: hidden;
	height: 100%;
	/* width: 100%; */
}

.pageList ul li {
	list-style-type: none;
	margin: 40px 12px;
	cursor: pointer;
}

.pageList ul li:nth-child(2n) {
	margin-right: 0px;
}

.pageList ul li:nth-child(2n+1) {
	margin-left: 0;
}

.pageList ul li img {
	/* width: 8.4375rem; */
	height: 100%;
}

.pageList ul li span {
	display: block;
	height: 19px;
	font-family: MicrosoftYaHei;
	font-size: 0.875rem;
	color: #D9D9D9;
	line-height: 19px;
	text-align: center;
	font-style: normal;
}

/* 版面列表结束 */

/* 日历牌 */
.timelist {
	background-color: #fff;
	width: 330px;
	height: 320px;
	border-radius: 5px;
}

.timelist .time-arrow {
	position: absolute;
	background-image: url(../images/dialog-bg-one.png);
	width: 15px;
	height: 64px;
	left: -15px;
	top: 0;
}

/* 日历结束 */

/* 检索开始 */
.searchList {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 1000;
	width: auto;
	box-sizing: border-box;
	padding: 80px 15px 50px 15px;
	display: none;
	width: auto;
	width: 670px;
	height: 680px;
	background-color: #fff;
}


.searchList.open {
	display: block;
	width: 440px;
}


.searchInput {
	height: 154px;
	background: #f1f3f6;
}

.search_top {
	display: flex;
	justify-content: space-between;
	height: 40px;
	align-items: center;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #000000;
	padding: 20px;
}

.search_top_delete {
	height: 14px;
	width: 14px;
}

.search_icon {
	width: 19.33px;
	height: 18.37px;
	padding: 3px;
	margin-left: 3px;
}

.search_input {
	position: relative;
	/* margin-top: 10px; */
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-color: white;
	overflow: hidden;
	height: 40px;
	width: 400px;
	left: 20px;
}


.button-area {
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: transparent;
}



.search-form {
	position: relative;
	/* 确保搜索框和按钮位置相对正确 */
	display: inline-block;
	/* 使得搜索框和按钮在一行内显示 */
	width: 90%;
}

.search_input input {
	flex: 1;
	font-size: 14px;
	padding: 0.7rem 3px;
	/* padding-right: 120px;  */
	outline: none;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	max-width: 72%;
}

/* input[type="text"] {
	flex: 1;
    font-size: 18px;
    padding: 0.7rem 10px;
    outline: none;
	border: 0;
    border-radius: 18px 0 0 18px;
} */

/* button {
	position: absolute;
    top: 0px;
    right: 0%;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    background-color: red;
    border: none;
    cursor: pointer;
    margin-top: 0.16rem;
} */

.search_input .clearBth {
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: none;
	opacity: 0.6;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search_input .clearBth img {
	width: 12px;
	height: 12px;
}

.SearchDataCenter {
	width: 1px;
	height: 24px;
	background-color: #c7c7c7;
}

#search-button {
	width: 34px;
	height: 34px;
	background-color: red;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .pagination {
	display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: space-evenly;
	padding-top: 8px;
} */
#pagination-container {
	height: 62px;
	display: none;
	font-size: 17px;
	/* padding-top: 8px; */
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

#pagination-buttons {
	display: flex;
	gap: 15px;
	scroll-behavior: smooth;
}

#pagination-buttons button {
	height: 27px;
	width: 27px;
	border: 1px solid rgba(210, 211, 212, 1);
	background-color: #fff;
	font-size: 12px;
	cursor: pointer;
	border-radius: 4px;
}

#pagination-buttons button.active {
	/* background-color: rgba(223, 0, 0, 0.1); */
	border-color: #C80000;
}

#prev-page-btn,
#next-page-btn {
	padding: 5px 8px;
	border: none;
	background-color: #fff;
	cursor: pointer;
}

/* button:hover {
	background-color: #0056b3;
} */

#search-button img {
	width: 16px;
	height: 16px;
}

/* 响应式布局 */
@media (max-width: 768px) {
	.searchList.open {
		width: 50%;
	}

	.search_input input {
		font-size: 16px;
		padding: 0.5rem 8px;
		/* padding-right: 100px; */
		max-width: 75%;
	}

	.button-area {
		gap: 4px;
		padding-right: 8px;
	}

	.search_input .clearBth,
	#search-button {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 480px) {
	.searchList.open {
		width: 80%;
	}

	.search_input input {
		font-size: 14px;
		padding: 0.4rem 6px;
		/* padding-right: 80px; */
		max-width: 75%;
	}

	.button-area {
		gap: 2px;
		padding-right: 6px;
	}

	.search_input .clearBth,
	#search-button {
		width: 28px;
		height: 28px;
	}
}

.search_data {
	display: none;
	font-weight: bold;
	margin-top: 10px;
	color: #000;
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 19px;
}

.searchData {
	height: 100%;

	overflow: auto;
	background-color: white;
}

.searchData ul {
	list-style: none;
	width: 90%;
}

.searchData ul li {
	width: 100%;
	height: 24px;

	/* border-bottom: 1px solid #c3c3c3; */
	user-select: none;
	cursor: pointer;
	margin-bottom: 20px;
}

.search_title {
	font-size: 15px;
	color: #000;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	position: relative;
	padding-left: 26px;

}

.search_title::before {
	width: 20px;
	height: 20px;
	content: "";
	background-image: url(../images/rect-point.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	top: 0px;
	position: absolute;
}

.search_content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 10px 10px 10px 0;
	font-size: 14px;
	color: #969798;
}

.search_time {
	display: flex;
	justify-content: space-between;
	width: 97%;
	font-size: 14px;
	color: #969798;
}

.searchError {
	text-align: center;
}

/* 检索高亮 */
.highlight {
	color: #C80000;
}

/* 检索结束 */

.flipbook-viewport {
	/* overflow:hidden; */
	width: 100%;
	height: 100%;
	position: relative;
}

.flipbook-viewport .container {
	width: calc(100% - 650 -12);
	/* height: calc(100% - 60); */
	position: absolute;
	top: 0;
	left: 0;
	/* top:-50%;
	left:-50%; */
	/* margin:auto; */
	/* transform: translateX(-50px) translateY(-50px); */
	/* padding-top: 4rem; */
}

.flipbook-viewport .flipbook {
	display: none;
	/* width:922px;
	height:600px; */
	position: absolute;
	/* top:50%; */
	/* left: 4%; */
	/* margin:auto; */
	transform: translateX(-50%) translateY(-50%);
	/* margin-top: 1.875rem; */
	overflow: hidden;
}

.flipbook-viewport .page {
	width: 461px;
	height: 600px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.flipbook .page {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	/* transform-origin: top left; */
	/* transition: transform 0.8s ease-in-out; */
}

.flipbook-viewport .page img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

.flipbook-viewport .shadow {
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	-ms-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}

.thickness.right {
	-webkit-mask-box-image-source: url(../images/thickness-right.png);
	background: repeating-linear-gradient(90deg, #fcfcfc, #c9c9c9 2px);
	height: 100%;
	position: absolute;
	background-size: 100% 100%;
	z-index: 50;
	transition: width .2s, right .2s;
}

.thickness.left {
	-webkit-mask-box-image-source: url(../images/thickness-left.png);
	background: repeating-linear-gradient(90deg, #fcfcfc, #c9c9c9 2px);
	height: 100%;
	position: absolute;
	background-size: 100% 100%;
	z-index: 50;
	transition: width .2s, right .2s;
}

/* 书籍连接处的效果 */

.shadows {
	pointer-events: none;
}

.odd .leftShadow {
	display: none;
}

.leftShadow {
	pointer-events: none;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 100%;
	background-image: -webkit-linear-gradient(left,
			rgb(118 117 117 / 40%) 0%,
			rgb(78 78 78 / 10%) 54%,
			rgb(143 132 132 / 0%) 100%);
}

.even .even-shadow {
	pointer-events: none;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0%;
	width: 10%;
	height: 100%;
	background-image: -webkit-linear-gradient(right,
			rgba(60, 60, 60, 0.4) 0%,
			rgba(50, 50, 50, 0.1) 54%,
			rgba(200, 200, 200, 0) 100%);
}

.odd .odd-shadow {
	pointer-events: none;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0%;
	width: 10%;
	height: 100%;
	background-image: -webkit-linear-gradient(left,
			rgba(53, 53, 53, 0.5) 0%,
			rgba(53, 53, 53, 0.2) 40%,
			rgba(53, 53, 53, 0.1) 60%,
			rgba(200, 200, 200, 0) 100%);
}


/* .paper_map {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
} */


.paper-box {
	position: relative;
}

.paper-box .paper-img-layout,
.paper-box .paper-img-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.paper-box .paper-img-origin {
	z-index: 2;
	opacity: 0;
}

.paper-mask {
	pointer-events: none;
	display: none;
	position: absolute;
	background-color: #EA5521;
	opacity: 0.2;
	z-index: 10;
}

.paper-canvas {
	position: absolute;
	top: 0;
	left: 0;
}

map area {
	cursor: pointer;
}

.no-content {
	display: none;
	float: left;
	width: 100%;
	color: #b3b3b3;
	font-size: 18px;
	text-align: center;
}

.no-content dt {
	margin: 20px 0;
}

.no-content img {
	width: 300px;
}

.no-content dd {
	margin-left: 0;
}

.btnList .foot-bottom {
	width: 485px;
	height: 60px;
	font-size: 14px;
	text-align: right;
}

.btnList .foot-bottom p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #969798;
}

.btnList .foot-bottom-one {
	font-size: 14px;
	text-align: left;
	height: 36px;
	padding-right: 150px;
	line-height: 20px;
}

.btnList .foot-bottom-two {
	width: 680px;
	height: 36px;
	font-size: 12px;
	text-align: left;
	padding-left: 60px;
	line-height: 20px;
}

.switchJournal {
	font-size: 17px;
	display: flex;
	padding-top: 5px;
}

.switchJournal a {
	margin-left: 0;
	cursor: pointer;
}

.journalNum {
	padding-bottom: 5px;
	padding-inline: 10px;
}

.disabled-link {
	opacity: 0.7;
	cursor: not-allowed !important;
	text-decoration: none;
}


/* 数字报顶部 */
.paper-top-container {
	width: 100%;
	min-width: 1200px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 20px 0;
}

.paper-top-container .top-content {
	width: 1200px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.paper-top-container .top-content .top-title {
	width: 210px;
	height: 55px;
	font-family: FZZH-FQLHJW;
	font-weight: 400;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 42px;
}

.paper-top-container .top-content .top-parting-line {
	width: 1px;
	height: 39px;
	background: #FFFFFF;
	opacity: 0.2;
	line-height: 55px;
	margin: 0 15px;
}

.paper-top-container .top-content .top-date {
	width: 122px;
	line-height: 55px;
	font-family: FZZH-FQLHJW;
	font-weight: 400;
	font-size: 18px;
	color: #50FFEC;
	white-space: nowrap;
}

.edition-name {
	position: relative;
	width: 330px;
	height: 60px;
	background: linear-gradient(0deg, #FFFFFF 0%, #FFCDCD 100%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.search-container {
	position: relative;
	width: 330px;
	height: 60px;
	background: linear-gradient(0deg, #FFFFFF 0%, #FFCDCD 100%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
}

.search-input {
	background-color: rgb(255, 255, 255, 0);
	border: none;
	outline: none;
	padding-left: 12px;
	font-size: 16px;
	box-sizing: border-box;
	width: 220px;
	height: 34px;
	border-radius: 2px;
	font-size: 15px;
	padding-right: 43px;
	font-weight: 400;
	font-size: 16px;
	color: #C80000;
}

/* 覆盖自动填充的样式 */
.search-input:-webkit-autofill,
.search-input:-webkit-autofill:hover,
.search-input:-webkit-autofill:focus,
.search-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset; /* 保持透明背景 */
    -webkit-text-fill-color: #C80000; /* 强制文本颜色为红色 */
    transition: background-color 9999s ease-in-out 0s; /* 防止闪现默认背景 */
}
/* 设置 placeholder 文本的样式 */
.search-input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 15px;
	color: #C80000;
}

.search-input:-moz-placeholder {
	/* Firefox 18- */
	font-size: 15px;
	color: #C80000;
}

.search-input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 15px;
	color: #C80000;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 15px;
	color: #C80000;
}

.search-input::-ms-input-placeholder {
	/* Microsoft Edge */
	font-size: 15px;
	color: #C80000;
}

.search-input::placeholder {
	/* 标准语法 */
	font-size: 15px;
	color: #C80000;
}

.search-icon {
	width: 70px;
	height: 45px;
	display: block;
	cursor: pointer;
	user-select: none;
	font-family: FZZhengHeiS-R-GB;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	background: linear-gradient(240deg, #FF3D3D 0%, #C20000 100%);
	border-radius: 5px;
}

.home-icon-bg {
	width: 55px;
	height: 55px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	cursor: pointer;
}

.home-icon-bg:hover {
	background: #2195ff;
}

.home-icon-bg img {
	width: 35px;
	height: 35px;
}

/* 数字报底部 */
.paper-bottom-container {
	width: 100%;
	min-width: 1200px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 20px 0 20px 90px;

}

.paper-bottom-container .bottom-content {
	width: 1200px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	justify-content: center;
}

.paper-bottom-container .bottom-content .pre-date {
	width: 132px;
	height: 55px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 28px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 55px;
	cursor: pointer;
}

.paper-bottom-container .bottom-content .page-container {
	width: 275px;
	height: 55px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 28px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 20px;
}

.paper-bottom-container .bottom-content .next-date {
	width: 132px;
	height: 55px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 28px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 55px;
	cursor: pointer;
}

.paper-bottom-container .bottom-content .page-number {
	width: 70px;
	height: 30px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.paper-bottom-container .bottom-content .arrow-list {
	width: 25px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.paper-bottom-container .bottom-content .arrow-list img {
	width: 25px;
	height: 25px;
}

.area-detail {
	width: 91px;
	height: 30px;
	background: #FF0010;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}


.paper-info {}

.paper-info .toolicon {
	width: 100px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-right: 10px;
}

.paper-info .toolicon .fonts-icon {
	background-image: url('../images/a-.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.paper-info .toolicon .fonts-icon:hover {
	background-image: url('../images/a-color.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.paper-info .toolicon .fonts-icon-plus {
	background-image: url('../images/a+.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.paper-info .toolicon .fonts-icon-plus:hover {
	background-image: url('../images/a+color.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}


.paper-info .toolicon .fonts-icon:hover .detail-fonts {
	display: block;
}

.paper-info .toolicon .fonts-icon .detail-fonts {
	width: 78px;
	height: 78px;
	background-image: url(../images/detail-popup.png);
	position: absolute;
	left: -30px;
	top: 20px;
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.paper-info .toolicon .fonts-icon .detail-fonts div:hover {
	color: #2250D3;
}

.paper-info .toolicon .play-icon {
	background-image: url('../images/play.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.paper-info .toolicon .play-icon:hover .detail-play {
	display: block;
}

.paper-info .toolicon .play-icon .detail-play {
	width: 78px;
	height: 78px;
	background-image: url(../images/detail-popup.png);
	position: absolute;
	left: -30px;
	top: 20px;
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.paper-info .toolicon .play-icon .detail-play div:hover {
	color: #2250D3;
}

.close-search-data {
	width: 24px;
	height: 24px;
	background: url('../images/search-data.png') no-repeat;
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
}


html,
body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
}


html {
	opacity: 1;
	transition: opacity 0.2s ease;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

#app-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}


#app {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 1200px;
	height: 930px;
	position: relative;
	overflow: hidden;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@font-face {
	font-family: 'FZZH-FQLHJW';
	src: url('../fonts/FZZH-FQLHJW.woff2') format('woff2');
}

@font-face {
	font-family: 'FZHuaSiKaiSongS';
	src: url('../fonts/FZHuaSKSJW-EB.TTF');
}

.top-title {
	font-family: 'FZZH-FQLHJW';
	color: #fff;
	font-size: 50px;
	z-index: 1;
	white-space: nowrap;
	display: flex;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
}

.top-title .left-title {
	font-family: FZHuaSiKaiSongS;
	font-size: 50px;
	color: #0F4D92;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 70px;
	height: 70px;
	font-weight: bold;
}

.top-title .left-title span {
	font-family: FZHuaSiKaiSongS;
	font-size: 50px;
	color: #0F4D92;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 70px;
	height: 70px;
	text-shadow: 2px 3px 6px rgba(164, 7, 7, 0.23);
	background: linear-gradient(0deg, #FFFAF0 0%, #FEE7B2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.top-title .right-title {
	font-family: FZHuaSiKaiSongS;
	font-size: 24px;
	color: #0F4D92;
	display: flex;
	align-items: center
}

.top-title .right-title a {
	width: auto;
	height: 46px;
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	margin-left: 70px;
	position: relative;
}

.top-title .right-title a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -13px;
	/* 与文字间距 13px */
	height: 4px;
	width: 100%;
	border-radius: 2px;
	background: #FFE641;
	/* 下划线颜色 */
	transform: scaleX(0);
	/* 初始不显示 */
	transform-origin: left center;
	/* 从左到右 */
	transition: transform 0.3s ease;
}

.top-title .right-title a:hover::after {
	transform: scaleX(1);
	/* hover 时从左到右展开 */
}

.top-title .right-title a:first-of-type::after {
	transform: scaleX(1);
}


/* 第一个 a 默认显示下划线 */
.top-title .right-titlea:first-of-type::after {
	transform: scaleX(1);
}


#canvas {
	width: 100%;
	height: 100%;
}

.newsshow {
	margin: 0;
	height: calc(100% - 75px);
	overflow-x: hidden;
}

#ozoom {
	height: auto;
	max-height: 500px;
	overflow-y: auto;
	padding: 0;
	font-size: 16px;
}

.detailBtns {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newstoolbar {
	width: 100%;
	height: 30px;

	/* background: #FFFFFF; */
	border-bottom: 1px solid #EEF3FE;
	font-size: 13px;
	color: #000000;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newstoolbar .toolicon {
	width: 100px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-right: 10px;
}

.newstoolbar .toolicon .fonts-icon {
	background-image: url('../images/a-.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.newstoolbar .toolicon .fonts-icon:hover {
	background-image: url('../images/a-color.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.newstoolbar .toolicon .fonts-icon-plus {
	background-image: url('../images/a+.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.newstoolbar .toolicon .fonts-icon-plus:hover {
	background-image: url('../images/a+color.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}


.newstoolbar .toolicon .fonts-icon:hover .detail-fonts {
	display: block;
}

.newstoolbar .toolicon .fonts-icon .detail-fonts {
	width: 78px;
	height: 78px;
	background-image: url(../images/detail-popup.png);
	position: absolute;
	left: -30px;
	top: 20px;
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.newstoolbar .toolicon .fonts-icon .detail-fonts div:hover {
	color: #2250D3;
}

.newstoolbar .toolicon .play-icon {
	background-image: url('../images/play.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.newstoolbar .toolicon .play-icon:hover .detail-play {
	display: block;
}

.newstoolbar .toolicon .play-icon .detail-play {
	width: 78px;
	height: 78px;
	background-image: url(../images/detail-popup.png);
	position: absolute;
	left: -30px;
	top: 20px;
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.newstoolbar .toolicon .play-icon .detail-play div:hover {
	color: #2250D3;
}

.previous {
	text-align: center;
	position: unset;
	left: 20%;
	bottom: 0;
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #2250D3;
	border-radius: 0;
	border-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.previous span {
	width: 20px;
	height: 20px;
	background-image: url('../images/detail-pre-page.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

.previous:hover {
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border: 0px solid #DF0000;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #2250D3;
}

.previous a {
	font-weight: 400;
	color: #2250D3;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
}

.previous a:hover {
	color: #2250D3;
	text-shadow: none;
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	border: 0px solid #DF0000;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
}

.next {
	width: 100px;
	position: unset;
	border-width: 0;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #2250D3;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.next span {
	width: 20px;
	height: 20px;
	background-image: url('../images/detail-next-page.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

.next:hover {
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border: 0px solid #DF0000;
	height: 20px;
	font-size: 15px;
	color: #2250D3;
	line-height: 20px;
}

.next a {
	font-weight: 400;
	color: #2250D3;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
}

.next a:hover {
	color: #2250D3;
	text-shadow: none;
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	border: 0px solid #DF0000;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
}

.catalogue {
	width: 20px;
	height: 20px;
	background-image: url('../images/detail-catalogue.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	cursor: pointer;
}



#pre-page {
	position: absolute;
	top: 373px;
	left: 8px;
	z-index: 999;
	background-size: 22px 43px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: flex;
	width: 22px;
	height: 43px;
	position: absolute;
	background-image: url('../images/icon-arrow-left.png');
}

#next-page {
	position: absolute;
	top: 373px;
	right: 8px;
	z-index: 999;
	background-size: 22px 43px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: flex;
	width: 22px;
	height: 43px;
	position: absolute;
	background-image: url('../images/icon-arrow-left.png');
	transform: rotate(180deg);

}

.top-guide-button-list {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
}

.top-guide-button-list .detail-title {
	position: relative;
	width: 670px;
	height: 60px;
	background: linear-gradient(0deg, #FFFFFF 0%, #FFCDCD 100%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	display: none;
}


.copyright {
	color: #fff;
	font-size: 14px;
	z-index: 1;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	display: flex;
	align-items: center;
}

.top-icon-list {
	width: auto;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: flex-start;
}

.top-icon-list .icon-item {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.top-icon-list .icon-item a {
	font-size: 12.5px;
	background-position: center center;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
}

.top-icon-list .icon-item:hover {
	opacity: 0.8;
}

.left-icon-list {
	position: absolute;
	left: -58px;
	bottom: 35px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
}

.left-icon-list div {
	width: 50px;
	height: 50px;
	background: linear-gradient(0deg, #C1E6FF 0%, #0B9BFF 100%);
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.left-icon-list div a {
	width: 50px;
	height: 50px;
	background: linear-gradient(0deg, #C1E6FF 0%, #0B9BFF 100%);
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-position: center center !important;
	padding: 0;
	margin: 0;

}


.left-icon-list div img {
	width: 25px;
	height: 25px;
}

.left-icon-list div:hover {
	opacity: 0.8;
}

.bdshare-button-style0-16:after {
	display: none !important;
}


/* 全屏容器 */
/* #loading-img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/loading.jpg') no-repeat center center;
	background-size: cover; */
	/* 满屏铺满 */
/* 	z-index: 9999; */
/* 	opacity: 1; */
/* 	opacity: 0;
	transition: opacity 0.0s ease; */
	/* 淡出动画 */
}

/* #loading-img.hide {
	opacity: 0;
	pointer-events: none;
} */

.calendar-pdf {
	width: 330px;
	height: 680px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.calendar-pdf .pdf-download {
	width: 330px;
	height: 350px;
	border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	background: linear-gradient(to bottom, #FFCDCD 0px, #ffffff 50px, #ffffff 100%);
	padding: 20px 15px 0 15px;
	box-sizing: border-box;
}


.calendar-pdf .pdf-download .h3Class {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding-bottom: 20px;
	font-size: 20px;
	font-family: FZFWMaDiSiTiS;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}




.calendar-pdf .pdf-download .ulClass {
	height: auto;
	overflow: hidden;
	transition: height 0.4s ease;

}

.calendar-pdf .pdf-download ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.calendar-pdf .pdf-download ul li a {
	font-size: 15px;
	display: block;
	width: 280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.calendar-pdf .pdf-download ul li .marker {
	width: 9px;
	height: 9px;
	display: inline-block;

	background-image: url('../images/article-marker.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 4px;
}

.calendar-pdf .pdf-download ul li .title {
	width: 250px;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	padding-left: 10px;
}

.calendar-pdf .pdf-download ul li .icon-pdf {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url('../images/pdf.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
}


#edition-name-list span {
	display: none;
	font-weight: bold;
}

#edition-name-list span:first-child {
	display: block;
	font-weight: bold;
}

#edition-name-list span.active {
	display: block;
	font-weight: bold;
}


#category-list .item {
	display: none;
}

#category-list .item:first-child {
	display: block;
}

#category-list .item .active {
	display: block;
}

#edition-name-list span {
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pre-page{
	width: 74px;
}
.next-page{
	width: 74px;
}