@CHARSET "UTF-8";
.detail-block{
	position: relative;
	content:"";
	width: 285px;
	height: 178px;
	overflow: hidden;
	float: left;
	border: solid 0px #a0a0a0;
	left:10px;
	top:5px;
	font-style:normal;
	color:#ff0000;
	font-size:14;
	cursor:pointer;
}
.detailword{
	content:"";
	position: relative;
	left:5px;
}
.words-detail-show{
	position: absolute;
	content:"";
	background: #fff url('detail.gif');	
	background-repeat:no-repeat;
	width: 300px;
	height: 186px;
	z-index:100000;
	top: 70px;
	left:10px;
	display:none;
}
@font-face {
    font-family: "KaiTi_GB2312";
    src: url("font/KT_GB2312.ttf");
}
  
@font-face {
    font-family: "KaiTi_GB2312";
    src: url(//:) format("no404"), url("font/KT_GB2312.ttf") format("ttf"), url("font/KT_GB2312.ttf") format("truetype"), url("font/KT_GB2312.ttf") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media (max-width: 767px){
	.panel{display:none !important;}
}