.w ul li a:hover {
  color: #4068f7;
  border-bottom: 2px solid #4068f7;
}
#body {
  width: 100%;
}
#body .banner {
  height: 605px;
  background-image: url(../banner/12-zxzx.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 45px;
}
#body .news {
  width: 1150px;
  margin: 0 auto;
  margin-bottom: 70px;
  display: flex;
}
#body .news .newList {
  width: 800px;
  height: 1168px;
}
#body .news .title {
  width: 95px;
  height: 24px;
  display: flex;
  margin-left: 15px;
  margin-bottom: 15px;
}
#body .news .title p {
  margin-left: 6px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1.2%;
}
#body .news .newList .details ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#body .news .newList .details ul li {
  margin-bottom: 18px;
}
#body .news .newList .details ul li:last-child {
  margin-bottom: 0px;
}
#body .news .newList .details ul li a {
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  width: 800px;
  height: 211px;
  border-radius: 10px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 7px 11px rgba(8, 23, 77, 0.2);
  text-decoration: none;
}
#body .news .newList .details ul li a img {
  width: 229px;
  height: 171px;
}
#body .news .newList .details ul li a .detailsBox {
  margin-top: 6px;
  margin-left: 29px;
}
#body .news .newList .details ul li a .detailsBox p:nth-child(1) {
  /* width: 243px; */
  height: 30px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1%;
  margin-bottom: 15px;
}
#body .news .newList .details ul li a .detailsBox p:nth-child(2) {
  width: 493px;
  height: 60px;
  color: rgba(75, 91, 117, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1.2%;
  overflow: hidden;
}
#body .news .newList .details ul li a .detailsBox .tag {
  width: 490px;
  height: 25px;
  margin-top: 38px;
  line-height: 25px;
  margin-left: 8px;
  display: flex;
  justify-content: space-between;
}
#body .news .newList .details ul li a .detailsBox .tag > p:nth-child(1) {
  width: 72px;
  height: 25px;
  color: rgba(69, 107, 247, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
}
#body .news .newList .details ul li a .detailsBox .tag > p:nth-child(2) {
  width: 140px;
  height: 21px;
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2%;
  margin-left: 265px;
}
#body .news .list {
  width: 318px;
  height: 258px;
  border-radius: 10px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  margin-left: 31px;
  padding-top: 20px;
  padding-left: 10px;
}
#body .news .list .top {
  width: 63px;
  height: 24px;
  display: flex;
  line-height: 24px;
  margin-bottom: 28px;
}
#body .news .list .top p {
  margin-left: 6px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1.2%;
}
#body .news .list .lists {
  width: 256px;
  height: 70px;
  margin: 0 auto;
}
#body .news .list .lists .tagbox {
  width: 256px;
  height: 25px;
  margin-bottom: 20px;
}
#body .news .list .lists .tagbox ul {
  list-style: none;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  justify-content: space-between;
}
#body .news .list .lists .tagbox ul li {
  width: 56px;
  height: 21px;
  color: rgba(69, 107, 247, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
}
#body .pages {
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 65px;
}
#body .pages .pagesBox {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  box-sizing: border-box;
  background: rgba(246, 247, 254, 1);
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
}
#body .pages .pagesBox:nth-child(1) {
  border: 1px solid rgba(219, 229, 255, 1);
  color: rgba(69, 107, 247, 1);
}
