html, body {
	font-family: "Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,"STHeiti",\534E\6587\9ED1\4F53,"SimSun",\5B8B\4F53,sans-serif;
}

span.slicknav_menutxt {
	text-indent: -9999px;
	line-height: 0;
}

span.slicknav_menutxt:after {

	content: '网站导航';
	display: table;
	position: relative;
	top: -8px;
	visibility: visible;
	text-indent: 0;
	line-height: 0;	
} 

#topnews .teaserdate, #morenews .teaserdate, #sectioncontent .teaserdate {
	display: none;
}

#h-nav li {
	padding: 11px 10px;
}


#topstorywidefull #topstorywidefulltease h2 {
    font-size: 24px;
    }
#topstorywidefull #topstorywidefulltease p {
    font-size: 15px;}

.service_widetop_two_featured .two_featured h2 {
    font-size: 18px;
    }

.single_column_teaser h2 {
    font-size: 18px;
    }
.single_column_teaser p {
    font-size: 14px;
    }

#storypagemaincol h1 {
	font-size: 27px;
}

#storytext, #storytext p {
	font-size: 15px;
}

#header-logo {
	background-image: url(/mandarin/rfalogo.png);
}

#footer-logo-address {
	background-image: url(/mandarin/footerlogoaddress.png);
}

#readbutton0 {
	background-image: url(/mandarin/readbutton0.png);
	width: 150px;
	height:33px;
}

#readbutton1 {
	background-image: url(/mandarin/readbutton1.png);
	width: 150px;
	height:33px;
}

#emailbutton0 {
	background-image: url(/mandarin/emailbutton0.png);
	width: 150px;
	height:33px;
}

#emailbutton1 {
	background-image: url(/mandarin/emailbutton1.png);
	width: 150px;
	height:33px;
}

#headlineboxes .headlineboxes {
	min-height: 120px !important;
}

/* CODE FOR MULTIPLE TOP STORIES -- AGILE CAROUSEL */

/* general styles */

/* reset styles */

.agile_carousel img {border: 0; padding: 15px 0 15px 15px;}

.agile_carousel p, .agile_carousel ul, .agile_carousel ul li {
margin: 0;
padding: 0;
}

/* agile carousel styles */

/* -----------------------------------*/
/*-- outer containers --*/
/* -----------------------------------*/

/*-- the most outer container rendered by JS 
Contains .slides .slide_content_... .persistent_content and controls that have "no_control_set" --*/

.agile_carousel {
position: relative;
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

/*-- container for all slides only --*/

.agile_carousel .slides {
position: absolute;
top: 0;
left: 0;
background: #093465;
padding: 15px !important;
}

/*-- individual slide --*/

.agile_carousel .slide {
float: left;
}


/* -----------------------------------*/
/*-- default style for controls --*/
/* -----------------------------------*/


/*-- default styles for all control sets --*/

.agile_carousel .control_set {
position: absolute;
z-index: 4000;
}

/*-- default styles for all button containers --*/

.agile_carousel .button_container {
z-index: 5000;	
}

/*-- default style for controls whose trigger type is "hover" --*/

.agile_carousel .ac_hover {
cursor:text;	
}

/*-- default style for controls which are currently selected
such as the current slide number --*/

.agile_carousel .ac_selected {
}

/*-- default style for disabled controls 
"previous" and "next" controls may be disabled near the first/last slide --*/

.agile_carousel .ac_disabled {
}

/*-- style applied to all controls --*/

.slide_button {
z-index: 5000;
cursor: pointer;
display: block;
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

/*-- previous button --*/

.previous_button {
}

/*-- next button --*/

.next_button {
}

/*-- hover previous button --*/

.hover_previous_button {
}

/*-- hover next button --*/

.hover_next_button {
}

/*-- numbered buttons container --*/

.agile_carousel .numbered_buttons_container {
}

/*-- numbered button --*/

.agile_carousel .numbered_button {
float: left;
}

/*-- grouped numbered buttons container --*/

.agile_carousel .grouped_numbered_buttons_container {
}

/*-- group numbered button --*/

.agile_carousel .grouped_numbered_button {
float: left;
}

/*-- content buttons container --*/

.agile_carousel .content_buttons_container {
}

/*-- content button --*/

.agile_carousel .content_button {
}

/*-- thumbnail buttons container --*/

.agile_carousel .thumbnail_buttons_container {
}

/*-- thumbnail button --*/

.agile_carousel .thumbnail_button {
}


/* -------------------------------------------- */
/*-- "things" that are not slides or controls --*/
/* -------------------------------------------- */

.current_slide_number {
cursor: text;
}

.slide_count {
cursor: text;
}

/* -------------------------------------------- */
/*-- #basic_slideshow styles --*/
/* -------------------------------------------- */

/*-- hide the captions --*/
#basic_slideshow .caption {
display: none;
}


/* -------------------------------------------- */
/*-- #multiple_slides_visible styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#multiple_slides_visible .agile_carousel {
overflow: hidden;
-moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
background-color: #ededeb;
}

/*-- slide container --*/

#multiple_slides_visible .slides {
margin-top: 28px;
}

/*-- individual slides --*/

#multiple_slides_visible .slide_inner {
text-align: center;	
}
#multiple_slides_visible .slide_inner {
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #cfcece;
background-color: #fff;
text-align: center;
width: 144px;
margin: 0 auto;
}

/*-- large photos --*/

