@charset "utf-8";
/*基礎和共用模組的核心樣式*/
body {
    font-family: "New Microsoft JhengHei", "Microsoft JhengHei", sans-serif;
    line-height: 1.5;
    color: #000000;
    overflow-y: scroll;
    image-rendering: -webkit-optimize-contrast;
}
html.disable-scrolling,
body.disable-scrolling {
    height: 100%;
    overflow-y: hidden;
}
/*修正微軟雅黑體全形標點符號偏移的問題*/
@font-face {
    font-family: "New Microsoft YaHei";
    unicode-range: U+3001, U+3002, U+FF01, U+FF0C, U+FF1A, U+FF1F;
    src: local(Microsoft JhengHei);
}
/*修正微軟正黑體粗體「碧、筵、綰」三字後方多出一空格的問題*/
@font-face {
    font-family: "New Microsoft JhengHei";
    unicode-range: U+7db0, U+78A7, U+7B75;
    src: local(Microsoft JhengHei);
}
/*清除浮動*/
.clear-fix::after {
    content: "";
    display: table;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: none;
}
/*取消Bootstrap元件圓角*/
.btn,
a[class^="btn"],
.form-control,
.card {
    border-radius: 0 !important;
}
/*Bootstrap Modal*/
body.modal-open .modal {
    z-index: 100050;
}
body.modal-open .modal-backdrop {
    z-index: 100040;
}
.modal.show {
    top: 10%;
}
.modal-header,
.modal-body,
.modal-footer {
    padding: 16px;
}
.modal-header .close span {
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../../images/2019/ico-close.svg") no-repeat center center;
    background-size: contain;
}
.modal-content {
    border: none;
    border-radius: 0;
}
.modal-footer .btn {
    color: #ffffff;
}
.modal-backdrop.show {
    opacity: 0.7;
}
/*全局標題*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 0;
}
/*全局連結色彩*/
a:link,
a:visited {
    color: #000000;
}
a:hover,
a:active {
    color: #bc0614;
    text-decoration: underline;
}
/*全局時間、文章類別、點閱數*/
.meta-info {
    margin-top: 10px;
    font-size: 0;
    font-family: Verdana, "Microsoft JhengHei", sans-serif;
}
.meta-info > * {
    font-size: 14px;
    line-height: 1.3;
    border-left: 1px solid #cccccc;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.meta-info > :first-child {
    border-left: none;
    padding-left: 0;
}
.meta-info > :last-child {
    padding-right: 0;
}
.meta-info time {
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
.meta-info time span + span {
    margin-left: 10px;
}
.meta-info .category {
    display: inline-block;
    background: none;
    padding: 0 10px;
    vertical-align: middle;
    text-transform: inherit;
}
.meta-info .category::first-letter {
    text-transform: inherit;
}
/*全局縮圖*/
.thumb-photo-wrapper {
    min-width: 115px;
}
.thumb-photo {
    position: relative;
    margin: 0;
    padding: 0;
}
.thumb-photo::before {
    content: "";
    display: block;
    padding-bottom: 66.6667%;
}
.thumb-photo[data-aspect-ratio="16to9"]::before {
    padding-bottom: 56.25%;
}
.thumb-photo .cropper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}
.thumb-photo .cropper::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.thumb-photo .cropper .photo {
    display: block;
    width: 100%;
    height: 100%;
    position: static;
    object-fit: cover;
    object-position: center 20%;
}
.thumb-photo .cropper .no-index-image {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
}
.thumb-photo.video .cropper a .ico-video,
.thumb-photo.audio .cropper a .ico-audio {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 13%;
    max-width: 50px;
    min-width: 24px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0.4);
    transform-origin: 50% 50%;
    transform: translateX(-50%) translateY(-50%);
}
.thumb-photo.video .cropper a .ico-video::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: url("../../images/2019/ico-video-light.svg") no-repeat center center;
    background-size: contain;
}
.thumb-photo.audio .cropper a .ico-audio::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: url("../../images/2019/ico-audio-light.svg") no-repeat center 45%;
    background-size: 65%;
}
.thumb-photo + .caption {
    padding: 15px 0;
}
/*全局直式列表*/
.vertical-list {
    font-size: inherit;
    margin: 0;
}
ul.vertical-list {
    padding: 0;
}
ol.vertical-list {
    padding: 0 0 0 30px;
}
.vertical-list > li {
    border-top: 1px dotted #666666;
    padding: 10px 10px 10px 25px;
    line-height: 1.3;
    list-style: none;
    background: none;
    position: relative;
}
ul.vertical-list > li::before {
    content: "●";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-family: "Arial";
    line-height: 1;
    color: #999999;
}
ol.vertical-list > li {
    list-style: decimal;
}
.vertical-list > li:first-child {
    border: none;
}
.vertical-list .title {
    font-size: 16px;
    margin-bottom: 0;
}
/*全局直式列表-無表頭符號數字*/
.vertical-list.list-style-none {
    padding: 0;
}
.vertical-list.list-style-none > li:first-child {
    padding-top: 0;
}
.vertical-list.list-style-none > li:last-child {
    padding-bottom: 0;
}
.vertical-list.list-style-none > li::before {
    display: none;
}
/*全局直式列表內含垂直分欄*/
.vertical-list li.row {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.vertical-list li.row > [class^="col"]:first-child {
    padding-left: 0;
}
.vertical-list li.row > [class^="col"]:last-child {
    padding-right: 0;
}
/*社群分享*/
.social-share-wrapper {
    position: relative;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}
.social-share {
    position: relative;
}
.social-share > ul {
    list-style: none;
    margin: -5px;
    padding: 0;
    font-size: 0;
    text-align: right;
}
.social-share > ul > li {
    display: inline-block;
    margin: 5px;
    border-radius: 0;
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.social-share > ul > li a {
    display: block;
    box-sizing: content-box;
    height: 30px;
    padding: 5px 0 5px 40px;
    background: #666666;
    color: #ffffff !important;
    line-height: 30px;
    text-decoration: none;
}
.social-share.fixed {
    width: 40px;
    transition: 0.3s 0.1s;
}
.social-share.fixed > ul > li {
    font-size: 0;
}
.social-share.fixed > ul > li a {
    padding-right: 0;
}
.social-share > ul > li a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url("../../images/2019/social/social-share-icons.svg") no-repeat 0 0;
    background-size: auto 100%;
}
.social-share > ul > li.facebook a {
    background-color: #4267b2;
}
.social-share > ul > li.facebook a::befroe {
    background-position: 0 0;
}
.social-share > ul > li.line a {
    background-color: #00c300;
}
.social-share > ul > li.line a::before {
    background-position: -160px 0;
}
.social-share > ul > li.twitter a {
    background-color: #2ca8d2;
}
.social-share > ul > li.twitter a::before {
    background-position: -80px 0;
}
.social-share > ul > li.weibo a {
    background-color: #d6283d;
}
.social-share > ul > li.weibo a::before {
    background-position: -120px 0;
}
.social-share > ul > li.messenger a {
    background-color: #0084ff;
}
.social-share > ul > li.messenger a::before {
    background-position: -240px 0;
}
.social-share > ul > li.telegram a {
    background-color: #179cde;
}
.social-share > ul > li.telegram a::before {
    background-position: -280px 0;
}
.social-share > ul > li.copy-url a {
    background-color: #000000;
}
.social-share > ul > li.copy-url a::before {
    background-position: -200px 0;
}
/*全局section*/
section > header {
    position: relative;
    background: none;
    padding: 0;
    margin-bottom: 16px;
    border-bottom: 3px solid #cccccc;
}
section > header .section-title {
    display: inline-block;
    padding: 3px 12px 9px 12px;
    margin: 0;
    border-bottom: 3px solid #bc0614;
    margin-bottom: -3px;
    font-size: 26px;
}
section > header.sub-header {
    background: #cccccc;
    border: none;
}
section > header.sub-header .section-sub-title {
    display: inline-block;
    border-left: 3px solid #bc0614;
    padding: 5px 15px;
    background: #ffffff;
    margin: 0;
    font-size: 20px;
}
section > header.sub-header .more {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.66);
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
}
section > header.sub-header .more a {
    display: block;
    padding: 0 15px;
}
section .tab-with-carousel > header {
    display: none;
}
/*全局更多鈕*/
section div.more {
    margin-top: 16px;
    border-top: 3px solid #cccccc;
    padding-top: 10px;
    text-align: center;
}
section div.more .ico-more {
    display: inline-flex;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: #bc0614;
    border-radius: 50%;
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
section section div.more .ico-more {
    width: 24px;
    height: 24px;
}
section div.more .ico-more::before {
    content: "";
    display: block;
    width: 46%;
    height: 46%;
    border: 1px solid transparent;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    transform: translateX(-25%) rotate(45deg);
    transition: 0.3s;
}
section div.more :hover .ico-more::before {
    transform: translateX(5%) rotate(45deg);
}
section div.more .ico-more.outline {
    background: none;
    border: 1px solid #bc0614;
}
section div.more .ico-more.outline::before {
    border-top-color: #bc0614;
    border-right-color: #bc0614;
}
section .vertical-list + .more {
    margin-top: 6px;
}
/*全局owl-carousel*/
.owl-carousel {
    margin-bottom: 16px;
    display: block;
    position: absolute;
    opacity: 0;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    position: relative;
    opacity: 1;
}
.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.owl-carousel .owl-nav button[class^="owl-"] {
    position: relative;
    display: inline-block;
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #666666;
    padding: 0 20px !important;
    border-radius: 3px;
    font-size: 20px;
    height: 25px;
    line-height: 1;
    margin-left: 5px;
    overflow: hidden;
    outline: none;
}
.owl-carousel .owl-nav button[class^="owl-"]:hover {
    color: #bc0614;
    border-color: #bc0614;
}
.owl-carousel .owl-nav button[class^="owl-"]:active {
    left: 1px;
    top: 1px;
    color: #960510;
}
.owl-carousel .owl-nav button[class^="owl-"].disabled {
    position: static !important;
    color: #cccccc !important;
    opacity: 0.5;
    cursor: default;
    transition: opacity 0.3s;
}
.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    font-size: 0;
    white-space: normal;
    margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 5%;
    min-width: 25px;
    max-width: 30px;
    padding: 9px 0 !important;
    margin: 0 3px;
    outline: none;
}
.owl-carousel .owl-dots .owl-dot > span {
    display: block;
    height: 2px;
    background: #cccccc;
}
.owl-carousel .owl-dots .owl-dot.active > span {
    background: #bc0614;
}
.owl-carousel .owl-height {
    transition: height 0.3s;
}
.owl-carousel .owl-item {
    overflow: hidden;
}
/*全局owl-carousel：上、下一頁按鈕浮動式*/
.owl-carousel[data-style="nav-overlay"] .owl-nav {
    position: static;
}
.owl-carousel[data-style="nav-overlay"] .owl-nav button[class^="owl-"] {
    position: absolute !important;
    top: 0;
    width: 5%;
    min-width: 25px;
    max-width: 30px;
    height: 100%;
    font-size: 0;
    display: block;
    white-space: nowrap;
    padding: 0 !important;
    border: none;
    border-radius: 0;
    margin: 0;
    background: none;
    left: auto;
    color: transparent;
}
.owl-carousel[data-style="nav-overlay"] .owl-nav button[class^="owl-"]::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.owl-carousel[data-style="nav-overlay"] .owl-nav button[class^="owl-"].owl-prev {
    left: 0;
}
.owl-carousel[data-style="nav-overlay"] .owl-nav button[class^="owl-"].owl-next {
    right: 0;
}
.owl-carousel[data-style="nav-overlay"] .owl-nav button[class^="owl-"] span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 25%;
    max-height: 90px;
    min-height: 75px;
    z-index: 30;
    background-color: #ffffff;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%, -999px -999px;
    opacity: 0.8;
    transition-delay: 0.3s;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
}
.owl-carousel[data-style="nav-overlay"] .owl-nav button[class^="owl-"].owl-prev span  {
    background-image: url("../../scripts/adaptive-gallery/images/navigation-btn-prev.svg"), url("../../scripts/adaptive-gallery/images/navigation-btn-prev-hover.svg");
}
.owl-carousel[data-style="nav-overlay"] .owl-nav button[class^="owl-"].owl-next span  {
    background-image: url("../../scripts/adaptive-gallery/images/navigation-btn-next.svg"), url("../../scripts/adaptive-gallery/images/navigation-btn-next-hover.svg");
}
.owl-carousel[data-style="nav-overlay"] .owl-nav.show button[class^="owl-"].owl-prev span {
    transform: translateX(0);
}
.owl-carousel[data-style="nav-overlay"] .owl-nav.show button[class^="owl-"].owl-next span {
    transform: translateX(0);
}
.owl-carousel[data-style="nav-overlay"] .owl-nav.hide button[class^="owl-"].owl-prev span {
    transition-delay: 0.6s;
    transform: translateX(-100%);
}
.owl-carousel[data-style="nav-overlay"] .owl-nav.hide button[class^="owl-"].owl-next span {
    transition-delay: 0.6s;
    transform: translateX(100%);
}
.owl-carousel[data-style="nav-overlay"] .owl-nav.show .hover span {
    background-position: -999px -999px, 50% 50%;
}
/*全局tab-pane*/
.tab-pane {
    margin: 16px auto;
}
.tab-pane .tab-menu {
    position: relative;
    background: #cccccc;
    height: 48px;
    overflow: hidden;
}
.tab-pane .tab-menu > ul {
    list-style: none;
    margin: 0;
    padding: 10px 15px 0 15px;
    font-size: 0;
    white-space: nowrap;
}
.tab-pane .tab-menu > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    margin-left: 1px;
}
.tab-pane .tab-menu > ul > li > a {
    display: block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}
