.h5PlayerCtn.h5PlayerCtn{
	width: 100%;
	padding: 0;
}

.video__top {
	display: table;
	margin-top: -24px;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}

.goto__ontv {
      float: right;
    margin-left: 15px;
}

.nicam {
	float: right;
	color: #ff6600;
	background-image: url(/img/nicam_icon.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 35px;
}

.iab_sf {
    margin: 0 auto;
}

.hide-control::-webkit-media-controls-enclosure {
	display: none;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	animation: bounce 0.8s linear 1;
	-webkit-animation: bounce 0.8s linear 1;

}

#emojiTotal {
    width: 66px;
    float: left;
    margin-right: 0px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 90%;
    line-height: 21px;
}
#emojiTotal .count {
font-size: 13px;
    color: #fff;
    left: 10px;
    margin-left: 22px;
    width: 37px;
    display: inline-block;
    text-align: center;
}

body._nation_hk._content #emojiTotal  { background-image: url('/img/v2/ecount_hk.png'); }
body._nation_tw._content #emojiTotal  { background-image: url('/img/v2/ecount_tw.png'); }
body._nation_cn._content #emojiTotal  { background-image: url('/img/v2/ecount_cn.png'); }




.emoji_no.null {
  display: none;
}
._nation_hk .emojiCTN .most .emoji_no {
  border: 1px solid #FF6600;
  color: #ff6600;
}
._nation_tw .emojiCTN .most .emoji_no {
  border: 1px solid #D463D5;
  color: #D463D5;
}
._nation_cn .emojiCTN .most .emoji_no {
  border: 1px solid #d60009;
  color: #d60009;
}

._nation_hk .emojiCTN .selected .emoji_no,
._nation_hk .emojiCTN .most.selected .emoji_no {
  border: 1px solid #FF6600;
  color: #FFF;
  background: #ff6600;
}
._nation_tw .emojiCTN .selected .emoji_no,
._nation_tw .emojiCTN .most.selected .emoji_no {
  border: 1px solid #D463D5;
  color: #FFF;
  background: #D463D5;
}
._nation_cn .emojiCTN .selected .emoji_no,
._nation_cn .emojiCTN .most.selected .emoji_no {
  border: 1px solid #d60009;
  color: #FFF;
  background: #d60009;
}


.keywordCTN {

}

.keywordCTN .keywordHeader {
  background-color: #ff6600;
  display: inline-block;
  color: #fff;
  padding: 6px 20px;
  border-radius: 6px;
}

.keywordCTN .keywordHeader {
  margin-bottom:12px;
  font-size: 16px;
}

.keywordCTN .keywordItems {
  display: inline-block;
}
.keywordCTN .keywordItem {
  float: left;
  padding: 0px;
}
.keywordCTN .keywordItem a {
  padding: 12px;
  font-size: 16px;
}
.keywordCTN .keywordItem .keywordSplit {
  border-right: 1px solid #ff6600;
}

.emojiCTN {
  width: 100%;
  margin: 10px 0 50px 0;
  display: table;
}

.emojiCTN .emojiContent {
    border-radius: 10px;
    padding:4px 0px;
    width:100%;
    display:inline-block;
}
.emojiCTN.skin {
    width: calc( 100% + 20px );
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 10px 0px 0px -10px;
    padding: 0 2%;
    padding-top: 15%;
    height: 60vw; 
}
#sb-site .emojiCTN.skin .emoji img {
 margin: 4px auto;
}
#sb-site .emoji img {
  margin: 4px auto;
  transition: 1.6s;
    width:52px;
/*   opacity: 0;
 */}
