@charset "utf-8";
/* CSS Document */
/* 右側欄 */

aside{
    width: 300px;
    float: right;
}

/*--- HEADLINE ---*/
aside .headline{
    margin-top: -5px;
}
aside .headline::after{
    height: 16px;
}
aside .headline b{
    bottom: 1px;
    font-size: 22px;
}
aside .headline .more{
    font-size: 13px;
    bottom: -1px;
}

/*------------------------------*\
              話題影音
\*------------------------------*/
.right_video{
    margin-bottom: 20px;
}
.right_video iframe{
    border-radius: 5px;
}

/*------------------------------*\
              熱門新聞
\*------------------------------*/
aside .hot_news .headline{
    margin-bottom: 0;
}
aside .hot_news ul{
    background: #f0f0f0;
    overflow: hidden;
    margin-bottom: 20px;
}
aside .hot_news li{
    padding: 8px;
    padding-left: 30px;
    position: relative;
    transition: .3s ease-in-out;
}
aside .hot_news li::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #df6287;
    position: absolute;
    top: 16px;
    left: 13px;
}
aside .hot_news li+li{
    border-top: 1px dashed #bbb;
}
aside .hot_news figure{
    display: none;
}
aside .hot_news h3{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
aside .hot_news li:hover{
    opacity: 0.8;
}
aside .hot_news li:hover h3{
    color: #CD3160;
}

/*------------------------------*\
             FACEBOOK
\*------------------------------*/
.fb_page_wrap{
    margin-bottom: 20px;
}

/*------------------------------*\
              關鍵字
\*------------------------------*/
.right_keywords{
    margin-bottom: 20px;
}
.right_keywords > a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background: #efc8c8;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .2s ease-in-out;
}
.right_keywords > a:hover{
    background: #cd3160;
    color: #fff;
}

/*------------------------------*\
                RWD
\*------------------------------*/
@media screen and (max-width:1139px) {
    aside { 
        display:none; 
    }
}

/*
     FILE ARCHIVED ON 11:30:28 Apr 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:22:05 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.394
  captures_list: 0.469
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.031
  esindex: 0.009
  cdx.remote: 27.452
  LoadShardBlock: 579.561 (3)
  PetaboxLoader3.resolve: 679.738 (4)
  PetaboxLoader3.datanode: 140.66 (5)
  load_resource: 421.017
  loaddict: 53.967
*/