a:hover {
  text-decoration: none;
}

a:hover, a:focus, a:link, a:visited, a:active {
  text-decoration: none;
}

.navbar-brand {
  margin: 0 auto;
}

.navbar .navbar-brand {
  padding-top: 5px;
}

.fixed-content {
  position: fixed;
}

.side-bar .list-group-item {
  width: 200%;
  text-align: center;
  height: 45px;
  font-size: 17px;
  border: 0;
  margin-top: 10px;
}

.side-bar .list-group-item:first-child {
  margin-top: 0;
}

.side-bar .list-group-item.active {
  background: -webkit-linear-gradient(left, #954111, #E4171B); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #954111, #E4171B); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #954111, #E4171B); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #954111, #E4171B); /* 标准的语法（必须放在最后） */
}

.side-bar .list-group-item:hover {
  background: -webkit-linear-gradient(left, #954111, #E4171B); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #954111, #E4171B); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #954111, #E4171B); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #954111, #E4171B); /* 标准的语法（必须放在最后） */
}

.col-xs-7 .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 25px;
}

.col-xs-7 .info {
  color: #888;
}

.col-xs-7 a {
  display: block;
  color: #444;
}

.col-xs-7 a:hover {
  color: #337ab7;
}

.avatar {
  display: inline-block;
}

.avatar img1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 16px;
}

.news-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c5c5c5;
}

.news-list-item:first-child {
  padding-top: 0;
}

.side-bar-card {
  /*background: rgba(0,0,0,.05);*/
  margin-top: 15px;
  padding: 10px 0;
}

.side-bar-card.flag {
  padding: 20px 0;
}

.side-bar-card .text-lg {
  font-size: 150%;
}

.side-bar-card .card-title,
.side-bar-card .card-body .list .item {
  padding: 10px 15px;
}

.side-bar-card .card-body .list .item:hover {
  background: rgba(0, 0, 0, .05);
}

.side-bar-card .card-title {
  font-size: 18px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}

.card-body .list .item .desc {
  color: #888;
}

.news-title {
  line-height: 1.5;
}

.news-status {
  color: #999;
}

.news-status .label {
  opacity: .8;
}

.news-content {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.news-content img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.no-padding-h {
  padding-left: 0;
  padding-right: 0;
}

.footer {
  margin-top: 20px;
  padding: 50px 0;
  text-align: center;
  color: #999;
}

.container.container-small {
  max-width: 500px;
}

#toggle-checkbox:checked ~ div {
  display: block !important;
}

#toggle-label {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

a {
  cursor: pointer;
}

body {
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff;
  scrollbar-face-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-highlight-color: #ccc;
  scrollbar-3dlight-color: #fff;
  scrollbar-arrow-color: #f00;
  scrollbar-track-color: #fff;
}

a {
  color: #5a5a5a
}

a:hover {
  color: #cf000e
}

.dateState {
  color: #d6d6d6;
  margin-top: 25px;
  font-size: 15px
}

a:hover div span {
  color: #cf000e
}

.list-group a:hover {
  color: #ffffff;
}


.list-group a {
  border: 1px solid #000;
}

/*.list-group-item {*/
/*  background: rgba(41, 119, 255, 0.07);*/
/*}*/

.centerContent {
  text-align: center
}

.contentWidth {
  width: 215px;
  margin-left: 2%;
 height: 130px;
}
