﻿.artcilecontent p {
  color: #333333;
  font-size: 15px;
  line-height: 27px;
  margin: 0px;
  margin-bottom: 16px;
}
.artcilecontent span {
  font-size: inherit;
  line-height: 27px;
  margin: 0px;
}
.artcilecontent h2 {
  margin: 20px 0px;
  line-height: 28px;
  color: #262626;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 16px;
}
.artcilecontent h2::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  margin-right: 10px;
  width: 6px;
  height: 22px;
  background: rgba(43, 188, 128, 1);
  border-radius: 3px;
}

.artcilecontent h3 {
  margin: 20px 0px 20px 0px;
  line-height: 22px;
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  word-break: break-all;
}

.artcilecontent h5 {
  border-left: 2px solid rgba(43, 188, 128, 1);
  color: #7f7f7f;
  line-height: 27px;
  padding: 20px 20px 20px 18px;
  background: rgba(43, 188, 128, 0.05);
  word-break: break-all;
  margin: 20px 0;
  font-size: 15px;
  font-weight: normal;
}

.artcilecontent h6 {
  border-left: 2px solid rgba(43, 188, 128, 1);
  color: #7f7f7f;
  line-height: 27px;
  padding: 20px 20px 20px 18px;
  background: rgba(43, 188, 128, 0.05);
  word-break: break-all;
  margin: 20px 0;
  font-size: 15px;
  font-weight: normal;
}

.artcilecontent ul {
  padding-left: 48px;
  margin: 16px 0;
}
.artcilecontent ul li {
  list-style-type: disc !important;
}

.artcilecontent ol {
  padding-left: 48px;
  margin: 16px 0;
}

.artcilecontent ol li {
  /* list-style-type: decimal !important; */
}

.artcilecontent li {
  color: #7f7f7f;
  line-height: 27px;
  font-size: 15px;
  word-break: break-all;
  margin-bottom: 10px;
}

.artcilecontent li p {
  color: #7f7f7f;
  line-height: 27px;
  font-size: 15px;
  word-break: break-all;
  margin-bottom: 10px;
}

.artcilecontent li span {
  color: #7f7f7f;
  line-height: 27px;
  font-size: 15px;
}

.artcilecontent img {
  max-width: 100%;
  min-width: 50%;
  outline: none;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.artcilecontent video {
  width: 100% !important;
  height: auto !important;
  outline: none;
  object-fit: cover;
}

.artcilecontent video::-webkit-media-controls {
  overflow: hidden !important;
}

.artcilecontent video::-webkit-media-controls-enclosure {
  width: calc(100% + 32px);
  margin-left: auto;
}

.artcilecontent a {
  color: rgba(43, 188, 128, 1);
  font-size: inherit;
}

.artcilecontent table {
  margin: 20px 0;
  width: 100% !important;
  color: #333333;
  font-size: 15px;
  line-height: 27px;
}

.artcilecontent table caption {
  padding: 10px 20px;
}

.artcilecontent thead {
  background: rgba(43, 188, 128, 0.05);
}

.artcilecontent td {
  padding: 10px 20px;
  word-break: break-all;
  border: 1px solid #e5e5e5;
}

/* 这个开始自定义模板样式  */

/* 目录 */
.artcilecontent .catalogbox {
  margin: 20px 0;
  display: flex;
}

.artcilecontent .catalogname {
  width: 40px;
  line-height: 40px;
  writing-mode: vertical-rl;
  background: #f5f5f5;
  color: #7f7f7f;
  text-align: center;
  font-size: 15px;
  letter-spacing: 10px;
}

.artcilecontent .cataloginfo {
  padding-left: 20px;
  flex: 1;
}

.artcilecontent .catalogtitle {
  padding-top: 20px;
  font-size: 17px;
  color: #333333;
}

.artcilecontent .cataloglist {
  color: #333333;
  font-size: 15px;
  line-height: 27px;
}

/* 长引用 */

.artcilecontent .longreferencebox {
  margin: 20px 0;
  border: 2px dashed rgba(43, 188, 128, 1);
  padding: 0 30px 0 40px;
  background: rgba(43, 188, 128, 0.05);
  position: relative;
  border-radius: 4px;
}

.artcilecontent .longreferencebox::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  width: 28px;
  height: 28px;
  background: url("https://www.hbblxb.com/public/static/pc/image/quote.png") center / cover no-repeat;
}

.artcilecontent .longreferencetitle {
  font-size: 15px;
  line-height: 27px;
  color: #fc6815;
  padding: 20px 0 15px 0;
  word-break: break-all;
}

.artcilecontent .longreferencedescribe {
  border-top: 2px dashed #e5e5e5;
  font-size: 14px;
  color: #7f7f7f;
  padding: 15px 0 20px 0;
  line-height: 22px;
  word-break: break-all;
}

/* 对话 */
.artcilecontent .dialoguebox {
  margin: 20px 0;
}

.artcilecontent .dialogueuser {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  align-items: flex-start;
}

.artcilecontent .dialogueusermsg {
  color: #333333;
  font-size: 15px;
  line-height: 27px;
  padding: 12px 20px;
  background: #f5f5f5;
  border-radius: 4px;
  max-width: 60%;
  word-break: break-all;
}

.artcilecontent .dialogueuserinfo {
  margin-left: 20px;
}

.artcilecontent .dialogueuseravatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
}

.artcilecontent .dialogueusername {
  margin-top: 4px;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 22px;
  text-align: center;
}

.artcilecontent .dialogueplatform {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

.artcilecontent .dialogueplatforminfo {
  margin-right: 20px;
}

.artcilecontent .dialogueplatformavatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
}

