.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.newsList li {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsList .box:hover .pic img {
  opacity: .5;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.newsList .box:hover .pic:before, .newsList .box:hover .pic:after {
  top: 50%;
  opacity: 1;
}

.newsList .box:hover h3 a {
  color: #6eb92b;
}

.newsList .box:hover h3 a:after {
  background-color: #6eb92b;
}

.newsList .pic {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.newsList .pic img {
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsList .pic:before, .newsList .pic:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList .pic:before {
  content: '\f002';
  font-family: FontAwesome;
  z-index: 3;
  font-size: 16px;
  color: #fff;
}

.newsList .pic:after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(110, 185, 43, 0.8);
}

.newsList .text {
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsList .slick-list {
  padding-bottom: 12px;
}

.newsList .date {
  font-size: 12px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  color: #8a8a8a;
  font-weight: 300;
  letter-spacing: .025em;
  margin-bottom: 12px;
}

.newsList h3 a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 19px;
  letter-spacing: .05em;
  color: #484848;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.newsList h3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #5e5e5e;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList p {
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #484848;
  line-height: 1.6;
}

.btnS01 {
  text-align: center;
}

.textEditor {
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .newsList li {
    width: 50%;
  }
}

@media (max-width: 580px) {
  .newsList {
    margin: 0;
  }
  .newsList li {
    width: 100%;
    padding: 0;
  }
}
