.container-header {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 600px;
  padding-top: 160px;
}

.container-header > img {
  width: 1920px;
  height: 600px;
}

.container-header-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 1500px;
}

.container-header-box > span:nth-child(1) {
  height: 100px;
  line-height: 100px;
  font-size: 80px;
  font-weight: 600;
  color: #fff;
}

.container-header-box > span:nth-child(2) {
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
}

.container-body {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0 40px 0;
}

.container-body-box {
  position: relative;
  width: 1500px;
}

.container-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px;
  padding-right: 40px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.5);
  cursor: pointer;
}

.container-item:hover {
  box-shadow: 0px 6px 50px 0px rgba(75, 133, 250, 0.5) !important;
  background-color: #173f8f !important;
  border-bottom: none !important;
  border-radius: 0 32px 0 32px !important;
}

.container-item:hover > .container-item-time > span:nth-child(1) {
  color: #fff !important;
}

.container-item:hover > .container-item-time > span:nth-child(2) {
  color: #fff !important;
}

.container-item:hover > .container-item-msg > span:nth-child(1) {
  color: #fff !important;
}

.container-item:hover > .container-item-msg > span:nth-child(2) {
  color: #fff !important;
}

.container-item:hover > .look-btn {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

.container-item-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100px;
  border-right: 1px solid rgba(136, 136, 136, 0.3);
}

.container-item-time > span:nth-child(1) {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 60px;
  font-weight: normal;
  color: #173f8f;
  text-align: center;
}

.container-item-time > span:nth-child(2) {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #888;
  text-align: center;
}

.container-item-msg {
  display: flex;
  flex-direction: column;
  width: 1000px;
}

.container-item-msg > span:nth-child(1) {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container-item-msg > span:nth-child(2) {
  width: 100%;
  height: 50px;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.look-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #173f8f;
}

.look-btn > span {
  height: 40px;
  line-height: 40px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #173f8f;
}

.look-btn > img {
  width: 27px;
  height: 27px;
}
