.article{
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;

}
.article-img>img{
	width: 238px;
	height: 178px;
	border: 1px solid #e3e3e3;

}

.article-right{
	display: flex;
	flex-direction: column;

}
.article-title{
	font-size: 18px;
 	margin-left: 20px;
 	margin-bottom: 20px;
 	line-height: 25px;
    letter-spacing: 2px;
    font-weight: bold;
}
.article-content{
	font-size :16px;
	margin-left: 20px;
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
	line-height: 25px;
    letter-spacing: 2px;
}
.font-btn{
	color:#fff;
	display: inline-block;
 	background: #f1403f;
 	font-size: 16px;
}
.empty-msg{
	font-size: 18px;
	 display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.company-module{
	display: flex;
	flex-direction: row;
 	justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.company-module-item{
	display: flex;
 	justify-content: center;
    align-items: center;
	font-size: 22px;
	width: 145px;
	height: 30px;
	background: #6096E6;
	margin-left: 20px;
	color: #FFFFFF;
	border-radius:8px;
	border:1px solid #4772B3;
}
.company-module-item>a{
	color:#FFFFFF;
}
.more-msg{
	font-size: 18px;
	 display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.loading-img{
	font-size: 18px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}