@font-face {
  font-family: "方正小标宋简体";
  src: local("方正小标宋"),
       url("/material/fonts/方正小标宋简体.TTF") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "方正小标宋_GBK";
  src: local("方正小标宋"),
       url("/material/fonts/方正小标宋_GBK.TTF") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "仿宋_GB2312";
  src: url("/material/fonts/仿宋_GB2312.TTF") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "方正黑体";
  src: url("/material/fonts/方正黑体_GBK.ttf") format("truetype");
  font-display: swap;
}
@font-face {
    font-family: "黑体";
    src: url("/material/fonts/黑体.ttf") format("truetype");
    font-display: swap;
  }

@font-face {
  font-family: "Times New Roman";
  src: url("/material/fonts/Times New Roman.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "方正楷体_GB2312";
  src: url("/material/fonts/方正楷体_GB2312.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "方正楷体_GBK";
  src: url("/material/fonts/方正楷体_GBK.ttf") format("truetype");
  font-display: swap;
}

@font-face {
    font-family: "楷体_GB2312";
    src: url("/material/fonts/楷体_GB2312.ttf") format("truetype");
    font-display: swap;
  }

@font-face {
  font-family: "方正书宋_GBK";
  src: url("/material/fonts/方正书宋_GBK.TTF") format("truetype");
  font-display: swap;
}

/* 主容器 */
.cover-container {
    max-width: 1286px;
    margin: 0 auto;
    margin-bottom: 90px;
}

/* 面包屑导航 */
.breadcrumb {
    padding: 20px 0;
    color: #191818;
    font-size: 16px;
}

.breadcrumb span {
    color: #191818;
	cursor: pointer;
}

.breadcrumb span:hover {
    color: #0087e6;
}

/* 主要内容区域 */
.main-content {
    display: flex;
    margin-top: 20px;
}

/* 左侧导航 */
.left-nav {
    width: 360px;
    flex-shrink: 0;
    margin-right: 25px;
}

.nav-section {
    margin-bottom: 28px;
    border:1px solid #C8E1FA;
    padding: 25px 20px;
    background-color: white;
    border-top:3px solid #0087e6;
}
.nav-title-item{
	position: relative;
}
.nav-title-item .status{
	position: absolute;
	right: 20px;
    top: 8px;
	bottom: auto;
	color: white;
	background-color: #fc7070;
	padding: 5px 10px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 12px;
	margin-right: 0;
}
.nav-title-item .status.active {
    background-color: #73cb99;
}
.nav-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding: 8px 0;
    background-color: #0087e6;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}
.gazette-section{
    margin-bottom: 28px;
    border:1px solid #C8E1FA;
    padding: 25px 20px;
    background-color: white;
    border-top:3px solid #0087e6;
    background: url("../images/d-1.png") no-repeat center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-group {
    margin-bottom: 20px;
}
.gazette-item{
    width: 180px;
    height: 250px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.gazette-cover img{
    height: 110px;
}
.gazette-info{
    margin-top: 60px;
    text-align: center;
}
.gazette-info h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #B97F09;
}
.gazette-info p{
    font-size: 14px;
    color: #959491;
    line-height: 1.2;
}
.nav-group:last-child {
    margin-bottom: 0;
}

.nav-group h4 {
    font-size: 18px;
    color: #0087e6;
    margin-bottom: 12px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}
.nav-group h4::after {
    content: '';
    display: block;
    width: 4px;
    height: 16px;
    background-color: #0087e6;
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
}
.nav-group li {
    margin-bottom: 12px;
}

.nav-group li:last-child {
    margin-bottom: 0;
}

.nav-group a {
    color: #3A4559;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position: relative;
    padding-left: 15px;
}
.nav-group a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #CECFD1;
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
    border-radius: 30px;
}

.nav-group a:hover {
    color: #0087e6;
}
.nav-group a:hover::after{
    background-color:#0087e6;
}

.nav-section li {
    margin-bottom: 10px;
}

.nav-section li:last-child {
    margin-bottom: 0;
}

.nav-section a {
    color: #3A4559;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position: relative;
    padding-left: 15px;
}
.nav-section a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #CECFD1;
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
    border-radius: 30px;
}

.nav-section a:hover {
    color: #0087e6;
}
.nav-section a:hover::after{
    background-color:#0087e6;
}

/* 右侧内容 */
.right-content {
    flex: 1;
    min-width: 0;
}
.document-info {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    border: 1px solid #C8E1FA;
    padding: 20px 30px;
}
.document-info-content {
    margin-bottom: 20px;
    position: relative;
}

.document-viewer-info {
	margin: 20px 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.page-title {
    font-size: 30.3px;
    color: #3A4559;
    line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
	font-family: "方正小标宋_GBK";
}

.info-item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    width: calc(50% - 10px);
    margin: 5px 0;
}
.info-item:first-child span:first-child{
    letter-spacing: 5px;	
}
.info-item:nth-child(7) span:first-child{
    letter-spacing: 5px;	
}
.info-item:last-child {
    width: 100%;
}
.info-item .tag-item{
    display: inline-block;
    padding: 2px 8px;
    background: rgba(200, 225, 250, 0.5);
    color: #0087e6;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 5px;
}
.info-item .tag-item:last-child{
    margin-right: 0;
}
.info-item span:first-child {
    color: #999;
    min-width: 80px;
}
.info-item span:last-child {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.document-actions {
    display: flex;
    margin: 0;
}
.action-btn {
    padding: 5px 15px;
	border-radius: 18px;
    text-decoration: none;
    font-size: 12px;
    background-color: #C5E5FC;
    transition: all 0.3s ease;
    display: flex;
    color: #0099FF;
	align-items: center;
    justify-content: center;
	cursor: pointer;
}
a.action-btn:hover{
    color:#0087e6;
    border:1px solid #0087e6
}
.txt-btn {
	margin-right: 20px;
}
.pdf-btn{
	margin-right: 0;
	display: none;
}
.ofd-btn{
	margin-right: 0;
	display: none;
}
.btn-active{
    border:1px solid;
}

.pdf-ico{
    width: 12px;
    height: 12px;
    background: url("../images/pdf-ico.png") no-repeat center center;
    display: block;
    margin-right: 10px;
	background-size: 100% 100%;
}
.txt-ico{
    width: 12px;
    height: 12px;
    background: url("../images/txt-ico.png") no-repeat center center;
    display: block;
    margin-right: 10px;
	background-size: 100% 100%;
}
.ofd-ico{
    width: 12px;
    height: 12px;
    background: url("../images/ofd-ico.png") no-repeat center center;
    display: block;
    margin-right: 10px;
	background-size: 100% 100%;
}

.document-viewer {
    background: #fff;
    padding: 0;
    border: 1px solid #C8E1FA;
	position: relative;
	/*height: 1440px;*/
}

.document-viewer-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.document-viewer-info .info-meta {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}



.document-viewer-info .info-meta i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

.document-viewer-info .info-meta i.audio-speed-text{
	width: auto;
	margin-right: 0;
}

.document-viewer-info .info-meta i.audio-ico {
	background: url(../images/play.png) no-repeat center center;
}
.document-viewer-info .info-meta em {
    font-style: normal;
    margin-left: 5px;
}

.document-viewer-info .info-meta span {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
}
.document-viewer-info .info-meta .audio{
	padding: 5px 10px;
	background-color: #FBF1E4;
	border-radius: 17px;
	color: #FFA11A;
	cursor: pointer;
}


.document-viewer-info .info-meta .audio.audio-speed {
    position: relative;
    align-items: center;
    cursor: pointer;
	display: none;
	margin-right: 10px;
	padding: 5.5px 10px 7.5px 10px;
}
.document-viewer-info .info-meta i.audio-speed-ico {
	width: 12px;
}
.audio-speed-ico {
    background: url('/material/images/audio-speed-ico.png') no-repeat center 7px;
}

.speed-select {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    list-style: none;
    padding: 0 4px;
    margin: 0;
    z-index: 1000;
	border: 1px solid #C8E1FA;
}

.audio-speed:hover .speed-select {
    display: block;
}

.speed-select li {
    padding: 8px 16px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
}

.speed-select li:hover {
    color: #FFA11A;
    background: #FBF1E4;
}

.speed-select li.active {
    color: #FFA11A;
    background: #FBF1E4;
}



.document-viewer .document-roll{
    position: relative;
    height: 1140px;
    overflow-y: auto;
    -ms-overflow-style: none; 
    scrollbar-width: none;  
}
.document-viewer .document-roll::-webkit-scrollbar {
    display: none; 
}
.document-viewer .document-roll::-webkit-scrollbar {
    width: 8px;
}
.document-viewer .document-roll::-webkit-scrollbar-track {
    background: #F4F8FC;
    border-radius: 10px;
}
.document-viewer .document-roll::-webkit-scrollbar-thumb {
    background-color: #A1C1FF;
    border-radius: 10px;
}
.document-viewer .document-roll::-webkit-scrollbar-thumb:hover {
    background-color: #0087e6;
}
.document-viewer .html_content {
    padding: 30px;
    font-size: 16px;
    background: linear-gradient(to top, white 0px, white 200px, transparent 200px, transparent 100%);
    position: relative;
    z-index: 0;
}
.document-viewer .html_content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/material/images/watermark.png) repeat-y center top;
    background-size: auto;
    pointer-events: none;
    opacity: 0.9;
    z-index: 2;
}
.document-viewer .html_content a{
    display: block;
    text-align: center;
}
.document-viewer .html_content p{
	line-height: 1.5 !important;
	text-align: justify;
}
.document-viewer .html_content span{
	line-height: 1.5 !important;
}
.document-viewer iframe {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1148px;
    border: none;
}

