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

body {
  background-color: #F3F8FF;
}

.header {
  position: relative;
  background-color: #fff;
}

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

.content {
  max-width: 1330px;
  margin: 30px auto;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
}

.content .detail {
  box-sizing: border-box;
  padding: 20px;
  width: 920px;
  float: left;
  flex: 1;
  margin-left: 80px;
  margin-right: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  background-color: #fff;
}

.content .detail .detailHead {
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E6F4;
  margin-bottom: 20px;
}

.content .detail .detailHead .title {
  color: #7C8DB5;
  font-size: 28px;
}

.content .detail .detailHead .info {
  margin-top: 20px;
  color: #25396F;
}

.content .detail .detailHead .info img {
  margin: 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.content .other {
  margin-left: 80px;
  width: 920px;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  padding: 0 20px;
  clear: both;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
