#body .banner {
  background: url('/skhtpc/images/news/banner.jpg') center center no-repeat;
  height: 520px;
  background-size: cover;
}
#body .banner .container {
  max-width: 1200px;
  margin: 0 auto;
}
#body .banner .container h1 {
  margin: 0;
  text-align: right;
  padding-top: 300px;
  font-size: 3.875rem;
}
#body .zr-con {
  background-color: #e3f4fb;
  padding-top: 1.5rem;
}
#body .zr-con .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
#body .zr-con .container .title {
  width: 40%;
  display: flex;
  font-size: 2.875rem;
  font-weight: bold;
  color: #00a0e8;
  padding: 6rem 0;
  white-space: nowrap;
}
#body .zr-con .container .title div {
  padding-right: 5.5rem;
  border-right: 1px solid #00a0e8;
}
#body .zr-con .container .title img {
  display: block;
  width: 43px;
  height: 43px;
  margin: auto 0;
  margin-right: 1rem;
}
#body .zr-con .container .text-con {
  width: 90%;
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  color: #666;
  font-weight: bold;
  line-height: 1.5;
}
#body .zr-con .container .text-con div {
  padding: 6rem 0;
  max-width: 1200px;
}
#body .list {
  background-color: #f6fbfd;
  padding-bottom: 3rem;
  position: relative;
}
#body .list .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
#body .list .container .left-nav {
  width: 300px;
  margin-right: 1rem;
}
#body .list .container .left-nav .item {
  line-height: 87px;
  background-color: #fff;
  white-space: nowrap;
}
#body .list .container .left-nav .item svg {
  height: 32px;
}
#body .list .container .left-nav .item:nth-of-type(n+2) {
  margin-top: 10px;
}
#body .list .container .left-nav .item:hover {
  background-color: #00a0e8;
}
#body .list .container .left-nav .item:hover svg {
  fill: #fff;
  height: 32px;
}
#body .list .container .left-nav .item:hover a {
  color: #fff;
}
#body .list .container .left-nav .item a {
  font-size: 1.25rem;
  color: #666;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 4rem;
  line-height: 87px;
}
#body .list .container .left-nav .item a svg {
  width: 32px;
  display: block;
  margin: auto 0;
  fill: #666;
}
#body .list .container .left-nav .item a div {
  display: inline-block;
  margin-bottom: 0 !important;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}
#body .list .container .left-nav .item.active {
  background-color: #00a0e8;
}
#body .list .container .left-nav .item.active svg {
  fill: #fff;
}
#body .list .container .left-nav .item.active a {
  color: #fff;
}
#body .list .container .left-nav .item.active a div {
  color: #fff;
}
#body .list .container .list-con {
  width: 74%;
}
#body .list .container .list-con .list {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  position: relative;
  z-index: 99;
}
#body .list .container .list-con .list .items {
  display: block;
  border-top: 1px solid #ccc;
  padding: 2rem 0.5rem;
  cursor: pointer;
}
#body .list .container .list-con .list .items:first-of-type {
  border-top: none;
}
#body .list .container .list-con .list .items:hover {
  background-color: #eff8fb;
  border-left: 10px solid #00a0e8;
  border-top: none;
}
#body .list .container .list-con .list .items:hover + a {
  border-top: none;
}
#body .list .container .list-con .list .items .item .item-title {
  font-size: 1.25rem;
  color: #00a0e8;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
#body .list .container .list-con .list .items .item .item-date {
  color: #707070;
}
#body .list .container .list-con .list .items .item .item-date span {
  font-family: "思源黑体 CN Regular";
  font-weight: bold;
}
