﻿#infoList .lblTitle
{
    color: #393322;
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
}
#infoList .lblSource
{
    color: #95989b;
    font-size: 12px;
    font-family: 宋体;
    text-align: center;
}
#infoList #share
{
    height: 32px;
    line-height: 32px;
    background-color: #f0f0f0;
    margin-top: 40px;
    color: #95989b;
    font-size: 12px;
    font-family: 宋体;
}
#infoList #share #sharebtn
{
    margin-left: auto;
    margin-right: auto;
    width: 460px;
}
#infoList #share #sharebtn div
{
    float: left;
    background-repeat: no-repeat;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    margin-top: 8px;
    margin-left: 10px;
    cursor: pointer;
}
#infoList #share #sharebtn #btnsina
{
    background-image: url(../images/share/sina.jpg);
    background-repeat: no-repeat;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    margin-top: 8px;
}
#infoList #share #sharebtn #btnqqwb
{
    background-image: url(../images/share/qqwb.jpg);
}
#infoList #share #sharebtn #btnqq
{
    background-image: url(../images/share/qq.jpg);
}
#infoList #share #sharebtn #btncopy
{
    background-image: url(../images/share/copy.jpg);
}
#infoList #share #sharebtn #btnfavorite
{
    background-image: url(../images/share/favorite.jpg);
}
#infoList .lblImg
{
    margin-top: 20px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
#infoList
{
    text-align: center;
}
#infoList .lblContent
{
    line-height: 24px;
    margin-top: 40px;
    color: #393322;
    font-size: 14px;
    /*font-family: 宋体;*/
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: inline-table;
    text-align: left;
    max-width: 716px;
    word-wrap: break-word;
    word-break: break-all;
}

#infoList #lblContent img
{
    max-width: 716px;
}
.upnext
{
    text-align: left;
    color: #393322;
    font-size: 14px;
    font-family: 宋体;
    margin-top: 20px;
    line-height: 30px;
    clear: both;
}

#divContentTop
{
    background-image: url(../images/top.png);
    height: 56px;
    width: 56px;
    display: inline-table;
    cursor: pointer;
}
#divContentTop:hover
{
    background-image: url(../images/tops.png);
}
#divHome
{
    background-image: url(../images/home.png);
    height: 56px;
    width: 56px;
    display: inline-table;
    margin-top: 1px;
    cursor: pointer;
}
#divHome:hover
{
    background-image: url(../images/homes.png);
}
