
.header-button {
  
}
/* 覆盖boostrap的一些css样式 */
.carousel-indicators {
  /* bottom:20px !important */
}
.carousel-caption.carousel-caption-fix {
  left:0;
  right: 0;
  /* padding: 0; */
  padding-bottom: 45px;
  padding-top: 5px;
  bottom: 0;
  background-color: rgba(245, 247, 249, 94%);
  color: black;
}
.carousel-caption.carousel-caption-fix h5 {
  /* padding: 0; */
  margin: 0;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
  text-align: left;
  padding: 0 10px;
}
.carousel-caption.carousel-caption-fix h5 a{
  /* padding: 0; */
  margin: 0;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
  text-align: left;
  padding: 0 10px;
}
.carousel-indicators-fix li.active {
  background-color: #CC0000;
}
.nav-pills .nav-link.nav-link-fix.active {
  border: 1px solid #CC0000 !important;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #CC0000;
  background-color:#fff;
  border-radius: 0;
}
.nav-pills .nav-link.nav-link-fix.active.first {
  /* border-radius: ; */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-pills .nav-link.nav-link-fix.active.last {
  /* border-radius: ; */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-pills .nav-link.nav-link-fix {
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  /* height: 36px; */
  /* line-height: 36px; */
  background: #F5F7FA;
  border-radius: 4px;
  /* border: 1px solid #E6EAF0; */
  border-top: 1px solid #E6EAF0;
  border-bottom: 1px solid #E6EAF0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.nav-pills .nav-link.nav-link-fix.first {
  border-left: 1px solid #E6EAF0;
}
.nav-pills .nav-link.nav-link-fix.last {
  border-right: 1px solid #E6EAF0;
}

table.table.table-fix {
  table-layout: fixed;
  width:350px;
}
table.table.table-fix thead{
  /* height: 25px; */
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  /* line-height: 25px; */
}
table.table.table-fix tbody {
  width: 108px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 25px;
}
table.table.table-fix tbody a{
  /* width: 108px; */
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 25px;
}
table.table.table-fix .table-date {
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}

table.table.table-fix td {
  overflow: hidden;
}


.button-group-list a {
  display: inline-block;
  text-align: center;
  width: 285px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background-image:url("../../img/buttonbg.png");
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.button-group-list a:hover {
  text-decoration: none;
  color: #FFFFFF;
}



.list .list-title h2.active {
  padding: 0;
  margin: 0;
  height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #222222;
  line-height: 40px;
}
.list .list-title h2 {
  height: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
  cursor: pointer;
}

.list .list-item h3 {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
  margin-top: 5px;
}
.list .list-item p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.list .list-item p a{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.list .list-item .list-item-date-2 {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}