.company-info p {
	margin-bottom: 0.2rem;
	line-height: 1.6;
	text-align-last:left ;
	/*font: normal normal 16px/34px "微软雅黑";*/
}
.banner {
	width: 7.5rem;
	height: 4.3rem;
	background: url(../images/ind-banner.png)no-repeat center;
	background-size: 7.5rem 4.3rem;
}
.videoBox{
	width: 7.5rem;
	height: 3.8rem;
	background-color: black;
}
.play{
	width: 100%;
	height: 100%;
}
.aboutBox {
	width: 7.5rem;
	box-sizing: border-box;
	padding: 0.39rem 0.24rem;
	background-color: #013566;
	font-size: 0.28rem;
	color: #FFFFFF;
}
.aboutItem {
	text-indent:2em;
	margin-bottom: 0.5rem;
	line-height: 1.6;
}
.partnerBox {
	width: 7.5rem;
	min-height: 5.9rem;
	background-color: #DCDDDD;
	position: relative;
	box-sizing: border-box;
	padding-top: 0.5rem;
	z-index: 0;
}
.partnerTitle {
	width: 100%;
	height: 1.57rem;
	background: url(../images/ind-partnerTitle.png)no-repeat center;
	background-size: 5.48rem 1.57rem;
	position: absolute;
	bottom: -1rem;
}

.partnerImg {
	width: 98%;
	margin: 0 auto;
	min-height: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	/* background: url(../images/ind-partner.png)no-repeat center;
	background-size: 7.05rem 2.47rem; */
}
.logo-minbox{
	width: 7.5rem;
	display: flex;
	align-items: center;
}
.logo-img{
	width: 1.34rem;
	height: 0.6rem;
}
.logo-img:last-child{margin-left:.3rem;}
.logo-minbox img{
	width: 1.34rem;
	height: 0.6rem;
}
.partnerImg li{margin-top: 5px;}
.partnerImg li img{
	width: 1.34rem;
	max-height: 0.6rem;
	/*height: 0.6rem;*/
}
.newList {
	width: 7.5rem;
	box-sizing: border-box;
	padding: 0 0.26rem;
	position: relative;
	padding-top: 0.8rem;
	z-index: 0;
}
.newstitle {
	width: 5.48rem;
	height: 1.57rem;
	background: url(../images/ind-partnerNews.png)no-repeat center;
	background-size: 5.48rem 1.57rem;
	position: absolute;
	top: -0.6rem;
	left: calc(50% - 2.74rem);
}
.more {
	width: 1.5rem;
	background: url(../images/more-right.png)no-repeat right;
	background-size: 0.3rem 0.3rem;
	font-size: 0.28rem;
	color: #333333;
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
}
.newsItem {
	width: 100%;
	height: 2.24rem;
	border-bottom: 1px solid #F2F2F2;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0.24rem 0;
}

.newsItem:last-child {
	border: none;
}
.newsImg {
	width: 2.6rem;
	height: 1.7rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.newsImg img {
	width: 100%;
	height: 100%;
}

.newsInfo{
	width: 4.1rem;
}
.title {
	font-size: 0.3rem;
	color: #333333;
	margin-bottom: 0.08rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cont {
	font-size: 0.26rem;
	height: 0.71rem;
	color: #666666;
	margin-bottom: 0.16rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.time {
	font-size: 0.26rem;
	color: #999999;
}
