body {
    background-color: #F2F2F2;
}
.container
{
    background-color: white;
}
.typename{
    font-size: 15px;
    line-height: 30px;
}

.bookimg img
{
    vertical-align: middle;
    border: 0;
    box-shadow: 2px 2px 8px #333;        
}
@media screen  and  (min-width:1200px) 
{ 
.bookimg img
{
    width:290px;
    height: 330px;
}
.Htitle{
    font-size: 20px;
    line-height: 30px;       
}
.Rcontent{
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;        
}    
} 
@media screen  and  (max-width:1200px) 
{ 
.bookimg img
{
    width:290px;
    height: 330px;
}
.Htitle{
    font-size: 20px;
    line-height: 30px;       
}
.Rcontent{
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;        
}     
}   
@media screen  and  (max-width:992px) { 
.Htitle{
    font-size: 16px;
    line-height: 24px;       
}
.Rcontent{
    font-size: 16px;
    line-height: 24px;      
}  
}

@media screen  and  (max-width:768px) { 
h2{font-size: 20px;font-weight: bold;}
.Htitle{
    font-size: 15px;
    line-height: 15px;       
}
.Rcontent{
    font-size: 15px;
    line-height: 15px;      
}  
}

.Rtitle
{
    height: 32px;
    overflow: hidden;
    clear: both;
    line-height: 32px;
    border-bottom: 3px solid #2577e3;
    margin: 20px 20px 0 0;
}
.Rtitle span{
    color:#fff;
    border-radius: 3px;
    float: left;
    background: #2577e3;
    font-weight: bold;
    width: 118px;
    text-align: center;
}

.lead{word-break:break-all;}


.home a, .next a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.home,.next {
    width: 50%;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    background-color: #009688;
    text-align: center;
}

#menu{
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 999;
}   
#menu ul li{
    list-style-type: none;
    margin-top: 5px;
    font-size: 13px;
} 
#toTop img {
    width: 45px;
    height: 45px;
    cursor: pointer;
}