.newsList .item {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.mainArea {
    padding-top: 40px;
}
@media (max-width: 1200px) {
    .mainArea {
        padding-top: 20px;
    }
}
.classNote {
    padding-bottom: 10px;
}
.newsInfoBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -5.5px;
}
.newsInfoBox .classTitle,
.newsInfoBox .date {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0 5.5px 11px;
    padding: 5px 12.5px;
    color: #fff;
}
.newsInfoBox .classTitle {
    background-color: #ff5959;
}
.newsInfoBox .date {
    background-color: #f0f0f0;
    color: #999;
    font-weight: 400;
}
.newsInfoBox .date a {
    color: #999;
}

.classTitle {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: : 20px;
    padding: 6px 20px;
    color: #fff;
}
.classTitle {
    background-color: #ff5959;
}

.newsList .newsItem {
    padding: 15px 0;
}
.newsList .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
    border: 1px solid #b0d3e4;
}
@media (min-width: 1201px) {
    .newsList .item:hover {
        -webkit-box-shadow: 10px 10px 30px rgba(0, 117, 175, 0.25);
        -moz-box-shadow: 10px 10px 30px rgba(0, 117, 175, 0.25);
        box-shadow: 10px 10px 30px rgba(0, 117, 175, 0.25);
    }
}
@media (max-width: 1440px) {
    .newsList .item {
        padding: 30px;
    }
}
@media (max-width: 640px) {
    .newsList .item {
        padding: 20px 20px 30px;
    }
}
.newsList .Img {
    width: 35%;
}
.newsList .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 768px) {
    .newsList .Img {
        width: 100%;
    }
}
.newsList .Txt {
    width: 65%;
    padding-left: 20px;
}
@media (max-width: 768px) {
    .newsList .Txt {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}
.newsList .newsInfoBox {
    padding-bottom: 10px;
}
.newsList .title a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 30px;
    color: #000;
}
@media (min-width: 1201px) {
    .newsList .title a:hover {
        color: #ff7200;
    }
}
.newsList .text {
    height: 87px;
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 29px;
    color: #454545;
    margin-top: 12px;
}
@media (max-width: 960px) {
    .newsList .text {
        height: auto;
        max-height: 87px;
    }
}
.newsList .btn {
    margin-top: 40px;
}
.newsList .btn a {
    font-size: 15px;
    margin-left: auto;
}
@media (max-width: 1200px) {
    .newsList .btn {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .newsList .btn a {
        margin-left: initial;
    }
}
.shareBox .btn-fb {
    margin-left: -15px;
}
.shareBox .back {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #ae4233;
    background: -moz-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4233), color-stop(100%, #c44c4c));
    background: -webkit-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    background: -o-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
    background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233',endColorstr='#c44c4c',GradientType=0);
    cursor: pointer;
}
@media (min-width: 1201px) {
    .shareBox .back:hover {
        background: #398cb1;
    }
}

.key {
    color: #ccc;
    font-size: 14px;
}

@media (max-width: 768px) {
    .key {
        font-size: 13px;
    }
}

.contentBox {
    display: -ms-flexbox;
    display: flex;
}

.contentBox .rightBox {
    width: 25%;
}
.contentBox .rightBox img {
    width: 100%;
}
.contentBox .leftBox {
    width: calc(100% - 20%);
    margin-right: 5%;
}

@media (max-width: 1200px) {
    .contentBox .rightBox {
        display: none;
    }
    .contentBox .leftBox {
        width: 100%;
    margin: 0;
    }
}




.article-detail-user-category {
    width: 100%;
    padding: 0 0 10px;
    display: inline-flex;
    font-size: 15px;
    color: grey;
}
.article-detail-user-category .article-detail-user {
    display: inline-flex;
}
.article-detail-user-category .article-detail-user span {
    padding-right: 6px;
    color: #ff7200;
}
.article-detail-user-category .article-detail-user .article-detail-user-thumbnail {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: -2px;
    border-radius: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid rgba(0, 117, 175, 0.85);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.article-detail-user-category .article-detail-user-line {
    color: #ccc;
    padding-right: 6px;
}


.textEditor .contentBuilder .shelfWrap .ttttt {
  display: block;
  line-height: 35px;
  text-align: center;
  height: 35px;
  margin: 3px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #444;
  color: #444;
  box-sizing: border-box;
  text-decoration: none;
  margin: 20px 0;
}


@media (max-width: 1180px) {
  .textEditor .contentBuilder .shelfWrap .ttttt {
    font-size: 17px;
  }
}