body {
  font-family: Microsoft YaHei, Microsoft YaHei, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul li {
  display: inline-block;
}

a {
  color: unset;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img,
a {
  display: inline-block;
}

div,
header,
footer,
section,
ul,
li,
a,
p,
input,
form {
  box-sizing: border-box;
}

input,
textarea {
  outline: none;
  border: none;
}

header {
  color: #fff;
  height: 260px;
  padding: 16px 40px;
  box-sizing: border-box;
  overflow: visible;
  background-image: url("images/header-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header .top-links {
  font-size: 14px;
  position: relative;
}
header .top-links .icon {
  width: 13px;
  height: 13px;
  margin-right: 6px;
}
header .top-links .divider {
  margin: 0 15px;
  width: 0px;
  height: 13px;
  border: 1px solid #ffffff;
}
header .top-links a:hover {
  font-weight: bold;
}

header .logo {
  margin-bottom: 40px;
  position: relative;
}

header .logo img {
  height: 48px;
  width: auto;
}
header .logo h1 {
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
}

header .wp_search {
  display: inline-block;
  width: 210px;
  height: 32px;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 31px 31px 31px 31px;
  padding-left: 20px;
  padding-right: 50px;
  margin-right: 23px;
  position: relative;
  overflow: hidden;
}
header .wp_search table {
  width: 100%;
  overflow: hidden;
  display: block;
}
header .wp_search #keyword {
  width: 280px !important;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  font-size: 14px;
  caret-color: #fff;
  color: #fff;
}
header .wp_search #keyword::placeholder {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
}
header .wp_search .search {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-48%);
  height: 100%;
  width: 36px;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  /*background: url("images/search.svg") no-repeat center;*/
}

header nav {
  position: relative;
}
header nav .nav-list li {
  line-height: 17px;
  position: relative;
  overflow: visible;
}

header nav .nav-list li a {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.89);
  padding: 15px 0;
}

header nav .nav-list li.selected a,
header nav .nav-list li a:hover {
  color: #fff;
  font-weight: bold;
}
header nav .nav-list li .sub-menu {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 150px;
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-top: 3px solid #901c25;
  padding-top: 3px;
  flex-direction: column;
  display: none;
  height: 0;
}
header nav .nav-list li:hover .sub-menu {
  display: flex;
  height: auto;
}
header nav .nav-list li .sub-menu li {
  border-right: none;
  padding: 0;
  width: 100%;
  height: 46px;
  text-align: center;
}
header nav .nav-list li .sub-menu li a {
  color: #000;
  font-size: 14px;
  padding: 10px 0;
}
header nav .nav-list li .sub-menu li:hover {
  background: #f6f6f6;
}
header nav .nav-list li .sub-menu li:hover a {
  color: #901c25;
}

footer .links {
  background-color: #f9f9f9;
  font-size: 14px;
  padding: 14px 0;
}

footer .links h3 {
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  flex-shrink: 0;
}
footer .links ul {
}
footer .links ul li a {
  color: rgba(0, 0, 0, 0.6);
}
footer .links ul li a:hover {
  color: #901c25;
}