#sb-site .emoji img.show {
  opacity: 1;
}
/* #sb-site .emoji:nth-child(2) img {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
  
}
#sb-site .emoji:nth-child(3) img {
	-webkit-animation-delay: 1s;
	animation-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}
#sb-site .emoji:nth-child(4) img {
	-webkit-animation-delay: 2s;
	animation-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}
#sb-site .emoji:nth-child(5) img {
	-webkit-animation-delay: 3s;
	animation-delay: 0.9s;
	transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
}
#sb-site .emoji:nth-child(6) img {
	-webkit-animation-delay: 4s;
	animation-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
} */
.emoji_text {
  text-align: center;
  width: 100%;
  font-family: '微軟正黑体';
  color: grey;
/*   opacity: 0;
 */  font-size: 16px;
  line-height: 16px;
}
.emoji_no {
  text-align: center;
  border: 1px solid grey;
  border-radius: 5px;
  margin: auto;
  color: #000;
  display: table;
  padding: 0 2px;
  font-size: 12px;
  line-height: 16px;
/*   opacity: 0;
 */}
.show .emoji_text, .show .emoji_no {
  opacity: 1;
}
.emoji {
	cursor: pointer;
	text-align: center;
	position: relative;
	float: left;
}
.emojiCTN.selected .emoji {
  cursor: initial;
}
 
.emoji_bg {
  width: 20%;
  float: left;
}
#sb-site .emoji_bg img {
  width: 68px;
}
.skin .emoji_bg {
  width: 20%;
  padding-left: 1%;
}

.netvigation .glyphicon  {
    border: 1px solid #999;
    padding: 3px;
    border-radius: 5px;
	top: 3px;
	color:#999;
	    margin-right: 2px;
}
.netvigation .next , .netvigation .prev {
	display:none;
	font-size:16px;
	    padding: 3px;
}
.netvigation .label {
	font-size:16px;
	width: 76px;
    display: table-cell;
    padding: 0px;
}

body._nation_hk._content .netvigation .label {
  color: #ff6600;
}
body._nation_tw._content .netvigation .label {
  color: #d463d5;
}
body._nation_cn._content .netvigation .label {
  color: #d60009;
}

.netvigation .link {
    display: table-cell;
}




a.httpLink{
word-wrap: break-word;
}
a.httpLink:link, a.httpLink:visited,a.telLink:link, a.telLink:visited {
  color: #0000FF;
}

.imgCTN {
	position:relative;
}
.imgCTN .expend {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.imgCTN .expend .glyphicon  {
    color: #fff;
    padding: 10px;
    margin: 0px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
}
.photo img,.photo2 img  {
 touch-action: initial !important;
	margin-top:7px;
}

#sb-site .appinstall img{
	margin-top : 0px;
}
.content {
  clear: both;
}

.font1 #title{
	font-size: 20px;
}.font2 #title{
	font-size: 22px;
}.font3 #title{
	font-size: 24px;
}.font4 #title{
	font-size: 26px;
}.font5 #title{
	font-size: 28px;
}

.font1 .content {
  font-size: 18px;
  line-height: 25px;
}
.font2 .content {
  font-size: 20px;
  line-height: 30px;
}
.font3 .content {
  font-size: 22px;
  line-height: 35px;
}
.font4 .content {
  font-size: 24px;
  line-height: 35px;
}
.font5 .content {
  font-size: 26px;
  line-height: 36px;
}


.cacheCantoneseStop {
	background-image:url('/img/CantoneseStop.gif')!important;
}

.cacheCantonesePlay {
	background-image:url('/img/CantonesePlay.png')!important;
}
.cachePutonhaPlay {
	background-image:url('/img/PutonhaPlay.png')!important;
}
.cachePutonhaStop {
	background-image:url('/img/PutonhaStop.gif')!important;
}



.right_btn {
  float: right;
  
    padding-top: 7px;
}
._commentary .right_btn {
	padding-top: 0px;
}

