.icon-set {
  margin: 0 5px 0 0;
  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;
}

.goIcon {
  display: none;
}

.newsMessage {
  border-radius: 4px;
  font-family: Microsoft JhengHei;
  text-decoration: none !important;
  color: #000;
}

.newsMessage a {
  color: black;
  text-decoration: none !important;
}

.newsMessage .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

.newsMessage .tt .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  margin: 15px;
}

.newsMessage .tt .tit .tit-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsMessage .tt .tit .tit-text {
  font-weight: bold;
  margin-left: 10px;
}

.newsMessage .content-all {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 8px;
}

.newsMessage .content-all .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 5px 5px 5px 10px;
  border-bottom: solid #eeeeee 0.1px;
}

@media only screen and (max-width: 600px) {
  .newsMessage .content-all .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.newsMessage .content-all .content:hover {
  border-left: solid 4px var(--bg-hover-color);
  cursor: pointer;
  -webkit-box-shadow: 5px 8px 7px 0 rgba(112, 112, 112, 0.45);
  box-shadow: 5px 8px 7px 0px rgba(112, 112, 112, 0.45);
}

.newsMessage .content-all .content:hover .data-top-txt {
  color: var(--bg-hover-color) !important;
}

.newsMessage .content-all .content:hover .data-bottom-txt {
  color: #000000 !important;
  font-weight: bold;
}

.newsMessage .content-all .content:hover .goIcon {
  color: var(--bg-hover-color) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsMessage .content-all .content .rwd-date {
  display: none;
}

@media only screen and (max-width: 600px) {
  .newsMessage .content-all .content .rwd-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.newsMessage .content-all .content .content-date {
  width: 80px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .newsMessage .content-all .content .content-date {
    display: none;
  }
}

.newsMessage .content-all .content .content-date .mon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 21px;
  margin-left: 0;
}

.newsMessage .content-all .content .content-date .hr {
  border: 1px solid #d1cece;
  background: #d1cece;
  width: 44px;
  text-align: center;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
  margin-right: 8px;
}

.newsMessage .content-all .content .content-date .day {
  margin-right: 20px;
  width: 100%;
  text-align: right;
  font-size: 21px;
  color: #000 !important;
}

.newsMessage .content-all .content .content-data {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.newsMessage .content-all .content .content-data .data-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsMessage .content-all .content .content-data .data-top .data-top-txt {
  font-size: 18px;
  margin-right: 22px;
  margin-top: 13px;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsMessage .content-all .content .content-data .data-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.newsMessage .content-all .content .content-data .data-bottom .data-bottom-txt {
  margin-bottom: 2px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a9a9a9;
}

.newsMessage .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.newsMessage .more:hover {
  color: var(--bg-hover-color) !important;
}

input {
  border-width: 0 !important;
}
/*# sourceMappingURL=newsMessage.css.map */