.header-logo {
  background-image: url("../image/logo.png");
  position: absolute;
  /* background-size: 60px 60px;
  height: 60px;
  width: 60px;
  top: -10px; 8*/
}

table.colwidths-auto td {
  width: 50%
}

.doc-img{
  width:50%;
  margin-left:25%;
  margin-top:20px;
  margin-bottom:20px;
}

article.pytorch-article p{
  font-weight:350;
}

article.pytorch-article hr{
  margin-top: 20px;
  margin-bottom: 20px;
}
article.pytorch-article blockquote {
  margin: 0 auto;
  margin-bottom: 0;
  width: 80%;
}
.line{
  margin-top: 8px;
  margin-bottom: 8px;
  text-indent: 36px;
}

.red {
  color:red;
}

.blue {
  color:#2980b9;
  font-weight:bold;
}

.pagination {
  margin-top: 10px;
  text-align: center;
}

.pagination a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
}

.pagination a:hover {
  background-color: #f5f5f5;
}

.pagination a.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}


#filter-button,  label[for="field1-select"], label[for="field2-select"],label[for="field3-select"], .button{
  display: inline-block;
  padding: 3px 8px; /* 调整按钮的内边距 */
  font-size: 14px; /* 调整按钮的字体大小 */
  font-weight: bold;
  color:#0066CC;
  background-color: #f2f2f2;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}