@charset "utf-8";
/* CSS Document */

.hot-words-list h2 {
    margin: 20px 0 0 0;
    font-size: 14px;
    font-weight: 600;
}

.hot-words-list table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
}

.hot-words-list th, .hot-words-list td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    line-height: 24px;
}

.hot-words-list tr.bg {
    background-color: #FFF;
}

.hot-words-list td.left {
    text-align: left;
}

    .hot-words-list td.left p {
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc;
        padding: 5px 0;
        font-weight: 600;
    }

        .hot-words-list td.left p a {
            color: #0E4ACD;
        }

    .hot-words-list td.left span {
        font-size: 14px;
    }

.hot-words-detail {
    border: 1px dashed #ccc;
    padding: 2px 6px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.keyword-search {
    width: 100%;
    padding: 5px;
    background-color: #fff;
}

    .keyword-search input.txt {
		vertical-align:top;
        padding: 4px;
        width: 80%;
    }

    .keyword-search .key-btn {
        padding: 3px 10px;
    }


.alert {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 35px;
    padding-right: 25px;
    border: 1px solid transparent;
    line-height: 25px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border-radius: 4px;
    display: block;
    position: relative;
}

    .alert:before {
        left: 10px;
        top: 7px;
        position: absolute;
    }

    .alert.info {
        color: #3a87ad;
        background-color: #D9EDF7;
        border-radius: 5px;
    }

        .alert.info:before {
            content: "i";
            font: bold 12px/18px "瀹嬩綋";
            background-color: #72B8DA;
            color: #d9edf7;
            left: 8px;
            top: 8px;
            text-align: center;
            width: 18px;
            height: 18px;
            border-radius: 50%;
        }