@charset "UTF-8";
@import url("common.m.css");
.compony-text {
	position: relative;
	width: 7.1rem;
	margin: 0 auto;
	padding: .1rem 0;
}
.compony-text-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 7.1rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.compony-text-left a {
	display: block;
	font-size: 18px;
	width: 3.4rem;
	height: 1rem;
	line-height: 1rem;
	border-bottom: solid 1px #ddd;
	color: #0071ce;
	text-align: center;
}
.compony-text-left a.focus {
	color: #333;
	border-bottom: solid 1px #333;
}
.compony-text-right {
	position: relative;
	width: 7.1rem;
	margin-top: .6rem;
}
.compony-text-right .article-list {
	position: relative;
}
.compony-text-right .article-list .article {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.compony-text-right .article-list .article-img {
	position: absolute;display:none;
	width: 2.3rem;
	height: 1.32rem;
}
.compony-text-right .article-list .article-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.compony-text-right .article-list .article-title {
	position: relative;
	margin-left: 0;
	font-size: .2rem;
	line-height: 1.4;
	color: #333;
}
.compony-text-right .article-list .article-time {
	position: relative;
	margin-top: .1rem;
	margin-left: 0;
	font-size: .14rem;
	color: #999;
}
.compony-text-right .load-more {
	display: block;
	width: 100%;
	height: .4rem;
	margin-bottom: .5rem;
	line-height: .4rem;
	font-size: .2rem;
	color: #0071ce;
	text-align: center;
	background-color: #eee;
}