a {
    cursor: pointer;
}

.news_ban{
  background: url(../images/news_ban.jpg)no-repeat;
}
.news_area{
  position: relative;
}

.news_box_list{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.date_box{
  width: 20%;
  border-right: 1px solid #ccc;
  text-align: center;
  font-family: 'LCALLIG';
  font-size: 2rem;
  padding: 30px;
}

.date_box span{
  display: block;
  font-size: 5rem;
  line-height: 1.2;
  color: #b6a38d;
}
.news_con{
  width: 80%;
  padding: 30px;
}
@media screen and (max-width:991px){
  .date_box{
    width: 25%;
    font-size: 2rem;
}
  .date_box span{
    font-size: 4rem;
  }
  .news_con{
    width: 75%;
  }
}
@media screen and (max-width:700px){
  .date_box{
    width: 30%;
    font-size: 1.5rem;
    padding: 15px;
  }
  .date_box span{
    font-size: 3rem;
  }
  .news_con{
    width: 70%;
    padding: 15px;
  }
  .news_box_list{
    align-items: self-start;
  }
}
.news_con p{
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
}
.pro_txtbox .txt_r.date_box{
  width: 30%;
  border-right:0;
  padding: 0 1rem;
  font-size: 1rem;
}
.pro_txtbox .txt_r.date_box span{
  margin-top: -1.5rem;
  font-size: 3rem;
}
@media screen and (max-width:1199px){
  .pro_txtbox .txt_r.date_box{
    font-size: 0.75rem;
  }
}
.pro_txtbox .btn_box{
  background: #ce7102;
  border-radius: 6px;
  padding: .5rem;
  width: 150px;
  margin: -55px auto 1rem auto;
  text-align: center;
}
.pro_list_box:hover .pro_txtbox .btn_box{
  background: #ff9619;
}
.link,.dow{
  margin-bottom: 2rem;
}
.link ul li,.dow ul li{
  position: relative;
  padding-left: 1rem;
  padding-bottom: .5rem;
}
.link ul li::before,.dow ul li::before{
  content: "";
  width: 8px;
  height: 8px;
  background: #ff9619;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
