.home{
  min-height: 100vh;
  height: 100%;
}
.copyright{
  text-align: center;
  padding: 10px 0;
  
  border-top: 1px solid rgb(231, 231, 231);
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(244,244,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(244,244,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(244,244,244) 100%);
  width: 100%;
  line-height: 27px;
  font-size: 14px;
}
.panel-heading .pull-left a{
  position: relative;
}
.panel-heading .pull-left a:after{
  content: '';
  position: absolute;
  top: -3px;
  right: -5px;
  background: url(../images/bar.png) no-repeat center center;
  width:5px;
  height: 40px;
}
.panel-heading .pull-left a:last-child:after{
  display: none;
}
.home{
  background:url(../images/bg.jpg) no-repeat center top!important;
  background-image: url(../images/bg.jpg)!important;
  background-size: 100% auto!important;
}
.pagination{
  /*
  display: none;
  */
}
.copyright{
  text-align: center;
}
.panel-group{
  margin-top:320px;
}
.panel-heading{
  height: 60px;
  background: url(../images/tiBg.png) repeat-x;
  background-size: auto 100%;
  border:1px solid #d38805!important;
  overflow: hidden;
  border-top-left-radius: 15px!important;
  border-top-right-radius: 15px!important;
}
.panel-heading .pull-left a{
  border: 0!important;
  background: transparent!important;
  color: #000!important;
  font-size: 16px!important;
  font-weight: bold!important;
  text-shadow:  0 0 1px #ccc;
}
.group-list{
  padding: 15px!important;
  margin-right: 0!important;
  margin-bottom: 15px;
  background: #fff;
}
.panel-body{
  padding: 0!important;
}
.news{
  margin-top: 35px;
}
.news dl{
  background-color: transparent!important;
  border:0!important;
}
.news dt{
  background: url(../images/blockBg.png) no-repeat 0 0;
  background-size: 100% auto;
  padding-left: 32px!important;
  padding-right: 20px!important;
}
.news dd{
  border-left:1px solid #e2e2e2;
  border-right:1px solid #e2e2e2;
  border-bottom:1px solid #e2e2e2;
  background:#fff;
}