﻿.container .center{
        margin-top:80px;
}
.background-header{
	height: 90px;
	width: 100%;
}
.application{
	width: 1200px;
	margin: 0 auto;
}
.application-content{
	position: relative;
	width: 100%;
	height: 320px;
	margin-bottom: 50px;
	overflow: hidden;
}
.application-pic{
	width: 570px;
	height: 100%;
	float: left;
}
.application-pic img{
	width: 100%;
	height: 100%;
}
.application-text{
	width: calc(100% - 570px);
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 30px;
	background: #e7e8ed;
}
.application-text h5{
	font-size: 24px;
	margin-bottom: 30px;
        max-height:38px;
        overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.application-text div{
	font-size: 14px;
}
.application-text div span:nth-child(3){
	margin-left: 30px;
}
.application-text p{
	margin-top: 20px;
	line-height: 30px;
}
.view-details a{
display:block;
	cursor: pointer;
	margin-top: 20px;
	width: 160px;
	box-sizing: border-box;
	height: 40px;
	border: 1px solid #3695ff;
        color:#3695ff;
	text-align: center;
	line-height: 40px;
	background: transparent;
	transition: background .4s ease-in-out,color .4s ease-in-out,border .4s ease-in-out;
}
.view-details a:hover{
	border: 1px solid #226BBC;
	background: #226BBC;
	color: white;
}
.application-text p{
	font-size: 14px;
	line-height: 30px;
	height:90px;
	overflow: hidden;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
	position: relative; 
	margin-bottom: 25px;
}
.application-text .p-after::after{
	content: "..."; 
	position: absolute; 
	bottom: 0; 
	right: 6px; 
	padding-left: 3px;
    background: #E7E8ED
}
.arrow{
 	border-top:10px transparent dashed;
    border-left:20px transparent dashed;
    border-bottom:10px transparent dashed;
    border-right:20px #E7E8ED solid;
	position: absolute;
	left: 530px;
	top: 40px;
}