.technology {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.dibaioOne {
	width: 380px;
	height: 300px;
	border: 2px solid #eee;
	box-sizing: border-box;
	position: relative;
	margin: 20px 20px 0 0;
	float: left;
}

.dibaioOne:nth-child(3n) {
	margin-right: 0;
}

.dibaioOne .swiBtn {
	padding: 18px 15px;
}

.dibaioOne .btnTile {
	font-size: 16px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}

.dibaioOne .btnContent {
	font-size: 14px;
	color: #999;
	word-break: break-all;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
}

.dibaioOne .swiTop {
	height: 230px;
}

.dibaioOne .swiTop img {
	height: 100%;
}

/* 悬浮后出现 */
.hoverCome {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	
}
.hoverCome>a{
	    display: block;
	    height: 100%;
	    width: 100%;
}
.hoverCome .hoverTop {
	width: 100%;
	    height: 75%;
	position: relative;
	transform: scale(0);
	transition: all .5s;
}

.hoverCome .hoverTop .more {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -23px;
}

.hoverCome .hoverBtn {
	height: 75px;
	background-color: #FA4F1C;
	padding: 25px 5px 20px 20px;
	display: none;
	transition: all .5s;
}

.hoverCome .hoverBtn p {
	color: #fff;
}

.hoverCome .hoverBtn p:first-child {
	line-height: 38px;
	font-weight: bold;
}

.hoverCome .hoverBtn p:last-child {
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.hoverCome .bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.dibaioOne:hover {
	border-color: #FA4F1C;
}

/* .dibaioOne:hover .hoverCome .hoverTop {
	transform: scale(1);
} */

.dibaioOne:hover .hoverCome .hoverBtn {
	display: block;
}
