body {
    font-family: STFangSong, Helvetica, Arial, Vernada, Tahoma, STXihei, "Microsoft YaHei", "Songti SC", SimSun, Heiti, sans-serif;
    font-size: 18px;
}
.navbar-default {
    background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #1a1a1a;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #14b8a6;
}
.navbar-header a {
    color: #1a1a1a;
    font-weight: 500;
    padding: 15px;
    display: inline-block;
}
.title a {
    display: block;
}
.title {
    cursor: pointer;
}
.pager {
    margin-bottom: 60px;
    text-align: left;
}
.pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}
.footer{
    text-align: center;
}
a:link, a:visited {
    color: #1a1a1a;
    text-decoration: none;
}
a:hover, a:active {
    color: #14b8a6;
    text-decoration: none;
}
