@charset 'utf-8';

body {
  background-color: #f9f9f9;
}

.centerCurWidth {
  background-color: #fff !important;
  box-sizing: border-box;
  margin-bottom: 45px;
}

.centerDataWidth {
  width: 1350px;
  margin: 0 auto;
  box-sizing: border-box;
}

.public-mailbox-content {
  width: 100%;
  background-color: #f9f9f9;
  height: 62px;
  margin-top: 36px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  padding-left: 6px;
  box-sizing: border-box;
}

.line-div {
  width: 5px;
  height: 30px;
  background: #0071C4;
}

.public-mailbox-title-text {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #166EBA;
  margin-left: 13px;
}

.letter-from-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.letter-from-left-content {
  width: 1042px;
  height: 377px;
  background: #F7F8F9;
  padding: 27px 25px 25px 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.letter-from-left-title {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #BAE2FF;
}

.letter-from-left-title a {
  font-size: 24px;
  font-weight: bold;
  color: #000001;
}

.interaction-right-colum-three {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.letter-title-div {
  width: 75%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 180px;
  box-sizing: border-box;
}

.letter-title-text,
.response-time-text {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.response-time-text{
  padding-right: 10px;
}
.interaction-right-colum-four {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.interaction-right-colum-four:hover .letter-title-date-text,.list-data-item:hover .list-data-title-date-text{
  color: #0e5fad;
}

.letter-title-data-div {
  width: 80%;
  height: 42px;
  line-height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.letter-title-date-text {
  width: 90%;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.response-time-data-text {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.letter-type-text {
  width: 64px;
  height: 32px;
  background: #166dba;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.letter-type-text-css {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.letter-from-righ-list {
  width: 285px;
  height: 99px;
  background: #D3E8FF;
  border: 2px solid #A7D4FF;
  border-radius: 4px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.letter-from-righ-list:last-child {
  width: 287px;
  margin-bottom: 0;
  border: none;
  background: url(202312345.png) center center no-repeat;
}

.letter-one-img {
  width: 42px;
  height: 44px;
}

.letter-two-img {
  width: 42px;
  height: 34px;
}

.letter-three-img {
  width: 29px;
  height: 31px;
}

.letters-lump-text {
  font-size: 31px;
  font-weight: 400;
  color: #333333;
  margin-left: 34px;
}

.letters-lump-num-text {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 34px;
}

.data-disclosure-content {
  width: 100%;
  height: 552px;
  background: #F6FAFF;
  margin-bottom: 43px;
  padding: 33px 32px 48px 32px;
  box-sizing: border-box;
}

.line-title-content {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-title-content img {
  width: 1133px;
  height: 24px;
}

.date-select-content {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-date-select {
  width: 272px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 24px;
  box-sizing: border-box;
  margin-right: 16px;
}

.data-date-selec:last-child {
  margin-right: 0;
}

.data-date-select span {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}

.data-date-select img {
  width: 17px;
  height: 10px;
}

.data-column-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.data-column-child {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.data-column-child span {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
}

.data-item-box {
  width: 100%;
  height: 301px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  margin-top: 23px;
}

.data-banner-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.banner-data-item {
  width: 48%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-data-item:first-child {
  background: url(202312350-bg-img.png) center center no-repeat;
}

.banner-data-item:last-child {
  background: url(2023zmhd-img1.png) center center no-repeat;
}

.banner-data-item span {
  font-size: 30px;
  font-weight: bold;
  color: #164DAF;
  text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff;
}

.list-data-content {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-data-item-content {
  width: 48%;
  height: 372px;
}

.data-list-title-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
}

.data-item-child {
  width: 60%;
  display: flex;
  align-items: center;
}

.data-item-content {
  height: 45px;
  cursor: pointer;
  box-sizing: border-box;
}

.data-item-content-last {
  margin-left: 83px;
}

.data-item-content:hover {
  border-bottom: 5px solid #0071C4;
}

.data-item-child .cur {
  border-bottom: 5px solid #0071C4;
}

.data-item-child .cur a {
  color: #166EBA
}

.data-item-content:hover a {
  color: #166EBA;
}

.data-item-content a {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}

.data-title-more {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.hover-item {
  border-bottom: 5px solid #0071C4;
}

.hover-item a {
  color: #166EBA
}

.list-data-coloum-conten {
  margin-top: 35px;
}

.list-data-item {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-data-title-date-text {
  width: 80%;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  display: block;
}

.list-data-time-text {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.zmhd-w2sel *{
  box-sizing: border-box;
}
.zmhd-w2sel{
  text-align: center;
  margin: 30px 0;
  font-size: 0;
}
.zmhd-w2sel .selbox{
  display: inline-block;
  width: 260px;
  height: 32px;
  border-radius: 4px;
  margin: 0 12px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  color: #262626;
  line-height: 30px;
  text-align: left;
  background: #fff;
}
.zmhd-w2sel .selbox input{
  line-height: 30px;
  height: 30px;
  width: 86%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .zmhd-main{
    font-size: .3rem !important;
  }

  .zmhd-main input{
    font-size: .3rem;
  }

  .centerDataWidth {
    width: 100%;
    box-sizing: border-box;
  }

  .zmhd-main a:visited {
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
  }

  .zmhd-main a:active {
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
  }

  .centerCurWidth {
    margin-bottom: .45rem;
  }

  .centerDataWidth {
    padding: 0 .2rem;
  }

  .public-mailbox-content {
    width: 100%;
    height: .8rem;
    margin-top: .36rem;
    margin-bottom: .13rem;
    padding-left: .1rem;
  }

  .public-mailbox-title-text {
    font-size: .4rem;
    margin-left: .13rem;
  }

  .line-div {
    width: .1rem;
    height: .4rem;
  }

  .letter-from-content {
    margin-bottom: .3rem;
    flex-direction: column;
    justify-content: center;
  }

  .letter-from-left-content {
    width: 100%;
    max-height: 5rem;
    padding: .27rem .25rem .25rem .2rem;
  }

  .letter-from-left-title {
    padding-bottom: .2rem;
  }

  .letter-from-left-title a {
    font-size: .4rem;
  }

  .interaction-right-colum-three {
    height: .7rem;
  }

  .letter-title-div {
    height: .5rem;
    padding-left: 2rem;
  }

  .letter-title-text,
  .response-time-text {
    font-size: .32rem;
  }

  .response-time-text {
    padding-right: .1rem;
  }

  .interaction-right-colum-four {
    height: .6rem;
  }

  .letter-title-data-div {
    height: .5rem;
    line-height: .5rem;
    width: 75%;
  }

  .letter-type-text {
    width: .7rem;
    height: .4rem;
    border-radius: .1rem;
    margin-right: .1rem;
  }

  .letter-type-text-css {
    font-size: .24rem;
  }

  .letter-title-date-text {
    font-size: .32rem;
    width: 80%;
  }

  .response-time-data-text {
    font-size: .28rem;
  }

  .letter-from-right-content {
    margin-top: .2rem;
    width: 100%;
    box-sizing: border-box;
  }

  .letter-from-righ-list {
    width: 100%;
    height: 1rem;
    border: .01rem solid #A7D4FF;
    border-radius: .05rem;
    margin-bottom: .2rem;
    box-sizing: border-box;
  }

  .letter-from-righ-list:last-child {
    width: 100%;
    background-size: 100%;
    object-fit: contain;
  }

  .letter-one-img {
    width: .42rem;
    height: .44rem;
  }

  .letter-two-img {
    width: .42rem;
    height: .34rem;
  }

  .letter-three-img {
    width: .29rem;
    height: .31rem;
  }

  .letters-lump-text {
    font-size: .32rem;
    margin-left: .34rem;
  }

  .letters-lump-num-text {
    font-size: .32rem;
    margin-left: .34rem;
  }

  .data-disclosure-content {
    height: auto;
    margin-bottom: .2rem;
    padding: .33rem .32rem .48rem .32rem;
  }

  .line-title-content {
    height: .3rem;
  }

  .line-title-content img {
    width: 100%;
    height: .3rem;
    object-fit: cover;
  }

  .date-select-content {
    height: 1rem;
  }

  .data-date-select {
    width: 2.72rem;
    height: .42rem;
    background: rgba(255, 255, 255, 0.8);
    border: 0.02px solid #D2D2D2;
    border-radius: .05rem;
    padding: 0 .1rem 0 .24rem;
    margin-right: .16rem;
  }

  .data-date-select span {
    font-size: .28rem;
  }

  .data-date-select img {
    width: .17rem;
    height: .1rem;
  }

  .data-column-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .data-column-child {
    width: 100%;
  }

  .data-column-child span {
    font-size: .32rem;
  }

  .data-item-box {
    width: 100%;
    height: 5.5rem;
    margin-top: .23rem;
    margin-bottom: .23rem;
  }

  .data-banner-content {
    margin-bottom: .5rem;
    flex-direction: column;
    justify-content: center;
  }

  .banner-data-item {
    width: 100%;
    height: 1.2rem;
    margin-bottom: .2rem;

  }

  .banner-data-item span {
    font-size: .4rem;
  }

  .list-data-content {
    margin-bottom: .5rem;
    flex-direction: column;
  }

  .list-data-item-content {
    width: 100%;
    height: auto;
    margin-bottom: .4rem;
  }

  .list-data-item-content:last-child {
    margin-bottom: 0;
  }

  .data-item-child .cur {
    border-bottom: .08rem solid #0071C4;
  }

  .data-item-content {
    height: .6rem;
  }

  .data-item-content:hover {
    border-bottom: 0.08rem solid #0071C4;
  }

  .data-item-content a {
    font-size: .32rem;
  }

  .data-item-content-last {
    margin-left: .82rem;
  }

  .data-title-more {
    font-size: .28rem;
  }

  .list-data-coloum-conten {
    margin-top: .3rem;
  }

  .list-data-item {
    height: .8rem;
  }

  .list-data-title-date-text {
    font-size: .32rem;
    width: 70%;
  }

  .list-data-time-text {
    font-size: .32rem
  }
  .banner-data-item:first-child {
    background: url(202312350-h5-bg-img.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .banner-data-item:last-child {
    background: url(2023zmhd-img1h5.png) center center no-repeat;
    background-size: cover;
  }

  .zmhd-w2sel{
    margin-top: .3rem;
  }
  .zmhd-w2sel .selbox{
    width: 48%;
    height: .7rem;
    line-height: .7rem;
    margin: 0 1%;
  }
  .zmhd-w2sel .selbox input{
    height: .68rem;
    line-height: .68rem;
    font-size: .32rem;
  }
}