:root {
  --MainThemeColor: #075dbd;
  --MaxLine: 2;
}
/* 最多显示行数 */
.clipMaxLine {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--MaxLine);
  /* 这里是超出几行省略 */
  overflow: hidden;
  -webkit-box-orient: vertical;
}
img:hover {
  transform: scale(1.01);
}
.crumbs {
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #777;
  margin-top: 22px;
}
.crumbs img {
  width: 16px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}
.crumbs a {
  color: #777;
}
.crumbs a:hover {
  color: var(--MainThemeColor);
  font-weight: 500;
}
.crumbs span {
  padding: 0 5px;
}

.container {
  display: flex;
  margin-top: 26px;
}

/* part-2 */
.nav-left {
  width: 200px;
  margin-right: 30px;
}
.nav-left .item {
  width: 210px;
  height: 60px;
  margin-top: 6px;

  font-weight: 800;
  font-size: 20px;
  line-height: 60px;
  text-align: left;
  padding: 0px 10px;
  box-sizing: border-box;
  background-color: rgba(1, 82, 147, 0.1);
}
.nav-left .item a {
  color: #333;
}
.nav-left .selectItem {
  background-color: var(--MainThemeColor);
}
.nav-left .selectItem a {
  color: #fff;
}
.content {
  flex-grow: 1;
}

.content .line {
  height: 14px;
  border-bottom: 1px dashed #dddddd;
}
.list {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  display: flex;
  justify-content: space-between;
}
.list a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 700px;
}
.list .date {
  color: #999;
  font-weight: normal;
  text-align: right;
}
.page {
  display: flex;
  justify-content: center;
}
.page .index {
  width: 39px;
  height: 32px;
  font-size: 16px;
  color: #0c233d;
  line-height: 32px;
  margin: auto 5px;
}
.page .select {
  background-color: var(--MainThemeColor);
  color: #fff;
}
.page .last {
  background: center/100% url(https://www.wuhan.gov.cn/material/2023yy/dy/img/public/arrow-l.png);
  width: 30px;
  height: 30px;
}
.page .next {
  background: center/100% url(https://www.wuhan.gov.cn/material/2023yy/dy/img/public/arrow-r.png);
  width: 30px;
  height: 30px;
}

/* part-3 */
.imageContainer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.imageContainer .imgItem {
  margin-left: 20px;
  padding-bottom: 15px;
}
.imgItem img {
  width: 386px;
}
.imgItem p {
  height: 36px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 6px;
}

/* part-4 */
.main .part4_top {
  height: 210px;
  background: center/100% url(https://www.wuhan.gov.cn/material/2023yy/dy/img/public/lm4.jpg);
  padding-left: 24px;
  overflow: hidden;
  position: relative;
}
.part4_top .crumbs {
  color: white;
}
.part4_top .crumbs a {
  color: white;
}
.part4_top .tab {
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
}
.part4_top .tabItem {
  width: 282px;
  height: 64px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 22px;
  font-weight: 600;
  line-height: 64px;
  color: #ffffff;
  text-align: center;
}
.part4_top .tabSelect {
  background-color: white;
  color: var(--MainThemeColor);
}
.p4_container .p4_item {
  margin-top: 46px;
}
.p4_item .title {
  position: relative;
  padding-left: 15px;
}
.p4_item .title::before {
  content: "";
  width: 5px;
  height: 16px;
  background-color: var(--MainThemeColor);
  position: absolute;
  left: 0;
  top: 4px;
}
.p4_item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1px;
}
.p4_item .detail_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.p4_item .detail_box .detail_item {
  width: 390px;
  height: 48px;
  background-color: #f4f7fa;
  color: #333333;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  margin-left: 15px;
  margin-top: 15px;
  box-sizing: border-box;
}
.detail_box .detail_item a::before {
  content: "· ";
}

/* part5 */
.p5_container .p5_item {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.p5_item .p5_detail {
  padding-left: 23px;
}

.p1 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  --MaxLine: 2;
}
.p2 {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-top: 10px;
  --MaxLine: 3;
}
.p3 {
  font-size: 16px;
  font-weight: 400;
  color: var(--MainThemeColor);
  line-height: 19px;
  margin-top: 30px;
}
.p5_p:hover {
  color: var(--MainThemeColor) !important;
}

.p6_container {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}
.p6_item {
  width: 375px;
  height: 409px;
  overflow: hidden;
}
.p6_item .p6_cover {
  position: relative;
}
.p6_cover :first-child {
  width: 100%;
}
.p6_cover :last-child {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 52px;
  left: 152px;
}

.p6_item .p6_detail {
  padding: 20px 17px 20px 17px;
  box-sizing: border-box;
  background-color: #eee;
  height: 409px;
  box-sizing: border-box;
}
.p6_item .p3 {
  margin-top: 15px;
}
.p6_item .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #0c233d;
  line-height: 24px;
  --MaxLine: 3;
}

.p7_container {
  margin-top: 25px;
}
.p7_top {
  background: center/contain url(https://www.wuhan.gov.cn/material/2023yy/dy/img/public/lm7-1.jpg);
  padding: 46px 36px 40px 36px;
  box-sizing: border-box;
  height: 341px;
}
.p7_top .p1 {
  font-size: 26px;
  font-weight: 800;
  color: #713500;
  line-height: 44px;
  letter-spacing: 1px;
  text-indent: 40px;
}
.p7_top .p2 {
  font-size: 16px;
  font-weight: 600;
  color: #673a00;
  line-height: 26px;
  letter-spacing: 1px;
  width: 950px;
  margin-top: 12px;
}
.p7_top .p3 {
  font-size: 18px;
  font-weight: 400;
  color: #673a00;
  line-height: 21px;
  margin-top: 21px;
  margin-left: -15px;
}
.p7_middle {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #333333;
  line-height: 44px;
  letter-spacing: 2px;
  margin-top: 46px;
}
.p7_bottom {
  display: flex;
  margin-top: 23px;
  justify-content: space-around;
}
.p7_bottom .p7_item {
  position: relative;
}
.p7_item img {
  width: 387px;
}
.p7_item p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
