@charset "UTF-8";

.content {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}

.content .contenL {
	width: 221px;
	min-height: 920px;
	background: #e5e5e5;
}

.contenL h3 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	line-height: 45px;
}

.contenL .level {
	width: 100%;
	overflow: hidden; /* margin-bottom: 10px; */
}

.level h2 {
	height: 43px;
	width: 219px;
	background: #ff9000;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #ffffff;
}

.level h2 span {
	line-height: 45px;
	padding-left: 60px;
}

.level ul {
	overflow: hidden;
	text-align: center;
}

.level ul li {
	display: block;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	/*margin-top: 10px;*/
	border-bottom: 1px dashed #ccc;
	line-height: 40px;
}
/* .level ul li span{line-height: 30px;} */
.level ul li:hover span,.level ul li.cur span {
	color: #ff9000;
}

.contentR {
	width: 960px;
	margin-left: 15px;
	overflow: hidden;
}

.place {
	font-size: 16px;
	width: 100%;
	line-height: 30px;
	border-bottom: 1px solid #666666;
}

.left-m1-coent {
	width: 960px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 45px;
}

.Left-video {
	width: 264px;
	height: 260px;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px #efecec;
	-ms-box-shadow: 2px 2px 3px #efecec;
	-webkit-box-shadow: 2px 2px 3px #efecec;
	box-shadow: 2px 2px 3px #dcdbdb;
	margin-left: 24px;
	margin-right: 25px;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
}

.Left-video dl dt {
	width: 264px;
	height: 174px;
	position: relative;
}

.Left-video dl dt img {
	display: block;
	width: 264px;
	height: 174px;
}

.Left-video dl dt span {
	width: 175px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	line-height: 15px;
	text-align: right;
	font-size: 12px;
	padding-right: 25px;
	display: none
}

.Left-video dl dt span b {
	margin-left: 5px;
	display: block;
	float: right;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 3px;
}

.Left-video dl dt:hover span {
	display: block;
}

.Left-video dl dd {
	width: 264px;
	overflow: hidden;
	margin-top: 10px;
}

.Left-video dl dd .leftCon {
	float: left;
	width: 170px;
}

.Left-video dl dd .leftCon p.tittle a {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	display: inline-block;
	margin-left: 5px;
	padding-right: 5px;
	width: 186px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Left-video dl dd .leftCon p.tittle a:hover {
	text-decoration: underline;
}

.Left-video dl dd .leftCon p.name {
	font-size: 15px;
	color: #999999;
	padding-left: 12px;
	width: 185px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Left-video dl dd .rigCon {
	float: right;
	margin-right: 10px;
	line-height: 30px;
	color: #282828;
	background: url("../images/icon_people.png") no-repeat left center;
	padding-left: 18px;
	font-size: 16px;
	background-size: 15px;
}

.left-mulu2 {
	width: 388px;
	height: 174px;
	background: #7d9519;
	float: left;
	padding: 26px 15px 0 15px;
	cursor: pointer;
	margin-left: 18px;
}

/*page*/
.pagination {
	margin: 60px;
	text-align: center;
}

.pagination a {
	text-decoration: none;
	border: 1px solid #717172;
	color: #333333;
}

.pagination a,.pagination span {
	display: inline-block;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination a:hover,.pagination a.current {
	background: #ff791f;
	color: #fff;
	border: 1px solid #ff791f;
}