.btns-list .btn-item a {
  padding: 10px 20px;
  margin-right: 20px;
  color: #333;
  background-color: #fff;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #032A4D;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btns-list .btn-item:hover a,
.btns-list .btn-item.active a {
  color: #fff;
  background-color: #032A4D;
}
.search-container .input {
  padding: 13px;
  width: 100%;
  height: 50px;
  font-size: 13px;
  color: #333;
  -webkit-appearance: none;
  outline: none;
  background: #f8f8f8;
  border: 1px solid #7D8A9E;
  box-sizing: border-box;
}
.search-container .btn-search {
  width: 120px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #032A4D;
}
.track-tabs {
  border-bottom: 1px solid #ebebeb;
}
.track-tabs .track-tab-item {
  padding: 15px 0;
  font-size: 15px;
  color: #032A4D;
  font-weight: bold;
  border-bottom: 2px solid #032A4D;
}
.table {
  width: 100%;
  line-height: 1.5;
}
.table td {
  padding: 10px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ebebeb;
}
.track-list .track-item {
  padding: 10px 30px;
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}
.track-list .track-item:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #032A4D;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 2;
}
.track-list .track-item:after {
  content: '';
  width: 1px ;
  height: 100%;
  display: block;
  border-left: 1px dotted #ebebeb;
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 1;
}
.documents-list .document-img {
  padding: 20px;
  width: 25%;
  box-sizing: border-box;
  cursor: pointer;
}
.documents-list .document-img img {
  border: 1px solid #ebebeb;
  max-height:220px;
}
.preview-modal .modal-body {
  max-width: 80%;
  max-height: 90vh;
}
.preview-modal .preview-img {
  margin: 0 auto;
}
.article-container {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 768px) {
  .track-tabs .track-tab-item {
    padding: 0.267rem /* 10/37.5 */ 0;
    font-size: 0.373rem /* 14/37.5 */;
  }
  .table td {
    padding: 0.267rem /* 10/37.5 */;
    font-size: 0.32rem /* 12/37.5 */;
  }
  .track-list .track-item {
    padding: 0.267rem /* 10/37.5 */ 0.4rem /* 15/37.5 */;
    font-size: 0.32rem /* 12/37.5 */;
    line-height: 1.5;
  }
  .track-list .track-item:before {
    width: 0.16rem /* 6/37.5 */;
    height: 0.16rem /* 6/37.5 */;
    top: 0.667rem /* 25/37.5 */;
  }
  .track-list .track-item:after {
    left: 0.053rem /* 2/37.5 */;
  }
  .documents-list .document-img {
    padding: 0.267rem /* 10/37.5 */;
    width: 33.33%;
  }
  .preview-modal .modal-body {
    max-width: 90%;
  }
  .article-container {
    font-size: 0.373rem /* 14/37.5 */;
  }
}
/*# sourceMappingURL=track.css.map */