.fb-like {
  overflow: hidden;
}
.contentCTN {
  padding: 5px 10px 0px 10px
}
#moreHitCount, #moreRelate {
  text-align: right;
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
}
.fb_shareCTN {
  float: right;
  margin-top: 11px;
  margin-right: 4px;
  overflow: hidden;
}
.content_middle {
  font-size: 11px;
  color: gray;
  position: relative;
}
.videoCTN {
	position: relative;
	/* padding: 5px 0px 15px 0px; */
	margin-left: -10px;
	width: calc( 100% + 20px );
	height: 0;
	padding: 24px 10px 10px;
	padding-bottom: calc(56.25% + 15px);
	background-color: #EBEBEB;
	display: none;
}
.videoCTN #itvctimeline {
  height: 4px;
  width: 100%;
  position: relative;
}
.videoCTN #itvctimeline .on {
  height: 4px;
  width: 0%;
  z-index: 2;
  position: absolute;
}
._nation_hk .videoCTN #itvctimeline .on {
  background-color: #FF6600;
}
._nation_tw .videoCTN #itvctimeline .on {
  background-color: #D463D5;
}
._nation_cn .videoCTN #itvctimeline .on {
  background-color: #D60009;
}
.videoCTN #itvctimeline .off {
  height: 4px;
  background-color: #999;
  width: 100%;
  z-index: 1;
  position: absolute;
}
.videoCTN .caption {
  margin-bottom: 10px;
}
.videoCTN .player {
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  display:block;
}
.videoCTN #skinITVC {
  position: absolute;
  z-index: 2147483648;
  background-color: rgba(0, 0, 0, 0.6);
  right: 10px;
  bottom: 60px;
  color: #fff;
  width: auto;
  height: 31px;
  display: none;
  font-size: 16px;
  text-align: center;
  padding: 0px;
}
#content_topbanner, #content_middlebanner, #content_bottombanner, #content_photobanner,#content_relatedBanner,#content_fbBanner {
  text-align: center;
  margin: 10px 0px;
  width : 100%;
}
#content_photobanner {
	display:none;
}


 
#content_topbanner img, #content_middlebanner img, #content_bottombanner img, #content_photobanner img{
	width:auto;
}
#relateArticleCTN .edit, #hitCount .edit ,#urgentNews .edit{
  color: #888;
  font-size: 14px;
}

#relateArticleCTN .CTN.hideItem, 
#hitCount .CTN.hideItem {
  display:none;

}

.innity_banner  {
height:auto;
}

.innity_banner iframe {
display:none;

}

.edit .hkdate {
  background-image:url('/img/v2/hkdate_icon.png');
  background-repeat: no-repeat;
  padding-left: 18px;
   background-position : 0 center;
  background-position-y: center;
}

.content_middle .edit {
	color: #888;
    font-size: 15px;
    margin-top: 12px;
    float: left;
}

body._onad._ad .content_middle .edit {
  display:none;
}
.content div.paragraph {
    position: relative;
    z-index: 20;
    background-color: #fff;
    width: calc( 100% + 20px );
    /* margin-right: 10px; */
    padding: 0px 10px;
    left: -10px;
    margin-bottom: 28px;
}
.content div.paragraphGroup {

z-index: 20;
    position: relative;
    background-color: #fff;
}
#content_interscroller {
  height:0px;
    background-color: #ccc;
    width: 100%;
    z-index: 5;
    margin-left: -10px;
    width: calc( 100% + 20px );
}

.main_content #content_interscroller{
  display:none;
}
.main_content div.content_interscroller_ad {
  position: fixed;
  z-index: 10;
  width: 100%;
  display:none;
  text-align: center;
  margin-left: -10px;
}

.main_content div.content_interscroller_ad .center {
  width: 90%;
  margin: 0 auto;
}

.main_content div.content_interscroller_ad .center img {
  width:300px;
}
#sb-site .thumb img {
  width: 90px;
  height: 64px;
  float: left;
}
.CTN {
  border-bottom: 1px solid #b2b2b2;
  margin-top: 5px;
  min-height: 83px;
  padding: 5px 10px 0px 10px;
}

.CTN.googleNativeAd {
  display: flex;
  border-bottom: 0px;
    margin-top: 0px;
    min-height: 0;
    padding: 0px 10px
}

