.utf_post_list {
	padding: 0;
}

.utf_post_list li {
	list-style: none;
	border-bottom: 0.5px solid black;
}

.utf_post_list li .catTitle {
	color: dimgray;
	font-size: 14px;
}

.utf_block_title {
	border-bottom: none !important;
}

.utf_post_title.video {
	font-size: 14px;
}

section,
.section-padding {
	padding: 20px 0;
	position: relative;
}

.folder-item {
	width: 100%;
	height: 125px;
	margin-bottom: 25px;
	border-left: 3px solid orange;
	align-items: center;
	display: flex;
}

.folder-item .num {
	margin-right: 45px;
	margin-left: 15px;
	font-size: 3em;
}

.folder-item.last {
	margin-bottom: 0;
}

.mews-05-area {
	position: relative;
	background-size: cover;
	background-position: center center;
}

.mask {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}

.area-title {
	position: relative;
}

.area-title h3 {
	color: #ffffff;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}

.area-title::before {
	position: absolute;
	height: 1px;
	width: 30px;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffff;
	bottom: 0;
}

.footer-social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social-icon a {
	margin: 0;
	overflow: unset;
	margin-right: 10px;
	line-height: unset;
	height: 30px;
	width: 30px;
}
.footer-social-icon a span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.appstores {
	display: flex;
	justify-content: center;
	align-items: center;
}

.appstores .el-col {
	width: 50%;
}

.footer-title {
	color: white;
}

.footer {
	padding-bottom: 0;
	padding-top: 25px;
}

.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-40 {
	margin-top: 40px;
}

.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-40 {
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.container {
		max-width: 976px;
	}

	.utf_post_list li div {
		line-height: 2em;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}

	.pad-r {
		padding-right: 6px;
	}

	.pad-l {
		padding-left: 6px;
	}

	.utf_post_list li .catTitle {
		color: dimgray;
		font-weight: bold;
	}

	.utf_post_list li .catTitle {
		font-size: 17px;
	}

	.utf_post_list li div {
		line-height: 3em;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1340px;
	}

	.pad-r {
		padding-right: 8px;
	}

	.pad-l {
		padding-left: 8px;
	}

	.utf_post_list li .catTitle {
		font-size: 17px;
	}

	.utf_post_list li div {
		line-height: 3em;
	}
}

.utf_post_list li .catTitle {
	font-size: 16px;
}

.utf_post_title,
.utf_post_title.title-small {
	font-size: 18px;
}

.utf_block_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.utf_block_header span {
	font-size: 1.5em;
	font-weight: bold;
}

figure img {
	width: 100%;
}

.copyright {
	padding: 10px 0 !important;
}
