.main-content {
  width: 100%;
  min-width: 1320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 要闻 */
.news-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 42px 0 30px;
  background-color: #d6e5ff;
}
.news-box-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1300px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.56);
  border-bottom: 8px solid #1493ff;
}
.news-box-main-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  padding-bottom: 16px;
  margin-bottom: 35px;
  margin-right: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: url("/cms_files/webzhoushanshitongjiju/pubtplobject/newweb/KhKA24b7cH8AZuy8yY6wR/images/new-icon.png") no-repeat;
  background-size: 100% 100%;
}
.news-box-main-right {
  width: 1048px;
}
.news-box-main-right-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.news-box-main-right-item-dot {
  width: 9px;
  height: 9px;
  margin-right: 13px;
  background-color: #1592fb;
}
.news-box-main-right-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1018px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #1393fd;
}
.news-box-main-right-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-box-main-right-more-text {
  font-size: 14px;
  letter-spacing: 1px;
  color: #1393fd;
}

/* 轮播图 + 最新更新 */
.first-main {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 0 50px;
  background-color: #d6e5ff;
}
.first-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
}
.first-main-content-left {
  width: 640px;
  height: 354px;
}
.base-tab-box {
  width: 610px;
}
.base-tab-box-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  border-bottom: 4px solid #d6d6d6;
}
.other-border {
  border-bottom: 4px solid #fff;
}
.base-title-list {
  display: flex;
  align-items: center;
}
.title-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.title-item-a {
  padding: 0 25px;
  font-size: 20px;
  color: #afafaf;
  cursor: pointer;
}
.other-title-item-a {
  color: #000000;
}
.base-title-more {
  display: flex;
  align-items: center;
}
.base-title-more li {
  display: none;
}
.base-title-more li a {
  font-size: 16px;
  color: #afafaf;
}
.show-tab-a2 {
  display: none;
}

.show-box {
  display: block !important;
}

.title-active {
  display: none;
  position: absolute;
  bottom: -22px;
  width: 100%;
  height: 12px;
  background: url("/cms_files/webzhoushanshitongjiju/pubtplobject/newweb/KhKA24b7cH8AZuy8yY6wR/images/tab-active.png") no-repeat;
  background-size: 100% 100%;
}
.on-active .title-item-a {
  color: #1493ff;
  font-weight: bold;
}
.on-active .title-active {
  display: block;
}

.base-tab-box-content {
  width: 100%;
}
.item-tab-content {
  display: none;
  width: 100%;
}
.item-tab-content li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.item-tab-content-item-left {
  display: flex;
  align-items: center;
}

.item-tab-content-item-left-dot {
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: #1493ff;
  border-radius: 50%;
}
.item-tab-content-item-left-text {
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 312px;*/
  font-size: 16px;
  color: #afafaf;
}
.item-tab-content-item-right {
  font-size: 16px;
  color: #afafaf;
}
.other-color {
  color: #000000 !important;
}

/* 重大国情 */
.zdgq-box {
  display: flex;
  height: 192px;
  margin-top: 28px;
}

/* 外部网站 */
.wb-box {
  display: flex;
  flex-wrap: wrap;
  width: 1300px;
  gap: 12px 20px;
  margin-top: 28px;
}
.wb-box a img {
  width: 420px;
  height: 53px;
  margin-bottom: 0;
}

.tab-cell,
.tab-cell2,
.tab-cell3,
.last-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  margin: 50px 0 0;
}

.last-cell-left,
.last-cell-right {
  width: 610px;
}

.last-title {
  display: flex;

  width: 100%;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  border-bottom: 4px solid #d6d6d6;
}

.last-title-text {
  position: relative;
  padding: 0 25px;
  font-size: 20px;
  font-weight: bold;
  color: #1493ff;
}
.last-line {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url("/cms_files/webzhoushanshitongjiju/pubtplobject/newweb/KhKA24b7cH8AZuy8yY6wR/images/tab-active.png") no-repeat;
  background-size: 100% 100%;
}

.last-left-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.last-left-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  font-size: 20px;
  color: #000000;
}
.last-left-content-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}
.other-align {
  align-items: flex-start;
}
.other-align2 {
  align-items: flex-end;
}