.CTN.googleNativeAd iframe.hasAd {
  border-bottom: 1px solid #b2b2b2;
  margin-top: 5px;
  min-height: 83px;
  padding: 5px 10px 0px 10px;
  
}
.CTN .thumb {
	margin-top:3px;
}

 
.edit .district {
	float:left;
	height:20px;
}

 .edit .district .left ,  .edit .district .center ,  .edit .district .right  {
	float:left;
	height:20px;
}
.edit .district .left {
    background-image: url(/img/v2/label_white_1.png);
    background-repeat: no-repeat;
    width: 4px;
}
 .edit .district .center {
    background-image: url(/img/v2/label_white_2.png);
    background-repeat: repeat-x;
    width: auto;
    font-size: 14px;
    line-height: 19px;
    color:#fff;
}
.edit .district .right {
    background-image: url(/img/v2/label_white_3.png);
    background-repeat: no-repeat;
    width: 8px;
}



.clearfix {
  border-bottom: 1px solid #b2b2b2;
  margin-top: 5px;
  height: 75px;
}
.urgentContent {
  font-size: 18px;
  color: #333333;
  margin-left: 96px;
}

.urgentContent .title {
      display: inline-block;
}
.main_content {
  font-size: 18px;
  line-height: 1.5em;
  clear: both;
  padding-top:5px;
}
.photoCaption {
  color: #FFF;
  background-color: gray;
  padding: 2px 5px;
  font-size: 16px;
}

.photoCaption.nocaption {
  display:none;
}

.player {
  width: 100%;
}
.player.off {
  visibility: hidden;
}
#sb-site .font_size, #sb-site #share_btn {
  background-color: #999;
  width: 25px;
  margin-left: 4px;
}
._nation_hk #sb-site #share_btn.share_btn_on {
  background-color: #FF6600;
}
._nation_tw #sb-site #share_btn.share_btn_on {
  background-color: #D463D5;
}
._nation_cn #sb-site #share_btn.share_btn_on {
  background-color: #D60009;
}
#share_icon img {
  width: 50px;
  height: 62px;
  position: absolute;
  top: 10%;
  margin-left: 4px;
  z-index: 1000;
}
.sharemenu {
  width: 100%;
  height: 120px;
  background-color: white;
  z-index: 10;
  position: absolute;
 top: 32px;
  display: none;
  border-top: 1px solid #e1e1e1;
}




.sharemenu #whiteline{
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 12px 15px 11px #F2F2F2;
}

.sharemenu #share_icon {
  margin-top:20px;

}
.sharemenu #share_icon img {
  width: 50px;
  height: 62px;
  position: absolute;
  top: 10%;
  margin-left: 4px;
  z-index: 1000;
}
.sharemenu_bottom #share_icon img {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 10%;
  margin-left: 4px;
  z-index: 1000;
}

.sharemenu,.sharemenu_bottom {
  width: 100%;
  min-height: 58px;
  background-color: white;
  z-index: 10;
    margin: 5px 0px;
 
}
.sharemenu_bottom {
	position:relative;
}
 #share_icon {
 display: table;
 width: 100%;
 }
#share_icon li {
  float: left;
}
#share_icon .icon {
display: table-cell;
  max-width: 0px;
  text-align: center;
}
#share_icon .icon a , #share_icon .icon .copylink_btn{
  background-image: url(/mobile/img/shareTool.png);
    width: 42px;
    height: 42px;
    display: inline-block;
    background-size: cover;
}
#share_icon .whatsapp_btn {
    background-position: 0px -210px;

}
#share_icon .facebook_btn {
    background-position: 0px 0px;
   
}
#share_icon .google_btn {
    background-position: 0px -42px;

}
#share_icon .twitter_btn {
    background-position: 0px -84px;
  
}
#share_icon .weibo_btn {
    background-position: 0px -126px;

}
#share_icon .copylink_btn {
    background-position: 0px -168px;
   
}




