.zczxTopBox {
  background: url('../img/zczxBg01.png')top center no-repeat;
  height: 800px;
  /* height: fit-content; */
  overflow: hidden;
}

.mt_40 {
  margin-top: 40px;
}


.zczxlogo1 {
  width: 702px;
  margin-top: 230px;
}

.ptBtn {
  width: 1200px;
  height: 285px;
  background: url('../img/zczxBg5.png');
  text-align: center;
  padding: 50px;
  font-size: 20px;
  color: #121212;
  letter-spacing: 1.18px;
}

.ptBtn div {
  display: flex;
  justify-content: space-between;
}

.ptBtn a {
  width: 511px;
  height: 115px;
  display: block;
  margin-top: 40px;
  padding: 23px 0;
  box-sizing: border-box;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 20px;

  letter-spacing: 0;
  text-align: center;
}

.ptBtn a img {
  margin-right: 10px;
}

.ptBtn a:nth-child(1) {
  background: url('../img/zczxBg2.png');
  color: #F99920;
}

.ptBtn a:nth-child(2) {
  background: url('../img/zczxBg3.png');
  color: #1B334C;
}

.ptBtn a:nth-child(3) {
  background: url('../img/zczxBg4.png');
  color: #073F4D;
}

.zcwdkTit {
  text-align: center;
  height: 50px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 20px;
  color: #F99920;
  background: url('../img/zczxBg6.png')center bottom no-repeat;
}

.zcwdkTit img {
  margin-right: 10px;
}

.zcwdTit {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 18px;
  color: #121212;
  letter-spacing: 0;
  line-height: 40px;
  border-bottom: 1px solid #DEDEDE;
}

.depBoxList {
  font-size: 0;
  height: 170px;
  overflow: hidden;
  transition: all 1s;
}

.depBoxList li {
  display: inline-block;
  width: 285px;
  height: 68px;
  background: rgba(252, 239, 222, 0.5);
  text-align: center;
  line-height: 68px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  margin: 0 7px;
  margin-top: 15px;
  cursor: pointer;
}
.depBoxList li a{
  display:block;
}
.depBoxList li a.active{
  background: #F99920;
  color:#fff;
}

#showAll {
  height: 60px;
  line-height: 60px;
  background: #F7F7F7;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: rgb(131, 130, 130);
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}

.newsList {
  width: 785px;
}

.imgList {
  width: 375px;
}

.newsList li {
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
  margin-top: 20px;
}
.newsList li:hover{
  background: #FDF7EE;
  border: 1px solid #F7E6CC;
}

.newLits_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 18px;
  color: #121212;
  line-height: 2;
}

.newLits_con {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  line-height: 2;

}

.imgList li {
  margin-top: 20px;
}

.imgList li img {
  width: 374px;
  height: 178px;
}

.imgList li p {
  width: 374px;
  height: 54px;
  line-height: 54px;
  background: #F1F1F1;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  text-indent: 1em;
}

/* 适老化20240420 */

.oldModel .depBoxList li {
  width: 31%;
}

.oldModel .depBoxList .bigLi{width: 64%;}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}

.oldModel {}