svg {
    vertical-align: middle;
}
/* 面包屑 */
.position {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
.breadcrumb {
	/* 背景图片定位 左边距 1.38rem 垂直居中 */
	background: url("../images/icon/ico_map.png") left center no-repeat;
	padding: 0;
	/* margin-bottom: 1.875rem; */
	padding-left: 1.5rem;
	font-size: 14px;
	color: #999999;
}
.breadcrumb-item a{
	color: #999999;
}
.breadcrumb .active{
	color: #999999;
}
/* 面包屑 end */

.single-sidebar-widget {
	/* width: 15rem; */
    padding: 35px 30px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
	border-radius: 10px;
}

.single-sidebar-widget .wid-title{
	margin-bottom: 1.5625rem;
}

.single-sidebar-widget .wid-title h3 {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
}

.single-sidebar-widget .wid-title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    background-color: #cf3118;
}

.single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.single-sidebar-widget .news-widget-categories ul li {
    display: flex;
	cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 22px 20px;
    background-color: #fff;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border: 1px solid #d4dcff;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
	color: #fff;
	border-radius: 10px;
}

.single-sidebar-widget .news-widget-categories ul li a {
	display: flex;
	width: 100%;	
	align-items: center;
	justify-content: space-between;
}

.single-sidebar-widget .news-widget-categories ul li a span {
    font-weight: 500;
    font-size: 1.125rem;
    text-transform: capitalize;
}

.single-sidebar-widget .news-widget-categories ul li a i {
    color: #242538;
    display: inline-block;
    font-size: 1.6rem;
}

.single-sidebar-widget .news-widget-categories ul li a i svg {
    stroke: #242538;
}


.single-sidebar-widget .news-widget-categories ul li.active a {
    color: #fff;
}
.single-sidebar-widget .news-widget-categories ul li.active {
    background-color: #cf3118;
}
.single-sidebar-widget .news-widget-categories ul li.active a i svg{
    stroke: #fff;
}

.single-sidebar-widget .news-widget-categories ul li:hover {
	background-color: #cf3118;
}
.single-sidebar-widget .news-widget-categories ul li:hover a {
	color: #fff;
}
.single-sidebar-widget .news-widget-categories ul li:hover a i svg {
    stroke: #fff;
}

.article-box {
    background-color: #f7f7f7;
    margin-bottom: 30px; 
    border-radius: 10px;
}

.post-content h3 {
	/* 居中 */
	display: flex;
	justify-content: center;
	padding-top: 25px;
    margin-bottom: 20px;
    font-size: 26px;
	font-weight: 600;
    line-height: 140%;
}

.post-content .post-list {
	/* 居中 */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    gap: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #D4DCFF;
    padding-bottom: 20px;
}
.post-content .post-list li {
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	color: #aaa;
}
.post-content .post-list li i {
    font-size: 1.2rem;
    color: #aaa;
    margin-right: 5px;
}

.post-content .body {
	margin-bottom: 20px;
}

.post-content .body h3 {
	font-weight: bold;
	color: #1ACCA1;
	margin-bottom: 1.875rem;
}

.post-content .body p {
	text-indent: 2em;
	line-height: 1.625rem;
	margin-bottom: 1.25rem;
	text-align: justify;
	text-justify: distribute;
}

.post-content .body p>img {
	display: block;
	max-width: 100%;
	margin: 1.875rem auto;
}

.post-content .body dl {
	padding: 1.25rem 1.875rem 0.625rem;
	background-color: #F2F4F6;
	margin-bottom: 1.875rem;
}

.post-content .body dl dt {
	font-weight: bold;
	color: #1ACCA1;
	text-indent: 2rem;
	padding: 0.625rem 0 1.25rem;
	position: relative;
}

.post-content .body dl dt::before {
	position: absolute;
	left: 0;
	top: 0.75rem;
	display: block;
	content: "";
	width: 0.25rem;
	height: 1.375rem;
	background: #1ACCA1;
}
@media (max-width: 992px) {
	.breadcrumb {
		margin-bottom: .375rem;
	}
	.single-sidebar-widget {
		padding: 15px 10px;
		background-color: #f3f7fb;
		margin-bottom: 10px;
		border-radius: 5px;
	}
	.single-sidebar-widget .news-widget-categories ul li {
		padding: 10px 15px;
	}
}