﻿/**
   [XLOVE] (C)2010-2099 OELOVE.COM Inc.
   遵义携购科技
   微信：13595261078
*/
.website_info {
    padding-top: 15px;
}

    .website_info .left_box {
        float: left;
        width: 280px;
        background: #fff;
        padding: 10px 25px;
        border-radius: 0px;
        border: 1px solid #ebebeb;
        margin-top: 15px;
    }

        .website_info .left_box .hot_info {
            padding-bottom: 15px;
        }

            .website_info .left_box .hot_info h3 {
                font-weight: bold;
                font-size: 16px;
                line-height: 35px;
                height: 35px;
                border-bottom: 2px solid #ebebeb;
                margin-bottom: 15px;
                margin-top: 10px;
            }

                .website_info .left_box .hot_info h3 span {
                    display: inline-block;
                    border-bottom: 2px solid #FF4285;
                }

            .website_info .left_box .hot_info ul li {
                line-height: 40px;
                font-size: 14px;
                height: 40px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                padding-left: 20px;
                position: relative;
            }

                .website_info .left_box .hot_info ul li i {
                    position: absolute;
                    left: 0px;
                    top: 19px;
                    background: #c4cad0;
                    display: inline-block;
                    width: 4px;
                    height: 4px;
                    position: absolute;
                }


    .website_info .right_box {
        float: right;
        background: #fff;
        width: 770px;
        padding: 20px 40px;
        padding-top: 20px;
        border-radius: 0px;
        margin-top: 15px;
    }

        .website_info .right_box dl {
            border-bottom: 1px dotted #ebebeb;
            padding-bottom: 15px;
            padding-top: 10px;
        }

            .website_info .right_box dl dt h3 {
                font-weight: bold;
                font-size: 16px;
                line-height: 35px;
                padding-bottom: 5px;
            }

                .website_info .right_box dl dt h3 span.type {
                    font-size: 14px;
                    background-image: linear-gradient(160deg, #ff517c 20%,#ff003e 80%);
                    color: #fff;
                    padding: 3px 10px;
                    font-weight: normal;
                    border-radius: 5px;
                    margin-right: 8px;
                }

                .website_info .right_box dl dt h3 a {
                    color: #2b2b2b;
                }

                    .website_info .right_box dl dt h3 a:hover {
                        color: #f00;
                    }

        .website_info .right_box dl {
            padding-left: 0px;
        }

            .website_info .right_box dl dd p.img {
                float: left;
                width: 150px;
                margin-left: -180px;
            }

                .website_info .right_box dl dd p.img img {
                    vertical-align: top;
                    width: 150px;
                    height: 101px;
                }

            .website_info .right_box dl.current {
                padding-left: 180px;
            }

                .website_info .right_box dl.current dt {
                    margin-left: -180px;
                }

            .website_info .right_box dl dd p.time {
                padding-top: 20px;
                color: #999;
            }

                .website_info .right_box dl dd p.time span.span_1 {
                    background: url(image/nbg.png) -67px 0px no-repeat;
                    display: inline-block;
                    width: 15px;
                    height: 11px;
                    margin-right: 5px;
                    margin-left: 15px;
                }

            .website_info .right_box dl dd p.text {
                color: #999;
                line-height: 24px;
                font-size: 14px;
            }

/*详情页*/
.info_content h1 {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #333;
    padding-top: 10px;
}

.info_content .bd {
    font-size: 14px;
    line-height: 26px;
    padding-top: 15px; 
}

    .info_content .bd img {
        max-width: 770px;
    }

.info_content .des {
    text-align: center;
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}
/* 上一篇，下一篇 */
.share {
    font-size: 14px;
    line-height: 25px;
    padding: 0px 20px 0px 20px;
    border-top: 1px dotted #ebebeb;
    padding-top: 15px;
    margin-top: 15px;
    padding-left: 0px;
}

.related_content {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    height: auto;
}

.related_title {
    background: #fafafa;
    border: 1px solid #eee;
    color: #ff0d53;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    text-align: left;
    padding-left: 10px;
}

.related_w {
    border: 1px solid #eee;
    border-top: none;
    padding: 10px;
    font-size: 12px;
    overflow: hidden;
}

.related_wl {
    width: 385px;
    float: left;
    overflow: hidden;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.related_wr {
    height: 26px;
    line-height: 26px;
    width: 300px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