/* 当浏览器不支持PDF嵌入时的后备样式 */
.document-viewer:empty::after {
    content: '您的浏览器不支持PDF直接预览，请下载后查看';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 16px;
}

.fixed-nav {
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 999;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
	display: none;
}
.fixed-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.fixed-nav-list::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    border-left: 1px dashed #ddd;
}
.fixed-nav .tag-wrapper {
	position: relative;
	margin-bottom: 30px;
}
.fixed-nav .tag-wrapper:last-child{
	margin-bottom: 0;
}
.fixed-nav .tag {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.fixed-nav .tag:hover {
	transform: translateY(-2px);
}
.fixed-nav .tag img {
	width: 30px;
	height: 30px;
}
.fixed-nav .tag-submenu {
	position: absolute;
	right: 37px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	border: 1px solid #2297e9; 
	display: none;
	z-index: 1000;
	padding:20px 30px;
	border: 1px solid #C8E1FA;
}
.fixed-nav .tag-wrapper:hover .tag-submenu {
	display: block;
}
.fixed-nav .submenu-title{
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.fixed-nav .submenu-content {
	padding: 8px 0;
}
.fixed-nav .submenu-item {
	transition: all 0.3s;
	position: relative;
	padding-left: 20px;
}
.fixed-nav .submenu-item a {
    line-height: 1.8;
    font-size: 16px;
    color: #666666;
	display: block;
	min-width: 600px;

}
.fixed-nav .submenu-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #CECFD1;
    border-radius: 50%;
}

.fixed-nav .submenu-item:hover a{
    color: #0087e6;
}

.fixed-nav .submenu-item:hover:before {
    background-color: #0087e6;
}

.fixed-nav .submenu-item a:hover {
	color: #0087e6;
}
.fixed-nav .tag-submenu::before,
.fixed-nav .tag-submenu::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
}

