.blog-card {
	float: left;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 0px;
	padding: 0px 0px 25px;
	margin-bottom: 25px;
}
.blog-card:first-child{
	border-top: 1px solid #e2e2e2;
}
.blog-card:hover .blog-btn{
	background: var(--primary);
	color: #fff;
}
.blog-content {
	float: left;
    padding: 0px 15px 0px 0px;
}
.blog-img {
	display: block;
	width: 100%;
}
.daty {
	display: block;
	font-size: 42px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
	width: 100%;
}
.time {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}
.justify-content-center .col-lg-9 {
	padding-left: 20px;
	margin-right: 10px;
	width: 870px;
}
.justify-content-center .col-lg-3 {
	margin-left: 8px;
}
.blog-title{
    margin-bottom: 8px;	
}
.hengxian{
	width: 100px;
	height: 2px;
	background: #141414;
	display: block;
    margin-bottom: 8px;
}
.blog-btn{
	padding: 8px 25px;
    border: 1px solid #e2e2e2;
    margin-top: 15px;
	border-radius: 25px;
}
.inner-section{
	margin-bottom: 10px;
}
.pagination{
	margin-top: 25px;
	margin-bottom: 10px;
}
.blog-title a{
	color: #141414	
}
.single-banner::before {
	background: url(/wp-content/themes/twentytwentyone/static/picture/cpzlbg.jpg) center top no-repeat;
}
.header-top .container{
	padding: 0px 15px;
}