#sb-site #cshare {
  position: absolute;
  left: 47%;
  bottom: 14px;
  width: 20px;
}
.shadow {
  position: absolute;
  width: 100%;
  top: 119px;
  z-index: 11;
  box-shadow: 0px -5px 12px 6px #bbb;
  border-top: 1px solid #FFF;
}
#fanpageLikeCTN .fb_plugin {
  /* 	background-image: url('/mobile/img/m_facebook_app_hk.jpg');
	background-repeat: no-repeat;
	background-size: 100%; */
  /* //height: 208px;
	//width: 100%; */
  margin-top: 10px;
}
#fanpageLikeCTN {
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  margin-bottom: 0px;
}
.clickArea {
  position: absolute;
  width: 100%;
  bottom: 0;
}
 
._commentary #other_article.cn , ._commentary #other_article.tw {
  color: #D60009;
}
._commentary #other_article.tsn {
  color: #ed6d00;
}
._commentary #other_article {
  font-size: 16px;
  font-weight: bold;
  color: #e50077;
  padding: 0px 0px 5px 10px;
}
._commentary .content_top {
  position: relative;
}
._commentary .fb_shareCTN {
  float: right;
  margin-top: 3px;
  margin-right: 4px;
}
._commentary .border {
  border-top: 1px solid #CCC;
  position: relative;
  margin: 0px 10px -15px 10px;
  padding-top: 5px;
}
 
._commentary .image {
  width: 80px;
  float: left;
  min-height: 64px;
  margin-right: 10px;
}
._commentary .image #img {
  position: absolute;
  top: -13px;
  bottom: 0;
  margin: auto;
  width: 80px;
}
._commentary .desc {
  height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
}
._commentary #icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 62px;
}
._commentary #icon {
  width: 60px;
  float: left;
  margin-right: 10px;
  min-height: 50px;
}
._commentary #type {
  color: #e50077;
}
 
._commentary #type.cn , ._commentary #type.tw {
  color: #D60009;
}
._commentary #type.tsn {
  color: #ed6d00;
}
._commentary .videoCTN .caption {
  margin-bottom: 10px;
}
._commentary #content_bottombanner {
  text-align: center;
  margin-top: 15px;
}
._commentary #relateArticleCTN .edit {
  color: #888;
  font-size: 10px;
}
._commentary .content_middle .edit {
  color: #888;
  font-size: 10px;
  margin-top: 3px;
  float: left;
  width : 100%;
}
._commentary .content div {
  margin-top: 0.5px
}
._commentary #post {
  font-size: 16px;
  display: inline;
  color: #cacaca;
}
._commentary #author {
  font-size: 18px;
  display: inline;
}
._commentary #type {
  font-size: 18px;
  display: inline;
}
._commentary #title {
  font-size: 20px;
  margin-left: 0px;
}
._commentary #title.haveAuthor {
  margin-left: 70px;
}
.videoIcon {
 width: 32px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  height: 32px;
  float:auto;
  background-image:url('/img/v2/oncc_playicon.png');
  background-size:100%;
}
._nation_hk._entertainment .videoIcon { 	background-image:url('/img/v2/ent/52x52_hk.png');}
._nation_tw._entertainment .videoIcon { 	background-image:url('/img/v2/ent/52x52_tw.png');}
._nation_cn._entertainment .videoIcon { 	background-image:url('/img/v2/ent/52x52_cn.png');}

.video360Icon {  
	width: 50px;
    position: absolute;
    left: 4px;
    bottom: 3px;
    background-image: url(/mobile/img/website_360_icon_hk.png);
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}
._nation_hk  .video360Icon { background-image:url('/mobile/img/website_360_icon_hk.png'); }
._nation_tw  .video360Icon { background-image:url('/mobile/img/website_360_icon_tw.png'); }
._nation_cn  .video360Icon { background-image:url('/mobile/img/website_360_icon_cn.png'); }
._entertainment  .video360Icon { background-image:url('/mobile/img/website_360_icon_ent.png'); }
 
 
#file360CTN {
    position: relative;
    padding-bottom: 18%;
}
#file360CTN .img {
    width: 92%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px auto;
    top: 14px;
    padding-top: 4%;
}

