body{background-color: #fff;}
#main{
	margin-top: 160px;
}
#main .left-nav{
	width: 300px;
	height: 440px;
	border:1px solid #e2e2e2;
	float: left;
	background-color: #f7f7f7;
}
#main .left-nav .title{
	height: 77px;
	line-height: 77px;
	/*background-color: #ffa144;*/
	font-size: 28px;
	color: #fff;
	text-align: center;
	background:url("../images/cz-title.png") no-repeat 100px 30px #ffa144;
	text-indent: 30px;
}
#main .left-nav .nav-item{
	height: 60px;
	line-height: 60px;
	padding-left: 38px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px dashed #e2e2e2;
}
#main .left-nav .nav-item > a{
	color: #333;
	display: block;
}
#main .left-nav .nav-item.active{
	background: url("../images/nav-item-bg.png") no-repeat 23px center;
	color: #f34641;
}
#main .left-nav .nav-item.active > a{
	color: #f34641;
}

#main .right-content{
	margin-left: 350px;
	border:1px solid #e2e2e2;
	min-height: 500px;
}
#main .right-content .top{
	height: 52px;
	line-height: 52px;
	background-color: #ececec;
	text-indent: 26px;	
	position: relative;
}
#main .right-content .top .title{
	font-size: 22px;
	color: #333;
	line-height: 52px;
}
#main .color-red{
	color: #f34641;
}
#main .color-success{
	color: #07d359;
}
#main .detaillist{
	margin: 50px 85px;
}

#main .detaillist table{
	width: 700px;
	border:1px solid #d6d6d6;;
}
#main .detaillist table thead{
	line-height: 44px;
	font-size: 16px;
}
#main .detaillist table tbody{
	line-height: 40px;
	color: #999;
	text-align: center;
}
#main .detaillist table .detail-link{
	color: #333;
	text-decoration: underline;
}

@media (max-width: 767px) {
	#main{
		margin-top: 30px;
	}

	#main .left-nav {
		float: none;
		width: 100%;
		height: auto;
	}

	#main .left-nav .title {
		font-size: 18px;
		height: 60px;
		line-height: 60px;
		background-size: 20px 16px;
		background-position: 10px 22px;
		text-align: left;
		text-indent: 40px;
	}

	#main .left-nav .nav-item {
		height: 50px;
		line-height: 50px;
		padding-left: 30px;
	}

	#main .left-nav .nav-item.active {
		background-position: 15px;
	}

	#main .left-nav .nav-item > a {
		font-size: 16px;
	}

	#main .right-content {
		width: 100%;
		margin: 0;
		min-height: auto;
	}

	#main .right-content .top {
		height: 50px;
		line-height: 50px;
	}

	#main .right-content .top .title {
		font-size: 18px;
		line-height: 50px;
	}

	#main .detaillist {
		margin: 0;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	#main .detaillist table {
		width: 100%;
	}
}