.qiyejieshao,
.index-min .qiyerongyu {
	width: 96%;
	border-radius: .4rem;
	padding: 5px 5% 10px 5%;
	background-color: white;
	/* margin-top: 10px; */
	margin: 10px auto;
}

.qiyejieshao .title,
.index-min .qiyerongyu .title {
    font-size: 1.3rem;
	text-align: center;
	padding: 10px 0 15px 0;
	position: relative;
}

.qiyejieshao .title::before,
.index-min .qiyerongyu .title::before {
	content: '';
	position: absolute;
	top: 42%;
	right: 62%;
	margin: 0 auto;
	width: 6%;
	height: 1px;
	background-size: 100%;
	background-color: #333;
}

.qiyejieshao .title::after,
.index-min .qiyerongyu .title::after {
	content: '';
	position: absolute;
	top: 42%;
	left: 62%;
	margin: 0 auto;
	width: 6%;
	height: 1px;
	background-size: 100%;
	background-color: #333;
}

.qiyejieshao .info {
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.index-min .qiyerongyu .info {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.index-min .qiyerongyu .info img {
	width: 45%;
	border-radius: 5px;
}

.qiyejieshao a,
.index-min .qiyerongyu a {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2rem;
	border: 1px solid #999999;
}
.cont .video {
	width: 96%;
	margin: 0 auto 10px;
	height: 200px;
	border-radius: .4rem;
	/* padding: 2.5%; */
	background-color: #a00a0a;
}

.cont .video video {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

