a:hover {
    text-decoration: none;
}
a {
color:#999;
}

img {
    display: block;
    max-width: 100%;
}
.list-img{
height:140px;
}
.min-img {
height:80px;
}
img,
.side-bar .list-group-item,
.side-bar-card {
    border-radius: 3px;
}

.navbar-brand {
    background-image: url("../img/logo.png")/*tpa=http://www.ztptw.com/template/news/img/logo.png*/;
    width: 50px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center center;
}

.side-bar .list-group-item {
    border: 0;
    margin-bottom: 5px;
}

.side-bar .list-group-item .active {
    background-color: #ea0c3c;
}
.navbar-nav li.active a{color: #ea0c3c;}
.news-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.news-list-item:first-child {
    padding-top: 0;
}

.news-list-item .title {
    display: block;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.5;
}

.news-list-item .title:hover {
    color: #337ab7;
}

.news-list-item .info {
    color: #888;
}

.avatar {
    display: inline-block;
}

.avatar img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.side-bar-card {
  background: rgba(0,0,0,.05);
  margin-top: 15px;
  padding: 10px 0;
}

.side-bar-card.flag {
  padding-top: 20px;
  padding-bottom: 20px;
}

.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-title {
  font-size: 18px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}

.side-bar-card .card-body .list .item:hover {
  background: rgba(0,0,0,.05);
}

.card-body .list .item .title {
  padding-bottom: 5px;
}

.card-body .list .item .desc {
  color: #999;
}

.news-title {
  line-height: 1.3;
}

.news-status {
  color: #999;
}

.news-status .label {
  opacity: .8;
  margin-right:5px;
}

.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-small {
  max-width: 500px;
}

.btn-primary {
  background-color: #ea0c3c;
  border-color: #db0d3a;
}

.btn-primary:hover {
  background-color: #d50c37;
  border-color: #d50c37;
}

#toggle-checkbox:checked ~ div {
  display: block !important;
}

#toggle-label {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  display: none;
}

#toggle-label:hover {
  color: #333;
}
.tags a{padding-right:5px;}
.tagsi{display: inline-block;padding:5px 5px;margin:3px 5px;background: #dad5d5;}
@media screen and (max-width:640px){
  .tags{display: none;}
  .search-bar{display: none;}
  .jubao{display: none;}
  .navbar{margin-bottom: 0;}
}
/*手机导航*/
.mtop {
    margin-top: 35px;
    width: 140px;
    padding: 0 10px;
    text-align: center;
}
.mtop li {
    margin: 10px auto;
}
.col-sm-7 h1{font-size: 24px;margin-left:15px;}