.fixed-nav .tag-submenu::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #C8E1FA;
    right: -10px;
}

.fixed-nav .tag-submenu::after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid white;
    right: -9px;
}




.fixed-nav .submenu-content1{
    padding: 8px 0;
    display: flex;
    margin: -10px;
    min-width: 500px;
    flex-wrap: wrap;
    padding-top: 10px;
}
.fixed-nav .submenu-item1 {
	margin: 10px;
}
.fixed-nav .submenu-item1 a{
	display: inline-block;
	padding: 2px 8px;
	border-radius: 50px;
	font-size: 14px;
	margin-right: 5px;
	cursor: pointer;
	background-color: #e6f3ff;
	color: #0066cc;
	transition: all 0.2s ease;
}
.fixed-nav .submenu-item1 a:hover{
	background-color: #cce5ff;
}
.dy-share-wrapper{
    padding: 10px 0;
    background-color: #f5f5f5;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dy-share-wrapper .share{
    font-size: 16px;
    color: #333;
    margin-left: 30px;
}
.dy-share-wrapper .dy{
    font-size: 16px;
    color: #333;
}
.dy-share-wrapper .dy img{
    margin-right: 5px;
}
.dy-share-wrapper .share img{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.dy-share-wrapper .dy,.dy-share-wrapper .dy span{
    margin-right: 30px;
}
.dy-share-wrapper .dy a:first-child{
    margin-right: 10px;
}