
h1, h2, h3 {
	font-weight: bold !important;
}

.fl {
	float: left;
	line-height: 40px;
}

@media (max-width: 1400px) {
	.col-xs-9 {
		position: relative;
		min-height: 1px;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.hidden-xs {
		display: none;
	}

	.fl {
		float: initial;
		text-align: center;
	}
}

@media (max-width: 1200px) {
	.col-lg-5 {
		width: 100% !important;
	}

	.col-lg-7 {
		width: 100% !important;
	}
}

.mpx-box {
	border-bottom: 1px #e5e5e5 solid;
	margin-bottom: 10px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}


.cp-list li {
	text-align: center;
	margin-bottom: 10px;
}

.cp-list p {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-top: 5px;
}

h2 {
	font-size: 16px;
}

.l-list .l-title {
	background: #333;
	padding: 15px 0 15px 15px;
	line-height: normal;
	color: #ffce12;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px !important;
}

.l-list .l-sub {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
}

ul,
ol {
	list-style: none;
}

.l-list .l-sub li {
	height: 45px;
	line-height: 45px;
}


.l-list .l-sub a {
	display: block;
	color: #808080;
	padding-left: 15px;
	border-left: 2px #F2F2F2 solid;
}

.l-list .l-sub li.active a {
	background: #fff;
	border-left: 2px solid #ffcd11;
	/*color: #cca60e;*/
	color: #08c1b8;
}

.ptitimg {
	width: 100%;
	height: 300px;
}

	.ptitimg img {
		width: 100%;
		height: 300px;
	}

.clearfix {
	padding: 0px;
}

	.clearfix li {
		margin: 0;
		/*padding: 0;*/
	}
