.rightsProtection_container {
  /* width: 1399px; */
}
.rightsProtection_container .rightsProtection_body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.rightsProtection_container .rightsProtection_header {
  width: 100%;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-weight: 800;
  font-size: 38px;
  color: #ffffff;
  font-style: normal;
  background: #00398c;
}
.rightsProtection_container .rightsProtection_tab {
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  color: #666666;
  text-align: left;
  font-style: normal;
  padding-left: 100px;
  background: #f7f8fa;
}
.rightsProtection_container .rightsProtection_tab .span1 {
  cursor: pointer;
}
.rightsProtection_container .rightsProtection_tab .span2 {
  color: #0a5db1;
  cursor: pointer;
}
.rightsProtection_container .rightsProtection_center {
  width: 1200px;
  background: #ffffff;
  box-sizing: border-box;
  margin: auto;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
}
.rightsProtection_container .rightsProtection_center .left_menu {
  display: inline-block;
  width: 244px;
  height: 556px;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
}
.rightsProtection_container .rightsProtection_center .right_content {
  display: inline-block;
  width: 926px;
  margin-left: 30px;
}
.rightsProtection_container .rightsProtection_center .right_content .filter_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rightsProtection_container .rightsProtection_center .right_content .filter_content .filter_left .picker_date {
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.rightsProtection_container .rightsProtection_center .right_content .filter_content .filter_left .select {
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.rightsProtection_container .rightsProtection_center .right_content .search {
  width: 276px;
  height: 40px;
  line-height: 40px;
}
.rightsProtection_container .rightsProtection_center .right_content .rightsProtection_table {
  margin-top: 20px;
}
.rightsProtection_container .rightsProtection_center .right_content .rightsProtection_table .td_text {
  color: #1468bf;
}
.rightsProtection_container .el-table thead {
  background: #f7f8fa;
}
.rightsProtection_container .el-table thead th.el-table__cell {
  background: #f7f8fa;
}
.el-range-editor--small.el-input__inner {
    height: 40px;
    line-height: 40px;
}
.learning_list_flex tr {
  color: #333333;
}
.learning_list_flex tr td {
  padding: 0 10px;
}
.learning_list_flex tr a {
  color: #1468bf;
}
@media all and (max-width: 768px) {
  .rightsProtection_container {
    width: 100%;
  }
  .rightsProtection_container .rightsProtection_header {
    display: none;
  }
  .rightsProtection_container .rightsProtection_tab {
    display: none;
  }
  .rightsProtection_container .rightsProtection_center {
    padding: 15px;
    width: 100%;
  }
  .rightsProtection_container .rightsProtection_center .left_menu {
    display: none;
  }
  .rightsProtection_container .rightsProtection_center .right_content {
    width: 100%;
    margin: 0;
  }
  .rightsProtection_container .rightsProtection_center .right_content .filter_content {
    display: block;
  }
  .rightsProtection_container .rightsProtection_center .right_content .filter_content .select {
    margin-left: 10px;
  }
  .rightsProtection_container .rightsProtection_center .right_content .search {
    width: 100%;
    margin-top: 15px;
  }
  .rightsProtection_container .rightsProtection_center .right_content .rightsProtection_table {
    margin-top: 15px;
  }
  
  .el-range-editor--small.el-input__inner {
    width: 100%;
    margin-top: 15px;
  }
  .learning_list_flex tr td {
    padding: 0 0.05rem;
  }
}

/*# sourceMappingURL=rightsProtection.css.map */
<!--ºÄÊ±1751455704.6583Ãë-->