@charset "UTF-8";
.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 200px) and (max-width: 1920px) {
    .test {
      background-color: blue; } }

.contentBox .leftBox {
  padding: 0 50px 0 0; }

.contentBox .rightBox {
  padding: 0; }

/*新訊列表*/
.newsDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  font-size: 12px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .newsDate strong {
    font-weight: 400; }
    .newsDate strong i {
      margin-right: 2px;
      font-size: 14px;
      color: #AE4233; }
  .newsDate b {
    margin-left: 3px; }
  .newsDate .newIcon {
    /*margin-left: 20px;*/
     }

/*內頁*/
/****分享*****/
.shareBox {
  float: right; }
  .shareBox .btn-fb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .shareBox .back {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #ae4233;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4233), color-stop(100%, #c44c4c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
    background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
    /* IE6-9 */
    cursor: pointer; }
    .shareBox .back:hover {
      background: #398cb1; }

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #b6b6b6; }
  .titleArea h1 {
    font-size: 19px;
    font-weight: 400;
    overflow: hidden; }
    .titleArea h1 strong {
      display: block;
      font-weight: 400; }
    .titleArea h1 b {
      /*標題區左-訊息日期*/
      margin-left: 5px;
      font-size: 12px;
      font-weight: 400;
      color: #a3a3a3; }
  .titleArea .btn-fb {
    /*fb*/
    float: left; }
  .titleArea a.back {
    /*回上頁*/
    float: right;
    display: block;
    margin-left: 5px;
    font-size: 10pt;
    color: #06F;
    cursor: pointer; }

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0; } }

@media (max-width: 640px) {
  ul.newsList li .Img {
    width: 70px;
    height: 70px; } }

.newsList .item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }
  .newsList .item:hover:after {
    content: '';
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .newsList .item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #5172b3; }
  .newsList .item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ACC614;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }

.newsList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px; }

.newsList .Img {
  max-width: 300px; }

.newsList img {
  display: block;
  width: 100%; }

.newsList .newIcon {
  /*margin-left: 25px;*/
  margin-right: 20px; }

.newsList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .newsList .Txt:hover a {
    color: #ACC614; }
  .newsList .Txt > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.newsList .date {
  font-size: 13px;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #5172b3;
  padding-top: 2px; }

.newsList h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 30px; }
  .newsList h3 a:hover {
    color: #ACC614; }

.newsList .ellipsis {
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 25px;
  color: #585858; }
  @media (max-width: 480px) {
    .newsList .ellipsis {
      height: 50px; } }

.newIcon {
  width: 130px;
  height: 30px;
  line-height: 30px;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  color: #fff;
  margin-right: 20px;
}
