 /* 通用样式 */  


 .detail-wrapper-left {  
    width: 100%;  
}  
  
.wenda-zhuanti-detail {  
    background-color: #f1f1f1;  
}  
  
.wrapper {  
    display: flex;  
    flex-direction: column;  
	margin: 10px 0px;
  padding: 0px 10px;
    background: #fff;
}  
  

.float-badge {  
    background-color: #ff6347;  
    color: #fff;  
    padding: 5px 10px;  
    font-size: 14px;  
    border-radius: 4px;  
	width: 1.8rem;
}  
  
/* 标题样式 */  
.article-title {  
    margin-top: 5px;  
}  
  
.article-title h1 {  
    font-size: 24px;  
    color: #333;  
	text-align: center;
}  
  
.article-title .desc {  
    font-size: 16px;  
    color: #666;  
    margin-top: 10px;  
}  
  
.article-title .summary {  
    font-size: 14px;  
    color: #999;  
    margin-top: 5px;  
}  
  
/* 日期样式 */  
.article-date {  
    font-size: 12px;  
    color: #999;  
    margin-top: 10px;  
}  
  
/* 正文内容样式 */  
.main-list{
	margin-top: 10px;
}
.main-content {  
    margin-top: 10px;
  border-top: 1px solid #ececec;
}  
.htmlcontent{
	overflow: hidden;
	height: 176.4px;
	font-size: 16px;
	padding-top: 10px;
  }
.htmlcontent p{
	font-size: .35rem;
	line-height: 0.7rem;
}
.catalogue {  
	margin-top: 10px;
	background: #eaeaea;
	padding: 0 5px;
}  
  
.title {  
    font-size: 18px;  
    color: #333;  
}  
.title a{
	color: black;
}
.mask{
	height: 15px;
  position: relative;
  z-index: 2;
  background: pink;
  background: linear-gradient(hsla(0,0%,100%,.89),#fff);
  margin-top: -10px;
}
.btnzt{
	height: 35px;
  line-height: 35px;
  text-align: center;
  color: #8590a6;
  background: #f5f5f7;
  cursor: pointer;
}
.btnzt a{
	font-size: 16px;
}
.list {  
    list-style: none;  
    padding: 0;  
}  
  
.li {  
    margin-bottom: 10px;  
}  
  
.li h2 .li h2 a{  
    font-size: 18px;  
    color: #333;  
}  
  
.li .badge {  
    font-size: 14px;  
    color: #999;  
    margin-right: 5px;  
}  
  
.li .text {  
    font-size: 16px;  
    color: #666;  
}