body {
    font-family: STFangSong, Helvetica, Arial, Vernada, Tahoma, STXihei, "Microsoft YaHei", "Songti SC", SimSun, Heiti, sans-serif;
    font-size: 18px;
    margin: auto;
    line-height: 150%;
    padding: 1% 1% 1% 1%;
}

@media (min-width: 992px) {  
    body {
        padding: 2% 5% 5% 5%;
        width: 80%;
        font-size: 20px;
    }
}

a {
    display: block;
}

.panel-title a {
    display: initial;
}

.title {
    /* cursor: pointer; */
}

li.title:hover {
    background-color: #eee;
}

.panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
	background-image: none;
	background-color: #fff;
}

.navbar-default {
	background-image: none;
	background-color: #fff;
    box-shadow: none;
}

.row {
    margin-top: 2%;
}

.panel-title {
    font-size: 17px;
}

.title-date {
    font-size: 15px;
    color:#969696
}