/*.in_banner {*/
/*  height: 350px;*/
/*  position: relative;*/
/*}*/

/*.btn_list {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  margin: 0 auto 50px;*/
/*}*/

/*.btn_list .btn {*/
/*  width: 175px;*/
/*  height: 60px;*/
/*  background: #FFFFFF;*/
/*  border: 1px solid #E6E6E6;*/
/*  text-align: center;*/
/*  line-height: 60px;*/
/*  font-size: 22px;*/
/*  color: #000;*/
/*  font-weight: 600;*/
/*  margin-left: 10px;*/
/*  margin-right: 10px;*/
/*  cursor: pointer;*/
/*}*/
.btn_list .btn:hover{
  border-color: #0C6F40;
}

.btn_list .active {
  background: #0C6F40;
  color: #FFFFFF;
}

/*.party_new{*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  margin: 80px auto 100px;*/
/*}*/

/*.party_news_list{*/
/*  width: 65%;*/
/*  margin: auto;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.party_news_list .party_new_item{*/
/*  width: 367px;*/
/*  display: grid;*/
/*  border-radius: 3%;*/
/*  position: relative;*/
/*  margin-bottom: 30px;*/
/*}*/

/*.party_new_item:hover{*/
/*  background-color: #FFFFFF;*/
/*}*/

/*.party_new_item .party_new_item_img{*/
/*  width: 100%;*/
/*  height: 245px;*/
/*  overflow: hidden;*/
/*  object-fit: cover;*/
/*  border-top-left-radius: 3%;*/
/*  border-top-right-radius: 3%;*/
/*}*/

/*.party_new_item_img .imgScale{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.party_new_item .item_title{*/
/*  color: #333333;*/
/*  height: 173px;*/
/*  padding: 44px 33px 44px 39px;*/
/*  font-family: Source Han Sans CN, Source Han Sans CN;*/
/*  font-weight: bold;*/
/*  font-size: 18px;*/
/*}*/

/*.party_new_item .item_text{*/
/*  color: #333333;*/
/*  display: flex;*/
/*  height: 44px;*/
/*  justify-content: space-between;*/
/*  padding: 0 33px;*/
/*}*/

.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;
}


