@charset "utf-8";

/* main_image section css */


.examples_image {
	width: 520px;
	height: 390px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.examples_image h4 a {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	font-family: 微软雅黑, arial;
	line-height: 40px;
	margin: 0 10px 5px 10px;
	border-bottom: 1px #fff solid;
	color: #fff;
	display: block;
}

.examples_image p {
	line-height: 1.5em;
	padding: 5px 10px 0 13px;
	margin: 0;
	font-size: 0.9em;
}

.block small {
	font-size: 1em;
}

.examples_image .block small {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	display: block;
	line-height: 22px;
	padding-bottom: 5px;
}

.examples_image .desc {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

.examples_image .block {
	width: 100%;
	background-color: rgba(0,0,0,.5);
}

.examples_image a.collapse {
	width: 93px;
	height: 27px;
	background:  no-repeat left top;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}

.examples_image a.show {
	background-position: left bottom;
}

.mune_thumb {
	width: 480px;
	float: left;
}

.mune_thumb img {
    float: left;
    width: 94px;
    height: 70px;
}

.mune_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mune_thumb ul li {
	width: 100%;
    color: #333;
    margin: 0;
    padding: 13.13px 10px;
    float: left;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #ffffff;
}
.mune_thumb ul li h4{
    margin-top: -5px;
}
.mune_thumb ul li:last-child{
	border-bottom: 1px solid #ccc;
}
.mune_thumb ul li.hover {
	/*--hover state--*/
	background: #fff;
	cursor: pointer;
}

.mune_thumb ul li.active {
	/*--active state--*/
	background-color: #eeeeee;
	cursor: default;
	width: 480px;
}

.mune_thumb ul li .block small {
	color: #999;
	line-height: 17px;
	    max-height: 49px;
    overflow: hidden;
}

.mune_thumb ul li h4 a {
	font-size: 15px;
	margin: 5px 0;
	padding: 0;
	font-family: 微软雅黑, arial;
	color: #000;
}

.mune_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 355px;
}

.mune_thumb ul li p {
	display: none;
}