body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#container {
    width: 65%;
    margin: 0 auto;
}


/*热评*/

.card {
    background-color: #f1f1f1;
    padding: 30px;
    margin-bottom: 20px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#update-time>a {
    display: inline-block;
}


/*翻页*/

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li {
    /* display: list-item; */
    display: inline-block;
    vertical-align: center;
    text-align: -webkit-match-parent;
}

.pager li>a {
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

a {
    color: #333;
    text-decoration: none;
}


/* .previous>a {
    float: left;
} */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* .next>a {
    float: right;
} */

@media screen and (max-width: 960px) {
    #container {
        width: 100%;
    }
    .badge {
        font-size: 20px;
    }
    .card>h3 {
        clear: both;
        /*font-weight: bold;*/
        margin-bottom: 20px;
        text-indent: 0em;
    }
}