@charset "UTF-8";
body {
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  width: 100%;
  background-color: #f6f6f6;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.color-point {
  color: #ee8397;
}

.panel {
  background-color: #f6f6f6;
}

.wrapper {
  padding: 18px 15px 24px;
}

.sidebar {
  margin: 0 -14px;
}

.sidebar h3 {
  background-color: #128e8e;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 10;
}

.sidebar h3 a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: .6em 1em;
}

.sidebar h3 i {
  float: right;
}

.sidebar ul {
  padding: 0;
  margin: 0;
  margin-top: -4px;
  list-style: none;
  position: relative;
}

.sidebar ul li a {
  display: block;
  text-align: center;
  padding: .8em 0;
  color: #4d4d4d;
  text-decoration: none;
  border: 1px solid #afd9d8;
  border-top: none;
}

.sidebar ul li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sidebar ul li a:hover, .sidebar ul li a.selected {
  background-color: #e8f6c1;
  color: #333;
  border-color: #ccc;
  font-weight: 400;
}

.sidebar ul li ul {
  border-top: 1px solid #afd9d8;
  overflow: hidden;
  position: relative;
  display: none;
}

.sidebar ul li ul:before {
  width: 96%;
  left: 2%;
  border-radius: 10px;
  height: 5px;
  display: block;
  content: '';
  top: -7px;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.sidebar ul li ul a {
  background-color: #eafadf;
  color: #128e8e;
}

.sidebar ul li ul li:last-child a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.contents .breadcrumb {
  background-color: #c9e9e9 !important;
  line-height: 1.5em;
  margin-top: 18px;
  color: #4d4d4d;
}

#content .breadcrumb a {
  color: #4d4d4d;
}

#content .other-print {
  margin-bottom: 1em;
}

#content .other-print > span {
  display: inline-block;
  margin-left: 2em;
  font-size: 13px;
  white-space: nowrap;
}

#content h2.title {
  font-size: 1.6em;
  border-bottom: 1px solid #0cb8b8;
  padding: .5em .2em;
  font-weight: bold;
}

#content h2.title a.more small {
  color: #910000;
  margin-left: 1em;
}

#content h2.title a.more:hover small {
  color: #148383;
}

#content h3.title {
  font-size: 1.25em;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

#content .post-image {
  text-align: center;
}

#content .post-image img {
  margin: auto;
}

#content .post-text {
  line-height: 1.6em;
  font-weight: 400;
  padding: 0 .2em;
  overflow: hidden;
}

#content .post-text p {
  word-break: break-all;
  margin: 1.5em 0;
}

#content .post-date {
  color: #158788;
  font-size: 12px;
}

#content .photo-list {
  padding: 5px;
}

#content .photo-list > div {
  padding: 10px;
}

#content .photo-list > div a {
  display: block;
  border: 1px solid #ececec;
  border-radius: 2px;
  padding: 5px;
  background-color: #f8fff3;
  margin-bottom: .5em;
}

#content .photo-list > div a:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

#content .photo-list > div p {
  margin-bottom: 0;
}

.panel {
  background-color: #fff;
}

.panel-gary {
  border-color: #ccc;
  box-shadow: none;
}

.panel-default {
  border: none;
  box-shadow: none;
}

.panel-default .panel-heading {
  background-color: #0cb8b8;
  padding-left: 2em;
  color: #fff;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  position: relative;
}

.panel-default .panel-heading:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 4px;
  border-radius: 4px;
  background-color: #ee8397;
  display: block;
  left: 1em;
  top: 0;
}

.panel-default .panel-heading a.more {
  float: right;
  color: #333;
}

.panel .toggle-btn {
  cursor: pointer;
}

.panel-default .panel-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.panel-default .panel-body ul li {
  padding: .25em 0;
}

.panel-default .panel-body a {
  color: #4d4d4d;
}

.panel-default .panel-body a:hover {
  color: #148383;
}

.panel-default .panel-body a:hover i {
  color: #0cb8b8;
}

.panel-default .panel-body h4 {
  font-size: 1em;
}

.panel-default .panel-body .photos {
  overflow: hidden;
}

.panel-default .panel-body .photos .photo {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
}

.panel-default .panel-body .photos .photo img {
  display: block;
  width: 100%;
}