#file360CTN .frame {
    height: 100%;
	background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
	z-index: 2;
    top: 0px;
}


._nation_hk #file360CTN .frame {
	background-image: url(/img/v2/360/hk/website_360_frame.png);
}
._nation_cn #file360CTN .frame {
	background-image: url(/img/v2/360/cn/website_360_frame.png);
}
._nation_tw #file360CTN .frame {
	background-image: url(/img/v2/360/tw/website_360_frame.png);
}
._entertainment #file360CTN .frame {
	background-image: url(/img/v2/360/ent/website_360_frame.png);
}




.moreContent , .polling {
	display:none;
}

#title {
  font-size: 20px;
}

#imageGallery {
	height:100%;
	display:none;
}

#imageGallery.on {
	display:block; 
}
.nav-links {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  z-index: 21222222222222222;
}
.nav-previous a, .nav-next a {
  font-size: 33px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #9ba2af;
  border-radius: 50%;
  color: #FFF;
  display: block;
  line-height: 80px;
  opacity: 0.25;
  position: fixed;
  top: 50%;
  text-decoration: none;
  width: 80px;
  height: 80px;
  content: &quot;
  \f430&quot;
  ;
  z-index: 4;
  font-family: cursive;
}
.nav-previous-content a, .nav-next-content a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #FFF;
  color: #000;
  display: block;
  opacity: 0.25;
  position: fixed;
  top: 50%;
  text-decoration: none;
  content: &quot;
  z-index: 5;
  box-shadow: 0 0 10px #666;
  display: table;
}
.nav-previous a {
  left: -40px;
}
.nav-next a {
  right: -40px;
}
.nav-previous-content a {
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  left: -300px;
  /* border: 2px solid;
	border-color: transparent; */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nav-previous-content.nav30 a {
  left: 0px;
  opacity: 1;
}
.nav-next-content.nav30 a {
  right: 0px;
  opacity: 1;
}
.nav-next-content a {
  top: 0;
  bottom: 0;
  margin: auto;
  right: -300px;
  /*     border: 2px solid;
	border-color: transparent; */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 1000;
}
body._nation_hk._content .nav-links a .title22 {
  color: #ff6600;
}
body._nation_tw._content .nav-links a .title22 {
  color: #d463d5;
}
body._nation_cn._content .nav-links a .title22 {
  color: #d60009;
}
body._nation_hk._content .nav-links a:visited .title22, body._nation_tw._content .nav-links a:visited .title22, body._nation_cn._content .nav-links a:visited .title22 {
  color: #999;
}

/*NewYear2016

.nav-previous-content,.nav-next-content {
    width: 30%;
    height: 100%;
    position: fixed;
}

.nav-previous-content{
	left:10px;
}
.nav-next-content{
	right:10px;
}


.FaiChun {
    text-align: center;
    max-width: 112.5px;
    margin: 70px auto 0 auto;
	position: relative;
}

.FaiChun img {
    width: 100%;
	opacity:0;
}

.nav30 .FaiChun img{
	opacity:1;
}

.FaiChun div {
    height: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.nav-next-content .FaiChun div {
	margin-left: 8%;
}

.nav-previous-content .FaiChun div {
	margin-right: 8%;
}

.nav30 img.plum{
	opacity:1;
}

.nav30 img.monkey,.fullScreen_bg.show{
	-ms-transform: translate(0px,0px);
   	-webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
	opacity:1;
}

img.plum {
    position: absolute;
    bottom: -5%;
    width: 70%;
	opacity:0;
	transition:1s;
	-webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.plum1{
	right:0;
}
.plum2{
	left:0;
}

img.monkey {
    width: 100%;
    transition: 1s;
	position:absolute;
	opacity:0;
}

img.monkey1,img.monkey3 {
	-ms-transform: translate(-1000px,0px);
   	-webkit-transform: translate(-1000px,0px);
    transform: translate(-1000px,0px);
}

img.monkey2,img.monkey4 {
	-ms-transform: translate(1000px,0px);
   	-webkit-transform: translate(1000px,0px);
    transform: translate(1000px,0px);
}

.theme {
    height: 45px;
    background-image: url('../img/NewYear2016/bt_top.gif');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}

.fullScreen_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 47px;
    z-index: 10;
    transition: 1s;
	-ms-transform: translate(0px,-200%);
   	-webkit-transform: translate(0px,-200%);
    transform: translate(0px,-300%);
	background-color: #AB0E0D;
}
*/
#urgentNews.tenArticles {
	margin-bottom:10px;
}
#urgentNews.tenArticles .content2 .border{
	border-bottom:1px solid #CCC;
	position:relative;
	margin: 8px 10px;
	padding-bottom: 5px;
	border-top:0px;
}
#urgentNews.tenArticles .content2  .type {
	font-size: 18px;
	display: inline;
}
#urgentNews.tenArticles .content2 ._commentary_hk .type {
	color: #e50077;
}
#urgentNews.tenArticles .content2 ._commentary_cn .type {
	color: #D60009;
}

