
.blog-card {
	float: left;
	background: #f2f6fb;
}
.blog-card:hover {
	background: #216eb6;
}
.blog-card:hover .blog-media {
	background: #ffffff;
}
.blog-card:hover .daty {
	color: #216eb6;
}
.blog-card:hover .time {
	color: #216eb6;
}
.blog-card:hover .blog-title a {
	color: #fff;
}
.blog-card:hover .blog-desc {
	color: #fff;
}
.blog-card:hover .hengxian {
	background: #fff;
}
.blog-media {
	width: 100px;
	height: 100px;
	background: #216eb6;
	float: left;
}
.blog-content {
	width: calc(100% - 130px);
	float: left;
}
.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 {
	margin-left: 20px;
	width: 860px;
	margin-right: 10px;
}
.justify-content-center .col-lg-3 {
	margin-left: 8px;
}
.blog-details-navigate{
	background: #f2f6fb;
	border: 1px solid #dee3e8;
	border-top: 0px;
}
.justify-content-center .col-lg-9 .blog-details{
	background: #f2f6fb;
}
.blog-title {
	margin-bottom: 8px;
}
.hengxian {
	width: 100px;
	height: 2px;
	background: #004ea2;
	display: block;
	margin-bottom: 8px;
}
.blog-details-title{
	font-size: 24px;
}
.single-banner::before{
	background: url(/wp-content/themes/twentytwentyone/static/picture/jisubg.jpg) center top no-repeat;
}
.header-top .container{
	padding: 0px 15px;
}