.icon3 a {
  display: inline-block;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  background: url(../images/icon-bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.icon3 a i {
  margin-right: 2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.icon3 a:hover {
  opacity: .82;
}

.icon3 a:hover i {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.panel-success {
  border-color: #aed8d7 !important;
}

.panel table.sitemap {
  width: 100%;
}

.panel table.sitemap thead {
  font-size: 1.2em;
}

.panel table.sitemap th, .panel table.sitemap td {
  vertical-align: top;
  padding: .3em .2em;
  border-bottom: 1px solid #f6f6f6;
}

.panel table.sitemap th {
  white-space: nowrap;
}

.panel .col-inline {
  display: inline-block;
  white-space: nowrap;
  margin: 0 .25em;
}

.panel table.sitemap tbody th {
  padding-left: 2.3em;
}

.panel table.sitemap a {
  color: #414141;
  padding: .2em .5em;
}

.panel table.sitemap th a:hover {
  background-color: #c9e9e8;
  border-radius: 4px;
}

.panel table.sitemap td a:hover i {
  color: #00bcb4;
}

.panel table.sitemap tbody tr:last-child th, .panel table.sitemap tbody tr:last-child td {
  border: none;
}

.panel-over-box {
  overflow: hidden;
  margin: 1.5em 0;
  margin-bottom: 3em;
}

.panel-over-box .click-count {
  line-height: 34px;
}

.panel-over-box hr.style1 {
  margin: .5em 0;
  clear: both;
  display: block;
}

.panel-transparent {
  background-color: transparent;
}

.score-box {
  max-width: 660px;
  box-sizing: border-box;
  margin: auto;
  background-color: transparent;
}

.score-box .score {
  border: 1px solid #ccc;
  padding: 10px 20px;
  overflow: hidden;
  margin-bottom: .5em;
}

.score-box .score p {
  margin: 0;
}

.score-box .score label {
  display: inline-block;
  margin-right: 1em;
  font-weight: 400;
}

.score-box .score .a-list {
  line-height: 30px;
}

.btn-default {
  background-color: #0cb8b8;
  border-color: #0cb8b8;
  color: #fff;
}

.btn-default:hover, .btn-default:focus {
  background-color: #0cb8b8;
  border-color: #0cb8b8;
  color: #fff;
}

.btn-default:hover {
  color: #000;
}

.btn-default-dark {
  background-color: #128e8e;
  border-color: #128e8e;
  color: #fff;
}


.hot-sort .caption {
  height: 90px;
  overflow-y: scroll;
}

#six-home-newsBox .index.container > .row {
  padding-top: 25px;
  padding-bottom: 15px;
}

/* .index > .row {
  margin-bottom: 1em;
}
 */
.index .other-link > div {
  max-width: 400px;
  margin: auto;
}

.index .qrcode {
  padding-bottom: 15px;
}

.index .qrcode div div {
  background: #93e1e1;
  border-radius: 8px;
  padding: 15px;
}

.index .qrcode div div img {
  width: 100%;
}

.index .other-link1 > div, .index .other-link2 > div {
  padding: 5px;
}

.index .other-link1 a.btn, .index .other-link2 a.btn {
  width: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.index .slide-1 {
  width: 100% !important;
  margin: auto;
  float: none;
  position: relative;
  box-sizing: border-box;
}
.index .slide-1 ul.flexisel-1 {
  padding: 25px 0 10px 0;
  overflow: hidden;
}
.index .slide-1 li {
  color: #077d7d;
  font-size: 20px;
  letter-spacing: .1em;
  box-sizing: border-box;
  text-align: center;
}
.index .slide-1 li p {
  margin: 0;
  font-weight: normal;
  line-height: 1em;
  padding-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}
.index .slide-1 li img {
  transition: all .4s;
  box-shadow: 0 0 20px rgba(28, 150, 150, 0.2);
  box-sizing: border-box;
  border: 2px solid rgba(28, 150, 150, 0.3);
  border-radius: 150px;
  margin: auto;
  margin-bottom: 1em;
  width: 80%;
}
.index .slide-1 li:hover img {
  transform: scale(1.15);
  box-shadow: 0 0 35px rgba(28, 150, 150, 0.9);
  border: 2px solid rgba(28, 150, 150, 1);
}
.index .slide-1 li:hover p {
  color: #175859;
}
.index .slide-1 li,
.index .slide-2 li {
  font-weight: 700;
  font-size: 1.1em;
}
.index .slide-1 li:hover,
.index .slide-2 li:hover {
  color: #0e8b8f;
}
.index .slide-2-box {
  background-color: #f1f1f1;
  margin: -30px auto 50px auto;
  padding: 15px 0;
  border-radius: 8px;
}
.index .slide-2 {
  margin: auto;
  float: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.index .slide-2 li a {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  line-height: 1em;
  font-size: 13px;
  text-align: center;
  color: #414141;
}

.index .slide-2 li a:hover {
  color: #148383;
}

.index .slide-2 li img {
  display: block;
  width: 100%;
  margin: auto;
  margin-bottom: .5em;
}


.banner-out li {
  box-shadow: inset 0 -2px 3px rgba(187, 222, 222, 0.3);
  border-bottom: 1px solid #bbdede;
}

.logo-box {
  padding: 15px 10%;
}

.logo-box img {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: block;
}

.ranking-box .thumbnail h3 {
  background: #ff6d00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff6d00 0%, #fd6e14 14%, #f56f53 41%, #f06f62 51%, #e86862 65%, #d5554a 89%, #cf4f42 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff6d00 0%, #fd6e14 14%, #f56f53 41%, #f06f62 51%, #e86862 65%, #d5554a 89%, #cf4f42 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff6d00 0%, #fd6e14 14%, #f56f53 41%, #f06f62 51%, #e86862 65%, #d5554a 89%, #cf4f42 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ranking-box .thumbnail ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ranking-box .thumbnail ol li {
  padding: .25em 0;
}

.clearfix {
  clear: both;
}

.ul-list {
  margin-left: 1.5em !important;
  list-style: disc !important;
}

.media-list .media .media-left {
  width: 55%;
}

.media-list .media .media-left > div {
  position: relative;
}

.media-list .media .media-left .btn-play {
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -21px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  width: 64px;
  height: 38px;
  line-height: 38px;
  border-radius: 10px;
}

.media-list .media .media-left .btn-play:hover {
  color: #cc0000;
}

.media-list .media .media-object {
  display: block;
  width: 100%;
}

.media-list .media .media-body {
  position: relative;
}

.media-list .media .media-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.media-list .media .media-body ul li {
  padding: .1em 0;
}

.media-list .media .media-body a.copyright {
  color: #2557e5;
  position: absolute;
  right: 0;
  bottom: 0;
}

.media-list .media .media-body a.copyright:hover {
  color: #148383;
}

.pager2 {
  background-color: #8bcdce;
}

.pagination {
  margin-top: 0;
}

.pagination > li > a {
  color: #414141;
  background-color: transparent;
  border: none;
}

.navigation > li > span {
  color: #414141;
  background-color: transparent;
  border: none;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  color: #414141;
  background-color: transparent;
  border: none;
}

.pagination > li > a:hover {
  color: #148383;
}

.pager2 .pagination {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  margin: auto;
  text-align: center;
}

.pager2 .pagination > li > a, .pager2 .pagination > li > span {
  display: inline-block;
  float: none;
  padding-left: 6px;
  padding-right: 6px;
}

.pager2 .pagination > li > a:hover, .pager2 .pagination > li > a:focus {
  background-color: transparent;
  color: #fff;
}

.tab-box .tab-content ul {
  background-color: #fff;
  margin-top: 0;
}

.media-search-box table {
  width: 100%;
}

.media-search-box table th {
  width: 3.5em;
}

.media-search-box table td {
  padding: 5px 0;
}

.media-search-box table td.search-btn-box {
  width: 70px;
  padding: 5px;
}

.media-search-box table td.search-btn-box a.btn {
  height: 78px;
  line-height: 78px;
  padding: 0;
  box-sizing: border-box;
  width: 90px;
  background-color: #1b8e12;
  border-color: #1b8e12;
}

.media-search-box table td select {
  border-color: #1b8e12;
}

.sidebar .nav-tabs.nav-justified > li {
  border-bottom: none;
  border-radius: 0;
}

.sidebar .nav-tabs.nav-justified > li > a {
  border-radius: 0;
}

.sidebar .nav-tabs li a {
  border-radius: 0 !important;
}

.sidebar .nav-tabs.nav-justified {
  border-left: 1px solid #afd9d8;
  border-right: 1px solid #afd9d8;
}

.sidebar .nav-tabs.nav-justified > li > a {
  border: none;
  border-bottom: 1px solid #afd9d8;
  border-left: 1px solid #afd9d8;
}

.sidebar .nav-tabs.nav-justified > .active > a {
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #afd9d8;
}

.sidebar .nav-tabs.nav-justified > .active > a:focus, .sidebar .nav-tabs.nav-justified > .active > a:hover {
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #afd9d8;
}

.sidebar .nav-tabs.nav-justified > li:first-child > a {
  border-left: none;
}

.sidebar .nav-tabs.nav-justified > li.active:first-child > a {
  border-left: none;
}

.sidebar .nav-tabs.nav-justified > li.active:first-child > a:focus, .sidebar .nav-tabs.nav-justified > li.active:first-child > a:hover {
  border-left: none;
}

.mail-icon {
  color: #dd7eb6;
  position: relative;
  bottom: -3px;
  margin-right: .2em;
}

.bg-gary {
  background-color: #f6f6f6;
}

.in-padding {
  padding: 50px 0;
}
@media(max-width: 769px){
  .in-padding {
    padding: 10px 0;
  }
}

.mov-box p {
  margin-bottom: 0;
}
.mov-box .caption {
  padding-bottom: 10px !important;
}
@media(max-width: 767px){
  .six-home-videoiAndItem {
    margin: 0 !important;
    padding: 0 !important;
  }
  .six-home-videoiAndItem > .container {
    margin-bottom: 0;
    padding: 0;
  }
  .six-home-videoiAndItem .container > .row > div:first-child {
    margin-bottom: 30px;
    padding: 0 5px;
  }
}

.qr-box {
  text-align: center;
  margin-top: 1em;
}

.qr-box > a {
  display: inline-block;
  border: 8px solid #93e1e1;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  font-size: 12px;
  padding-bottom: .5em;
  margin: 0 .5em;
}

.qr-box > a img {
  display: block;
  margin: auto;
  margin-bottom: .5em;
}

.qr-box > a:hover {
  color: #138482;
}

.social-box img {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.search-form-box {
  color: #158788;
  padding-top: 30px;
  padding-bottom: 15px;
}

.table-box {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 1em;
}

.table-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.table-box table caption {
  color: #158788;
  padding: 15px;
}

.table-box table caption h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  margin-bottom: .5em;
}

.table-box table caption p:last-child {
  margin-bottom: 0;
}

.table-box table th, .table-box table td {
  border: 1px solid #eee;
  text-align: center;
  padding: 1em;
}

.table-box table th:first-child, .table-box table td:first-child {
  border-left: none;
}

.table-box table th:last-child, .table-box table td:last-child {
  border-right: none;
}

.table-box table thead th {
  background-color: #158788;
  color: #fff;
  font-weight: 400;
}

.table-box table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.table-box table tr:first-child th, .table-box table tr:first-child td {
  border-top: none;
}

.table-box table tr:last-child th, .table-box table tr:last-child td {
  border-bottom: none;
}

@media(max-width: 769px){
  #six-home-newsBox {
    padding-top: 0;
  }
  #six-home-newsBox .index {
    padding-top: 0;
    padding-bottom: 0;
  }
  #six-home-newsBox .index .hot-boxs {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hot-box {
    padding: 5px;
  }
  #six-home-newsBox .index.container > .row {
    padding-top: 5px;
  }
}

.hot-box .thumbnail {
  border: 1px solid #65b3b3;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 38px rgba(23, 135, 135, 0.27);
  padding-bottom: 5px;
}
.hot-box .thumbnail ,
.thumbnail.mov-box {
  margin-bottom:0 !important;
}
.hot-box .thumbnail h3 ,
.thumbnail.mov-box h3 {
  padding-left: 3px;
}
.hot-box .thumbnail h3 > a ,
.thumbnail.mov-box h3 > a {
  padding:0;
  color: #fff;
  padding:4px 8px;
  text-shadow: 0 0 5px #067071;
}
.hot-box .thumbnail h3 > a:hover ,
.thumbnail.mov-box h3 > a:hover {
  color: #fff;
  border-radius: 4px;
  background-color: rgba(0,113,114,.8);
}
.hot-box .thumbnail h3 > a:before ,
.thumbnail.mov-box h3 > a:before {
  font-family: 'FontAwesome';
  color: #9bdcdd;
  content: "\f0a4";
  padding-right: 3px;
}
.hot-box .thumbnail h3 > small a ,
.thumbnail.mov-box h3 > small a {
  border-radius: 4px;
  padding:2px 4px;
  color: #fff;
  background-color: rgba(255,30,0,.3);
}
.hot-box .thumbnail h3 > small a:hover ,
.thumbnail.mov-box h3 > small a:hover {
  background-color: rgba(255,30,0,1);
}
.hot-box .thumbnail .caption {
  padding: 5px;
  overflow: hidden;
  height: 320px;
}


.hot-box .thumbnail > h3 > a.rss_icon {
  display: inline-block;
  width: 35px;
  height: 14px;
  background-image: url('../images/rss.png');
  border-radius: 0px;
}

a.rss_icon:before {
  display: none;
}
.six-footMenu > .container > ul > li > ul > li, .six-footMenu > .container-fluid > ul > li > ul > li{
  padding-top: 4px;
  padding-bottom: 3px;

}

.six-footInfo .container>.row>div {
  padding: 6px 0;
}

/* .hot-box .thumbnail .caption ul li+li+li+li+li+li+li {
  display: none;
} */

.hot-box .thumbnail .caption ul li {
  position: relative;
  border: 0;
  border-bottom: 1px dashed #ccc;
  padding:3px 8px 3px 17px;
  /* padding:7px 8px 7px 17px; */
}
.hot-box .thumbnail .caption ul li:hover {
  background-color: rgba(207,230,230,1);
  border-radius: 4px;
}
.hot-box .thumbnail .caption ul li:before {
  content: '\02022';
  font-size: 30px;
  color: #087878;
  position: absolute;
  top: 3px;
  left: 3px;
}
.hot-box .thumbnail .caption ul li p.date {
  color: #8d8d8d;
  font-size: 14px;
  height: 15px;
  margin: 0;
  padding: 0;
}
.hot-box .thumbnail .caption ul li p:last-child {
  display: none;
}
.hot-box .thumbnail .caption ul li h4 {
  color: #087878;
  font-weight: 500;
  font-size: 15px;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.hot-box .thumbnail .caption ul li h4 a {
  color: #087878;
}
.hot-box .thumbnail .caption ul li h4 a:hover {
  color: #015f5e;
}
.hot-box .thumbnail .caption ul li:last-child {
  border: none;
}
/*
.hot-box .thumbnail .caption ul li:first-child p.date {
  position: relative;
  display: block;
}

.hot-box .thumbnail .caption ul li:first-child p.date:before {
  display: none;
}

.hot-box .thumbnail .caption ul li:first-child h4 {
  white-space: normal;
  padding-left: 0;
  margin-bottom: .2em;
}

.hot-box .thumbnail .caption ul li:first-child h4 a {
  line-height: 1em;
}

.hot-box .thumbnail .caption ul li:first-child p:last-child {
  display: block;
}*/


.slide-2 ul {
  overflow: hidden;
}

.slide-2 ul li {
  padding: 30px 0;
}

.slide-2 ul li img {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}

.slide-2 ul li a {
  padding: 0 12px;
  display: block;
  font-size: 12px;
  line-height: 1.2em;
}
.slide-2 ul li a:hover img {
  border: 1px solid #279797;
}

.nbs-flexisel-container {
  overflow: hidden;
}

.quick-link-round {
  text-align: center;
  margin-bottom: 15px;
}

.quick-link-round img {
  transition: all .4s;
  width: 100%;
  display: block;
  margin-bottom: .5em;
  background-color: #4db4b3;
  border-radius: 50%;
}
.quick-link-round a {
  cursor:pointer;
  font-size: 1em;
}
.quick-link-round a.in-round:hover img {
  background-color: #128484;
  transform: scale(1.1);
}
.quick-link-round a.in-round:hover span {
  color: #128484;
}

@media screen and (max-width: 767px) {
  .foot-menu-cols {
    padding: 30px 0;
  }
}


@media screen and (min-width: 768px) {
  .sidebar {
    float: left;
    width: 220px;
    box-sizing: border-box;
    margin: 0;
    margin-right: -100%;
  }
  .sidebar h3 {
    border-radius: 4px;
  }
  .contents {
    float: left;
    width: 100%;
  }
  .contents .breadcrumb {
    margin-top: 0;
  }
  #content, .contents .breadcrumb {
    margin-left: 245px;
  }
  #content .post-image {
    text-align: left;
  }
  #content .post-image img {
    margin-left: 0;
    margin-right: 0;
  }
  .panel-default .panel-body .photos .photo {
    width: 25%;
  }
  /*.index .slide-1 { width: 720px; }
  .index .slide-2 { width: 720px; }*/
  .ranking-box {
    position: relative;
  }
  .ranking-box .thumbnail {
    width: 350px;
    float: right;
    right: 1em;
    position: absolute;
    bottom: 7em;
    border: noen;
  }
  .search-form-box > div {
    margin-right: 1em;
  }
}