footer .footer-content {
  background-image: url("images/footer-bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 40px 0;
}

footer .footer-content .copy .logo img {
  height: 40px;
  width: auto;
}
footer .footer-content .copy .logo span {
  font-weight: bold;
  font-size: 23px;
  color: #ffffff;
}

footer .footer-content .copy .info p {
  margin-bottom: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

footer .footer-content .contact .contact-item .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-content .contact .contact-item .value {
  font-size: 16px;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

body > .content {
  min-height: calc(100vh - 560px);
}

.data-list {
}
.data-list .data-item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  line-height: 1.1;
  overflow: hidden;
}

.data-list .data-item:hover {
  transition: transform 0.3s;
  transform: translateX(10px);
}

.data-list .data-item .data-title {
  font-size: 16px;
  color: #000000;
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.data-list .data-item .data-title a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data-list .data-item .date {
  flex-shrink: 0;
  font-size: 14px;
  color: #bcbec0;
}
.data-list .data-item:hover .data-title {
  color: #901c25;
}
.data-list .data-item .tag {
  margin-left: 12px;
}
.tag.pending {
  color: #007bff;
}
.tag.done {
  color: #ff3300;
}

.left-box {
  position: relative;
  /* top: -60px; */
}
.left-box h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding: 14px 20px;
  background: linear-gradient(90deg, #901c25 0%, rgba(144, 28, 37, 0) 100%);
}
.left-box h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 22px;
  margin-right: 20px;
  transform: translateY(4px);
  background: #ffffff;
}
.left-box .left-list {
  padding-left: 42px;
  border-left: 8px solid #901c25;
}
.left-box .left-list li {
  border-bottom: 1px solid #dcdcdc;
}
.left-box .left-list li:hover,
.left-box .left-list li.selected {
  border-bottom: 1px solid #901c25;
}
.left-box .left-list li a {
  width: 100%;
  padding: 15px 0;
  color: #333333;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-box .left-list li a .icon {
  display: none;
  width: 5px;
  height: 8px;
}
.left-box .left-list li:hover a,
.left-box .left-list li.selected a {
  color: #901c25;
}

.left-box .left-list li:hover a .icon,
.left-box .left-list li.selected a .icon {
  display: inline-block;
}

.breadcrumb {
  font-size: 14px;
  color: #b4b4b4;
  padding: 18px 0;
  border-bottom: 1px solid #dcdcdc;
}
.breadcrumb .label {
  margin-right: 12px;
}
.breadcrumb .possplit {
  position: relative;
  margin: 0 6px;
}
.breadcrumb .possplit::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.breadcrumb a:hover {
  color: #901c25;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
}
.pagination a {
  min-width: 35px;
  height: 35px;
  line-height: 1;
  text-align: center;
  padding: 8px;
  font-size: 15px;
  border: 1px solid #dcdcdc;
  color: rgba(0, 0, 0, 0.9);
}
.pagination a:hover {
  color: #901c25;
}
.pagination .ellipsis {
  border: none;
}
.pagination .prev,
.pagination .next {
  padding: 8px 13px;
}

.article {
  padding: 36px 0;
}
.article h1 {
  text-align: center;
  color: #111111;
  font-size: 26px;
  margin-bottom: 22px;
}
.article .article-info {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.article .article-info .info-item .icon {
  width: 16px;
  height: 16px;
}
.article .article-content {
  margin-top: 40px;
}
.article .article-content p {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
  margin-bottom: 28px;
}
.article .article-attachments {
  margin-top: 40px;
  background: #f9f9f9;
}
.article .article-attachments ul li {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}
.article .article-attachments ul li:last-child {
  border-bottom: none;
}
.article .article-attachments ul li img {
  width: 15px;
  height: 13px;
  margin-right: 16px;
}
.article .article-attachments ul li a {
  color: #111111;
  font-size: 16px;
}
.article .article-attachments ul li a:hover {
  color: #901c25;
}

.article .page-nav {
  margin-top: 60px;
}
.article .page-nav a {
  width: 110px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #e6e6e6;
  color: #999999;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.article .page-nav a:hover {
  color: #901c25;
  border-color: #901c25;
}

.empty {
  text-align: center;
  padding: 140px 0;
}
.empty img {
  width: 176px;
  height: 150px;
  margin: 20px auto;
}
.empty p {
  text-align: center;
  font-size: 14px;
  color: #9195a3;
}

.back-to-top {
  position: fixed;
  right: 152px;
  bottom: 77px;
  width: 67px;
  height: 67px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-to-top .top-icon {
  width: 25px;
  height: 25px;
}

.back-to-top .top-icon.active {
  display: none;
}
.back-to-top .top-icon.inactive {
  display: inline-block;
}
.back-to-top:hover .top-icon.active {
  display: inline-block;
}
.back-to-top:hover .top-icon.inactive {
  display: none;
}