
.btn_list .btn:hover{
  border-color: #0C6F40;
}

.btn_list .active {
  background: #0C6F40;
  color: #FFFFFF;
}

.ag_econ_dynamics{
  margin-bottom: 65px;
}

.ag_econ_dynamics .dynamics_list{
  margin: auto;
}
.party_news_list .party_new_item{
  background: #FAFAFA;
  position: relative;
}
.party_news_list .party_new_item:hover{
  background: #FAFAFA;
  box-shadow: 0px 0px 9px 1px rgba(112,112,112,0.4);
}
.party_news_list>a{
  margin: 10px;
}
.hind{
  display: none;
}
.party_news_list .party_new_item:hover .hoverText{
  display: flex;
  opacity: 0.05;
  font-family: 'Source Han Sans CN', 'Source Han Sans CN';
  font-weight: 500;
  font-size: 101px;
  color: #333333;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 10px;
}







