body{
	margin: 0px;padding: 0px;
	background: #f1f1f1;
}
/*头部导航*/
.header,.foot{
	background: #563d7c;width: 100%;height: 50px;
}
.header .title{
	line-height: 50px;font-size: 18px;color: #fff;float: left;
}
.header .search{
	width: 300px;float: left; line-height: 50px;margin-left: 50px;
}
.header .search input{
	float: unset;
}

.header .login-reg{
	float: right;line-height: 50px;
}
.header .login-reg button{
	margin-left: 15px; padding: 6px 25px;
}
.header .login-reg  img{
	width: 40px;height: 40px;border-radius: 50px; margin-right: 20px;
}

/*页面部分*/
.main{background:#fff;margin: 20px auto; border-radius: 4px;border: 1px solid #cdcdcd;}
.main .left-container{min-height: 600px;border-right: 1px solid #cdcdcd; }
.main .cates{color: #666;font-size: 16px;margin-top: 20px;border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; 
}
.main .main-right{
	border-left: 1px solid #cdcdcd;
}
.main .cate-list .cate-itme{
	/*line-height: 30px;*/
	 margin: 10px 0px;
}

.main .nav{
	margin-top: 28px;border-bottom: 1px solid #f1f1f1;
}
.main .nav a{
	float: right;color: #666;  padding: 0px 10px;  padding-bottom: 3px;
}
.main .nav .active{
	font-weight: bold; border-bottom: 2px solid #337ab7; 
}
.main .content-list .content-itme{
	padding: 5px 0px;border-bottom: 1px solid #f1f1f1; width: 100%;float: left;
}
.main .content-list .content-itme img{
	float: left; border-radius: 6px; margin: 5px; width: 50px;height: 50px;
}
.main .content-list .content-itme .cont{
	float: left;  margin: 5px; height: 50px; margin-left: 15px;font-size: 12px; padding: 5px 0px;
}
.main .content-list .content-itme .cont p  span{
	margin-right: 20px; color: #094af7;
}
/*页面底部 */
.foot{
	height: 40px;
}
.foot span{
	line-height: 40px;color: #fff;font-size: 16px;
}