.mainArea{padding:50px 0}

.newsList .item, .newsList .Img:before, .newsList .Img:after {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.newsList li {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 25%;
}

.newsList .item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  max-width: 310px;
}

.newsList .item:hover {
  background-color: #FFF;
  -webkit-box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.05);
}

.newsList .Img {
  overflow: hidden;
  border-radius: 15px;
}
.newsList .Img img {
  display: block;
  width: 100%;
}
  
.newsList .Txt {
  padding-top: 20px;
  text-align: center;
}

.newsList .title {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.newsList p {
  color: #757575;
  font-size: 17px;
}

.newsList .date {
  font-size: 14px;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  font-style: italic;
  color: #757575;
}


/********標題區*******/
.titleArea {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom:1px dashed #dcdcdc;
}

.titleArea .newsDate {
    font-size: 18px;
    color: #C00;
    letter-spacing: .04em;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
}

.titleArea .newsDate strong,
.titleArea .newsDate b {
    font-weight: 400;
}

.titleArea h1 {
    font-weight: 400;
    font-size: 28px;
}

@media (max-width: 1280px) {
  .contentBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1023px) {
  .newsList li {
    width: 33.3%;
  }
  
  .newsList li {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 25%;
}

}
@media (max-width: 640px) {
  .newsList li {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .newsList li {
    width: 100%;
  }
}
