*,
html,
body,
a,
ul,
li,
div {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
}

.top .logo {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
   padding-left: 10px;
}
@media (min-width: 992px) {
  .top .logo {
    text-align: left;
  }
}
.top .search {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.top .search .icon-button {
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #52a0fd;
  background: -webkit-linear-gradient(
    bottom,
    #3fa9ff 0%,
    #0d6efd 51%,
    #3fa9ff 100%
  );
  background: linear-gradient(to top, #3fa9ff 0%, #0d6efd 51%, #3fa9ff 100%);
  background-size: auto 200%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  width: 37px;
  -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top .search .icon-button:hover {
  background-position: bottom center;
}

.title {
  text-align: center;
  margin-bottom: 30px;
  height: 120px;
  background: #f1f8ff;
  margin-top: 30px;
}
.title .breadcrumb {
  background: #f1f8ff !important;
}
.title h1 {
  color: #203656;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.title ol a {
  color: #9faabb !important;
  font-size: 14px;
}

.search-popup {
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 6;
}

.btn-close {
  display: block;
  margin-top: 10px;
  padding-right: 20px;
  float: right;
  font-size: 25px;
  color: #8888;
  border: 0;
  background: white;
  margin-bottom: 10px;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.search-content {
  text-align: center;
  margin-top: 10%;
}
.search-content h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
.search-form input {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-bottom: 20px;
  height: 42px;
  text-indent: 10px;
}

.search-form .btn-search {
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #52a0fd;
  background: -webkit-linear-gradient(
    bottom,
    #3fa9ff 0%,
    #0d6efd 51%,
    #3fa9ff 100%
  );
  background: linear-gradient(to top, #3fa9ff 0%, #0d6efd 51%, #3fa9ff 100%);
  background-size: auto 200%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  width: 37px;
  -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-form .btn-search:hover {
  background-position: bottom center;
}

@media screen and (max-width: 768px) {
  .btn-close {
    margin-bottom: 20px !important;
  }
  .search-content {
    margin-top: 33% !important;
  }
  .search-content input {
    width: 80%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}


.l-content  .l-con-title{
  font-size: 14px;
  margin: 0;
}
.l-content-mz{
  padding: 10px 15px;
}

.lists li{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin: 2px 0;
}

.footer {
  color: #333 !important;
}
.footer a {
  color: #333 !important;
}

/* 举报表单自定义样式 */
.report-form-card {
  margin: 20px 0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.report-form-header {
  background-color: #337ab7;
  color: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.report-form-body {
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.report-alert {
  display: none;
  margin-bottom: 15px;
}
.submit-btn {
  background-color: #337ab7;
  border: none;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.submit-btn:hover {
  background-color: #286090;
  color: #fff;
  text-decoration: none;
}
.submit-btn:disabled {
  background-color: #7fa8d1;
  cursor: not-allowed;
}
.form-control:focus {
  border-color: #337ab7;
  box-shadow: 0 0 8px rgba(51, 122, 183, 0.4);
}
.required-mark {
  color: #d9534f;
}
.form-tip {
  color: #737373;
  font-size: 12px;
  margin-top: 5px;
}