body{
	background:#f7f7f7;
}
#topImg{
	min-height:100px;
}
#topImg img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
#topImg .bottom-line{
	height:4px;
	background:#94bfff;
}

/* 当前位置 */
#map{
	height:50px;
	background:#fff;
}
#map .center{
	max-width:80%;
	min-width:1024px;
	margin:0 auto;
	line-height:50px;
	color:#666;
}
#map a{
	color: #999;
    font-size: 14px;
}
#map a:hover{
	text-decoration:underline;
}
#map ol li{
	display:inline-block;
}
#map ol li.item:after{
	padding: 0 6px;
    color: #999;
    content: "/\00a0";
}
#map ol li.item:last-child:after{
	content: "";
}
#main{
	max-width:80%;
	min-width:1024px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}
/* 侧栏 */
#left{
	background:#fff;
	width:20%;
	padding: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	float:right;
}
#leftNav ul li:first-child{
	margin:0;
}
#leftNav ul li{
	margin-top:5px;
}
#leftNav ul li a{
	display:block;
	height:40px;
	border-radius:4px;
	overflow:hidden;
	border:1px solid #dedede;
	line-height:40px;
	text-indent:30px;
	background:url('/skin/view/page/img/nav_bg.png');
	font-size:15px;
	position:relative;
}
#leftNav ul li a:before{
	content:'';
	display:block;
	position:absolute;
	left:14px;
	top:20px;
	width:8px;
	height:2px;
	background:#f00303;
}
#leftNav ul li a.active,#leftNav ul li a:hover{
	color:#fff;
	background:url('/skin/view/page/img/nav_bg_hover.png');
	border:1px solid #ce0909;
}

/* 为您推荐 */
#rec{
	padding-top:20px;
}
#rec strong{
	font-size:16px;
	line-height:36px;
	padding:10px 0;
	font-weight:500;
	color: #555555;
}
#rec ul{
	border:1px solid #f0f2f5;
	border-bottom:none;
	border-radius:3px;
	overflow:hidden;
}
#rec ul li{
	border-bottom: 1px solid #f0f2f5;
}
#rec ul li a{
	display:block;
	padding:7px 10px;
	line-height:18px;
	font-size:13px;
	color:#555555;
}
#rec ul li a:hover{
	color:#94bfff;
}

/* 列表 */
#right{
	width:78.5%;
	float:left;
	background:#fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 30px;
}
#list ul li:first-child{
    padding-top: 0;
}
#list ul li{
	display:block;
	padding: 15px 0;
	overflow:hidden;
}
#list ul li .main{
	display:flex;
}
#list ul li .imgbox{
	width:170px;
	height:100px;
	margin-right:15px;
}
#list ul li .imgbox img{
	width:170px;
	height:100px;
	display:block;
}
#list ul li h2{
	margin: 0 0 20px;
    font-size: 22px;
}
#list ul li h2 a{
	color:#333;
    position: relative;
}
#list ul li h2 a:hover{
	color:#94bfff;
}
#list ul li .desc{
	color: #666;
    margin-bottom: 10px;
    font-size: 13px;
}
#list ul li .bottom{
	display:inline-block;
    font-size: 16px;
    color: #999;
	width:180px;
	padding:10px 0 20px 0;
	border-bottom:1px solid #ccc;
	transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
#list ul li .bottom span{
	margin-right:20px;
}
#list ul li .bottom span .hit{
	margin-left:5px;
}
#list ul li .bottom span .iconfont{
	font-size:18px;
}
#list ul li:hover .bottom{
	width:100%;
}


/* 分页 */
#page{
	padding:10px 0;
	clear:both;
	width:100%;
	border-radius:3px;
}
#page ul{
	float:left;
}
#page ul li{
	display:inline-block;
	width:34px;
	height:32px;
	border:1px solid #eaeaea;
	font-size:14px;
	background:#fff;
	cursor:pointer;
	text-align:center;
	margin:0 2px;
	color:#333;
}
#page ul li.active{
	color:#fff;
	background:#94bfff;
}
#page ul li:hover{
	background:#f7f7f7;
}
#page ul li.active:hover{
	background:#94bfff;
}

#page ul li:first-child{
	border-left:1px solid #e4eaec;
}
#page ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:32px;
	color:#333;
}
#page ul li span{
	display:block;
	width:100%;
	height:100%;
	line-height:32px;
}
#page .nowPage{
	float:left;
	background:#fff;
	display:block;
	height:32px;
	padding:0 10px;
	line-height:32px;
	border:1px solid #eaeaea;
	color:#333;
	margin-left:5px;
}