
.btn_list .btn:hover{
  border-color: #0C6F40;
}

.btn_list .active {
  width: 220px;
  height: 52px;
  background: #D3EAFF;
  text-align: start;
  line-height: 52px;
  padding-left: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #007AEF;
}


.item_text .text_date{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
}

.item_text .text_more{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
}
.Part-dynamics{
  width: 100%;
  height: 898px;
  background: #F9E8DD;
}
.Part_title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.Part_title .indT_T1{
  height: 50px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.Part_title .indT_T2{
  width: 222px;
  height: 25px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.PartLists{
  margin: 30px  auto 0;
  width: 1264px;
  height: 600px;
}
.Part_title .indT_T2{
  width: 248px;
  justify-content: space-between;
  text-align: center;
  margin-top: 30px;
}
.Part_title .indT_T2 .btn{
  width: 96px;
  height: 33px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 24px;
  color: #707070;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.Part_title .indT_T2 .btn:hover{
  width: 96px;
  height: 33px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 24px;
  color: #007AEF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.PartLists{
  margin: 30px  auto 0;
  width: 1264px;
  height: 600px;
}
.PartLists .dynamics_Part_list{
  width: 1264px;
  height: 600px;
  margin-bottom: 30px;
  align-items: center;
}
.PartLists .dynamics_Part_list>a, .Part_item{
  width: 9.44rem;
  height: 1.71rem;
  display: flex;
}
.PartLists .dynamics_Part_list>a{
  margin-top: 16px;
  background: #FAFAFA;
  transition: all 0.3s ease;
  cursor: pointer;
}

.PartLists .dynamics_Part_list>a:hover{
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
.Part_item_img{
  width: 261px;
  height: 141px;
  background: #E9E9E9;
  margin: 15px 16px 0 15px;
}
.Part_item_img>img{
  width: 261px;
  height: 141px;
  background: #E9E9E9;
}

.Part_item_title_botm{
  width: 840px;
  height: 141px;
  margin: 15px 16px 0 15px;

}
.Part_item_title{
  width: 840px;
  height: 33px;
  margin-top: 15px;
  display: flex;
}
.Part_item_title .text{
  width: 564px;
  height: 33px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 24px;
  color: #2C313D;
  margin-left: 5px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Part_item_title_botm_foot{
  width: 578px;
  height: 54px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #9B9B9B;
  line-height: 27px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 20px;
  text-indent: 2em; /* 2个字符的缩进，em是相对单位，会根据字体大小自动调整 */
  margin-left: 28px;
}

.Part_ind_more{
  width: 144px;
  height: 44px;
  background: #007AEF;
  border-radius: 6px 6px 6px 6px;
  margin: auto;
  text-align: center;
  line-height: 44px;
  color: white;
  margin-top: 40px;
  cursor: pointer;
}
.Part_item_title img{
  width: 26px;
  height: 27px;
  margin-left: 28px;
}



/* 媒体查询适配 */
@media (max-width: 767px) {
  /* 移动端适配 */
  .Part-dynamics {
    height: auto;
    padding: 20px;
  }

  .Part_title {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
  }

  .Part_title .indT_T1 {
    font-size: 24px;
    height: auto;
  }

  .Part_title .indT_T2 {
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
  }

  .PartLists {
    width: 100%;
    height: auto;
  }

  .PartLists .dynamics_Part_list {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .PartLists .dynamics_Part_list>a, .Part_item {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .Part_item_img {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }

  .Part_item_img>img {
    width: 100%;
    height: auto;
  }

  .Part_item_title_botm {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .Part_item_title {
    width: 100%;
    height: auto;
    margin-top: 10px;
    flex-direction: column;
  }

  .Part_item_title .text {
    width: 100%;
    font-size: 18px;
    margin-left: 0;
  }

  .Part_item_title_botm_foot {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
    text-indent: 0;
  }

  .Part_ind_more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-top: 20px;
  }

  .Part_item_title img {
    display: none;
  }

  .PartLists .dynamics_Part_list>a:hover{
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* 平板适配 */
  .Part-dynamics {
    height: auto;
    padding: 40px;
  }

  .Part_title {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .PartLists {
    width: 100%;
    height: auto;
  }

  .PartLists .dynamics_Part_list {
    width: 100%;
    height: auto;
  }

  .PartLists .dynamics_Part_list>a, .Part_item {
    width: 100%;
    height: auto;
  }

  .Part_item_img {
    width: 200px;
    height: 108px;
    margin: 15px 10px 0 10px;
  }

  .Part_item_img>img {
    width: 200px;
    height: 108px;
  }

  .Part_item_title_botm {
    width: calc(100% - 220px);
    height: auto;
    margin: 15px 10px 0 10px;
  }

  .Part_item_title {
    width: 100%;
    height: auto;
  }

  .Part_item_title .text {
    width: 100%;
    font-size: 20px;
    margin-left: 0;
  }

  .Part_item_title_botm_foot {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
    text-indent: 0;
  }

  .Part_item_title img {
    margin-left: 0;
  }

  .PartLists .dynamics_Part_list>a:hover{
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  /* 小桌面适配 */
  .PartLists {
    width: 90%;
  }

  .PartLists .dynamics_Part_list {
    width: 100%;
  }

  .Part_item_title_botm {
    width: calc(100% - 300px);
  }
}