#urgentNews.tenArticles .content2 .title {
  color: #333;
  font-size: 18px;
      display: -webkit-box;

}
#urgentNews.tenArticles .content2 .author {
  display: inline;
  font-size: 18px;
  color: #333;
}
#urgentNews.tenArticles .content2 .post {
  display: inline;
  color: #999;
  font-size: 16px;
}
 
.sectionName.baby {background:#b86fc5; 	color:#fff;} 
.sectionName.celebrity {background:#89b745;	color:#fff;} 
.sectionName.hot {background:#d00909;	color:#fff;} 
.sectionName.program {background:#ffa545;	color:#fff;} 
.sectionName.oversea {background:#2ac3d0;	color:#fff;} 
.sectionName.feature {background: #dc4977;	color:#fff;} 
.sectionName.vogue {background: #3c8cd0;	color:#fff;} 


.sectionName.foreignball {	background:#99ca3e;	color:#fff;} 
.sectionName.localball {	background:#50b747;	color:#fff;} 
.sectionName.basketball {	background:#53b7e8;	color:#fff;} 

.sectionName.game {	background:#e61885;	color:#fff;}                                      
.sectionName.food {	background:#ed6f98;	color:#fff;}                                      
.sectionName.trav {	background:#1081d1;	color:#fff;}                                      
.sectionName.tech {	background:#23b1a7; color:#fff;}                                      
.sectionName.cars {	background:#96c72c; color:#fff;}                                      
.sectionName.fash {	background:#625aa4; color:#fff;}                                      
.sectionName.fami {	background:#f4862b;	color:#fff;}
.sectionName.sport,
.sectionName.finance,
.sectionName.lifestyle,
.sectionName.news,
.sectionName.cnnews,
.sectionName.amenews,
.sectionName.news
{
	padding:0px;
}

 .sectionName.sport:before,
 .sectionName.finance:before,
 .sectionName.lifestyle:before,
 .sectionName.news:before,
 .sectionName.cnnews:before,
 .sectionName.aeanews:before,
 .sectionName.amenews:before
{
    content: "[";
}

 .sectionName.sport:after,
 .sectionName.finance:after,
 .sectionName.lifestyle:after,
 .sectionName.news:after,
 .sectionName.cnnews:after,
 .sectionName.aeanews:after,
 .sectionName.amenews:after
{
    content: "]";
}

.sectionName.entertainment {
    background-color: #44bc98;
    color:#fff;
    padding:0px;
    width: 60px;
 }

 
 
.sectionName {
	display: table-cell;
    float: right;
    padding: 0px 3px;
    color: #000;
        text-align: center;
}


#hitCount .urgentContent .edit .order {
  background-image: url(/mobile/img/tab.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  widtH: 43px;
  text-align: center;
  float: left;
}


#content_topbanner .af_space_619870999174 img,
#content_middlebanner .af_space_619870999174 img,
#content_bottombanner .af_space_619870999174  img,
#content_photobanner .af_space_619870999174 img {

  width:300px;
}