.artcilecontent .dialogueplatformname {
  margin-top: 4px;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 22px;
  text-align: center;
}

.artcilecontent .dialogueplatformmsg {
  color: #333333;
  font-size: 15px;
  line-height: 27px;
  padding: 12px 20px;
  background: rgba(43, 188, 128, 0.05);
  border-radius: 4px;
  max-width: 60%;
  word-break: break-all;
}

/* 简介 */
.artcilecontent .briefbox {
  margin: 20px 0;
  border: 1px solid #e5e5e5;
  padding: 20px 20px 12px 20px;
  border-radius: 4px;
}

.artcilecontent .brieftitle {
  color: #333333;
  font-size: 17px;
  padding-left: 16px;
  line-height: 28px;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  margin-bottom: 8px;
  font-weight: 700;
}

.artcilecontent .brieftitle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  margin-right: 10px;
  width: 6px;
  height: 22px;
  background: rgba(43, 188, 128, 1);
  border-radius: 3px;
}

.artcilecontent .brieflists {
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.artcilecontent .brieflists:last-child {
  border: none;
}

.artcilecontent .brieflist {
  width: 50%;
  display: flex;
  padding: 8px 0;
}

.artcilecontent .briefname {
  color: #333333;
  line-height: 27px;
  font-size: 15px;
  word-break: break-all;
  width: 80px;
}

.artcilecontent .briefcontent {
  flex: 1;
  padding: 0 20px;
  color: #7f7f7f;
  line-height: 27px;
  font-size: 15px;
  word-break: break-all;
}
.artcilecontent .visiting_time {
  border-collapse: collapse;
  border-spacing: 0;
  width: 758px !important;
}

.artcilecontent .visiting_time tr,
.artcilecontent .visiting_time th,
.artcilecontent .visiting_time td {
  font-size: 14px;
  padding: 5px 0;
}






.pub-date{
    margin-right: 20px;
}
.pub-views{
    margin-left: 20px;
}

.df{
    display:flex;
}
.pdtb24{
    padding-top:24px;
    padding-bottom:24px;
}
.topic_title{
    width:40px;
    height:290px;
    padding:0 12px;
    background:#F5F5F5;
    box-sizing:border-box;
    line-height:1;
    font-size:16px;
}
.jcc{
    justify-content:center;
}
.fdc{
    flex-direction:column;
}
.lh2{
    line-height:2;
}
.c666{
    color:#666;
}
.ml32{
    margin-left:34px;
}
.fwb{
    font-weight:bold;
}
.fs20{
    font-size:20px;
}
.mt16{
    margin-top:16px;
}
.mt24{
    margin-top:24px;
}
.mt12{
    margin-top:12px;
}
.cBlue{
    color:#209cdd;
}
.di{
    display:inline;
}
.topic_list p{
	counter-increment: cli;
}
.topic_list p::before{
	content: counter(cli)"、";
}
.br8{
    border-radius:8px;
}
.pdlr24{
    padding-left:24px;
    padding-right:24px;
}
.bgfff{
    background:#fff;
}
.lh15{
    line-height:1.5;
}
.item_wd_w::before,.item_wd_d::before{
	color: #fff;
	font-weight: bold;
	margin-right: 12px;
}
.item_wd_w::before{
	content: "问";
	background: #71CD26;
}
.item_wd_d::before{
	content: "答";
	background: #209CDD;
}
.fs14{
    font-size: 14px;
}
.c999{
    color:#999;
}
.mt30{
    margin-top:30px;
}
.jcb{
    justify-content:space-between;
}
.fs24{
    font-size: 24px;
}
.flex1{
    flex：1;
}
.tar{
	text-align: right;
}
.ml6{
    margin-left:6px;
}
.jce{
    justify-content:end;
}
.fdc{
    flex-direction:column;
}
.pr{
    position:relative;
}
.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bl1e5{
	border-left: 1px solid #E5E5E5;
}
.ml24{
	margin-left: 24px;
}
.icon_triangle{
	width: 8px;
	height: 8px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	transform: rotate(45deg);
	margin-top: 3px;
	margin-left: 4px;
}
.icon_triangle_333{
	width: 9px;
	height: 9px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	transform: rotate(-135deg);
	margin-top: 4px;
	margin-left: 2px;
}
.icon_triangle_333_right{
	transform: rotate(45deg);
	margin-left: 0;
	margin-right: 2px;
}
.icon_triangle_blue{
	border-right: 1px solid #209cdd;
	border-top: 1px solid #209cdd;
	margin-left: 0;
	margin-top: 7px;
}
.list_answer{
	padding-bottom: 24px;
}
.list_answer::before{
	content: "";
	position: absolute;
	border-left: 1px dashed #CCC;
	left: 16px;
	height: calc(100% - 24px);
}
.list_answer::after{
	content: "END";
	position: absolute;
	color: #ccc;
	bottom: 0;
}
.list_answer li{
	padding-left: 56px;
}
.list_answer li:last-child{
	padding-bottom: 30px;
}
.list_answer li::before{
	content: counter(hota);
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	background: #209CDD;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	left: 0;
}
.list_answer li{
	counter-increment: hota;
}

table{
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-spacing: 0;
	width: 100%;
	margin: 20px auto 0;
	border-radius: 8px;
}
table tr:first-child{
	background: rgba(32,156,221,0.05);
}
table tr:last-child td:first-child{
	border-radius: 0 0 0 8px;
}
table tr:first-child td:last-child{
	border-radius: 0 8px 0 0;
}
table tr:last-child td:last-child{
	border-radius: 0 0 8px 0;
}
table tr td{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
	padding: 16px;
	line-height: 1.5;
	word-break: break-all;
}
