@charset "utf-8";
/* CSS Document */
.baike-content a {
  color: #4ab53c;
  text-decoration: none;
}
.baike-content{ width:1190px; padding: 40px 0;}
.baike-item {
  clear: both;
  display: block;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 65px;
  margin-bottom: 65px;
}
.date {
  position: absolute;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  /* background-color: #f5f5f5; */
  background-image: url(../img/news-date-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat; }
.date .day {
  text-align: center;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
  color: #666;
  margin-top: 15px;
}
.date .month {
  text-align: center;
  height: 18px;
  line-height: 18px;
  color: #999;
  margin-top: 5px;
}
.description {
  margin-left: 200px;
}
.description h2 {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px; font-weight:normal;
}
.description h2 > a {
  color: #333;
}
.description h2 > a:hover {
	color: #48b13f;
}
.description .attr {
  color: #999;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}
.description .attr span {
  display: inline-block;
  margin-right: 10px;
}
.description .cont {
  position: relative;
  height: 130px;
}
.description .cont .words {
  margin-right:340px;
}
.description .cont .words .detail {
  font-size: 14px;
  color: #666;
  line-height: 200%;
  height: 52px;
  overflow: hidden;
  margin-bottom: 30px;
}
.description .cont .words .link {
  font-size: 20px;
}
.description .cont .photo {
  position: absolute;
  width: 278px;
  height: 144px;
  right: 0;
  top: 0;
  background-color: #eee;
}
.description  img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
