<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
	border: 0 none;
}

#head {
	position: relative;
	background: url(../images/head_bg2.gif) no-repeat center top !important;
}

#tomap {
	position: absolute;
	right: 40px;
	top: 370px;
}

#map {
	padding: 0px !important;
}

#comment {
	width: 530px;
}

.current {
  opacity: 0.5;
}

.comment {
  display: none;
}

#recent {
	height: 500px;
}
#recent .item {
  margin-top: 10px;
  cursor: pointer;
}

#recent .item .left {
  width: 55px;
  padding: 0 10px 10px 10px;
  float: left;
}

#recent .item .right {
  width: 165px;
  padding: 0 10px 10px 0;
  word-wrap: break-word;
  text-align: left;
}	

#recent .item .right a,
#recent .item .right .name,
#recent .item .right .date,
#recent .item .right .num {
  font-size: 10px;
  line-height: 1.2em;
}
#recent .item .right .name {
  font-size: 12px;
  line-height: 1.35em;
  font-weight: bold;
}

#recent .item .right .date {
  font-size: 10px;
}

#recent .item .right .num {
  font-size: 10px;
}

#recent .item div.comment {
  padding: 0 10px 10px;
  border-bottom: 1px solid #FFF;
}

#recent .item .icon {
  display: none;
}
</pre></body></html>