.main-items {}
.main-items .item,
.box-others .item {
	padding:15px;
}
.main-items .inner-item,
.box-others .inner-item {
	-webkit-box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	height: 100%;
	overflow: hidden;
}
.main-items .item-summary,
.box-others .item-summary {
	padding: .75rem;
}
.main-items .item-title,
.box-others .item-title {
	border-bottom:none;
	font-size:16px;
	font-weight:600;
	display:block;
	margin-bottom:.75rem;
	padding-bottom:.75rem;	
	position:relative;
}
.main-items .item-title::after,
.box-others .item-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -25px;
	right: -25px;
	border-bottom: 1px solid #5ce0e5;
}
.main-items .readmore,
.box-others .readmore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.sidebar .box-article .item {
	padding: 10px 0;
	border-top: 1px dashed #999;
}
.sidebar .box-article .item:first-child {
	border: none;
}
.sidebar .box-article .item-thumb {
	padding-right: 10px;
	flex:0 0 110px;
}
.sidebar .box-article .item-title {
	font-size:14px;
	padding-bottom: 3px;
	margin-bottom: 0;
}

.detail-view .post-at {
  font-size: 13px;
  padding-top: 5px;
}
.detail-view .post-at .far {
  font-size: 14px;
}
.detail-view .tools {
  margin: 5px 0;
  padding: 5px;
  background: #31374d;
  color: #fff;
}
.detail-view .tools.detail-info {
  padding: 3px 5px;
}
.detail-view .tools.sn-tool {
  border-top: 3px double #ccc;
}
.detail-related {}
.detail-related .item {
	padding: 5px 15px;
	position: relative;
}
.detail-related .item::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background:#29a9e1;
	left: 0px;
	top: 10px;
}
.detail-related .item-title {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.5;
}
.detail-related .item-title a {
	color:#29a9e1;
}
.detail-short {
  text-align: justify;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 20px;
}
.box-others .item {
    width: 100%;
}
.box-others .item-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.others-items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.others-item {
    padding: 5px;
}
.others-item:nth-child(2n) {
    background:#ececec;
}
.others-item-title {
    font-size:.9rem;
    margin-bottom:0;
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.others-item-title a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight:900;
    margin-right: 5px;
}

