﻿#banner
{
    background: url(/image/banner_index.jpg) repeat-x #222f4f;
    background-position: center;
}

#notice ul
{
    list-style: none;
    line-height: 32px;
}

#notice svg
{
    margin-top: -3px;
}

#headline p
{
    line-height: 25px;
    text-indent: 2em;
}

@media (min-width: 768px)
{
    #headline p
    {
        height: 100px; /* 行高的 4 倍（只显示 4 行文字） */
    }
}

#newsCenter ul
{
    list-style: none;
    font-size: 18px;
    line-height: 34px;
}

@media (max-width: 768px)
{
    #newsCenter ul
    {
        font-size: 14px;
    }
}

/* 新书推荐 */
#latest
{
    line-height: 1.8;
}

    #latest .price
    {
        color: #e54a4a;
        font-size: 18px;
    }

    #latest p
    {
        text-indent: 2em;
    }

@media(min-width: 768px)
{
    #latest p
    {
        height: 104px;
        overflow: hidden;
    }
}

/* 重点图书 */
#highlight .price
{
    color: #e54a4a;
    font-size: 18px;
}

#bookCategories ul
{
    list-style: none;
    line-height: 2;
}