.tab-pane .tab-menu > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.8);
}
.tab-pane .tab-menu > ul > li.active > a {
    background: #ffffff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
}
.tab-pane .tab-menu > ul > li.active > a::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: -3px;
    background: #bc0614;
}
.tab-pane .tab-content .tab-content-container {
    display: none;
}
.tab-pane .tab-content .tab-content-container.active {
    display: block;
}
.tab-pane .tab-content.owl-carousel .tab-content-container {
    display: block;
}
.tab-pane .tab-content section > header {
    display: none;
}
/*全局tab-with-carousel*/
.tab-with-carousel {
    margin: 16px auto;
    position: relative;
}
.tab-with-carousel .owl-carousel .owl-nav {
    top: -35px;
    right: 15px;
}
.tab-with-carousel .tab-content section {
    margin: 16px auto 0 auto;
}
.tab-with-carousel .tab-content section > header {
    display: none;
}
/*全局promote-pane-content*/
.promote-pane-content {
    position: relative;
    margin: 16px auto;
}
.promote-pane-content h2 {
    font-size: 24px;
}
.promote-pane-content h3 {
    font-size: 20px;
}
.promote-pane-content h4 {
    font-size: 16px;
}
.promote-pane-content .article-box-compact {
    margin-top: 15px;
    border-top: 1px dotted #000000;
    padding-top: 15px;
}
.promote-pane-content .article-box-compact:first-child {
    margin-top: 0;
    border: none;
    padding-top: 0;
}
.promote-pane-content .cover .caption {
    padding: 15px 0;
}
.promote-pane-content .article-box-compact .thumb-photo::before {
    padding-bottom: 82%;
}
.promote-pane-content .article-box-compact .title {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 3.9em;
    overflow: hidden;
}
.promote-pane-content .article-box-compact p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
    overflow: hidden;
}
.promote-pane-content .vertical-list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 3.9em;
    overflow: hidden;
}
/*全局promote-pane-content style-01*/
.promote-pane-content.style-01 .cover .thumb-photo::before {
    padding-bottom: 100%;
}
/*全局iframe影音容器*/
.video-container {
    position: relative;
    clear: both;
    background: #000000;
}
.video-container::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.video-container[data-orientation="vertical"]::before {
    padding-bottom: 100%;
}
.video-container iframe {
    display: block;
    position: absolute !important;
    left: 0;
    top: 0;
    border: none;
    width: 1px !important;
    min-width: 100% !important;
    *width: 100% !important;
    height: 1px !important;
    min-height: 100% !important;
    *height: 100% !important;
}
/*全局facebook影音iframe*/
.fb-video iframe {
    visibility: visible !important;
}
/*全局浮動式影音播放視窗*/
.floating-video-player {
    margin-bottom: 0;
}
.floating-video-player .video-container {
    transition: 0.5s;
}
.floating-video-player[data-state="static"] .video-container {
    position: relative;
    left: 0;
    top: 0;
}
.floating-video-player[data-state="floating"] .video-container {
    position: fixed;
    width: 300px;
    z-index: 90;
}
/*全局回到頁首*/
.gotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 80;
    transition: 0.3s;
    display: none;
}
.gotop a {
    display: block;
    width: 60px;
    height: 60px;
    background: no-repeat center center;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 60% auto;
    font-size: 0;
    text-indent: -9999px;
    transition: 0.1s;
    margin-top: 1px;
}
.gotop a.hover {
    background-color: rgba(0, 0, 0, 1);
    background-position: center 60%;
}
.gotop a.btn-gotop {
    background-image: url("../../images/2019/ico-angle-down-light.svg");
    transform: rotate(180deg);
}
.gotop a.btn-goto-comments {
    background-image: url("../../images/2019/ico-comments-light.svg");
}
/*全局分頁列*/
.pagination-wrapper {
    margin: 16px auto;
}
.pagination-wrapper .pagination {
    justify-content: center;
    flex-wrap: wrap;
}
.pagination-wrapper .pagination .page-item {
    margin: 5px 0;
}
.pagination-wrapper .pagination .page-item .page-link {
    border-radius: 0;
}
.pagination-wrapper .pagination .load-more {
    padding: 8px 15px;
    background: #bc0614;
    color: #ffffff;
    font-size: 0;
    line-height: 1.1;
}
.pagination-wrapper .pagination .load-more a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.pagination-wrapper .pagination .load-more a .icon-loading {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../images/2019/ico-loading-light.svg") no-repeat center center, url("../../images/2019/ico-loading-active-light.svg") no-repeat -9999px;
    margin-right: 10px;
}
.pagination-wrapper .pagination .load-more a .icon-loading.active {
    background-image: url("../../images/2019/ico-loading-active-light.svg");
    animation: rotate360deg 1s forwards steps(8, end) infinite;
}
.pagination-wrapper .pagination .load-more a .text {
    font-size: 24px;
}
.pagination-wrapper .pagination .load-more a .count {
    font-size: 16px;
    margin-left: 10px;
}
@keyframes rotate360deg {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*全局右邊欄facebook page plugin*/
.facebook-page-plugin {
    margin: 16px auto;
    text-align: center;
    height: 600px;
}
/*全局文字標籤雲*/
.tag-cloud {
    margin: 16px auto;
}
.tag-cloud ul {
    list-style: none;
    margin: 0 0 0 -10px;
    padding: 0;
    line-height: 1.1;
    text-align: center;
}
.tag-cloud li {
    display: inline-block;
    margin-left: 10px;
}
.tag-cloud li a:hover {
    color: #bc0614 !important;
    text-decoration: none;
}
.tag-cloud li[data-color-id="0"] a {
    color: #000000;
}
.tag-cloud li[data-color-id="1"] a {
    color: #000000;
}
.tag-cloud li[data-color-id="2"] a {
    color: #7f9e19;
}
.tag-cloud li[data-color-id="3"] a {
    color: #27a8a3;
}
.tag-cloud li[data-color-id="4"] a {
    color: #2666c9;
}
.tag-cloud li[data-color-id="5"] a {
    color: #22189b;
}
.tag-cloud li[data-rank="1"] a {
    font-size: 36px;
    font-family: "Microsoft Yahei";
}
.tag-cloud li[data-rank="2"] a {
    font-size: 32px;
    font-family: "Microsoft Yahei";
}
.tag-cloud li[data-rank="3"] a {
    font-size: 28px;
    font-family: "Microsoft Yahei";
}
.tag-cloud li[data-rank="4"] a {
    font-size: 26px;
    font-family: "Microsoft Yahei";
}
.tag-cloud li[data-rank="5"] a {
    font-size: 24px;
    font-family: "Microsoft Yahei";
}
.tag-cloud li[data-rank="6"] a {
    font-size: 22px;
}
.tag-cloud li[data-rank="7"] a {
    font-size: 20px;
}
.tag-cloud li[data-rank="8"] a {
    font-size: 18px;
}
.tag-cloud li[data-rank="9"] a {
    font-size: 16px;
}
.tag-cloud li[data-rank="10"] a {
    font-size: 14px;
}