body,
ul,
li,
div {
  padding: 0;
  margin: 0;
}

.header {
  position: relative;
}

.header .searchBox {
  border: 1px solid #D1D6E9;
}

.content {
  width: 100%;
  background-color: #F3F8FF;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
}

.content .listBox {
  width: 1330px;
  margin: 0 auto;
  margin: 30px auto;
}

.content .listBox .noticeList {
  width: 920px;
  float: left;
  flex: 1;
  margin-left: 80px;
  margin-right: 20px;
}

.content .listBox .noticeList .row {
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  color: #25396F;
}

.content .listBox .noticeList .row:nth-child(n+2) {
  margin-top: 20px;
}

.content .listBox .noticeList .row .title {
  font-size: 22px;
  font-weight: 500;
  color: #25396F;
}

.content .listBox .noticeList .row .desc {
  margin: 20px 0;
  color: #7C8DB5;
}

.content .listBox .noticeList .row .time img {
  margin-left: 15px;
  margin-right: 5px;
}

.content .listBox .searchList {
  width: 90%;
  float: left;
  flex: 1;
  margin-left: 80px;
  margin-right: 20px;
}

.content .listBox .searchList .pageLink {
  margin-top: 20px;
  color: #5A6DFD;
}

.content .listBox .searchList .row {
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  color: #25396F;
}

.content .listBox .searchList .row:nth-child(n+2) {
  margin-top: 20px;
}

.content .listBox .searchList .row .title {
  font-size: 22px;
  font-weight: 500;
  color: #25396F;
}

.content .listBox .searchList .row .desc {
  margin-top: 10px;
  color: #7C8DB5;
}

.content .listBox .searchList .row .time img {
  margin-left: 15px;
  margin-right: 5px;
}

.content .listBox .category {
  float: left;
  display: inline-block;
  width: 202px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 10px 0;
}

.content .listBox .category .row {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  padding-left: 20px;
}

.content .listBox .category .active {
  position: relative;
}

.content .listBox .category .active a {
  color: #5A6DFD;
}

.content .listBox .category .active::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  left: 1px;
  top: 0;
  transform: translate(0, 20%);
  background-color: #5A6DFD;
}

.content .listBox .category::after {
  content: '';
  width: 1px;
  height: 1px;
  clear: both;
}

.searchInput {
  display: flex;
  background-color: #fff;
  width: calc(1330px - 140px);
  margin: 30px auto;
  height: 40px;
  border-radius: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: space-between;
}

.searchInput input {
  border: unset;
  outline: none;
  height: 18px;
  width: 100%;
}

.searchInput input::-webkit-input-placeholder {
  color: #D1D6E9;
  font-size: 18px;
}

.searchInput img {
  width: 17px;
  height: 16px;
}
