/*======================================================================== 
  Copyright: 匯豐汽車網路事業
  Author: Amber
  ========================================================================*/
.blogArticle h2 {
  margin-bottom: 50px;
}

.blogArticle p {
  font-size: 18px;
  line-height: 170%;
  color: #555555;
}

.content1280 {
  z-index: 5;
}

.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: 1024px) {

  .care h2,
  .blogArticle h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .content1280 {
    width: 100%;
  }
}

/*======================================================================== 
  主圖
  ========================================================================*/

.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;
  }
}

/*======================================================================== 
  blog右邊選單
  ========================================================================*/
.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;
}

.blogMenu .category ul.icon li{
  line-height: unset;
  width: 35px;
  height: 35px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.blogMenu .category ul li.icon img {
  width: 100%;
}
.blogMenu .category ul li.qrCode {
  width: 168px;
  height: 168px;
  overflow: hidden;
}
.blogMenu .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 {
  margin-top: 100px;
  font-size: 14px;
  color: #666;
}
.blogMenu .category p.ccText a {
  color: #00a1e9;
  text-decoration: underline;
}
.blogMenu .category p.ccText a:hover{
  text-decoration: none;
}

/*======================================================================== 
  BLOG文章
  ========================================================================*/
.blogArticle {
  background: #fff;
  padding: 28px 0px 60px 0px;
  position: relative;
}
.blogArticle .blogContainer {
  margin-left: 10px;
}
.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 .blogRight h3{
  font-size: 30px;
  color: #666;
  margin: 16px 0px 6px;
  line-height: 32px;
}
.blogArticle .blogRight p{
  line-height: 27px;
  max-height: 80px;
  overflow: hidden;
  clear: both;
}
.blogArticle .blogRight .author{
  overflow: hidden;
  margin: 15px 0px 20px;
}
.blogArticle .blogRight .author span{
  float: left;
  font-size: 16px;
  color: #666;
  margin: 0px 30px 0px 25px;
  position: relative;
}
.blogArticle .blogRight .author span.date img, .blogArticle .blogRight .author span.name img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -25px;
}
.blogArticle .blogRight .tag {
  display: block;
  overflow: hidden;
}
.blogArticle .blogRight .tag button {
  float: left;
  padding: 2px 15px;
  background-color: #00a1e9;
  color: #fff;
  font-size: 14px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.blogArticle .blogRight .tag button:hover {
  background-color: #008ecd;
}
.blogArticle .blogRight .tag button:last-child{
  margin-right: 0px;
}/*
.blogArticle:before {
  content: url(../../images/bg_triangle.png);
  position: absolute;
  bottom: 1008px;
  right: 5px;
  z-index: 1;
  overflow: hidden;
}

.blogArticle:after {
  content: url(../../images/bg_triangle.png);
  position: absolute;
  bottom: 30px;
  left: 10px;
  z-index: 1;
}*/
.blogArticle .addMargin {
  margin-top: 60px;
  padding-left: 40px;
}
@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;
  }
}


/*======================================================================== 
  分頁按鈕
  ========================================================================*/
.uk-pagination {
  position: relative;
}

.uk-pagination>li {
  position: relative;
  height: 36px;
}

.uk-pagination>li>span,
.uk-pagination>li>a {
  color: #999999;
  font-size: 22px;
  background: none;
}

.uk-pagination>li.next>a,
.uk-pagination>li.prev>a {
  color: #3979bb;
  background: none;
}

.uk-pagination>li.next>span,
.uk-pagination>li.prev>span {
  background: none;
}

.uk-pagination>li.next>a:hover,
.uk-pagination>li.prev>a:hover {
  color: #3979bb;
}

.uk-pagination>li>a:hover {
  color: #999999;
  background: none;
  height: 36px;
}

.uk-pagination>li.uk-active>span {
  font-size: 30px;
  color: #3979bb;
  background: none;
}

.uk-pagination>li.next {
  position: absolute;
  top: none;
  right: 20px;
}

.uk-pagination>li.prev {
  position: absolute;
  top: none;
  left: 20px;
}

.uk-pagination>li.next strong {
  position: absolute;
  top: 3px;
  right: -17px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.svg--next {
  background-image: url(../../images/icon/mySprite.svg#next);
}

.uk-pagination>li.prev strong {
  position: absolute;
  top: 3px;
  left: -17px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #333;
}

.svg--prev {
  background-image: url(../../images/icon/mySprite.svg#prev);
}

@media screen and (max-width: 960px) {

  .uk-pagination>li>span,
  .uk-pagination>li>a {
    font-size: 15px;
  }

  .uk-pagination>li.uk-active>span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .uk-pagination > li:nth-child(n+2) {
    margin-left: -5px;
  }
}

/*======================================================================== 
  tag
  ========================================================================*/

.tagContainer {
  margin-bottom: 30px;
  padding-left: 40px;
}
.tagContainer a {
  font-size: 20px;
  color: #00a1e9;
  padding: unset;
  background: none;
  text-decoration: underline;
  -webkit-transition: unset;
  -mozilla-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.tagContainer a:hover {
  text-decoration: none;
  webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
.tagContainer h2 {
  color: #585858;
  margin:40px 0px 0px;
}

@media screen and (max-width: 768px) {
  .tagContainer {
    margin-bottom: 20px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .tagContainer {
    padding-left: 0px;
  }
}