﻿.news-recommend .tab-content {
    min-height: 230px;
}

.tipshow {
    display: none;
    position: fixed;
    height: auto;
    background: #fff;
    z-index: 99999999;
    font-size: 12px;
    line-height: 22px;
    padding: 15px 15px 5px 15px;
    bottom: 0;
    height: 330px;
    width: 400px;
    display: block;
    bottom: 0px;
    margin-left: 0px;
    border: 1px solid #333;
    overflow: auto;
}

    .tipshow .ptext {
        text-indent: 20px;
        margin-bottom: 2px;
    }

.tipshowtiti {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.tipshowclose {
    position: absolute;
    right: 10px;
    top: 10px;
    color: blue;
    font-weight: bold;
    text-align: right;
    text-align: right;
    font-size: 20px;
}

    .tipshowclose span {
        cursor: pointer
    }

.container {
    position: relative
}
