/*======================================================================== 
  Copyright: 匯豐汽車網路事業
  Author: Amber
  ========================================================================*/
.blogLeftAll {
  background-color: #fff;
  padding-left: 0px;
  margin-left: 70px;
  width: calc(70% - 70px);
}
.blogArticle h2 {
  margin: 50px 0px 40px;
  padding-left: 0px;
  clear: both;
}

.blogArticle p.fSize {
  font-size: 18px;
  line-height: 170%;
  color: #555555;
}

.content1280 {
  z-index: 5;
}
.content1280 .uk-grid {
  /*padding-left: 70px;*/
}
.hasShadow {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

@media screen and (max-width: 1280px) {
  .content1280 {
    width: 100%;
  }
  .blogLeftAll {
    margin-left: 60px;
    width: calc(70% - 60px);
    padding-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .blogLeftAll {
    margin-left: 30px;
    width: calc(70% - 30px);
    padding-left: 0px;
  }
}

@media screen and (max-width: 959px) {
  .blogLeftAll {
    margin-left: 0px;
    width: 100%;
    padding-left: 25px;
  }
}

/*======================================================================== 
  主圖
  ========================================================================*/

.innerMainTitle h2 {
  background: url(../../images/title-blog.png) no-repeat center center;
}
/*
.innerMainPic:after {
  content: url(../../images/bg_triangle.png);
  position: absolute;
  bottom: -390px;
  left: 10px;
  z-index: 1;
}
*/
@media screen and (max-width: 1024px) {
  .innerMainTitle h2 {
    background: url(../../images/title-blog.png) no-repeat center center;
    background-size: 100%;
  }
  .innerMainPic:after {
    display: none;
  }
}
/*======================================================================== 
  文章標題
  ========================================================================*/
.mainTitle {
  position: relative;
}
.mainTitle .category {
  position: absolute;
  bottom: -7px;
  right: 0px;
}

/*======================================================================== 
  文章內容
  ========================================================================*/

.blogInner {
  background-color: #fff;
  padding: 20px 0px 50px;
}
.textSwitch {
  width: 100%;
  margin-bottom: 35px;
  overflow: hidden;
}
.textSwitch ul {
  float: right;
  margin: 0px;
}
.textSwitch ul li {
  float: left;
  font-size: 15px;
  background-color: #eeeeee;
  border: 3px solid #eee;
  -webkit-transition: unset;
  -mozilla-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.textSwitch ul li:hover{
  webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
.textSwitch ul li.textTitle {
  padding: 1px 5px;
  color: #666;
  font-weight: bold;
}
.textSwitch ul li a {
  display: block;
  background-color: #fff;
  padding: 1px 5px;
  color: #ccc;
  font-weight: bold;
}
.textSwitch ul li a:hover{
  color: #00a1e9;
}
.textSwitch ul li a.active {
  background-color: #eeeeee;
  color: #00a1e9;
}
.blogArticle .blogContent{
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
}
.blogArticle .blogContent {
  font-size: 18px;
  line-height: 34px;
}
.blogArticle .blogContent h1 {
  font-size: 200%;
  margin-bottom: 40px;
  line-height: 36px;
}

.blogArticle .blogContent h2 {
  font-size: 160%;
  margin-bottom: 40px;
  line-height: 34px;
}

.blogArticle .blogContent h3 {
  font-size: 120%;
  margin-bottom: 40px;
  line-height: 32px;
}
.blogContent blockquote {
  font-size: 1em;
  line-height: 32px;
  margin-bottom: 40px;
}
.blogArticle .blogContent td {
  vertical-align: top;
  
}
.blogContent span {
  font-style: normal;
}
.blogArticle .textTidy div{
  text-align:justify;
  -ms-text-justify: inter-ideograph; /IE9/
　-moz-text-align-last:justify; /Firefox/
　-webkit-text-align-last:justify; /Chrome/
}
.blogArticle em {
  color: unset;
  font-style: italic;
}
/*======================================================================== 
  作者介紹
  ========================================================================*/
.AuthorBox, .moreAuthor {
  border: 1px solid #eeeeee;
  border-width: 1px 0px 1px;
  overflow: hidden;
}
.authorDetail {
  padding: 40px 0px 20px;
  overflow: hidden;
}
.authorPhoto {
  margin-left: 20px;
  display: inline-block;
}
.PhotoFrame {
  width: 141px;
  height: 141px;
  border-radius: 71px;
  overflow: hidden;
}

.authorPhoto img{
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.authorInfo {
  margin-right: 20px;
  float: right;
  width: calc(100% - 221px);
}

.authorInfo a{
  float: right;
  font-size: 18px;
  text-decoration: underline;
  color: #3979bb;
}
.authorInfo a:hover{
  text-decoration: none;
}
/* moreAuthor */

.moreAuthor .authorDetail {
  width: calc(100%/4 - 20px);
  margin-left: 20px;
  float: left;
}
.moreAuthor .authorDetail:first-child {
  margin-left: 0px;
}
.moreAuthor .authorPhoto, .moreAuthor .authorInfo {
  width: 100%;
}

.moreAuthor .authorPhoto {
  margin-left: 0px;
}
.moreAuthor .PhotoFrame {
  margin: 0 auto;
}
.moreAuthor .authorInfo {
  margin: 20px 0px 0px;
}
.moreAuthor .authorInfo h4{
  display: block;
  text-align: center;
}
.moreAuthor .authorInfo a {
  display: block;
  float: none;
  text-align: center;
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 768px) {
  .authorDetail {
    width: 100%;
  }
  .authorPhoto {
    width: 141px;
    margin: 0 auto;
    display: block;
  }
  .authorInfo {
    width: calc(100% - 20px);
  }
  .authorInfo h4, .authorInfo a {
    margin-top: 30px;
  }
  /* moreAuthor */
  .moreAuthor .authorDetail {
    width: 100%;
    margin-left: 0px;
    border: 1px solid #eeeeee;
    border-width: 0px 0px 1px;
  }
  .moreAuthor .authorDetail:last-child {
    border-width: 0px;
  }
  .moreAuthor .authorInfo a {
    float: right;
  }

}

/*======================================================================== 
  延伸閱讀
  ========================================================================*/
.blogMenu {
  background: #eee;
  padding: 18px;
}
.blogMenu .category {
  margin-bottom: 50px;
}
.blogMenu .category:last-child{
  margin-bottom: 0px;
}
.blogMenu .category h3 {
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 2px solid #00a1e9; 
  display: inline-block;
}
.blogMenu .category ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.blogMenu .category ul li {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 26px;
  -webkit-transition: unset;
  -mozilla-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.blogMenu .category ul.tagsBtn li {
  margin-bottom: 0px;
}
.blogMenu .smallFont ul li {
  font-size: 18px;
}
.blogMenu .category ul li:hover {
  webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
.blogMenu .category ul li a {
  color: #666666;
}
.blogMenu .category ul li a:hover, .blogMenu .category ul li a.active {
  color: #00a1e9;
}
.blogMenu .category ul li a.seeMore {
  font-weight: normal;
  color: #999;
}
.blogMenu .category ul li a.seeMore:hover{
  text-decoration: underline;
}
.blogMenu .category ul.tagsBtn li {
  float: left;
  margin-right: 10px;
}
.checkbox {
  position: absolute;
  opacity: 0;
}
.blogMenu .category ul.tagsBtn li span {
  background-color: #eeeeee;
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 10px;
  line-height: 16px;
  cursor: pointer;
}
.blogMenu .category ul.tagsBtn li input[type="checkbox"]:checked+span{
  background-color: #00a1e9;
  border: 1px solid #00a1e9;
  color: #fff;
}

.category ul.icon li{
  line-height: unset;
  width: 35px;
  height: 35px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.category ul.icon li:last-child {
  margin-right: 0px;
}
.category ul li.icon img {
  width: 100%;
}
.category ul li.qrCode {
  width: 168px;
  height: 168px;
  overflow: hidden;
}
.category ul li.qrCode img {
  width: 100%;
}
.blogArticle p.viewTimes {
  font-size: 14px;
  color: #666;
  padding-left: 18px;
}
.blogMenu .category p.ccMark {
  width: 85px;
  height: 57px;
  overflow: hidden;
}
.blogMenu .category p.ccMark img {
  width: 100%;
}
.blogMenu .category p.ccText {
  font-size: 14px;
  color: #666;
}
.blogMenu .category p.ccText a {
  color: #00a1e9;
  text-decoration: underline;
}
.blogMenu .category p.ccText a:hover{
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .category ul.icon li{
    margin-right: 10px;
  }
}
/*======================================================================== 
  關心文章
  ========================================================================*/
.blogArticle {
  background: #fff;
  padding: 28px 0px 60px 0px;
  position: relative;
}
.blogArticle .blogContainer {
  /*margin-left: 10px;*/
  padding-left: 0px;
}
.blogArticle .uk-grid:before, .blogArticle .uk-grid:after {
  content: none;
}
.blogArticle li {
  -webkit-transition: all 200ms ease-out;
  -mozilla-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding-left: 0px;
}
.blogArticle li:first-child {
  margin-top: 0px;
}
.blogArticle li.uk-width-large-1-2{
  width: calc(50% - 20px);
}
.blogArticle li:hover{
  webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.blogArticle .listBox {
  overflow: hidden;
  padding-top: 30px;
}
.blogArticle .flrst .listBox {
  padding-top: 0px;
}
.blogArticle .flrst .blogLeft{
  width: 100%;
  height: auto;
}
.blogArticle .flrst .blogRight {
  width: calc(100% - 60px);
  height: auto;
  margin: 30px;
}
.blogArticle .blogLeft{
  width: 350px;
  float: left;
  overflow: hidden;
}
.blogArticle .blogLeft img{
  width: 100%;
}

.blogArticle .blogRight {
  width: calc(100% - 400px);
  float: right;
  margin: 0px 30px 30px 0px;
}
.blogArticle h3{
  font-size: 30px;
  color: #666;
  margin: 16px 0px 6px;
  line-height: 32px;
}
.blogArticle .blogRight p{
  line-height: 27px;
  max-height: 75px;
  overflow: hidden;
  clear: both;
}
.blogArticle .author{
  overflow: hidden;
  margin: 15px 0px 20px;
}
.blogArticle .author span{
  float: left;
  font-size: 16px;
  color: #666;
  margin: 0px 30px 0px 25px;
  position: relative;
}
.blogArticle .author span.date img, .blogArticle .author span.name img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -25px;
}
.blogArticle .tag {
  display: block;
  overflow: hidden;
}
.blogArticle .tag button {
  float: left;
  padding: 2px 15px;
  background-color: #00a1e9;
  color: #fff;
  font-size: 14px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.blogArticle .tag button:hover {
  background-color: #008ecd;
}
.blogArticle .tag button:last-child{
  margin-right: 0px;
}
/*
.blogArticle:before {
  content: url(../../images/bg_triangle.png);
  position: absolute;
  top: 1453px;
  right: 5px;
  z-index: 1;
  overflow: hidden;
}

.blogArticle:after {
  content: url(../../images/bg_triangle.png);
  position: absolute;
  bottom: 30px;
  left: 10px;
  z-index: 1;
}*/
@media screen and (max-width: 1024px) {
  .blogArticle:before, .blogArticle:after {
    display: none;
  }
  .blogArticle .listBox {
    padding-top: 30px;
  }
  .blogArticle .blogContainer {    
    margin: 0px;
    padding: 0px;
  }
  .blogArticle p {
    margin-bottom: 0px;
  }/*
  .blogArticle .addMargin {
    padding-left: 0px;
  }*/
}
@media screen and (max-width: 959px) {
  .blogArticle li.uk-width-large-1-2{
    width: 100%;
  }
   .blogArticle .blogLeft{
    width: 100%;
  }
  .blogArticle .blogRight{
    width: calc(100% - 40px);
    height: auto;
    margin: 20px;
  }
  .blogArticle .listBox {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .blogArticle .listBox {
    padding-top: 20px;
  }
 
  .blogArticle .blogRight .tag button {
    margin-bottom: 10px;
  }
  .blogArticle .blogRight h3 {
    margin-top: 16px;
  }
  .blogArticle li.uk-width-large-1-2{
    width: 100%;
  }/*
  .blogArticle .addMargin {
    margin-top: 40px;
  }*/
  .blogArticle .listBox {
    padding-top: 0px;
  }
  .blogArticle .author span{
    margin: 0px 12px 0px 25px;
  }
}