<style type="text/css">
#index_application{
	position: relative;
	top:0;
	left:0;
	width:1200px;
	height: 500px;
	overflow: hidden;
	font-family: 微软雅黑,Arial;
}
#index_application .active{
	position: relative;
	top:0;
	left:0;
	width:498px !important;
	height: 498px !important;
	box-shadow: 1px 1px 1px 1px #f8f8f8;
	border:1px #f8f8f8 solid;
	transition: 1s;
}
#index_application .list{
	position: relative;
	top:0;
	left:0;
	width:240px;
	height: 500px;
	overflow: hidden;
	cursor: default;
	float:left;
	transition: 0.5s;
}
#index_application .list .cover_pic{
	width:500px;
	height: 190px;
	overflow: hidden;
}
#index_application .list .cover_pic img{ 
	width:500px;
	height: 190px;
	overflow: hidden;
}
#index_application .list .cover{
	display: inline-block;
	text-align: center;
	position: absolute;
	top:190px;
	left:0;
	width:240px;
	height: 310px;
	overflow: hidden;
	background: #e8e8e8;
}
#index_application .list .cover .sign_title{
	display:inline-block;
    width: auto;
    height: 310px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
	margin: 75px 0;
	
}
#index_application .list .border{
	width:500px;
	height: 500px;
	background: #FFF;
	border:none;
	box-shadow: 1px 1px 1px 1px #f8f8f8;
        padding:20px;
}
#index_application .list .border .title{
	font-size:24px;
	line-height: 36px;
	color: #333;
	font-weight:bold;
	margin-bottom: 10px;
}
#index_application .list .border .content{
	font-size:14px;
	line-height: 24px;
	color: #bfbfbf;
	margin: 20px auto;
  
  display:-webkit-box; 

overflow:hidden; 

text-overflow:ellipsis;

-webkit-box-orient:vertical;

-webkit-line-clamp:5;
 display: -webkit-inline-box;
}
#index_application .list .border .more{
	width: 240px;
	height: 36px;
	font-size:14px;
	line-height: 36px;
	color: #FFF;
	margin-top: 30px;
	background: #45919f;
	text-align: center;
	border-radius: 10px;
}
#index_application .list .border .more a{
	display:block;
	text-decoration:none;
	color:#FFF;
}
#index_application .list:nth-child(1){
	background:#e8e8e8 !important;	
}
#index_application .list:nth-child(2){
	background:#e1e1e1 !important;	
}</style>