
body {
	padding-bottom: 0px;
}

#logo {
  margin-top: 20px;
  text-align: center;
  height: 80px;
}

.pagetitle {
	color: #333333;
	text-align: center;
  font-size: 1.8em;
    font-weight: bold;
    font-family: 'FZQingKeBenYueSongS-R-GB';
  margin-bottom: 20px;
}

#shit {
	color: #333333;
	text-align: center;
  font-size: 1.8em;
    font-weight: bold;
    font-family: 'FZQingKeBenYueSongS-R-GB';
  margin-top: 20px;
  margin-bottom: 2px;
}

#content {
  font-size: 1.2em;
  font-family:'FZYanSongS-EL-GB';
    letter-spacing:4px;
    line-height:1.8;
  margin-left: 10px;
  margin-right: 4px;
}

p.cellTitle {
  	color: #888888;
	font-size: 18px;
    font-family: 'adelle', 'Georgia', "Kaiti SC", "KaiTi", serif;
  }


.cover{
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
.title{
  font-weight: 400;
  margin-right: 15px;
  font-size: 16px;
}
.summary{
  font-size: 14px;
  margin-right: 15px;
  color: #888888;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sectionHead{
  margin-top: 10px;
  margin-bottom: : 10px;
  font-size: 1.0em;
    font-weight: bold;
    font-family: 'FZQingKeBenYueSongS-R-GB';
}
.bottomBar {
	background-color: #efeff4;
}
