.praise-img {
  background: url(../v2/icons/vote.png) no-repeat left center;
  padding-left: 20px;
  background-size: 10px;
}
.praise-text{
	color: #dd202f;
	font-size: 12px;
}
.back-top {
  background: url(../images/goback.png) no-repeat;
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  opacity: 0.6;
  filter: alpha(opacity=60);
  bottom: 100px;
  right: 10px;
  z-index: 10000;
}
.nav-fixed {
  position: fixed;
  z-index: 9999;
  height: 40px;
  top: 0;
  width: 100%;
  border-bottom: solid #666666 2px !important;
}
.share-img {
  float: left;
}
/*
.share-img a{
  background: url(../images/shareimg.png) no-repeat;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 10px 5px;
}
*/
.share-img a{
  background: url(../images/web/u16.jpg) no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 0px;
}
.share-img .share-desc {
  float: left;
  height: 70px;
  line-height: 70px;
  color: #999;
  font-size: 16px;
}
.share-img .qq{
  background-position: -53px 0;
}
.share-img .qq:hover{
  background-position: -53px -49px;
}
.share-img .sina{
  background-position: -107px 0;
}
.share-img .sina:hover{
  background-position: -107px -49px
}
.to-share {

}
.share-div-master {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
  z-index: 10001;
  bottom: 0;
}
.share-div {
  position: absolute;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
  bottom: 40px;
  margin: 0;
  background-color: #eee;
}
.share-div-master .cancel-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0;
  text-align: center;
  box-sizing: border-box;
}
.related-news ul {
  margin: 0;
  padding: 0;
}
.related-news li {
  list-style: none;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dotted #aaa;
  background: url(../images/dian.jpg) left center no-repeat;
  padding-left: 10px;
  overflow: hidden;
}
.related-news h2 {
  color: #231815;
  font-size: 14px;
}
.related-news li a {
  color: #666;
  text-decoration: none;
}
.related-news li a:visited {
  color: #666;
  text-decoration: none;
}
.nav-more {
  display: none;
  background-color: #fff;
}
.nav-fixed .nav-more {
  border-bottom: solid #666666 2px !important;
}
@media (max-width:320px) {
  .content .pub-detail .box .tab_content .pub-hot .books .row .book {
	    height: 162px;
	    display: inline-table;
	    background-color: #F5F5F5;
	    padding-top: 15px;
	    padding-bottom: 5px;
	    margin-top: 15px;
	}
}