/* PC */
@media (min-width:600px) {
    .Body_Box{
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: auto;
        background: url(../images/Banner.jpg) top center no-repeat;
        background-color: #1E0D05;
        overflow: hidden;
    }
    .Banner_Div{
        width: 100%;
        height: 623px;        
    }
    .Banner_Div img{
        width: 100%;
        height: 623px;        
    }
    .Book_List{
        padding: 120px 50px 50px 50px;
        width: 1100px;   
        height: auto;
        background-color: rgba(90,47,1,0.7);
        overflow: hidden;
    }
    .Book_Line{
        width: 1100px;
        height: auto;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 75px;
    }
    .Book_Item{
        width:328px;
        height: auto;
        overflow: hidden;
    }
    .Book_Item p{
        width:328px;
        height: 400px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .Book_Item p img{
        width:328px;
        height: 400px;        
    }
    .Book_Item h4{
        width:328px;
        height: 60px;
        font-family: "Arial Narrow";
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Book_Item h4 a{
        color: #FFF;
    }
    .BackTop_Div{
        width: 100%;
        height: 210px;
        background: url(../images/Backtop_BK.jpg) center center repeat-x;
        overflow: hidden;
    }
    .BackTop_Div p{
        margin: 0 auto;
        margin-top: 68px;
        width: 142px;
        height: 118px;   
        cursor: pointer;     
    }
    .BackTop_Div p img{     
        width: 142px;
        height: 118px;        
    }
    .Bottom_Box{
        width: 100%;
        height: 160px;
        background-color:#432300;
        overflow: hidden;
    }
    .Bottom_Box h4{
        margin: 0 auto;
        margin-top: 30px;
        width: 900px;
        font-family: "Arial Narrow";
        font-size: 20px;
        line-height: 26px;
        color: #FFF;
        text-align: center;
    }
}