@media screen and (min-width: 992px) {
  .other-link {
    padding-top: 4%;
  }
  .other-link1 {
    padding-top: 0;
  }
  .qrcode > div {
    margin: auto;
    margin-bottom: 15px;
  }
  .foot-menu-cols {
    text-align: center;
  }
  .qr-box {
    position: absolute;
    right: 0;
    bottom: -20px;
  }
  .panel table.sitemap th {
    width: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .other-link {
    padding-top: 5%;
  }
  .other-link1 {
    padding-top: 6%;
  }
  .qrcode > div {
    margin: auto;
    margin-bottom: 15px;
  }
}

.bxslider li {
  position: relative;
}

.bxslider li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*------------------下面是原home的--------------------*/
.six-home-videoiAndItem {
  margin: 25px 0 15px 0;
}

#six-home-NewsTicker {
  width: 100%;
  height: 35px;
  top: 110px;
  left: 0;
  background-color: #b9d9d9;
  overflow: hidden;
  z-index: 1;
  padding: 0;
}

_::-webkit-:host:not(:root:root),
#six-home-NewsTicker * {
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
#six-home-NewsTicker li  {
  padding-top: 5px !important;
}

ul#six-newsTicker{
  list-style-type: none;
}
ul#six-newsTicker li {
  display: inline-block;
}

