@import "global.css";
.section-title1 h4 {
  font-family: "Microsoft YaHei UI";
}

.leader-info-card {
  margin-top: 35px;
}

.leader-info-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.leader-info-left {
  max-width: 462px;
  width: 100%;
  height: 416px;
  border-right: 1px solid #EBEFF3;
  padding-top: 17px;
  padding-right: 35px;
}

.county-magistrate {
  display: flex;
}
.county-magistrate:hover h4 {
  color: #CB2026;
}
.county-magistrate img {
  max-width: 204px;
  height: auto;
  max-height: 281px;
  object-fit: cover;
  margin-right: 32px;
}
.county-magistrate .county-magistrate-info {
  color: #333333;
}
.county-magistrate .county-magistrate-info h4 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.7em;
  transition: all 0.3s ease-in-out 0s;
}
.county-magistrate .county-magistrate-info p {
  font-size: 24px;
  margin-top: 14px;
  font-weight: bold;
}

.county-magistrate-list {
  display: flex;
  align-items: center;
  margin-top: 42px;
  justify-content: space-between;
}
.county-magistrate-list li {
  width: calc((100% - 21px) / 2);
  height: 68px;
  background: #F8FBFF;
}
.county-magistrate-list li:hover a {
  color: #CB2026;
}
.county-magistrate-list a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
}
.county-magistrate-list img {
  max-width: 100%;
  margin-right: 22px;
}

.leader-info-right {
  width: calc(100% - 462px);
  height: auto;
  padding-left: 35px;
}
.leader-info-right h4 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}

.deputy-county-magistrate-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  height: 350px;
  align-content: space-between;
}
.deputy-county-magistrate-list a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.deputy-county-magistrate-list p {
  font-size: 18px;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
  margin-top: 9px;
}
.deputy-county-magistrate-list li {
  margin-right: 14px;
  text-align: left;
  width: 105px;
  height: 172px;
}
.deputy-county-magistrate-list li:nth-child(6n) {
  margin-right: 0;
}
.deputy-county-magistrate-list li:hover p {
  color: #CB2026;
}
.deputy-county-magistrate-list img {
  width: 105px;
  height: 136px;
}

.government-info-list {
  display: flex;
  justify-content: space-between;
  margin: 46px 0 49px;
}
.government-info-list li {
  width: 217px;
  height: 86px;
  border: 1px solid #FFE1D2;
  transition: all 0.3s ease-in-out 0s;
}
.government-info-list li:hover {
  box-shadow: 0 4px 10px 0 rgba(203, 32, 38, 0.1);
}
.government-info-list li:hover a {
  color: #CB2026;
}
.government-info-list a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
}
.government-info-list img {
  max-width: 100%;
  margin-right: 8px;
}

.government-layout {
  display: flex;
  justify-content: space-between;
}

.government-left {
  width: 432px;
  height: 469px;
  background: #F8FBFF;
  padding: 24px 26px 33px;
}
.government-left h4 {
  color: #CB2026;
  font-size: 28px;
}

.government-open-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 9px;
}
.government-open-list li {
  width: calc((100% - 34px) / 3);
  height: 162px;
  border: 1px solid #FFE1D2;
  background: #ffffff;
  margin-top: 21px;
  transition: all 0.3s ease-in-out 0s;
}
.government-open-list li:last-child p, .government-open-list li:nth-last-child(2) p {
  width: 5em;
}
.government-open-list li:hover {
  box-shadow: 0 4px 10px 0 rgba(203, 32, 38, 0.1);
}
.government-open-list li:hover p {
  color: #CB2026;
}
.government-open-list a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 28px 11px 0;
}
.government-open-list i {
  font-size: 50px;
  color: #CB2026;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.government-open-list .zy-icon-yishenqinggongkai {
  font-size: 42px;
}
.government-open-list .zy-icon-fadingzhudonggongkaineirong {
  font-size: 48px;
}
.government-open-list p {
  font-size: 18px;
  color: #333333;
  margin-top: 13px;
  text-align: center;
  width: 4em;
  transition: all 0.3s ease-in-out 0s;
}

.government-center {
  width: 493px;
  height: 468px;
  background: #F9F9F9;
  padding: 23px 30px 30px 24px;
}

