.bodybox{
	width:1200px;
	background:#fff;
	margin:0 auto;
	padding:20px 30px;
	box-sizing:border-box;
}

.cc-title {
	width: 50px;
	height: 40px;
	margin-right: 40px;
	float: left;
	list-style: none;
	margin-bottom: 15px;
}

.cc-title h4 {
	line-height: 40px;
	text-align: right;
}

.cc-box {
	/*height: 40px;*/
	list-style: none;
	margin-bottom: 15px;
}

.cc-box a {
	margin-right: 10px;
	line-height: 40px;
	text-align: center;
	color: #333333;
	text-decoration: none;
}

.cc-box a:hover,.cc-box .red {
	color: #EE3300;
	text-decoration: underline;
}

.bigbox {
	height: 80px;
	margin-bottom: 0;
}