/* CSS Document */
.articleTitle {
  display: none;
}

.itemList {
  width: 100%;
  margin: 0 -1%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.itemList li {
  width: 31%;
  margin: 0 1% 2% 1%;
  list-style-type:none;
}
.itemList li .item {
  background-color: #f6fbfa;
}
.itemList .Img {
  position: relative;
}
.itemList .Img a {
  display: block;
  overflow: hidden;
}
.itemList .Img img {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.itemList .Txt {
  padding: 0px;
  text-align: center;
}
.itemList .Txt h3 {
  font-size: 21px;
  color: #40220f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  margin: 0 2%;
}
.itemList .Txt h3 a {
  color: #40220f;
}

@media (max-width: 550px) {
  .itemList {
  width: 95%;
}
  .itemList li {
    width: 100%;
    margin: 0 0 2% 0;
  }
}

.textEditor h3 {
  color: #16a085;
}