.policy-tabs {
  display: flex;
  align-items: center;
}
.policy-tabs a {
  font-size: 28px;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
}
.policy-tabs li {
  margin-right: 34px;
}
.policy-tabs li:last-child {
  margin-right: 0;
}
.policy-tabs li.active a {
  color: #CB2026;
}

.policy-list {
  display: none;
  padding-top: 10px;
}
.policy-list.active {
  display: block;
}
.policy-list a {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding-left: 16px;
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 78px;
  transition: all 0.3s ease-in-out 0s;
}
.policy-list a:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 10px;
  background: #C7C7C7;
  transition: all 0.3s ease-in-out 0s;
}
.policy-list li {
  margin-top: 17px;
}
.policy-list li:hover a {
  color: #CB2026;
}
.policy-list li:hover a:before {
  background: #CB2026;
}

.government-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 468px;
  width: 217px;
}
.government-right li {
  height: 66px;
}
.government-right li img {
  box-sizing: content-box;
}
.government-right li:first-child img {
  border: 1px solid #FFE1D2;
}
.government-right li:nth-child(2) img {
  border: 1px solid #DFF3FA;
}
.government-right li:nth-child(3) img {
  border: 1px solid #EFE1F9;
}
.government-right li:nth-child(4) img {
  border: 1px solid #E8EAFA;
}
.government-right li:nth-last-child(2) img {
  border: 1px solid #EAF3F9;
}
.government-right li:last-child img {
  border: 1px solid #F9F0EA;
}
.government-right a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.government-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.key-disclosures {
  margin: 53px 0;
}
.key-disclosures .section-title1 i {
  width: calc(100% - 224px - 28px);
}

.key-disclosures-card {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  align-items: flex-start;
  height: 278px;
}

.key-disclosures-col {
  width: 180px;
  min-height: 278px;
  max-height: 278px;
  background: linear-gradient(180deg, #FFF1F1 0%, #FFFFFF 46%);
  text-align: center;
  padding: 23px 0 0;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(203, 32, 38, 0.12);
  transition: all 0.8s ease-in-out 0s;
}
.key-disclosures-col.hovered {
  height: auto !important;
  transition: none;
}
.key-disclosures-col.hovered .key-disclosures-list {
  height: auto;
  transition: none;
}
.key-disclosures-col.hovered .zy-icon-xiajiantou {
  transform: rotate(180deg);
}
.key-disclosures-col:hover {
  max-height: 500px;
  box-shadow: 0 4px 10px 0 rgba(203, 32, 38, 0.1);
}
.key-disclosures-col:hover .key-disclosures-list {
  max-height: 500px;
}
.key-disclosures-col:hover .zy-icon-xiajiantou {
  transform: rotate(180deg);
}
.key-disclosures-col h4 {
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  padding-bottom: 14px;
  position: relative;
}
.key-disclosures-col h4:after {
  content: "";
  width: 48px;
  height: 2px;
  display: inline-block;
  position: absolute;
  background: #CB2026;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.key-disclosures-col .zy-icon-xiajiantou {
  font-size: 18px;
  color: #BEBEBE;
  cursor: pointer;
  display: inline-block;
  margin-top: 9px;
  transition: all 0.5s ease-in-out 0s;
}

.key-disclosures-img-box {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FFF7F3;
  box-shadow: 0 1px 6px 0 rgba(203, 32, 38, 0.4);
  margin: 0 auto;
}

.key-disclosures-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0 16px;
  margin-top: 14px;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
  width: 100%;
  transition: all 0.8s ease-in-out 0s;
}
.key-disclosures-list li {
  width: 4em;
  margin-bottom: 0.5em;
}
.key-disclosures-list li:hover a {
  color: #CB2026;
}
.key-disclosures-list a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
}

.data-statistics-layout {
  display: flex;
  background: #F9F9F9;
  padding: 15px;
  margin: 42px 0 53px;
}