.tickercontainer {
  /* the outer div with the black border */
  width: 100%;
  height: 35px;
  overflow: hidden;
}

.tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

ul.newsticker {
  /* that's your list */
  position: relative;
  left: 100%;
  list-style-type: none;
}

ul.newsticker li {
  display: inline-block;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding-top: 7px;
  padding-bottom: 3px;
  font-size: 15px;
  float: left;
}

ul.newsticker li i {
  font-size: 20px;
  padding-right: 5px;
}

ul.newsticker a {
  white-space: nowrap;
  padding: 8px 0;
  margin: 0 50px 0 0;
}

@media (max-width: 990px) {
  ul.newsticker {
    /* that's your list */
    width: 400% !important;
  }
}

@media (min-width: 990px) {
  ul.newsticker {
    /* that's your list */
    width: 400% !important;
  }
}

#six-home-fluidNewsBox {
  position: absolute;
  z-index: 101;
  width: 25%;
  right: 10px;
  top: 50px;
}

#six-home-fluidNewsBox .panel {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#six-home-fluidNewsBox .panel .panel-heading {
  font-size: 18px;
}

#six-home-fluidNewsBox .panel .panel-body {
  max-height: 120px;
  overflow: auto;
}

#six-home-fluidNewsBox .panel .panel-body ul {
  list-style: none;
}