.last-right-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
}
.last-right-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 97px;
  border-radius: 2px;
  font-size: 20px;
  color: #000000;
  border: solid 1px #1493ff;
}
.last-right-item img {
  width: 53px;
  height: 53px;
}
.last-right-item:hover {
  background-color: #1493ff;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #f8f8f8;
  }
  .main-content {
    min-width: unset;
    padding: 1.5rem 2rem;
  }

  /* 要闻 */
  .news-box {
    padding: 0;
    background-color: unset;
    margin-bottom: 1.5rem;
  }
  .news-box-main {
    width: 100%;
    height: 16rem;
    border-bottom: 1rem solid #1493ff;
    background-color: #d6e5ff;
  }
  .news-box-main-left {
    width: 6.25rem;
    height: 8.75rem;
    padding-bottom: 2rem;
    margin-right: 3.125rem;
    margin-bottom: 2rem;
    font-size: 2.125rem;
  }
  .news-box-main-right {
    width: 30.375rem;
  }
  .news-box-main-right-item {
    margin-bottom: 0.8rem;
  }
  .news-box-main-right-item-dot {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.625rem;
  }
  .news-box-main-right-item-text {
    width: 27.875rem;
    font-size: 1.75rem;
  }
  .news-box-main-right-more-text {
    font-size: 1.5rem;
  }

  /* 轮播图 + 最新更新 */
  .first-main {
    padding: 0;
    background-color: unset;
  }
  .first-main-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .first-main-content-left {
    width: 100%;
    height: 23.75rem;
    margin-bottom: 1.5rem;
  }
  .base-tab-box {
    width: 100%;
    padding: 1rem 0.5rem;
    background-color: #fff;
  }
  .base-tab-box-title {
    padding-bottom: 0.875rem;
    border-radius: 0.625rem;
    margin-bottom: 2.25rem;
    border-bottom: 0.375rem solid #ececec;
  }
  .title-item-a {
	color: #000;
    padding: 0 0.875rem;
    font-size: 1.75rem;
  }
  .base-title-more li a {
    font-size: 1.75rem;
  }
  .title-active {
    bottom: -2rem;
    height: 1rem;
  }
  .item-tab-content li {
    margin-bottom: 2rem;
  }
  .item-tab-content-item-left-dot {
    display: none;
  }
  .item-tab-content-item-left-text {
    width: 27.125rem;
    font-size: 1.75rem;
    color: #383c46 !important;
  }
  .item-tab-content-item-right {
    font-size: 1.75rem;
    color: #383c46 !important;
  }

  /* 重大国情 */
  .zdgq-box {
    width: 100%;
    height: 6.25rem;
    margin-top: 1.5rem;
  }

  /* 外部网站 */
  .wb-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    margin-top: 1.5rem;
  }
  .wb-item {
    width: 100%;
  }
  .wb-box a img {
    width: 100%;
    height: 5.375rem;
    margin-bottom: 1rem;
  }

  .tab-cell,
  .tab-cell2,
  .tab-cell3,
  .last-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
  .tab-cell-left,
  .tab-cell-right,
  .tab-cell-left2,
  .tab-cell-right2,
  .tab-cell-left3,
  .tab-cell-right3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .last-cell-left,
  .last-cell-right {
    width: 100%;
    padding: 1rem 0.5rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
  }
  .last-title {
    padding-bottom: 0.875rem;
    border-radius: 0.625rem;
    margin-bottom: 2.25rem;
    border-bottom: 0.375rem solid #ececec;
  }
  .last-title-text {
    padding: 0 0.875rem;
    font-size: 1.75rem;
  }
  .last-line {
    bottom: -2rem;
    height: 1rem;
  }

  .last-left-content-item {
    font-size: 1.75rem;
    align-items: center !important;
  }
  .last-left-content-item img {
    width: 6.625rem;
    height: 6.375rem;
    margin-bottom: 0.3125rem;
  }

  .last-right-content {
    gap: 1rem;
  }
  .last-right-item {
    width: 13rem;
    height: 8.75rem;
    border-radius: 0.125rem;
    font-size: 1.75rem;
  }
  .last-right-item img {
    width: 5rem;
    height: 5rem;
  }
  .last-right-item:hover {
    background-color: #1493ff;
    color: #fff;
    font-weight: bold;
  }
  .show-tab-a {
    display: none;
  }
  .show-tab-a2 {
    display: block;
  }
}