.main-bg-color {
  background-color: #5bcacc;
}

.side-left {
  width: 240px;
}

.side-right {
  width: 270px;
}

@media (max-width: 768px) {
  .side-left {
    width: 100%;
  }
  .side-right {
    width: 100%;
  }
}
#menu li > div {
  display: none;
}

.menu-box {
  background-color: #5bcacc;
  padding: 0 15px;
  font-size: 15px;
  font-weight: bolder;
  color: #fff;
}

.sub-menu-box {
  color: #000;
}

.drop-menu {
  --tw-bg-opacity: 1;
  /*background-color: rgba(30, 64, 175, var(--tw-bg-opacity));*/
  border-top: 4px solid rgba(254, 60, 23, var(--tw-bg-opacity));
}

/*list page*/
.list-tab ul li {
  display: block;
  float: left;
  padding: 5px 10px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-weight: bold;
  background-color: #f7f7f7;
}
.list-tab ul li:first-child {
  border-left: 1px solid #dddddd;
  border-top-left-radius: 2px;
}
.list-tab ul li:last-child {
  border-top-right-radius: 2px;
}
.list-tab ul li a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
}
.list-tab ul li a:hover {
  color: orangered;
}
.list-tab ul .active {
  border-top-color: rgb(221, 221, 221) !important;
  background: #fff;
  border-top: 1px solid #333;
}
.list-tab ul .active a {
  color: crimson;
  font-weight: bold;
}

.list-bar {
  border-top: 2px solid #5bcacc;
  border-bottom: 1px solid #dddddd;
}

.lb1 {
  width: 10%;
  float: left;
  text-align: center;
  font-weight: bold;
}

.lb2 {
  width: 65%;
  float: left;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.lb3 {
  width: 15%;
  float: left;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #dddddd;
}

.lb4 {
  width: 10%;
  float: left;
  text-align: center;
  font-weight: bold;
}

.topic-item {
  border-bottom: 1px solid #dddddd;
}

.topic-item:nth-of-type(even) {
  background: #f9fdf7;
}

.ti1 {
  width: 10%;
  float: left;
  text-align: center;
  font-weight: bold;
  font-weight: normal;
  color: #6c757d;
}

.ti2 {
  width: 60%;
  float: left;
  text-align: center;
  font-weight: bold;
}

.ti3 {
  width: 20%;
  float: left;
  text-align: center;
  font-weight: bold;
  font-weight: normal;
}

.ti4 {
  width: 10%;
  float: left;
  text-align: center;
  font-weight: bold;
  font-weight: normal;
  color: #6c757d;
}

.tit {
  color: #000;
}
.tit:hover {
  color: orangered;
  text-decoration: none;
}

.list-header {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}

.list-header > div {
  font-weight: bold;
}

.list-item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dee2e6;
}

.row-list {
  border-bottom: 1px dashed #ccc;
  padding: 2px;
}

.row-list:nth-child(4) {
  border-top: 1px dashed #ccc;
  padding: 2px;
}

.row-id {
  font-weight: bold;
  height: 51px;
}

.download-btn-bg {
  background-color: orangered;
}

.border-b-main-color {
  border-color: #5bcacc;
}

/*# sourceMappingURL=rj.css.map */
