@charset "UTF-8";
/* CSS Document */
.textEditor {
  padding-top: 20px;
}

.topBox .newsDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  padding-bottom: 10px;
}
.topBox .newsDate .date {
  padding-left: 10px;
}
.topBox .newsDate .date i {
  padding-right: 10px;
}
.topBox .classtype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topBox .classtype em::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #6d6d6d;
  -webkit-transform: rotate(20deg) translate(0, 3px);
          transform: rotate(20deg) translate(0, 3px);
  margin: 2px 10px 0;
}
.topBox .classtype .classTitle {
  padding: 3px 5px 2px 5px;
  border-radius: 5px;
}

/*新訊列表*/
.knowledgeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.knowledgeList .knowledgeItem {
  width: 33.33%;
  padding: 10px;
}
.knowledgeList .knowledgeItem:hover .item {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.knowledgeList .knowledgeItem .item {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
}
.knowledgeList .knowledgeItem .item .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.knowledgeList .knowledgeItem .item .Txt .topbar {
  color: #6d6d6d;
  font-size: 15px;
  padding-top: 10px;
  line-height: 20px;
  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;
}
.knowledgeList .knowledgeItem .item .Txt .topbar .date i {
  padding-right: 10px;
}
.knowledgeList .knowledgeItem .item .Txt .topbar .classtype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.knowledgeList .knowledgeItem .item .Txt .topbar .classtype em::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #6d6d6d;
  -webkit-transform: rotate(20deg) translate(0, 3px);
          transform: rotate(20deg) translate(0, 3px);
  margin: 2px 10px 0;
}
.knowledgeList .knowledgeItem .item .Txt .topbar .classtype .classTitle {
  padding: 3px 5px 2px 5px;
  border-radius: 5px;
}
.knowledgeList .knowledgeItem .item .Txt h3.title {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.knowledgeList .knowledgeItem .item .Txt h3.title a {
  color: #1e1e1e;
}
.knowledgeList .knowledgeItem .item .Txt h3.title a:hover:hover {
  color: #004c98;
}
.knowledgeList .knowledgeItem .item .Txt p.text {
  margin-top: 10px;
  color: #515151;
  font-size: 15px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .knowledgeList .knowledgeItem {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .knowledgeList .knowledgeItem {
    width: 100%;
  }
}

.topnewsBox {
  padding-top: 30px;
  margin-bottom: 50px;
}
.topnewsBox h4 {
  font-size: 22px;
  color: #000;
  padding-bottom: 10px;
}

.topnewsList {
  padding-bottom: 30px;
  padding: 35px;
  background: #fff;
  -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
}
.topnewsList .knowledgeItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topnewsList .knowledgeItem .item .Img {
  width: 50%;
}
.topnewsList .knowledgeItem .item .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.topnewsList .knowledgeItem .item .Txt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.topnewsList .knowledgeItem .item .Txt .rightbox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.topnewsList .knowledgeItem .item .Txt .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #004c98;
  min-width: 100px;
  padding-right: 20px;
  padding-top: 8px;
  line-height: 1;
}
.topnewsList .knowledgeItem .item .Txt .date strong {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
}
.topnewsList .knowledgeItem .item .Txt .classtype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topnewsList .knowledgeItem .item .Txt .classtype em::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #6d6d6d;
  -webkit-transform: rotate(20deg) translate(0, 3px);
          transform: rotate(20deg) translate(0, 3px);
  margin: 2px 10px 0;
}
.topnewsList .knowledgeItem .item .Txt .classtype .classTitle {
  padding: 3px 5px 2px 5px;
  border-radius: 5px;
}
.topnewsList .knowledgeItem .item .Txt h3.title {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 30px;
}
.topnewsList .knowledgeItem .item .Txt h3.title a {
  color: #1e1e1e;
}
.topnewsList .knowledgeItem .item .Txt h3.title a:hover:hover {
  color: #004c98;
}
.topnewsList .knowledgeItem .item .Txt p.text {
  margin-top: 10px;
  color: #515151;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 900px) {
  .topnewsList {
    padding: 15px;
  }
  .topnewsList .knowledgeItem .item {
    display: block;
  }
  .topnewsList .knowledgeItem .item .Img {
    width: 100%;
  }
  .topnewsList .knowledgeItem .item .Txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
}