.box{
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	border: 1px solid #B2B2B2;
}
.box-left{
	width: 40%;
	height: 100%;
	display: inline-block;
	border-right: 2px solid #1e4ba7;
}
.box-left-top{
	text-align: center;
	font-weight: 600;	
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	background-color: red; /* 浏览器不支持时显示 */
    background-image: linear-gradient(#f3f3f3, #DDD);
}
.box-right-top{
	height: 35px;
	line-height: 35px;
	background-color: red; /* 浏览器不支持时显示 */
	background-image: linear-gradient(#f3f3f3, #DDD);
}
.box-right{
	width: 59.8%;
	height: 100%;
	float: right;
	display: inline-block;
}
.btnclass{
	background: #FFF;
	color: royalblue;
	border: 1px solid skyblue;
	float: right;
    margin-right: 15px;
	height: 25px;
    line-height: 12px;
	margin-top: 5px;
}
.box-right-content{
	width: 100%;
	height: 100%;
}
.btnclass:hover{
	color: #01AAED;
}