#list-kszz-page #l-container .wp_paging{display: none;}
#list-kszz-page #l-container .col_news_head{border-bottom: none;}
#list-kszz-page #l-container .col_news_con{margin: 0;}
#list-kszz-page #l-container .col_metas .col_title{margin-bottom: 30px;}
#list-kszz-page #l-container .col_metas .col_title h2{border-bottom: 3px solid #a31514;}
.kszz-item{
  margin-bottom: 20px;
  /* background-color: #f1f1f1; */
  overflow: hidden;
  display: flex;
  gap: 0px;
  border-radius: 16px;
  overflow: hidden;
}
.kszz-item .imga img{
  width: 170px;
  height: 240px;
}
.kszz-item .imgb{
  padding: 30px 20px 10px 70px;
  background-color: #f1f1f1;
  flex: 1;
}
.kszz-item .imgb h2 a{
  font-size: 16px;
  line-height: 42px;
  //color: #a31514;
  color: #333; 
}
.kszz-item .imgb>p{
  font-size: 16px;
  color: #333;
}
h3.on .kszz-tel{
  background: url(images/kszz-tel.png) no-repeat;
  background-position: left center;
}
.kszz-address{
  background: url(images/kszz-address-nm.png) no-repeat;
  background-position: left center;
}
h3.on .kszz-address{
  background: url(images/kszz-address.png) no-repeat;
  background-position: left center;
}
.kszz-item h3 i{
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(images/kszz-down.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.kszz-item h3.on i{
  background: url(images/kszz-top.png) no-repeat;
  background-size: 100%;
}
.kszz-item a{
  pointer-events: none;
  cursor: default;
}
.kszz-box{
    padding-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 35px;
    line-height:35px;
    background-color: #fff;
    border-radius: 15px;
    padding-bottom: 0px;
    font-size: 16px;
    padding-left: 20px;
.kszz-box a p{
  background: #f1f1f1!important;
}
.col_news_con{margin: 0!important;}