.con_all{
	margin-top: 46px;
	margin-bottom: 80px;
}
.con_ever{
	border-radius: 10px;
border: 1px solid #EEE;
overflow: hidden;
margin-right: 1.388%;
width: 49.30%;
margin-top: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;

}
.con_ever:nth-child(2n){
	margin-right:0
}
.con_evertop{
	padding: 39px 40px 30px 40px;
	background: #fff;
}
.con_everbottom span:nth-child(1){
	color: #333;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	position: relative;
}
.con_everbottom span:nth-child(1)::after{
	position: absolute;
	content: '';
	background: #912822;
	width: 26px;
height: 1px;
bottom: -20px;
left: 0;

}
.con_everbottom span:nth-child(2){
	color: #CCC;
font-family: DIN;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}
.con_everbottom{
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.con_everbottom1{
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	align-items: center;
}
.con_everbottom1:nth-child(4){
	border-bottom:none;
	padding-bottom: 0px;
}
.con_everbottom1top{
	display: flex;
	flex-direction: column;
	width: 70%;
	
}
.con_everbottom1top span:nth-child(1){
	color: #912822;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
margin-bottom: 10px;
margin-top: 20px;
}
.con_everbottom1top:nth-child(1) span:nth-child(1){
	margin-top: 20px;
}
.con_everbottom1top span:nth-child(2){
	-webkit-line-clamp: 1;/*设置了最大显示行数为2行，超出的内容将被隐藏。*/
display: -webkit-box;/*声明将元素以flex盒子布局方式显示*/
-webkit-box-orient: vertical;/*设置了盒子的主轴方向为垂直方向*/
overflow: hidden;/*声明当内容溢出容器时进行隐藏。*/
text-overflow: ellipsis;/*声明当文本溢出容器时使用省略号表示*/
	color: #333;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.con_everbot a{
	display: block;
	background: #F9F9F9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 27.61px 42.54px 25.83px 39.99px;
}
.con_box{
	display: flex;
	flex-wrap: wrap;

}
@media(max-width:768px){
	.con_ever{
		width: 100%;
	}
	.con_ever {
		border-radius: 10px;
		border: 1px solid #EEE;
		overflow: hidden;
		margin-right: 0;
	}
	.con_everbottom1 img{
width: 25px;
height: 25px;
	}
	
}