@media (max-width: 767px) {
  #six-home-fluidNewsBox {
    position: relative;
    width: auto;
    padding: 0 8px 20px 24px;
  }
}


/*1229_safari*/

_::-webkit-:host:not(:root:root),
#six-home-sliderBox ,
#six-home-sliderBox > .row ,
#six-home-sliderBox > .row > section.swiper-container1 ,
#six-home-sliderBox > .row > section.swiper-container1 > .swiper-wrapper {
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
#six-home-sliderBox {
  margin-bottom: 6px;
}
_::-webkit-:host:not(:root:root),
#six-home-newsBox > .container {
    margin-bottom: 20px;
}
_::-webkit-:host:not(:root:root),
#six-home-newsBox .thumbnail {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
#six-home-newsBox .thumbnail h3 {
    padding-top: 8px !important;
}
_::-webkit-:host:not(:root:root),
#six-home-newsBox .thumbnail h3 a {
    padding-top: 3px !important;
}
_::-webkit-:host:not(:root:root),
#six-home-newsBox .thumbnail > img {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-home-activity ,
.six-home-activity > .container ,
.six-home-activity > .container > .row ,
.six-home-activity > .container > .row > .slide-1 ,
.six-home-activity > .container > .row > .slide-1 > #flexisel-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
_::-webkit-:host:not(:root:root),
#flexisel-1 li a img {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-home-videoiAndItem ,
.six-home-videoiAndItem > .container > .row ,
.six-home-videoiAndItem > .container > .row > .col-xs-12 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-home-videoiAndItem > .container > .row > .col-xs-12 >  .thumbnail {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-home-videoiAndItem > .container > .row > .col-xs-12 >  .thumbnail h3 {
    padding-top: 8px !important;
}
_::-webkit-:host:not(:root:root),
.six-home-videoiAndItem .container .row .col-xs-12 .thumbnail .caption {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-home-videoiAndItem > .container > .row > .col-xs-12 > .thumbnail h3 a {
    padding-top: 3px !important;
}
_::-webkit-:host:not(:root:root),
.six-home-videoiAndItem > .container > .row > .col-xs-12 > .thumbnail > .embed-responsive iframe {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-home-videoiAndItem .container .row .col-xs-12 ,
.six-home-videoiAndItem .container .row .col-xs-12 > .row ,
.six-home-videoiAndItem .container .row .col-xs-12 > .row > div{
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
div.quick-link-round ,
div.quick-link-round .in-round ,
div.quick-link-round .in-round img {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-home-linkBanner *{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-home-linkBanner .slide-2 {
    padding-top: 8px !important;
    padding-bottom: 30px !important;
}
_::-webkit-:host:not(:root:root),
.six-subMenu {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-subMenu * {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-subMenu .container {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
@media (max-width:769px){
  _::-webkit-:host:not(:root:root),
  #six-home-newsBox ,
  #six-home-newsBox .index {
    padding-top: 0 !important;
  }
}
_::-webkit-:host:not(:root:root),
.swiper-container2 ,
.swiper-container2 .swiper-wrapper {
  padding-top: 0 !important;
}


.six-home-linkBanner + .six-subMenu > .container {
  width: 100%;
}
.six-home-linkBanner + .six-subMenu > .container ul.row {
  float: left;
  display: inline-block;
  margin-top: 5px;
}

.swiper-container3 {
 /* float: left; */
}

.mainNewsTitleImg {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.closeSearchBox {
  position: absolute;
  right: 0;
  /* top: 0; */
  padding: 4px;
  font-size: 14px;
}
.swiper_focus {
  height: auto !important;
}
.swiper_focus > div {
  width: 96% !important;
  background-color: #ccc !important;
  left: 0;
  transform: translate3d(0px,0px,0px) !important;  
}
.swiper_focus > div > div {
  height: 0px !important;
  width: 50% !important;
  height: 0px !important;
  padding-bottom: 14% !important;
  height: auto !important;
}
.he_auto {
  height: auto !important;
}
.focus_open {
  height: auto !important;
}
.focus_open .mask {
  height: auto !important;
}
.focus_open ul {
  display: block !important;
  left: 0 !important;
  height: auto !important;
}
.focus_open ul::after {
  content: "";
  clear: both !important;
}

.focus_open ul li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*--------------------這邊是檢測用暫時使用，通過後去除---------------------*/

.tickercontainer .mask li > i::before {
    content: "\f0a1" !important;
}


/*--------------------這邊是檢測用暫時使用，通過後去除---------------------*/


.swiper-slide > p {
  width: 100%;
  font-size: 2em;
  color: #fff;
  text-align: center;
  visibility: hidden;
}
.six-subMenu > .container {
  height: auto !important;
}
.swiper-container3 {
  padding-left: 10px;
  box-sizing: content-box;
}
.swiper-container3 > .swiper-wrapper {
  /* overflow: hidden; */
}

/* .six-subMenu > .container ul.row:after {
  content: "宣傳訊息";
  z-index: 20;
  position: relative;
  display: inline-block;
  top: 20px;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr ;
} */
.swiper-container3:before {
  content: "宣傳訊息";
  z-index: 20;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr ;
  background-color: #f5f1d9;
  text-align: center;
}


.swiper-hide {
  width: 100% !important;
}
.swiper-hide .swiper-wrapper {
  margin: 0 !important;
  width: 100% !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.swiper-hide .swiper-wrapper > div {
  display: none;
}
.swiper-hide .swiper-wrapper > div:nth-last-of-type(n+5)   {
  display: inline-block;
}