.data-statistics-left {
  width: 253px;
  height: auto;
  padding: 6px 25px 6px 35px;
}
.data-statistics-left li {
  font-size: 18px;
  line-height: 48px;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.data-statistics-left li:after {
  content: "\e7de";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-family: zy-iconfont;
  font-size: 0;
  transition: all 0.3s ease-in-out 0s;
}
.data-statistics-left li.active, .data-statistics-left li:hover {
  color: #CB2026;
  font-weight: bold;
}
.data-statistics-left li.active:after, .data-statistics-left li:hover:after {
  font-size: 12px;
}

.data-statistics-right {
  width: calc(100% - 253px);
  height: auto;
  background: #FFFFFF;
  padding: 20px 17px 28px 28px;
}

.data-statistics-condition {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.data-statistics-screen {
  display: flex;
}
.data-statistics-screen li {
  width: 89px;
  height: 33px;
  border-radius: 5px;
  background: #E9EEF1;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
}
.data-statistics-screen li:nth-child(even) {
  margin: 0 22px;
}
.data-statistics-screen li.active, .data-statistics-screen li:hover {
  background: #CB2026;
  color: #FFFFFF;
}

.data-statistics-search {
  display: flex;
  align-items: center;
}
.data-statistics-search button {
  border-radius: 280px;
  background: #CB2026;
  border: none;
  outline: none;
  width: 60px;
  height: 30px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.data-statistics-search label {
  font-size: 14px;
  color: #666666;
}
.data-statistics-search input {
  width: 142px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #CACACA;
  outline: none;
  margin: 0 11px;
  padding: 0 10px;
}

#dataStatisticsChart {
  width: 100%;
  height: calc(100% - 48px);
  margin-top: 30px;
}

@media screen and (max-width: 1280px) {
  .leader-info-layout{
    flex-wrap: wrap;
  }
  .leader-info-left {
    /* max-width: 376px; */
    max-width: none;
    width: 100%;
    height: auto;
    padding-right: 0;
    border-right: none;
  }
  .county-magistrate{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .county-magistrate img{
    margin-right: 0;
  }
  .county-magistrate .county-magistrate-info{
    margin-top: 20px;
    text-align: center;
  }
  .county-magistrate .county-magistrate-info h4{
    letter-spacing: 0;
  }
  .leader-info-right {
    /* width: calc(100% - 376px); */
    margin-top: 20px;
    width: 100%;
    padding-left: 15px;
  }
  .deputy-county-magistrate-list{
    height: auto;
  }
  .deputy-county-magistrate-list li {
    margin-bottom: 10px;
    margin-right: 63px;
  }
  .government-info-list li {
    width: 185px;
  }
  .government-layout {
    flex-wrap: wrap;
  }
  .government-center {
    order: 0;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .policy-list a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .government-left {
    order: 1;
    width: calc(100% - 240px);
  }
  .government-right {
    order: 2;
  }
  .key-disclosures-card {
    flex-wrap: wrap;
    height: 576px;
    align-content: space-between;
  }
  .key-disclosures-col {
    width: calc(33.3333333333% - 15px);
  }
  .key-disclosures-list li {
    width: calc(50% - 10px);
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .leader-info-layout {
    flex-direction: column;
  }
  .leader-info-left {
    max-width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .leader-info-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .deputy-county-magistrate-list li {
    margin-right: 24px;
  }
  .government-info-list {
    flex-wrap: wrap;
    position: relative;
    margin-top: 0;
  }
  .government-info-list li {
    width: calc(33.3333333333% - 10px);
    margin-top: 20px;
  }
  .government-info-list:after {
    content: "";
    width: calc(33.3333333333% - 10px);
    height: 1px;
    display: inline-block;
  }
  .data-statistics-layout {
    flex-direction: column;
  }
  .data-statistics-left {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .data-statistics-left li {
    padding-right: 30px;
    margin-right: 20px;
  }
  .data-statistics-left li.active:after {
    display: none;
  }
  .data-statistics-right {
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
  #dataStatisticsChart {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .deputy-county-magistrate-list {
    height: auto;
    margin-top: 0;
  }
  .deputy-county-magistrate-list li {
    width: 25%;
    margin-right: 0;
    margin-top: 20px;
  }
  .data-statistics-condition {
    flex-direction: column;
  }
  .data-statistics-screen {
    align-self: flex-start;
  }
  .data-statistics-search {
    align-self: flex-end;
    margin-top: 20px;
  }
  .government-info-list li {
    width: calc(50% - 10px);
  }
  .government-left {
    width: 100%;
  }
  .government-right {
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .government-right li {
    width: calc(50% - 10px);
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (max-width: 616px) {
  #dataStatisticsChart {
    height: 300px;
  }
  .key-disclosures-card {
    height: auto;
    margin-top: 32px;
  }
  .key-disclosures-col {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}
