* {
  box-sizing: border-box;
}
.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 1320px;
  margin-top: 60px;
}

.list-title-line {
  display: block;
  width: 1300px;
  height: 13px;
  margin-bottom: 36px;
  background: url("/cms_files/webzhoushanshitongjiju/pubtplobject/newweb/fLMAcjOzZogCunePJLGdR/images/line-bg.png") no-repeat;
  background-size: 100% 100%;
}

.list-container {
  display: flex;
  justify-content: space-between;
  width: 1300px;
}

.menu-box {
  display: block;
  width: 310px;
}
.menu-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #1493ff;
  border-radius: 4px;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #ffffff;
}
.sub-menu-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  margin: 3px 0;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 1px;
  color: #000000;
  background-color: #f8f8f8;
}
.sub-menu-box img {
  width: 9px;
  height: 16px;
  margin-right: 17px;
  margin-top: 2px;
}
.active-list {
  font-weight: bold;
  color: #1493ff;
  background-color: #e7f4ff;
}

.list-content-box {
  width: 970px;
}
.l-item-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}
.l-item-li-a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 27px;
  color: #4b4b4b;
}
.l-item-li-a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 715px;
}
.l-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #1493ff;
}
.time-text {
  font-size: 16px;
  color: #afafaf;
}
.page-box {
  width: 100%;
  height: 30px;
  background-color: #1493ff;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #f8f8f8;
  }
  .main-content {
    width: 100%;
    min-width: unset;
    padding: 1.5rem 2rem;
    margin-top: 0;
  }

  .list-title-line {
    display: none;
  }

  .menu-box {
    display: none;
  }
  .list-container {
    width: 100%;
  }

  .list-content-box {
    width: 100%;
    padding: 1rem;
    background-color: #ffffff;
  }

  .l-item-li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding: 1.75rem 0;
    border-bottom: 1px dashed #dedede;
  }
  .l-item-li-a {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .l-item-li-a span {
    width: 38.375rem;
  }
  .l-dot {
    display: none;
  }
  .time-text {
    font-size: 1.75rem;
  }
  .page-box {
    margin-top: 2rem;
  }
}
