body{
	background-color: #F7F7F7;
}
.nav{
	height: 3rem;
}
.topnav{
	position: fixed;
	top: 0;
	width: 100%;
    height: 3rem;
    background: linear-gradient(to right,#32A5EB,#3BE0F6);
}
.topnav img{
	float: left;
    height: 2rem;
    margin: 0.5rem;	
}
.topnav span{
    color: white;
    font-size: 1rem;
    display: block;
    margin-left: 10rem;
    line-height: 3rem;
}
.left_lb{
	width: 7rem;
	height: 40rem;
	float: left;
	left: 0;
	border-right: 1px solid #E3E3E3;
}
.left_lb li{
	width: 7rem;
	text-align: center;
	border-bottom: 1px solid #E3E3E3;
	height: 5.5rem;
	background-color: #fff;
	color: #909090;
	line-height: 5.5rem;
}
.left_lb .lb_active{
	color: #18a8ee;
}
.cp{
	margin-bottom: 0.5rem;
}
.right_lb{
	margin-left: 7rem;
	background-color: #fff;
	padding: 0.5rem;
	border-bottom: 1px solid #E3E3E3;
	font-size: 0;
}
.right_lb li{
	display: none;
}
.right_lb_img{
    width: 5.5rem;
    height: 5rem;
    display: inline-block;
}
.right_lb_xq{
	display: inline-block;
	vertical-align: top;
	padding-left: 0.5rem;
}
.right_lb_xq h2{
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 2rem;
	color: #323232;
}
.right_lb_xq span{
	color: #909090;
	font-size: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right_lb_xq p{
	color: #ff6c3f;
	font-size: 0.7rem;
	font-weight: bold;
	line-height: 2rem;
}
