body .lw{
	background-color: #f7f8f9;
}
.wp-theme-3 .lw .bg-3{
	background-color: #f7f8f9;
}
.wp-theme-3 .lw .bg-5{
	background-color: transparent;
	border: none;
}
body .container{
	background-color: #fff;
	padding: 0 24px 16px;
}
section.slice{
	padding: 15px 0;
}
.about{
	margin: 20px 0 0;
}
.changjin .row{
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.wp-theme-3 .changjin .w-box{
	flex: 1;
	padding: 10px 20px;
	margin: 10px;
	border: none;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.wp-theme-3 .changjin .w-box:hover{
	box-shadow: 2px 4px 10px 4px rgb(0 0 0 / 10%);
}
.changjin .w-box h4{
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 5px 0 15px;
}
.row .img-responsive{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.w-box.w-box-inverse .img-responsive{
	height: auto;
}
.wp-theme-3 .lw .pg-opt{
	border: none;
	background-color: transparent;
}
body .bg-5 .container{
	padding-top: 20px;
}
.wp-theme-3 .w-box p{
	padding: 10px 0 0 0;
	/* font-family: "microsoft sans serif" !important; */
}
div.defect-content span{
	color: #2196f3;
	font-size: 30px;
}
div.defect-content{
	height: 150px;
}
div.news-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}