/* 電子報 清單頁面*/
.epaperArea {
  position: relative;
  min-height: 600px;
  padding: 0px 0px 10px 0px;
  background: #fff;
}
.newepaperBox{
  position: relative;
}
.newepaperBox .topContent {
  z-index: 1;
  position: relative;
  padding: 0px;
  background: #fff;
  overflow: hidden;
}

.newepaperBox > div {
  padding: 4px;
}

.newepaperBox > div .item {
  padding: 10px 10px 0 10px;
  border: 1px solid #bfb9bd;
}

.newepaperBox .cardTitle {
  display: inline-block;
  width: 50%;
  height: auto;
  padding: 10px 0;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  color: #004986;
  overflow: visible;
  white-space: inherit;
  text-overflow: ellipsis;
}

.newepaperBox .pdfImgBox {
  overflow: hidden;
  border: 0px solid #eee;
  background: url(/Areas/EPaper/Images/icon_pdf.png) no-repeat;
  background-size: auto 50%;
  background-position: center center;
}

.newepaperBox .no1 .cardTitle {
  width: 100%;
}

.newepaperBox .no1 .pdfImgBox {
  height: 207px;
}

.newepaperBox .no2 .pdfImgBox {
  height: 100px;
  width: 50%;
}

.newepaperBox .no2 .otherBox {
  padding: 24px 20px 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: all 0.3s;
}
.newepaperBox .no2 .item {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .newepaperBox .no1 .pdfImgBox {
    width: 100%;
    height: auto;
  }

  .newepaperBox .no2 .pdfImgBox {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .newepaperBox .cardTitle {
    width: 100%;
    height: auto;
  }
}

/*電子報標題*/
.epaperTitle {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 10px 40px 10px 40px;
  background-position: right top !important;
  background-size: cover !important;
}

.companyName {
  position: absolute;
  top: 9px;
  right: 0;
  padding: 6px 10px 6px 10px;
  border-left: 6px solid #337ab7;
  font-size: 1.2rem;
  color: #337ab7;
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 500px) {
  .companyName {
    position: static;
    margin-top: 10px;
    padding: 6px 10px 6px 10px;
    border-left: 6px solid #337ab7;
    font-size: 1.2rem;
    color: #337ab7;
    background: rgba(0, 0, 0, 0.05);
  }
}

.eaperSort {
  display: inline-block;
  background: #337ab7;
  padding: 4px 20px;
  font-size: 1.2rem;
  border-radius: 20px;
  color: #fff;
}

.epaperTitle .name {
  line-height: 2.8rem;
  margin-top: 20px;
  margin-bottom: 60px;
  color: #2b4982;
  font-weight: bold;
  font-size: 2.6rem;
}

/* .tagGroup {
    margin-top: 50px;
}

    .tagGroup .tag {
        font-size: 1rem;
        margin-right: 10px;
    } */
.tagGroup {
  padding: 10px 40px;
}
.tagGroup .tagTitle {
  padding: 0 10px;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 10px;
}
.tagGroup .tag {
  padding: 0 10px;
  border: 1px solid #00000020;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 10px;
  transition: all 0.3s;
}
.tagGroup .tag:hover {
  border: 1px solid #004986;
  color: #ffffff;
  background: #004986;
}

/*電子報內容-結構*/
.epaperStyle {
  padding: 10px 20px;
}

.epaperGroup {
  float: left;
  width: 76%;
  margin: 0 1%;
}

.epaperGroup::after {
  content: "";
  display: block;
  clear: both;
}

.newsepaperListGroup {
  float: right;
  width: 20%;
  margin: 0 1%;
}

.newsEpaperList {
  box-shadow: 1px 6px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.newsEpaperTitle {
  padding: 10px 10px;
  background: #29abe2;
  color: #fff;
  font-size: 1.2rem;
}

.newsEpaperTitle a {
  padding: 4px 0;
  color: #fff;
  font-size: 0.8rem;
}

.newsEpaperTitle a:hover {
  text-decoration: underline;
}

.newsEpaper {
  display: block;
  padding: 6px 0px;
  border-bottom: 1px solid #b3b3b3;
  transition: all 0.3s;
}

.newsEpaper:hover {
  background: #ebf9ff;
}

.newsEpaperList .newsEpaper:last-child {
  border-bottom: 0px solid #b3b3b3;
}

.newsEpaper .dateSort {
  line-height: 16px;
  padding: 0px 10px;
}

.newsEpaper .dateSort span {
  font-size: 0.8rem;
  color: #666;
}

.newsEpaper .title {
  padding: 0px 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}

/*電子報小側欄選單*/
.hotEpaperList {
  box-shadow: 1px 6px 16px rgba(0, 0, 0, 0.1);
}

.hotEpaperTitle {
  padding: 10px 10px;
  background: #fff;
  border-bottom: 1px solid #29abe2;
  color: #29abe2;
  font-size: 1.2rem;
  font-weight: bold;
}

.hotEpaperTitle a {
  padding: 4px 0;
  color: #fff;
  font-size: 0.8rem;
}

.hotEpaperTitle a:hover {
  text-decoration: underline;
}

.hotEpaper {
  display: block;
  padding: 6px 0px;
  padding-left: 0px;
  border-bottom: 1px solid #b3b3b3;
  transition: all 0.3s;
}

.hotEpaper .number {
  float: left;
  width: 30px;
  height: 70px;
  padding: 15px 0 0 10px;
  margin-right: 10px;
  font-size: 2rem;
  font-style: italic;
  color: #29abe2;
}

.hotEpaper:hover {
  background: #ebf9ff;
}

.hotEpaperList .hotEpaper:last-child {
  border-bottom: 0px solid #b3b3b3;
}

.hotEpaper .dateSort {
  line-height: 16px;
  padding: 0px 10px;
}

.hotEpaper .dateSort span {
  font-size: 0.8rem;
  color: #666;
}

.hotEpaper .title {
  min-height: 44px;
  padding: 0px 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}

/*電子報內容 style1-單欄*/
.epaperIframe {
  width: 100%;
}
.epaperIframe .iframeGroup {
  width: 100%;
}
.epaperIframe .imgInfo {
  display: block;
  caption-side: bottom;
  text-align: center;
  padding: 2px 10px;
  background: #eef8ff;
  font-size: 0.9rem;
  word-break: break-word;
}
.imgItem iframe {
  width: 100%;
}

.imgGroup {
  margin-bottom: 20px;
}
.imgItem {
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

.imgItem img {
  max-width: 100%;
  margin: 0 auto;
}

.imgInfo {
  display: table-caption;
  caption-side: bottom;
  padding: 2px 10px;
  background: #eef8ff;
  font-size: 0.9rem;
  word-break: break-word;
}
.table-img .imgInfo {
  caption-side: top;
}

.epaperGroup .Title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0071bc;
}

.epaperArticle {
  margin-bottom: 20px;
  overflow-wrap: break-word;
}

.epaperArticle p {
  line-height: 24px;
  margin-bottom: 10px;
  color: #000;
  font-size: 1rem;
  text-align: justify;
}

/*電子報內容 style2-雙欄*/
.epaperStyle2 .col-Article {
  width: 70%;
  float: left;
  padding-right: 20px;
}

.epaperStyle2 .col-Img {
  float: right;
  width: 30%;
}

.epaperStyle2 .imgItem {
  text-align: left;
}
/*電子報內容 style3-文繞圖*/

.leftImg {
  float: left;
  margin-right: 10px;
}

.rightImg {
  float: right;
  height: 150px;
  margin-left: 10px;
}

.epaperStyle3 .leftImg img,
.epaperStyle3 .rightImg img {
  width: auto;
  height: 150px;
}

/*電子報手機板*/

@media (max-width: 500px) {
  .epaperGroup {
    clear: both;
    width: 100%;
  }

  .newsepaperListGroup {
    clear: both;
    width: 100%;
  }

  .epaperTitle {
    padding: 10px 20px 10px 20px;
    text-align: justify;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background: center center;
  }

  .imgItem img {
    width: 100%;
    max-height: initial;
  }

  .imgInfo {
    text-align: left;
  }

  .epaperStyle2 .col-Article,
  .epaperStyle2 .col-Img {
    clear: both;
    width: 100%;
    padding: 0 0px;
  }

  .epaperStyle2 .imgItem {
    text-align: center;
  }

  .epaperStyle3 .leftImg img,
  .epaperStyle3 .rightImg img {
    width: 100%;
    height: initial;
    clear: both;
  }

  .imgItem {
    float: none;
    clear: both;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
  }
}
.epaperSlider {
}
.item-epaperSlider {
  position: relative;
  display: block;
  height: 350px;
}
.epaper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  overflow: hidden;
  background: #000000;
}
.epaper-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.epaper-info {
  z-index: 2;
  position: absolute;
  top: 0;
  /* width: 300px; */
  height: 100%;
}
.order1 .epaper-info {
  left: 50px;
  width: 300px;
  background: #00000080;
}
.order2 .epaper-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
}

.order2 .epaper-title {
  min-height: 1px;
  max-height: 200px;
}

.epaper-info .order {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.epaper-info .order .number {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
  padding: 6px 10px;
  background: #00000080;
  text-shadow: 1px 1px 1px #000000;
}
.popular .epaper-info .order .number {
  background: #dc143c95;
}
.latest .epaper-info .order .number {
  background: #29abe290;
}
.epaper-info .order .type {
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0 0 10px #00000050;
}
.epaper-title {
  min-height: 150px;
  max-height: 200px;
  padding: 0 10px;
  margin: 10px 0;
  overflow-y: auto;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 10px #00000050;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.epaper-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  padding: 0 10px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
.epaper-link .views {
  color: #ffffff;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .order1 .epaper-info {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .item-epaperSlider {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
}
