#aps_box{
	width: 1260px;
	height: 500px;
	/*border: 1px solid saddlebrown;*/
}
#aps_left,#aps_right{
	float: left;
	/*border: 1px solid #00BFFF;*/
}
#aps_left{
	width: 456px;
	height: 100%;
	padding: 0 25px;
}
#aps_right{
	width: 750px;
	height: 100%;
	background-image: url(../img/sucai/p9.png);
	background-repeat: no-repeat;
	background-size: 750px 500px;
	transform: scale(1);
}

#aps_titile{
	padding: 15px 0;
}
#aps_titile a{
	text-decoration: none;
	color: royalblue;
}
#aps_intro{
	line-height: 2em;
	text-indent: 2em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
}
#aps_intro a{
	text-decoration: none;
	color: black;	
}
#aps_d{
	margin-left: 150px;
}
#apsdownload{
	width: 150px;
	height: 40px;
	margin-top: 20px;
	text-align: center;
	/*padding-top: 5px;*/
	line-height: 2.5em;
	color: white;
	font-size: 12pt;
	background-color: #D20029;
	background: linear-gradient(to right,#FF5B2F,orangered,red);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/*border: 1px solid black;*/
	cursor: pointer;
}
#apsdownload:hover{
	width: 150px;
	height: 40px;
	/*color: blue;*/
	background: linear-gradient(to right,#FF5B2F,orangered,orangered);
}
 #apslist{
	width: 150px;
	height: 120px;
	background-color: white;
	font-size: 12pt;
	line-height: 2.5em;
	color: black;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid gainsboro;
	list-style: none;
	cursor: pointer;
	display: none;
}
#apslist a{
	color: black;
	cursor: pointer;
	text-decoration: none;
}

#apslist div:hover{
	width: 150px;
	background-color: gainsboro;
}
