@charset "UTF-8";
/* CSS Document */
/*****列表*****/
.newsList li {
  padding: 0;
  margin-bottom: 22px;
}
.newsList .item {
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
.newsList .Img {
  display: none;
}
.newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .Txt {
  padding: 20px;
}
.newsList h3 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .newsList h3 {
    margin-top: 10px;
  }
}
.newsList .classTitle {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  line-height: 24px;
  background-color: #2dacdf;
}
.newsList .newsDate {
  font-size: 12px;
  color: #b2b2b2;
}
@media (max-width: 640px) {
  .newsList .newsDate {
    margin-top: 10px;
  }
}
.newsList .txtExp {
  display: none;
  font-size: 13px;
}
@media (min-width: 641px) {
  .newsList li:not(.firstTop) .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsList li:not(.firstTop) h3 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsList li:not(.firstTop) .classTitle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .newsList li:not(.firstTop) .newsDate {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
  }
}
@media (min-width: 641px) {
  .newsList li.firstTop {
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) {
  .newsList li.firstTop .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.newsList li.firstTop .Img {
  display: block;
}
@media (min-width: 641px) {
  .newsList li.firstTop .Img {
    width: 50%;
  }
}
@media (min-width: 641px) {
  .newsList li.firstTop .Txt {
    width: 50%;
  }
}
@media (min-width: 961px) {
  .newsList li.firstTop .Txt {
    padding: 35px;
  }
}
@media (min-width: 641px) {
  .newsList li.firstTop h3 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width: 960px) {
  .newsList li.firstTop h3 {
    margin-top: 10px;
  }
}
.newsList li.firstTop .txtExp {
  display: block;
  margin-top: 10px;
}
.newsList li.firstTop .newsDate {
  display: none;
}

/*****內頁*****/
.titleArea {
  padding: 60px 0 40px;
  text-align: center;
  background-color: #f9f9f9;
}
.titleArea > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 200px;
}
.titleArea .articleTitle {
  margin-bottom: 30px;
}
.titleArea .newsDate {
  margin-bottom: 5px;
  color: #818181;
}
.titleArea .side_share {
  margin-top: auto;
}