﻿/*右侧相关图书板块开始*/

#Mid .Block .BlockRight .Related {
    margin-bottom: 10px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

#Mid .Block .BlockRight .Related dt {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

#Mid .Block .BlockRight .Related dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #ff3e3e;
}

#Mid .Block .BlockRight .Related dt a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-family: "宋体";
}

#Mid .Block .BlockRight .Related dd {
    display: block;
}

#Mid .Block .BlockRight .Related dd li {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px dotted #e5e5e5;
    overflow: hidden;
    zoom: 1;
}

#Mid .Block .BlockRight .Related dd li .ImgBox {
    margin-right: 10px;
    width: 80px;
    float: left;
    margin: 5px 0px;
    vertical-align: top;
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

#Mid .Block .BlockRight .Related dd li .ImgBox img {
    width: 100%;
}

#Mid .Block .BlockRight .Related dd li .Des {
    margin-left: 95px;
    font-size: 14px;
}

#Mid .Block .BlockRight .Related dd li .Des .ProductName {
    display: block;
    max-height: 66px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    overflow: hidden;
}

#Mid .Block .BlockRight .Related dd li .SaleInfo {
    color: #888888;
    font-size: 12px;
}

#Mid .Block .BlockRight .Related dd li .SaleInfo strong {
    font-weight: normal;
    color: #cc0000;
    font-family: Arial;
}

#Mid .Block .BlockRight .Related dd .ShowMore {
    display: block;
    line-height: 1.5;
    background: #f5f5f5;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
}


/*排行榜2(不带序号和选项卡的)开始*/

#Mid .Block .BlockRight .TopList2 {
    margin-bottom: 10px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

#Mid .Block .BlockRight .TopList2 .Title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

#Mid .Block .BlockRight .TopList2 .Title:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #ff3e3e;
}

#Mid .Block .BlockRight .TopList2 .Title a {
    float: right;
    font-weight: normal;
    font-family: "宋体";
    font-size: 12px;
}

#Mid .Block .BlockRight .TopList2 .Con {
    padding-top: 10px;
    font-size: 14px;
}

#Mid .Block .BlockRight .TopList2 .Con ul li {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    background: url(../../Images/bg0011.gif) left 11px no-repeat;
    padding-left: 10px;
    padding-right: 50px;
    position: relative;
}

#Mid .Block .BlockRight .TopList2 .Con ul li .Name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    overflow: hidden;
}

#Mid .Block .BlockRight .TopList2 .Con ul li .Number {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 26px;
    overflow: hidden;
    color: #888888;
    font-size: 12px;
}