#multiple_slides_visible .photo_link {
width: 129px;
height: 137px;
overflow: hidden;
display: block;
margin: 8px auto 4px;
}
#multiple_slides_visible .photo {
height: 137px;
}



/*-- for the links beneath the photos --*/

#multiple_slides_visible .caption:link, #multiple_slides_visible .caption:visited, #multiple_slides_visible .caption:hover {
color: #333333;
text-decoration: none;
width: 128px;
display: block;
margin: 0 auto;
padding-bottom: 3px;
}
#multiple_slides_visible .caption:hover {
text-decoration: underline;
}
#multiple_slides_visible .persistent_content{
position: absolute;
top: 2px;
left: 12px;
font-size: 14px;
text-shadow: 0px 1px 1px #ccc;
color: #B5B5B5;
}

/*-- .control_set_1 - includes: .previous_next_button --*/

#multiple_slides_visible .control_set_1 {
float: right;
position: relative;
margin: 4px 6px 0;
}
#multiple_slides_visible .previous_next_button {
width: 16px;
height: 16px;
overflow: hidden;
text-indent: 1000px;
background-image: url(../images/sprite_ac_normal.png);
background-color: #ccc;
border: 1px solid #cfcece;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
-moz-box-shadow: 0px 0px 2px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 2px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}
#multiple_slides_visible .previous_button {
background-position: 4px 3px;
}
#multiple_slides_visible .next_button {
background-position: -44px 3px;
}
#multiple_slides_visible .previous_next_button:hover {
background-color: #f7f7f7;
}
#multiple_slides_visible .previous_button:hover {
background-image: url(../images/sprite_ac_hover.png);
}
#multiple_slides_visible .next_button:hover {
background-image: url(../images/sprite_ac_hover.png);
}
#multiple_slides_visible .control_set_1 .ac_disabled {
background-image: url(../images/sprite_ac_disabled.png);
}
		
/*-- .control_set_2 - includes: group_numbered_buttons --*/

#multiple_slides_visible .control_set_2 {
float: right;
position: relative;
margin: 8px 0 0 0;
}
#multiple_slides_visible .slide_button {
float: left;
}
#multiple_slides_visible .group_numbered_buttons_container {
float: left;
margin-right: 14px;
}
#multiple_slides_visible .group_numbered_button {
color: #000;
padding: 0 2px;
font-size: 12px;
margin-right: 2px;
background-image: url(../images/sprite_ac_normal.png);
background-position: -95px 0;
width: 10px;
height: 10px;
overflow: hidden;
text-indent: 1000px;
background-color: transparent;
}
#multiple_slides_visible .group_numbered_button:hover, #multiple_slides_visible .group_numbered_buttons_container .ac_selected {
background-image: url(../images/sprite_ac_hover.png);
}



/* -------------------------------------------- */
/*-- #topstories styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#topstories .agile_carousel {
overflow: hidden;
-moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}

/*-- hide the captions --*/
#topstories .caption {
display: none;
}

/*-- .control_set_1 - includes: content_buttons --*/

#topstories .control_set_1 {
position: absolute;
right: 0;
top: 0;
width: 208px;
height: 224px;
color: #fff;
}
#topstories .content_button {
width: 208px;
height: 44px;
}
#topstories .content_button_inner p {
float: left;
}
#topstories .content_buttons_container .ac_selected {
}
#topstories .content_button p {
opacity: 1;
vertical-align: auto;
float: left;
padding-right: 5px;
/* width: 270px; */
padding-left: 5px;
padding-right: 10px;
font-size: 13px;
}
#topstories .content_button h2 {
padding-left: 5px;
padding-bottom: 0;
margin-bottom: 5px;
margin-top: 10;
padding-top: 0;
font-size: 17px;
padding-right: 10px;
}

#topstories .content_button_inner {
background-color: #979797;
color: #FFFFFF;
width: 290px;
height: 100px;
/* border-bottom: 1px solid #989898; */
float: right;
}

#topstories .content_button_inner a {
color: #FFFFFF;	
text-decoration: none;
}

#topstories .ac_selected .content_button_inner, #topstories .ac_selected .content_button_inner:hover  {
background: #093465;	
color: #FFFFFF;
}
#topstories .ac_selected .content_button_inner, #topstories .ac_selected .content_button_inner:hover a {
color: #FFFFFF;
}
#topstories .content_button_inner:hover a {
color: #FFFFFF;
}
#topstories .content_button_inner:hover {
background: #093465;
color: #FFFFFF;
}
#topstories .content_button img {
opacity: 1;
}

.slide_inner .photo {
    height: 270px;
    width: auto;
}

.content_button_inner {
   border-left: 15px solid #103564;
}

/* END MULTIPLE TOP STORIES */

div#frontsidebar div#vidsearch form input.vidsearch {
	width: 260px !important;
	margin-right: -5px !important;
}

#sectioncontent {
	width: 100%;
}

/* #sectioncontent div .shadowbox {
	width: 47% !important;
} */

@media screen and (max-width: 905px) {

	#sectioncontent div .shadowbox {
		width: 100% !important;
		max-width: unset;
	}
}


@media screen and (max-width: 640px) {
	
	#sectioncontent, #sectioncontent div .shadowbox {
		display: initial !important;
		box-shadow: none;
	}
	
	#footer-logo-address {
		background-image: url(/mandarin/footerlogoaddress640.png);
	}
}

@media screen and (max-width: 354px) {

	#header-logo {
		background-size: 100%;
		margin-left: 10px;
	}

}

#frontchannel {
	height: 150px;
}

