.newsInfoBox .newsCategoryBox, .newsList .newsVideoBtn .playBtn::after, .newsList .newsVideoBtn .playBtn, .newsList .item::before, .mainArea .bread, .mainArea .pageTitle, .mainArea .classRowBox, .mainArea .newsList, .mainArea .newsInfoBox, .mainArea .articleTitle, .mainArea .textEditor, .mainArea .pagePrevNextBox, .mainArea > .wrap > .btnBox {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mainArea .bread, .mainArea .pageTitle, .mainArea .classRowBox, .mainArea .newsList, .mainArea .newsInfoBox, .mainArea .articleTitle, .mainArea .textEditor, .mainArea .pagePrevNextBox, .mainArea > .wrap > .btnBox {
  opacity: 0;
}

.mainArea .bread, .mainArea .pageTitle, .mainArea .classRowBox, .mainArea .newsList, .mainArea .newsInfoBox, .mainArea .articleTitle, .mainArea .textEditor, .mainArea .pagePrevNextBox, .mainArea > .wrap > .btnBox {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.mainArea.show > .wrap > .btnBox, .mainArea.show .pagePrevNextBox, .mainArea.show .textEditor, .mainArea.show .newsList, .mainArea.show .articleTitle, .mainArea.show .classRowBox, .mainArea.show .newsInfoBox, .mainArea.show .pageTitle, .mainArea.show .bread {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.mainArea.show .pageTitle {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mainArea.show .classRowBox, .mainArea.show .newsInfoBox {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mainArea.show .newsList, .mainArea.show .articleTitle {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.mainArea.show .textEditor {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mainArea.show .pagePrevNextBox {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.mainArea.show > .wrap > .btnBox {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 481px) and (max-width: 1180px) {
  .newsList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 480px) {
  .newsList {
    margin-left: 0;
    margin-right: 0;
  }
}
.newsList > li {
  width: calc(100% / 3);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
@media (max-width: 1180px) {
  .newsList > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .newsList > li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .newsList > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.newsList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.newsList .item:hover .newsCategoryBox {
  background-color: #e31f25;
}
.newsList .item:hover h3 a {
  color: #e31f25;
}
.newsList .item:hover::before {
  border-color: #e31f25;
}
.newsList .item:hover .newsVideoBtn .playBtn {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.newsList .item:hover .newsVideoBtn .playBtn::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.newsList .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  pointer-events: none;
}
.newsList .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
}
.newsList .Img img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .newsVideoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  margin-left: -55px;
  margin-top: -25px;
  color: #fff;
  font-weight: 500;
  pointer-events: none;
  text-transform: uppercase;
}
.newsList .newsVideoBtn .playBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.newsList .newsVideoBtn .playBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}
.newsList .newsVideoBtn .playBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  z-index: 1;
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.newsList .Txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 35px;
}
@media (max-width: 1180px) {
  .newsList .Txt {
    padding: 15px;
  }
}
.newsList h3 a {
  display: block;
  max-height: 70px;
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  color: #2462af;
}
@media (max-width: 768px) {
  .newsList h3 a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.newsList p {
  max-height: 85px;
  min-height: 30px;
  line-height: 1.8;
  color: #353535;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .newsInfoBox {
    margin-bottom: 5px;
  }
}
.newsInfoBox .newsCategoryBox {
  padding: 3px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background-color: #2462af;
}
.newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsInfoBox .dateBox .day {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #111;
}
.newsInfoBox .dateBox .ym, .newsInfoBox .dateBox .dmy {
  font-size: 14px;
  color: #808080;
}