.Mid2L_crumb {
    width: 1200px;
    height: 14px;
	padding:10px 0px;
    line-height: 14px;
    color: #777; 
	margin-bottom: 10px;
}

.Mid2L_crumb span {
    color: #000
}

.Mid2L_crumb a {
    color: #777
}

.Mid2L_crumb a:hover {
    color: #e11d03
}
.zhlb { padding:10px;}
.zhlb-top{ padding: 10px 0;}
.zhlb-top i{ color:#01A8A5; font-size:20px; margin-right: 10px;}
.zhlb-top b{color:#000; font-size:22px; margin-right: 30px;}
.zhlb-top select{ width:120px; height: 28px; line-height: 28px;border: 1px solid #E1E1E1;color: #333; margin-left: 10px; }


.zhlb-top .search {
	float:right;
  width: 238px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid #E1E1E1;
  /* margin-left: auto; */
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.zhlb-top .search input{
  width: 211px;
  padding: 0px 0 0px 12px;
  line-height: 26px;
  font-size: 13px; border:0;
}

.zhlb-top .search .fa {
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #F1E1B9;
  border-radius: 2px;
  text-align: center;
}
.zhlb-list li{ position:relative; margin-bottom: 10px; }
.zhlb-list li:after{ content:" "; display: block; clear:both; }
.zhlb-list li a:nth-child(1){ width:826px; height: 199px; float:left; position: relative;}
.zhlb-list li a img{ width:100%; height: 100%;}
.zhlb-list li a:nth-child(2){ border:1px solid #eee; float:left;  padding:10px; margin-left: 10px; width:calc( 100% - 836px ); height: 199px;}
.zhlb-list li a:nth-child(2) b{ font-size:18px; color:#000; display: block;}
.zhlb-list li a:nth-child(2) span{ display: block; color:#666666; font-size:16px; margin-top: 10px;}
.zhlb-list li a:nth-child(2) span i{ display:inline-block; vertical-align: middle; margin-right: 10px;}
.zhlb-list li a:nth-child(2) em{ float:right; width:130px; height: 40px; line-height: 40px; color:#fff; background: #FF9933; text-align: center; font-style: normal;}
.zhlb-list li a:nth-child(1) span{ position:absolute; right:0; top:0; width:100px; height: 30px; line-height: 30px; text-align: center; color:#fff; }
.zhlb-list li a:nth-child(1) span.green{ background: #66CC33;}
.zhlb-list li a:nth-child(1) span.red{ background: #FF3333;}
.zhlb-list li a:nth-child(1) span.gray{ background: #CCCCCC;}

.zhnr{ padding:10px;}
.zhnr-top{ padding-top:10px; margin-bottom: 10px;}
.zhnr-top img{ width:100%; }
.zhnr-cen .left{ float:left; }
.zhnr-cen .left h1{ font-size:20px; color:#000; margin-bottom: 10px;}
.zhnr-cen .left p{ font-size:14px; color:#333333; margin-bottom: 10px;}
.zhnr-cen .right{ float:right; }
.zhnr-cen .right a.btn{ width:140px; background: #66CC66; margin-bottom:10px; height: 40px; line-height: 40px; color:#fff; font-size:18px; text-align: center; display: block; margin-left: 100px;}
.zhnr-cen .right span{ display:block; text-align: right;}
.zhnr-cen .right span font{ color:#f00; }
#des{
	margin-top: 8px;
	padding: 0 0 10px 18px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
#des .title{
	margin: 20px 0;
	font-weight: bold;
	font-size: 20px;
	color:#111;
}
#works .title{
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 20px;
	color:#111;
}
#des .text-small,
#des .text{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}
#des .text-small{
	max-height: 180px;
	overflow: hidden;
}
#des .text-small p,
#des .text p{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}
#des .text-small img,
#des .text img{
	max-width: 100% !important;
}
#des .des-open,
#des .des-close{
	width: 100%;
	height: 60px;
	line-height: 80px;
	font-size: 16px;
	color: #b5b5b5;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 53%, rgba(237,237,237,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 53%,rgba(237,237,237,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 53%,rgba(237,237,237,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}


.zhnr h1.title{ font-size:20px; padding:10px 0; border-bottom:1px solid #eee; margin-bottom:20px }


/* ========== 文章操作按钮栏 ========== */
.article-action-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 0;
  margin: 10px 0 20px; margin-top:40px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  background: #f5f5f5;
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.action-btn:hover {
  background: #e8e8e8;
  color: #333;
}
.action-btn i {
  font-size: 16px;
}
/* 点赞激活状态 */
.like-btn.liked {
  color: #ff4757;
  background: #fff0f2;
}
.like-btn.liked i {
  font-weight: 900;
}
.like-count {
  font-style: normal;
  font-size: 12px;
  min-width: 12px;
}

/* ========== 分享/举报面板 ========== */
.share-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.share-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);z-index: 9999;
}
.share-panel-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  width: 380px;
  max-width: 90%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  z-index: 10000;
}
.share-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.share-panel-close {
  color: #999;
  font-size: 18px;
}
.share-panel-close:hover {
  color: #333;
}
/* 分享项 */
.share-panel-body {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px 20px;
  justify-content: center;
}
.share-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  width: 64px;
  transition: color 0.2s;
}
.share-item i {
  font-size: 28px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.share-item:hover {
  color: #333;
}
.wechat-share i { color: #07c160; background: #e8f8ee; }
.weibo-share i { color: #e6162d; background: #ffe8eb; }
.qq-share i { color: #12b7f5; background: #e6f7ff; }
.qzone-share i { color: #fece00; background: #fff9e0; }
.link-share i { color: #999; background: #f5f5f5; }

/* 微信二维码分享 */
.wechat-qr-tip {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding-bottom: 12px;
}
.wechat-qr-box {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
.wechat-qr-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.wechat-qr-actions {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

/* ========== 举报面板 ========== */
.report-panel-body {
  padding: 20px;
}
.report-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.report-option input[type="radio"] {
  accent-color: #3b8cff;
}
.report-panel-body textarea {
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  resize: vertical;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.report-panel-body textarea:focus {
  border-color: #3b8cff;
}
.report-submit-btn {
  width: 100%;
  margin-top: 16px;
  padding: 10px;
  background: #3b8cff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
}
.report-submit-btn:hover {
  background: #2a7de1;
}

/* ========== Toast提示 ========== */
.action-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 99999;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.action-toast.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.zhlb-list li a:nth-child(1) span.red{ color:#fff!important;}