.content-container {
	width: 1190px;
	margin: 20px auto 0;
}

#breadcrumb a,
#breadcrumb span {
	float: left;
	color: #666;
	font-size: 14px;
	margin-right: 10px;
}

#breadcrumb a:hover {
	color: #ff7300;
}

#content .content-left {
	float: left;
	margin-top: 10px;
}

#content .content-left .left-menu {
	width: 235px;
}

#content .content-left .left-menu .mainmenu-item,
#content .content-left .left-menu .submenu-item {
	float: left;
	width: 235px;
}

#content .content-left .left-menu .mainmenu-item {
	margin-bottom: 1px;
}

#content .content-left .left-menu .mainmenu-item a,
#content .content-left .left-menu .submenu-item a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-indent: 65px;
}

#content .content-left .left-menu .submenu-item a {
	color: #666;
	background-color: #f2f2f2;
}

#content .content-left .left-menu .submenu-item a.hover {
	color: #ff7300;
}

#content .content-left .left-menu .submenu-item a.active {
	color: #ff7300;
}

#content .content-left .left-menu .mainmenu-btn {
	position: relative;
	color: #fff;
	background-color: #fe7201;
}

#content .content-left .left-menu .mainmenu-btn i {
	position: absolute;
	display: block;
	width: 11px;
	height: 40px;
	top: 0;
	right: 20px;
	background: url(../images/icon/icon-plus-1.png) no-repeat center;
}

#content .content-left .left-menu .mainmenu-btn.expanded i {
	background: #fe7201 url(../images/icon/icon-minus-1.png) no-repeat center;
}

#content .content-right {
	float: left;
	width: 883px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 25px;
	border: 1px solid #ddd;
}

#content .content-right .title {
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #333;
}

#content .content-right .panel-detail {
	margin-top: 25px;
	padding: 25px 20px;
	border: 1px solid #ddd;
	border-top: 2px solid #ff7300;
}

#content .content-right .panel-detail .row {
	line-height: 25px;
}

#content .content-right .panel-detail label {
	width: 60px;
	color: #666;
	margin-right: 5px;
}

#content .content-right .panel-detail span {
	color: #333;
}

#content .content-right .panel-list {
	margin-top: 25px;
	border: 1px solid #ddd;
	border-top: 2px solid #ff7300;
}

#content .content-right .panel-list .panel-title {
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #ddd;
	background-color: #f2f2f2;
}

#content .content-right .panel-list .list {
	max-height: 450px;
	overflow: hidden;
}

#content .content-right .panel-list .list .header {
	line-height: 49px;
	padding-left: 60px;
	border-bottom: 1px solid #ddd;
}

#content .content-right .panel-list .list .row {
	line-height: 39px;
	padding-left: 60px;
	border-bottom: 1px dotted #ddd;
}

#content .content-right .panel-list .list .header .h1,
#content .content-right .panel-list .list .header .h2,
#content .content-right .panel-list .list .header .h3,
#content .content-right .panel-list .list .header .h4 {
	float: left;
	font-size: 16px;
	color: #333;
}

#content .content-right .panel-list .list .row .r1,
#content .content-right .panel-list .list .row .r2,
#content .content-right .panel-list .list .row .r3,
#content .content-right .panel-list .list .row .r4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#content .content-right .panel-list .list .row .r1,
#content .content-right .panel-list .list .row .r4 {
	float: left;
	color: #c11920;
}

#content .content-right .panel-list .list .row .r2,
#content .content-right .panel-list .list .row .r3 {
	float: left;
	color: #666;
}


#content .content-right .panel-list .list .header .h1,
#content .content-right .panel-list .list .row .r1 {
	width: 200px;
}

#content .content-right .panel-list .list .header .h2,
#content .content-right .panel-list .list .row .r2 {
	width: 240px;
	text-align: center;
}

#content .content-right .panel-list .list .header .h3,
#content .content-right .panel-list .list .row .r3 {
	width: 240px;
	text-align: center;
}

#content .content-right .panel-list .list .header .h4,
#content .content-right .panel-list .list .row .r4 {
	width: 139px;
	text-align: center;
}

#content .content-right .panel-list .expandButton {
	position: relative;
	height: 70px;
}

#content .content-right .panel-list .expandButton .expand {
	position: absolute;
	right: 15px;
	top: 21px;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background-color: #f0f0f0;
	border-radius: 3.5px;
}

#content .content-right .panel-list .expandButton .expand span {
	display: block;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 14px;
	color: #c11920;
	background: url(../images/icon/icon-carat-4-s.png) no-repeat right center;
}

#content .content-right .panel-description {
	margin-top: 25px;
	border: 1px solid #ddd;
	border-top: 2px solid #ff7300;
}

#content .content-right .panel-description .panel-title {
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #ddd;
	background-color: #f2f2f2;
}

#content .content-right .panel-description p {
	padding: 20px;
	color: #333;
}

#content .content-right .panel-description p span {
	color: #666;
}