@charset "UTF-8";


#disco-info{
	margin-top: 30px;
	margin-bottom: 30px;
}

	#disco-info aside{
		margin-top: -5px;
	}

		#disco-info aside a{
			display: block;
			height: 26px;
			line-height: 26px;
			font-size: 14px;
			color: #A0A0A0;
			padding-left: 5px;
			background: #fff;
			margin-top: 5px;
		}
		
		#disco-info aside a:hover,
		#disco-info aside .bgc{
			color: #fff;
		}

#disco-main{
	width: 716px;
	min-height: 100px;
	float: left;
}

	#disco-main section{
		display: none;
	}
	
	#disco-main h2{
		font-size: 22px;
		margin-bottom: 16px;
	}
	
	#disco-main .disco-body{
		background: #fff;
		padding: 30px;
	}
	
	#disco-main .disco{
		border-bottom: dotted 1px #333;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	#disco-main .disco-left{
		width: 168px;
		float: left;
	}
	
		#disco-main .disco-left .jk{
			width: 168px;
			height: 168px;
			text-align: center;
			margin-bottom: 16px;
		}
	
		#disco-main .disco-left img{
			width: auto;
			height: auto;
			max-width: 100%;
			max-height: 100%;
		}
		
		#disco-main .disco-left a{
			border: dotted 1px #333;
			height: 24px;
			line-height: 24px;
			padding-left: 5px;
			font-size: 12px;
			display: block;
			margin-bottom: 5px;
			background-image: url(../images/disco/arrow.png);
			background-position: 150px center;
			background-repeat: no-repeat;
		}
		
	#disco-main .disco-right{
		width: 442px;
		float: right;
		font-size: 12px;
	}
	
		#disco-main .disco-right h3{
			margin-bottom: 1em;
			font-size: 16px;
		}



