@charset "UTF-8";
.footer {
	background-color: #222;
	color: #aaa;
	padding-top: 20px;
	z-index: 100
}

@media (max-width:768px) {
	.footer {
		padding-bottom: 50px
	}
}

.footer .aricleList-page {
	padding: 0
}

.footer__title {
	color: #aaa;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 100;
  	border-bottom: solid 1px #666;
  	padding-bottom: 0.75rem;
}

.footer__contact {
	margin-bottom: 0;
	padding-left: 15px!important;
	padding-right: 15px!important
}

.footer__pages {
	padding-left: 15px!important;
	padding-right: 15px!important
}

.footer__contact-item {
	margin-bottom: 0.8rem;
	display: flex;
	align-items: baseline;
	color: #aaa
}

.footer__contact-item i {
	font-size: 1.3rem;
	color: #666;
	display: inline-block;
	width: 30px
}

.footer__contact-item a {
	color: #aaa;
	transition: all .3s
}

.footer__contact-item a:hover {
	color: var(--main-color)
}

.footer__contact-title {
	color: #eee;
	font-weight: 600
}

.footer__page-list {
	padding-left: 0;
	list-style: none
}

.footer__page-item {
	line-height: 1.8rem
}

.footer__page-item a {
	color: #eee;
	font-size: 17px
}

.footer__page-item a:hover {
	color: #eee;
	text-decoration: underline
}

.footer__bottom {
	padding: 10px 0 50px;
}

.footer__left {
	font-size: 14px;
	color: #aaa
}

.footer__left a {
	color: var(--main-color)!important;
	font-weight: 600
}

@media (max-width:991px) {
	.footer__left {
		margin-bottom: 15px
	}
}

.footer .categories-block {
	display: none
}

.footer .aricleList-page {
	margin-top: 0
}

.footer .mg-main-news-item .mg-list-news-img {
	display: none
}

.footer .mg-main-news-block {
	max-width: 100%;
	min-width: 100%;
	padding: 0!important
}

.footer .mg-news-main-desc {
	display: none
}

.footer .mg-news-info .tags {
	display: none
}

.footer .blog__more-link {
	display: none
}

.footer .mg-news-info {
	padding: 0
}

.footer .mg-back {
	display: none
}

.footer .mg-news-title {
	color: #eee;
	font-size: 21px;
	margin-bottom: 25px;
	font-weight: 600
}

.footer .mg-main-news-item {
	padding-bottom: 0;
	border-bottom: none
}

.footer .mg-news-date {
	display: none
}

.footer .mg-news-info .mg-news-title {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0
}

.footer .mg-news-info .mg-news-title:hover {
	color: var(--main-color)
}

.footer .mg-news-info .mg-news-title a {
	color: #aaa
}

.footer .mg-main-news-item {
	position: relative;
	padding-top: 0;
	margin-bottom: 10px;
	padding-left: 20px
}

.footer .mg-main-news-item:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "";
	color: #fff;
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 12px
}

.footer .mg-news-date__mobile {
	display: block;
	font-size: 13px;
	color: #eee
}

.footer__right {
	text-align: right
}