body { background: #f5f5f5; }
.header-top-info { background: #333; }
.header-nav { background: #fff; box-shadow: #cacaca 0 2px 6px 0; }
.header-nav .header-nav-menu-item-text:hover { color: #2baee9; }
.header-nav .router-link-active.header-nav-menu-item-text { color: #2baee9; }

.main { min-height: 600px; }

.footer { background: #333; }
.footer .contact-type-icon { color: #868686; }

.footer .quick-link-item-text { color: #868686; }
.footer .quick-link-item-text:hover { color: #f1f1f1; text-decoration: underline; }
.footer .quick-link-item .v-line { background: #868686; }

@media screen and (min-height: 800px) {
	.main { min-height: 800px; }
}


.home .left-box {  }
.home .banner-box { margin: 0 -5px; }
.home .banner-box-item { width: 33.33%; }

.home .price-type-box { border-bottom: 1px solid #f5f5f5; }

.home .right-box {  }
.home .right-box {  }
.home .article-cat-name .v-line { background: #2db7f5; }
.home .article-list-item::before {
	background: #ff6059;
	border-radius: 50%;
	content: "";
	height: 5px;
	width: 5px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
}

.el-pagination { padding: 0; }

.el-pagination.is-background .btn-next { margin-right: 0 }
