@charset "UTF-8";

ul {list-style:none;}

#breadcrumbs {
	width: 100%;
	font-size: 12px;
	margin-bottom: 44px;
}
#breadcrumbs li {
	display: inline-block;
}
#breadcrumbs li:after {
	content: ">";
	padding: 0 2px;
}
#breadcrumbs li:last-child:after {
	content: "";
}
#breadcrumbs li a {
	color:#000;
	text-decoration: none;
}

#content_wrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#left_wrap {
	width: 640px;
	float: left;
}
/*----------------------
	left_wrap
-----------------------*/
#left_wrap h2 {
	font-size: 22px;
	border-bottom: 2px solid #000;
	background: url(../images/keyword_icon.png) center left no-repeat;
	padding-left: 50px;
	margin-bottom: 10px;
	position: relative;
	height: 55px;
}
#left_wrap h2 .text {
	position: absolute;
	bottom:10px;
}
#left_wrap h2 .sml {
	font-size: 18px;
	display: inline-block;
	padding-bottom: 10px;
}
#left_wrap h2 .bold {
	font-weight: bold;
}
#left_wrap .lead {
	font-size: 14px;
	line-height: 20px;
}
#left_wrap select {
	width: 148px;
	border: 1px solid #A9A9A9;
	background-color: #000;
	color: #fff;
	padding: 5px 0;
	display: block;
	margin: 20px auto;
}
#left_wrap dl {
	overflow: hidden;
	margin-bottom: 30px;
}

#left_wrap dt {
	display: block;
	color:#fff;	
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0 8px 25px;
	background: #000 url(../images/btn_arrow.png) 10px center no-repeat;
	margin-top: 10px;
}
#left_wrap dd {
	margin-top: 10px;
}

#left_wrap dd .title {
	background: #ccc;
	margin-bottom: 20px;
	color:#000;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0 8px 25px;
}
#left_wrap dd ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 640px;
	overflow: hidden;
}
#left_wrap dd li {
	width: 154px;
	margin-bottom: 15px;
	margin-right: 8px;
}
#left_wrap dd li:nth-child(4n+4) {
	margin-right: 0;
}

#left_wrap dd li .img {
	position: relative;
	width: 154px;
}
#left_wrap dd li .img::after {
    content: url(../images/thumb_icon.png);
    position: absolute;
    bottom: 50px;
    right: 3px;
}

#left_wrap dd li .movie::before {
    content: url(../images/thumb_icon2.png);
    position: absolute;
    bottom: 10px;
    right: 3px;
    z-index: 1;
}
#left_wrap dd li .img img {
	width: 154px;
}
#left_wrap dd li .area_name {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 8px 0 5px;
}
#left_wrap dd li .text {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 8px;
}
#left_wrap dd li .name {
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}




#left_wrap .more,
#left_wrap .more_area {
	display: block;
	width: 230px;
	margin: 10px auto;
	height: 38px;
	border-radius:5px;
	background-color: #666;
	cursor:pointer;
	text-align: center;
}
#left_wrap .more_area {
	margin: 0 auto 20px;
}
#left_wrap .more:hover,
#left_wrap .more_area:hover {
	opacity: 0.7;
}
/*#left_wrap .more span,
#left_wrap .more_area span {
	display: inline-block;
	vertical-align: text-bottom;
	padding: 10px 20px 10px 10px;
	background: url(../images/more_btn_arrow.png) center right no-repeat;
	color: #fff;
	font-size:18px;
	font-weight: bold;
}*/

#left_wrap .more span,
#left_wrap .more_area span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	color: #fff;
	font-size:18px;
	font-weight: bold;
}
#left_wrap .more span i::before,
#left_wrap .more_area span i::before {
	content: "\f063";
	padding-left: 10px;
}