div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.share-module {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
}
.car-card {
  position: relative;
}
.share-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  color: #00629A;
  margin: 0;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.2s, transform 0.1s;
}
.share-button:hover { 
  opacity: 0.8;
  background: rgba(0, 98, 154, 0.05);
}
.share-button:active {
  transform: scale(0.95);
}
.share-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 4px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  min-width: 190px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.09);
  border-radius: 7px;
  overflow: hidden;
}
.share-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 13px;
  text-decoration: none;
  color: #00629A;
  font-size: 15px;
  transition: background .14s;
  white-space: nowrap;
  cursor: pointer;
}
.share-menu a:hover { 
  background: #f1f1f8; 
}
