/*首页新闻栏样式*/
.box{
  margin:10px auto;
  width:500px;
}
.cardlistitem {
  display: block;
  height: 45px;
  position: relative;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

.cardlistitem:hover .title {
  background-color: #007cba;
  color: #fff;
}

a:hover {
     color: #23527c;
     text-decoration: none;
}

.cardlistitem .title {
margin-top: 10px;
  padding-left: 10px;
  height: 45px;
  background-color: #fff;
  font-size: 16px;
}

.cardlistitem .title .time {
  padding: 0 15px;
}

.cardlistitem .abstract {
  display: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  font-size: 14px;
  top: 45px;
  left: 40px;
  right: 25px;
  padding: 15px 25px;
  line-height: 20px;
  height: 0;
  background-color: #efefef;
}

/*荣誉资质左边栏样式*/
.tabs-left>li {
    margin-right: -1px;
    padding: 0;
    text-align: center;

}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 0;
}

