@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	font-family: Helvetica Neue, Verdana, Arial, Hiragino Sans GB, WenQuanYi Micro Hei, Heiti SC, STHeiti, Microsoft Yahei, SimSun, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	display: block;
	background: #ffffff/*fff1e5*/ none repeat scroll 0 0
}

.is-ipad body {
	font-size: 18px
}

div {
	text-align: left;
	line-height: 140%
}

img {
	border: medium none;
	max-width: 100%
}

a {
	color: #000;
	text-decoration: none
}

a:active,
a:hover {
	color: #33302e
}

a.highlight {
	color: #990f3d
}

li,
ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.clearfloat {
	clear: both
}

.blue-link {
	color: #2e6e9e
}

.blue-link:active,
.blue-link:hover {
	color: #33302e
}

.hide {
	display: none
}

.block-container .warn a,
.warn,
.warn a {
	color: #c00
}

.warn a {
	text-decoration: underline;
	font-weight: 700
}

.audio-placeholder {
	height: 44px;
	margin-bottom: 15px
}

.is-ftc-app .audio-placeholder {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.is-ftc-app.is-android-app .audio-placeholder {
	position: static
}

@media only screen and (max-width:490px) {
	.audio-placeholder {
		position: fixed;
		bottom: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		left: 0;
		right: 0;
		z-index: 99999999
	}
}

.audio-container {
	color: #33302e;
	background-color: #f2e5da;
	height: 100%
}

.audio-controls {
	width: 100%;
	height: 100%;
	position: relative
}

.audio-control {
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: transparent;
	border: 0;
	padding: 0;
	display: block;
	width: 44px;
	height: 44px;
	background-size: 28px 28px;
	background-position: 50%;
	background-color: transparent;
	vertical-align: baseline;
	background-repeat: no-repeat
}

.audio-control:disabled {
	display: none;
	pointer-events: none
}

.control__play {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E*{fill:%2333302e!important}%3C/style%3E%3Cpath d='M716.8 512l-384-256v512z' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.control__pause {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E*{fill:%2333302e!important}%3C/style%3E%3Cpath d='M307.2 256h153.6v512H307.2V256zm256 512h153.6V256H563.2v512z' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.audio-time-text {
	float: left;
	display: table-cell;
	width: 44px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: MetricWeb, sans-serif;
	font-size: 14px;
	text-align: center
}

.audio-time-text__current {
	float: left;
	text-align: left
}

.audio-time-text__total {
	float: right
}

.audio-time-progress {
	display: block;
	position: absolute;
	left: 88px;
	right: 44px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.audio-time-progress__background {
	height: 6px;
	width: 100%;
	background: #ccc1b7;
	display: block;
	margin-top: 19px
}

.audio-time-progress__fill {
	height: 6px;
	width: 100%;
	background: #0a5e66;
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	pointer-events: none
}

.audio-time-progress__scrub {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #12a5b3;
	position: absolute;
	top: 15px;
	left: -7px;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .1s ease-out;
	transition: -webkit-transform .1s ease-out;
	transition: transform .1s ease-out;
	transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	pointer-events: none
}

.language-switch-container {
	display: none
}

.audio-sticky .audio-container,
.audio-sticky .language-switch-container {
	position: fixed;
	width: 100%;
	height: 44px;
	left: 0;
	right: 0;
	background-color: #fff1e5;
	box-shadow: 0 1px 3px rgba(77, 72, 69, .2), 0 6px 10px rgba(77, 72, 69, .15);
	border: 0;
	z-index: 1;
	display: block
}

.audio-sticky .audio-container {
	top: 44px
}

.audio-sticky .language-switch-container {
	top: 0;
	padding-top: 8px
}

.sticky-element-on .sticky-element-inner {
	position: fixed;
	top: 44px;
	background-color: #fff1e5;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #cec6b9;
	z-index: 1
}

.language-switch-inner {
	margin: 0 auto;
	text-align: center;
	display: table;
	border-collapse: collapse;
	position: relative
}

a.language-switch {
	color: #0d7680;
	display: table-cell;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	border: 1px solid #0d7680
}

a.language-switch.on {
	color: #fff;
	background-color: #0d7680
}

a.language-switch-left,
a.language-switch-right {
	display: block;
	position: absolute;
	height: 44px;
	width: 44px;
	top: 0
}

a.language-switch-left {
	left: 0
}

a.language-switch-right {
	right: 0
}

a.language-switch-menu {
	background-image: url("static/images/fticon-v1_hamburger.svg")
}

a.language-switch-share {
	background-image: url("static/images/fticon-v1_share.svg")
}

.show-language-switch-only .header-container,
.show-language-switch-only .o-nav__placeholder,
.show-language-switch-only .subscription-promo-container {
	display: none
}

.show-language-switch-only body {
	padding-top: 44px
}

.show-language-switch-only .toprecommend-part {
	margin-top: 0
}

audio {
	width: 100%;
	height: 44px
}

.myft-follow {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0;
	outline: 0;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	/*cursor: pointer;*/
	-webkit-transition: background-color .3s, color .15s ease-out, border-color .15s ease-out;
	transition: background-color .3s, color .15s ease-out, border-color .15s ease-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-clip: padding-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-size: 16px;
	min-height: 26px;
	min-width: 26px;
	padding: 0 8px;
	font-size: 14px;
	line-height: 26px;
	color: #0a5e66;
	background-color: hsla(0, 0%, 100%, .4);
	/*border: 1px solid rgba(39, 117, 123, .15)*/
}

button:active,
button:hover {
	background-color: rgba(39, 117, 123, .08);
	border-color: rgba(39, 117, 123, .3)
}

.myft-follow {
	background-color: transparent;
	/*border: 1px solid #990f3d;*/
	color: #990f3d;
	/*border-radius: 26px;*/
	position: relative;
	/*padding-left: 27px;*/
	padding-right: 10px;
	margin: 0 0 0 15px
}

button.myft-follow.tick {
	background-color: #990f3d;
	color: #fff
}

button.myft-follow:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	background-color: transparent;
	content: " ";
	left: 10px;
	margin: -6px 4px 0 0;
	position: absolute;
	top: 50%
}

/*button.myft-follow.plus:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cstyle%3E*{fill:%23990f3d!important}%3C/style%3E%3Cpath d='M5.053 0v5.053H0v1.894h5.053V12h1.894V6.947H12V5.053H6.947V0H5.053z' fill='%23333' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/images/png/plus.png")\9
}

button.myft-follow.tick:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13'%3E%3Cstyle%3E*{fill:%23fff!important}%3C/style%3E%3Cpath d='M5.273 10.08L2.1 7.7l-.8-.6L.1 8.7l.8.6 3.226 2.42-.02.026.807.564.787.59.02-.026.026.02.564-.807.59-.787-.026-.02 6.445-9.207.572-.82-1.64-1.146-.572.82-6.407 9.153z' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/images/png/tick-thin.png")\9
}*/

.header-container {
	background-color: #272b33;
	color: #fff;
	height: 57px
}

.header-inner {
	height: 57px;
	padding: 0 30px;
	position: relative;
	max-width: 1260px;
	margin: auto
}

.header-inner a {
	color: #fff
}

.masthead {
	text-align: center;
	height: 57px;
	font-size: 20px;
	line-height: 57px;
	/*width: 336px;*/
	cursor: pointer; 
	max-width: 100%;
	background-size: auto 50px;
	background-repeat: no-repeat;
	/*background-position: 50%;*/
	
}


.masthead span {position: absolute;
    left: 200px;
    /* float: left; */
    font-size: 14px;
    color: #bbb;}



.header-side,
.masthead {
	display: block;
	margin: auto
}

.header-side {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	font-size: 14px
}

.header-side a {
	color: #fff;
	height: 100%;
	line-height: 57px;
	cursor: pointer
}

.header-side a:active,
.header-side a:hover {
	text-decoration: underline
}

.header-left {
	left: 30px;
	width: 120px
}

.current-edition {
	height: 100%;
	line-height: 57px;
	cursor: pointer
}

.current-edition span:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	border-top: 8px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent
}

.expandable.header-left {
	overflow: visible
}

.expandable.header-left a {
	display: none
}

.expandable.header-left.on .current-edition {
	position: absolute;
	background-color: #505050;
	height: auto;
	left: -10px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 9999999999999
}

.expandable.header-left.on .current-edition a {
	display: block;
	height: auto;
	line-height: 140%;
	border-top: 1px dotted #fff;
	padding: 15px 0
}

.header-right {
	right: 30px;
	text-align: right
}

.header-right a {
	display: inline-block;
	padding: 0 5px;
	position: relative;
	border-width: 0
}

.header-right a.more:before {
	content: " ";
	position: absolute;
	width: 2px;
	height: 14px;
	top: 50%;
	left: -3px;
	margin-top: -7px;
	background-color: #fdf8f2
}

.header-right a.last {
	padding-right: 0
}


.header-right img{border-radius: 50px;
    position: absolute;
    top: 8px;
    left: -40px; }



.input-oneline {
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
	height: 36px;
	border: 1px solid #cec6b9;
	border-radius: 5px;
	padding: 7px 5px 8px;
	width: 100%;
	background-color: #fff;
	color: #333;
	font-family: BentonSans, sans-serif;
	font-size: 16px;
	outline: 0;
	-webkit-transition: box-shadow .15s ease-in;
	transition: box-shadow .15s ease-in;
	background-clip: padding-box
}

.input-submit-container {
	line-height: 36px
}

.input-submit {
	display: block;
	float: right;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0;
	outline: 0;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-family: BentonSans, sans-serif;
	cursor: pointer;
	-webkit-transition: background-color .3s, box-shadow .15s ease-in;
	transition: background-color .3s, box-shadow .15s ease-in;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-clip: padding-box;
	padding: 3px 14px;
	font-size: 14px;
	line-height: 16px;
	border-width: 1px;
	color: #2e6e9e;
	background: 0 0;
	border-color: #2e6e9e;
	color: #fff;
	background: #2e6e9e;
	border: 1px solid #2e6e9e;
	padding: 8px 18px;
	font-size: 16px;
	line-height: 18px
}

.member-box {
	display: none
}

.is-member .member-box {
	display: block
}

.is-member .visitor-box {
	display: none
}

@media only screen and (max-width:490px) {
	.header-side {
		display: none
	}

	.header-container {
		height: 44px
	}

	.header-inner {
		position: fixed;
		top: 0;
		height: 44px;
		z-index: 999999999;
		width: 100%;
		background-color: #33302e
	}

	.masthead {
		height: 44px;
		background-size: auto 27px;
		background-image: url(../images/masthead1.png)
	}

	.is-wechat .o-nav {
		position: relative;
		overflow: hidden
	}
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.masthead {
		background-image: url(../images/masthead72.png)
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:490px),
only screen and (min-resolution:192dpi) and (max-width:490px) {
	.masthead {
		background-image: url(../images/masthead2.png)
	}
}

body {
	margin: 0;
	padding: 0
}

@media (max-width:61.24em) {
	.header-container {
		display: none
	}
}

.hide-on-large-screen {
	display: none
}

@media (max-width:61.24em) {
	.hide-on-large-screen {
		display: block
	}
}

.o-nav__placeholder {
	padding: 0;
	margin: 0;
	border: 0
}

@media (max-width:61.24em) {
	.o-nav__placeholder {
		height: 44px;
		background-color: transparent
	}
}

@media (min-width:61.25em) {
	.o-nav__placeholder {
		position: relative;
		z-index: 99999999;
		height: 70px;
		background-color: transparent
	}
}

@media \0screen {
	.o-nav__placeholder {
		position: relative;
		z-index: 1
	}
}

.o-nav {
	background-color: #272b33;
	color: #fff;
	position: relative
}

@media (max-width:61.24em) {
	.o-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
		height: 44px
	}
}

@media (min-width:61.25em) {
/*	.o-nav:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 30px;
		-webkit-transition: height .3s;
		transition: height .3s;
		background-color: #505050
	}*/

	.o-nav-sticky .o-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999999
	}

	.o-nav-sticky .o-nav:after {
		height: 0
	}
}

.o-nav__meganav-placeholder {
	display: none
}

.o-nav__outer {
	position: relative;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	min-width: 240px;
	max-width: 1260px;
	padding-left: 10px;
	padding-right: 10px
}

@media (min-width:61.25em) {
	.o-nav__outer {
		padding: 0 30px
	}
}

@media \0screen {
	.o-nav__outer {
		padding-left: 20px;
		padding-right: 20px;
		width: 980px
	}
}

.o-nav__inner {
	position: relative;
	box-sizing: border-box;
	display: block;
	min-width: 100%;
	max-width: 100%;
	width: 100%
}

.site-map {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	min-width: 240px;
	max-width: 1260px;
	padding: 5px 10px 10px
}

@media (min-width:61.25em) {
	.site-map {
		display: none
	}
}

.site-map__container {
	box-sizing: border-box;
	display: block;
	min-width: 100%;
	max-width: 100%;
	width: 100%
}

.site-map__items li {
	display: inline-block;
	background-image: url("../images/arrow-right.png");
	background-image: url("http://s.ftimg.net/img/svg/arrow-right.svg");
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 15px;
	padding-left: 15px
}

.site-map__items li a {
	font-size: 1.05em;
	line-height: 120%
}

.site-map__items li a:hover {
	color: #2e6e9e
}

.site-map__items li:first-child {
	background-image: none;
	padding-left: 0
}

.warn-content {
	background-color: #f6e9d9;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	position: relative;
	z-index: 1
}

.warn-content span {
	color: #514f4e;
	vertical-align: middle
}

.warn-content .close-img {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 0 0 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAIAAADtKeFkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRUQ1MkM3RDcxMTUxMUU4ODRDNkRFOEYxODUwQTY1RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRUQ1MkM3RTcxMTUxMUU4ODRDNkRFOEYxODUwQTY1RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFRDUyQzdCNzExNTExRTg4NEM2REU4RjE4NTBBNjVGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFRDUyQzdDNzExNTExRTg4NEM2REU4RjE4NTBBNjVGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MrgCiAAAAUhJREFUeNpibNy6QVWQl4EscP/jVxY1QV5/ZWny9O98+JKJgTJAVf3ZxXUPHz/Foxoom1VUi1N/Y1VBSXXrrTv3sWoGigNlgWpw6hcRFpo9qaOmuefajdtomoEiQHGgrKiIMD7/CwjwzZ3a1dQ56cKlq3BBIBsoAhQHyhIOP14e7nnTunqnzDlx+jyQe/zUOSAbKAIUx1TMgtWrXJycQNvS86pOnrlw4dI1IJuNlZW0+ANqCAnwnLtoZWiAJy7N+PRv2LJz597DZw5u2r7n0Matu0jTv3zNpiMnzk7srGNjY5vUVX/4+JkVazcTq3/e4pXXb97paaliZGQEcoEkkA2MP6A4Yf1TZy9++fpdU3URmjhQ5MWrt0BZfPr3HTr2+/fvyqJMrE6tKs4CygLVIAsyLj+2dyjnX5Z7n77ueviSPM13PnwGCDAAL2yWYf4XJakAAAAASUVORK5CYII=)
}

@media (min-width:46.25em) {
	.warn-content {
		margin: 50px 0 -50px
	}
}

@media only screen and (max-width:690px) {
	.warn-content {
		line-height: 160%;
		margin: 50px 0 -50px
	}
}

@media (min-width:61.25em) {
	.warn-content {
		margin: 0
	}
}

@media only screen and (max-width:690px) {
	.is-subscriber .warn-content {
		display: none !important
	}
}

.o-header__masthead-mobile {
	padding: 11.5px 0;
	margin: 0
}

@media (min-width:61.25em) {
	.o-header__masthead-mobile {
		display: none
	}
}

.o-header__masthead-mobile>a {
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 21px;
	width: 98.7px;
	background-image: url("../images/brand-ftc-masthead-white.png");
	/*background-image: url("http://s.ftimg.net/img/svg/brand-ftc-masthead-white.svg");
	*/background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.o-header__masthead-mobile>a span {
	display: none
}

@media (max-width:46.24em) {
	.o-nav--open {
		overflow-y: hidden;
		height: 100%
	}
}

.o-nav__container {
	position: absolute;
	top: 0;
	height: 44px
}

.o-nav__meganav {
	list-style: none;
	margin: 0;
	padding: 0
}

@media (max-width:61.24em) {
	.o-nav__meganav {
		background-color: #fff;
		color: #272b33;
		position: absolute;
		display: none
	}

	.o-nav__meganav:before {
		content: "";
		display: block;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 41.6666666667%;
		background-color: #272b33;
		color: #fff;
		z-index: -1
	}

	.nav-toggle[aria-pressed=true]~.o-nav__meganav {
		position: fixed;
		top: 44px;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1;
		overflow-y: scroll;
		width: 100%;
		display: block
	}
}

@media (max-width:61.24em) {

	.is-member .nav-section.login,
	.nav-section.logout {
		display: none
	}

	.is-member .nav-section.logout {
		display: block
	}
}

.nav-section-head {
	box-sizing: border-box
}

@media (max-width:61.24em) {
	.nav-section-head {
		border: 0;
		border-radius: 0;
		outline: none;
		padding: 0 15px;
		margin: 0;
		display: block;
		min-width: 41.6666666667%;
		max-width: 41.6666666667%;
		width: 41.6666666667%;
		height: 40px;
		line-height: 40px;
		text-align: right;
		text-decoration: none;
		background-color: #272b33;
		color: #fff;
		font-size: 14px;
		font-weight: 700
	}

	.nav-section-head:after {
		content: "";
		padding-left: 1em;
		margin-right: -15px;
		background-image: url("../images/arrow-right-white.png");
		background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/arrow-right-white.svg");
		display: inline-block;
		width: 10px;
		height: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50%
	}

	.nav-section-head[aria-selected=true] {
		background-color: #fff1e0;
		color: #272b33;
		font-weight: 700
	}

	.nav-section-head[aria-selected=true]:after {
		background-image: url("../images/arrow-right.png");
		background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/arrow-right.svg");
		display: inline-block;
		width: 10px;
		height: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50%
	}
}

.nav-section-head.desktop {
	display: none
}

.nav-section-head.mobile {
	display: block
}

@media (min-width:61.25em) {
	.nav-section-head.mobile {
		display: none
	}
}

.nav-items {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0
}

@media (max-width:61.24em) {
	.nav-items {
		padding-left: 10px;
		min-width: 58.3333333333%;
		max-width: 58.3333333333%;
		width: 58.3333333333%;
		position: fixed;
		right: 0;
		top: 44px;
		bottom: 0;
		padding: 0 0 0 15px;
		min-height: 340px;
		overflow-y: scroll;
		background-color: #fff1e0;
		color: #272b33
	}

	.nav-section-head~.nav-items {
		display: none
	}

	.nav-section-head[aria-selected=true]~.nav-items {
		display: block
	}
}

.nav-link {
	box-sizing: border-box;
	text-decoration: none
}

@media (max-width:61.24em) {
	.nav-link {
		border: 0;
		border-radius: 0;
		outline: none;
		padding: 0 15px;
		margin: 0;
		display: block;
		min-width: 41.6666666667%;
		max-width: 41.6666666667%;
		width: 41.6666666667%;
		height: 40px;
		line-height: 40px;
		text-align: right;
		text-decoration: none;
		background-color: #272b33;
		font-size: 14px;
		font-weight: 700
	}

	.nav-link,
	.nav-link:hover {
		color: #fff
	}

	.nav-items .nav-link {
		display: block;
		padding-left: 0;
		padding-right: 0;
		min-width: 0;
		max-width: none;
		width: auto;
		height: 32px;
		line-height: 32px;
		text-align: left;
		background-color: #fff1e0;
		color: #272b33;
		font-size: 16px;
		font-weight: 400
	}

	.nav-items .nav-link:focus,
	.nav-items .nav-link:hover {
		text-decoration: underline
	}
}

.nav-sub-items {
	display: none
}

.nav-toggle {
	background-color: #272b33;
	color: #fff;
	box-sizing: border-box;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
	display: inline-block;
	line-height: 44px;
	height: 100%;
	width: 44px;
	text-align: left;
	vertical-align: middle
}

@media (min-width:61.25em) {
	.nav-toggle {
		display: none
	}
}

.nav-toggle span {
	display: none
}
.mimg{display: none;}

@media (max-width:61.24em) {
	
#search-form {
	width: 0;
	visibility: hidden
}
	.nav-toggle:before {
		content: "";
		vertical-align: middle;
		background-image: url("../images/hamburger-white.png");
		/*background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/hamburger-white.svg")*/
	}
.mimg{display:inline  !important}

.item-headline a, .relative-container a { height:auto !important }
.pcimg{display: none;}
	.nav-toggle:before,
	.nav-toggle[aria-pressed=true]:before {
		display: inline-block;
		width: 20px;
		height: 20px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50%
	}

	.nav-toggle[aria-pressed=true]:before {
		background-image: url("../images/cross-white.png");
		/*background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/cross-white.svg")*/
	}
}

@media (min-width:61.25em) {
	.o-nav__container {
		position: relative
	}
}

@media \0screen {
	.o-nav__container {
		position: relative
	}
}

@media (min-width:61.25em) {
	.o-nav__meganav {
		background-color: #272b33;
		color: #fff;
		white-space: nowrap
	}
}

@media (min-width:61.25em) {
	.nav-section {
		display: inline-block;
		position: relative
	}

	.nav-section:hover,
	.nav-section[aria-selected=true] {
		background-color: #505050
	}

	.nav-section.mobile {
		display: none
	}

	.nav-section[aria-selected=true] {
		position: static
	}

	.nav-section.nav-section-new .nav-section-head {
		position: relative
	}

	.nav-section.nav-section-new .nav-section-head:before {
		content: "";
		position: absolute;
		right: 0;
		top: 2px;
		height: 9px;
		width: 21px;
		background-image: url(../images/new-nav.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50%
	}
}

@media (min-width:61.25em) {
	.nav-section-head.desktop {
		border: 0;
		border-radius: 0;
		padding: 0 15px;
		margin: 0;
		line-height: 44px;
		display: block;
		text-decoration: none;
		background-color: inherit;
		color: #fff;
		font-size: 17px;
		-webkit-transition: background-color .3s;
		transition: background-color .3s
	}

	.nav-section-head.desktop:hover {
		background-color: #505050;
		color: #fff
	}
}

@media (min-width:61.25em) and (max-width:76.24em) {
	.nav-section-head.desktop {
		padding: 0 8px;
		font-size: 16px
	}
}

@media (min-width:61.25em) {
	.nav-items {
		position: absolute;
		left: 0;
		min-width: 100%;
		z-index: 1;
		display: none;
		background-color: #505050;
		color: #fff
	}

	.nav-section-head.desktop:hover~.nav-items,
	.nav-section:hover .nav-items {
		z-index: 11;
		display: block
	}

	.o-nav-sticky .nav-section-head.desktop:hover~.nav-items,
	.o-nav-sticky .nav-section:hover .nav-items {
		display: none
	}

	.nav-section[aria-selected=true] .nav-items {
		display: inline;
		height: 30px;
		-webkit-transition: height .3s;
		transition: height .3s
	}

	.o-nav-sticky .nav-section[aria-selected=true] .nav-items {
		height: 0;
		overflow: hidden
	}
}

@media (min-width:61.25em) {
	.nav-item {
		box-sizing: border-box;
		position: relative;
		min-width: 100%;
		display: block;
		border-top: 1px solid #666
	}

	.nav-section[aria-selected=true] .nav-item {
		display: inline-block;
		width: auto;
		min-width: 0;
		border: 0
	}

	.nav-item.mobile,
	.nav-section[aria-selected=true] .nav-item.mobile {
		display: none
	}
}

@media (min-width:61.25em) {
	.nav-link {
		margin: 0;
		display: block;
		word-break: keep-all;
		white-space: nowrap;
		line-height: 30px;
		height: 30px;
		font-size: 14px;
		cursor: pointer;
		color: #fff;
		padding: 0 25px 0 15px;
		position: relative
	}

	.nav-section[aria-selected=true] .nav-link {
		padding: 0 6px
	}

	.nav-item[aria-selected=true] .nav-link,
	.nav-link:hover {
		background-color: #0a5e66;
		color: #fff
	}

	.nav-item[aria-haspopup=true] .nav-link:after {
		content: "";
		background-image: url("../images/arrow-down-white.png");
		background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/arrow-down-white.svg");
		display: inline-block;
		width: 10px;
		height: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50%;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -5px
	}

	.nav-section[aria-selected=true] .nav-item[aria-haspopup=true] .nav-link:after {
		position: static;
		right: auto;
		top: auto;
		margin: 0 0 0 5px
	}

	.nav-item[aria-haspopup=true] .nav-link:hover:after,
	.nav-item[aria-haspopup=true]:hover .nav-link:after {
		background-image: url("../images/arrow-right-white.png");
		background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/arrow-right-white.svg")
	}

	.nav-section[aria-selected=true] .nav-item[aria-haspopup=true] .nav-link:hover:after,
	.nav-section[aria-selected=true] .nav-item[aria-haspopup=true]:hover .nav-link:after {
		background-image: url("../images/arrow-up-white.png");
		background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/arrow-up-white.svg")
	}
}

@media (min-width:61.25em) and (max-width:76.24em) {
	.nav-section[aria-selected=true] .nav-link {
		padding: 0 2px;
		font-size: 12px
	}
}

@media (min-width:61.25em) {
	.nav-sub-items {
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 100%;
		top: 0;
		min-width: 100%;
		display: none;
		background-color: #505050
	}

	.nav-sub-items li {
		border-top: 1px solid #666
	}

	.nav-sub-items a {
		color: #fff;
		padding: 0 20px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		display: block;
		text-decoration: none;
		white-space: nowrap
	}

	.nav-sub-items a:hover {
		background-color: #0a5e66
	}

	.nav-item:hover .nav-sub-items,
	.nav-link:hover~.nav-sub-items {
		display: block
	}

	.nav-section[aria-selected=true] .nav-sub-items {
		left: 0;
		top: 100%
	}
}

.o-nav__extra-tools {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0
}

@media (min-width:61.25em) {
	.o-nav__extra-tools {
		display: block;
		height: 30px;
		-webkit-transition: height .3s;
		transition: height .3s;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 10
	}

	.o-nav-sticky .o-nav__extra-tools {
		height: 0;
		overflow: hidden
	}

	.o-nav__extra-tools .tools-section {
		display: inline-block;
		position: relative;
		height: 30px
	}

	.o-nav__extra-tools .tools-section[aria-haspopup=true] .tools-section-head:after {
		content: "";
		padding-left: 5px;
		background-image: url("../images/arrow-down-white.png");
		background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/arrow-down-white.svg");
		display: inline-block;
		width: 10px;
		height: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50%
	}

	.o-nav__extra-tools .tools-section-head {
		text-decoration: none;
		display: block;
		word-break: keep-all;
		white-space: nowrap;
		line-height: 30px;
		font-size: 14px;
		color: #fff;
		padding: 0 5px 0 0
	}

	.o-nav__extra-tools .follow__rss span {
		text-indent: -999em;
		background-image: url("../images/rss.png");
		background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/rss.svg");
		display: inline-block;
		width: 20px;
		height: 20px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50%;
		display: block;
		height: 30px
	}

	.o-nav__extra-tools .tools-section-head:hover:after,
	.o-nav__extra-tools .tools-section:hover .tools-section-head:after {
		background-image: url("../images/arrow-up-white.png");
		background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/arrow-up-white.svg")
	}

	.o-nav__extra-tools .tools-items {
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		min-width: 100%;
		z-index: 1;
		display: none;
		background-color: #505050
	}

	.o-nav__extra-tools .tools-items li {
		border-top: 1px solid #666
	}

	.o-nav__extra-tools .tools-items a {
		color: #fff;
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		display: block;
		text-decoration: none;
		white-space: nowrap
	}

	.o-nav__extra-tools .tools-items a:hover {
		background-color: #0a5e66
	}

	.o-nav__extra-tools .tools-section-head:hover~.tools-items,
	.o-nav__extra-tools .tools-section:hover .tools-items {
		z-index: 5;
		display: block
	}
}

@media (min-width:61.25em) and (max-width:76.24em) {
	.o-nav__extra-tools .tools-section-head {
		font-size: 12px;
		padding: 0 2px 0 0
	}
}

@media (max-width:61.24em) {
	.o-nav__placeholder {
		position: relative
	}
}

.current-page {
	position: absolute;
	left: 0;
	bottom: 0
}

.o-nav__search {
	z-index: 10;
	height: 44px;
	float: right
}

.o-nav__search,
.o-nav__search button {
	background-color: transparent;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	width: 44px
}

.o-nav__search button {
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	height: 100%
}

.o-nav__search button span {
	color: #fff
}

.o-nav__search-toggle {
	width: 44px;
	height: 44px;
	display: inline-block;
	position: relative;
	z-index: 10
}

.o-nav__search-toggle .search-toggle--close,
.o-nav__search-toggle .search-toggle--open {
	display: none
}

.o-nav__search-toggle:after {
	content: "";
	vertical-align: middle;
	background-image: url("../images/search-white.png");
	/*background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/search-white.svg")*/
}

.o-nav__search-toggle:after,
.o-nav__search-toggle[aria-expanded=true]:after {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%
}

.o-nav__search-toggle[aria-expanded=true]:after {
	background-image: url("../images/cross-white.png");
	/*background-image: url("https://dhgxl8qk9zgzr.cloudfront.net/ftc-icons/svg/white/cross-white.svg")*/
}

#search-form {
	box-sizing: border-box;
	background-color: #272b33;
	padding: 0 44px;
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 9;
	height: 36px;
	/*width: 0;
	visibility: hidden*/
}

#search-form[aria-hidden=false] {
	width: 100%;
	right: 44px;
	visibility: visible
}

.search-input {
	box-sizing: border-box;
	color: #fff;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	margin: 0 0 0 44px;
	padding: 2px 26px 1px 12px;
	height: 100%;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
	display: block;
	cursor: text;
	width: 100%;
	background-color: #272b33;
	border: 1px solid #444;
	padding-right: 49px;
	padding-left: 5px;
	-webkit-transition: width .2s;
	transition: width .2s
}

.search-button {
	position: absolute;
	left: 300px;
	top: 0
}

.search-button:after {
	content: "";
	vertical-align: middle;
	background-image: url("../images/search-white.png");
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%
}

.search-button span {
	display: none;
	z-index: 0
}

.adsbox {
	position: absolute
}

.bn-ph {
	position: relative;
	margin-bottom: 30px
}

.banner-container {
	width: 100%
}

.banner-container.is-fix {
	position: fixed;
	top: 44px;
	z-index: 5
}

.banner-inner {
	max-width: 1260px;
	margin: 0 auto
}

.banner-iframe>div {
	margin: 0 auto !important
}

.banner-content {
	margin: 0 30px;
	padding: 15px;
	background: #f6e9d8;
	text-align: center;
	font-size: 0;
	position: relative
}

.banner-content>div {
	margin: 0 auto !important;
	padding-top: 15px;
	display: block !important;
	text-align: center
}

.banner-content figure {
	position: relative
}

.banner-content figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.banner-content:before,
.is-ad figure:after {
	content: "广告";
	position: absolute;
	top: 100%;
	right: 7.5px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	color: #505050
}

.hide-sign.banner-content:before {
	display: none
}

.sponsor-container,
.table-container {
	padding: 0 15px
}

video::-internal-media-controls-download-button {
	display: none
}

.mpu-container {
	width: 300px;
	margin: 0 auto 50px;
	position: relative
}

.mpu-container:before {
	content: "广告";
	position: absolute;
	top: 100%;
	right: 7.5px;
	font-size: 12px;
	text-align: right;
	color: #505050
}

.mpu-container figure {
	height: 250px;
	margin-bottom: 30px
}

.high-impact.banner-container iframe {
	margin-top: 0
}

.high-impact iframe {
	height: 100% !important
}

.high-impact .banner-content {
	padding: 0;
	background: #000;
	height: 240px
}

.full-width.bn-ph,
.highimpact.bn-ph,
.standard.bn-ph {
	height: auto;
	margin-bottom: 30px
}

.full-width .banner-content,
.highimpact .banner-content,
.standard .banner-content {
	padding: 0
}

.full-width .banner-content>.banner-iframe,
.highimpact .banner-content>.banner-iframe,
.standard .banner-content>.banner-iframe {
	margin-top: 0
}

.highimpact .banner-content {
	height: 240px
}

.highimpact .P-only figure {
	padding-bottom: 25%
}

.highimpact .P-hide figure {
	height: 100%
}

.standard figure {
	padding-bottom: 10%
}

.standard .P-only figure {
	padding-bottom: 25%
}

.full-width .banner-content {
	margin: 0
}

.full-width .banner-content>div {
	padding-top: 0
}

.full-width.bn-ph {
	margin-bottom: 15px
}

.oneStory {
	overflow: hidden !important
}

.oneStory .storyInner {
	padding: 15px !important
}

.storyInner {
	padding: 15px 22.5px !important;
	border-top: 1px solid #e9decf
}

.storyInner .headline {
	font-weight: 700;
	font-size: 1.2em;
	padding-bottom: 7.5px
}

.storyInner .leftimage {
	float: left;
	margin: 4px 15px 15px 0
}

.storyInner .lead {
	color: #777;
	padding-bottom: 15px;
	line-height: 161.8%;
	font-size: .8em !important
}

.hide-iframe .banner-iframe,
.hide-iframe iframe {
	display: none
}

@media only screen and (min-width:490px) and (max-width:1059px) {
	.bn-ph {
		margin-bottom: 45px
	}

	.banner-content {
		margin: 0;
		padding: 0;
		background: transparent;
		height: 90px
	}

	.banner-content>.banner-iframe {
		margin-top: 0
	}
}

@media only screen and (max-width:490px) {
	.bn-ph {
		width: 100%;
		padding-top: 25%;
		position: relative;
		background: #f6e9d8;
		height: 0;
		margin-bottom: 30px
	}

	.bn-ph .banner-content {
		margin: auto;
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 0
	}

	.bn-ph .banner-iframe {
		margin: 0;
		height: 100% !important
	}

	.oneStory .storyInner {
		padding: 15px 7.5px !important
	}
}

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

	.storyInner .leftimage,
	.storyInner .leftimage img {
		width: 150px !important;
		height: 84px !important
	}
}

.db-ad>div {
	text-align: center
}

.subscription-promo-container {
	height: 56px;
	background: #14bdcc
}

.subscription-promo-inner {
	display: table;
	height: 56px;
	margin: 0 auto
}

.subscription-promo-box {
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 310px;
	background: url("../images/promoboxbg.png") 100% 100% no-repeat;
	background-size: auto 56px;
	border-bottom: 0;
	position: relative
}

.subscription-promo-text {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0;
	text-align: center;
	text-decoration: none;
	background-clip: border-box;
	background-size: 21px 21px;
	min-height: 28px;
	min-width: 60px;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 14px;
	background-color: #000;
	color: #fff;
	border: 1px solid #0d7680;
	word-spacing: 1px
}

.is-subscriber .subscription-promo-container,
.subscription-promo-container.premium,
.subscription-promo-container.standard {
	display: none
}

.is-subscriber.is-premium .subscription-promo-container.premium,
.is-subscriber.is-standard .subscription-promo-container.standard {
	display: block
}

.countdown {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 25px;
	font-family: helvetica;
	color: #33302e
}

.countdown-hour {
	right: 234px
}

.countdown-minute {
	right: 174px
}

.countdown-second {
	right: 114px
}

@media only screen and (max-width:980px) {
	.subscription-promo-container {
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 1
	}

	.subscription-promo-container.premium,
	.subscription-promo-container.standard {
		position: static
	}
}

@media only screen and (max-width:490px) {
	.subscription-promo-container {
		display: none
	}

	.subscription-promo-container.show-image-in-mobile {
		display: block
	}

	.is-subscriber .show-image-in-mobile.subscription-promo-container,
	.subscription-promo-container.show-image-in-mobile.premium,
	.subscription-promo-container.show-image-in-mobile.standard {
		display: none
	}

	.is-subscriber.is-premium .show-image-in-mobile.subscription-promo-container.premium,
	.is-subscriber.is-standard .show-image-in-mobile.subscription-promo-container.standard {
		display: block;
		margin-top: 51.5px;
		margin-bottom: -51.5px
	}

	.is-subscriber.is-premium .show-image-in-mobile.subscription-promo-container.premium.in-app,
	.is-subscriber.is-standard .show-image-in-mobile.subscription-promo-container.standard.in-app {
		margin-top: 15px;
		margin-bottom: 15px
	}

	.subscription-promo-box {
		padding-right: 180px
	}

	.countdown-hour {
		right: 122px
	}

	.countdown-minute {
		right: 62px
	}

	.countdown-second {
		right: 2px
	}
}

.block-container {
	margin-bottom: 30px
}

.block-container.side-video {
	margin-bottom: 30px
}

.block-container a {
	color: #000;
	font-weight: 700
}

.block-container.fixside .side-inner {
	position: fixed;
	bottom: 30px;
	width: 360px
}

.block-container.fixside.sticktop .side-inner {
	bottom: auto;
	top: 74px
}

.block-container.fixside.side-left .side-inner {
	bottom: 0
}

.block-container.bottomside .side-inner {
	position: absolute;
	bottom: 30px;
	width: 360px
}

.block-container.bottomside.side-left .side-inner {
	bottom: 0
}

.block-container.fixmain .content-container {
	position: fixed;
	bottom: 0;
	max-width: 855px
}

.block-container.fixmain.sticktop .content-container {
	bottom: auto;
	top: 74px
}

.block-container.fixmain .content-inner {
	border-width: 0
}

.block-container.fixmain.side-left .content-container {
	position: static;
	float: right
}

.block-container.fixmain.side-left .content-inner {
	position: fixed;
	max-width: 840px;
	border-width: 0;
	bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.block-container.fixmain.side-left .side-container {
	float: left;
	margin-right: 0;
	margin-left: 0
}

.block-container.bottommain .content-container {
	position: absolute;
	bottom: 0;
	max-width: 855px
}

.block-container.bottommain .content-inner {
	border-width: 0
}

.block-container.bottommain.side-left .content-container {
	position: static;
	float: right
}

.block-container.bottommain.side-left .content-inner {
	position: absolute;
	max-width: 840px;
	border-width: 0;
	bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.block-container.bottommain.side-left .side-container {
	float: left;
	margin-right: 0;
	margin-left: 0
}

.block-container.no-side.narrow-block {
	max-width: 728px;
	margin-left: auto;
	margin-right: auto
}

.block-inner {
	max-width: 1260px;
	padding: 0 15px;
	margin: auto
}

.block-image-container {
	text-align: center;
	padding: 0 15px 30px
}

.block-title {
	display: none
}

.list-title {
	font-size: 1.2em;
	position: relative;
	height: 20px;
	margin: 0 15px 15px;
	clear: both
}


.page-title {
	text-align: center;
	font-size: 1.2em;
	position: relative;
	height: 20px;
	margin: 0 15px 15px;
	clear: both;
	padding-bottom: 40px;
}

.list-title a.list-link {
	line-height: 20px;
	position: absolute;
	height: 100%;
	left: 0;
	padding-right: 10px;
	background-color: #fff
}

.list-title a.list-link:active,
.list-title a.list-link:hover {
	color: #990f3d
}

.list-title a.list-link.empty {
	background-color: transparent
}

.list-title a.sponsor-link figure {
	height: 30px;
	background-color: #fff1e5;
	position: absolute;
	right: 0;
	top: -5px;
	padding-left: 5px
}

.list-title a.sponsor-link figure img {
	height: 30px
}

.list-title:before {
	content: "";
	position: absolute;
	height: 9px;
	top: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	background: url("../images/front-page-section-header.png") repeat transparent
}

.story-container .list-title {
	margin: 0
}

.item-container {
	float: left
}

/*.item-container.visited a.item-headline-link {
	color: #66605c
}

.item-container.visited .image img {
	opacity: .7
}

.item-container a.item-headline-link:visited {
	color: #66605c
}*/

.list-my-ft .item-container,
.list-my-ft .LT,
.list-my-ft .MT,
.list-my-ft .PT,
.list-my-ft .ST,
.list-my-ft .XLT {
	display: none
}

.item-inner {
	padding: 56.25% 15px 30px;
	position: relative
}

.ebook .item-inner {
	padding: 133.333333333% 15px 0
}

.ebook .image {
	padding-bottom: 0
}

.item-headline a,
.relative-container a {
	border-bottom: 1px dotted transparent;
	height: 41px;
	/*display: inline-block;*/
}

.item-headline a:active,
.item-headline a:hover,
.relative-container a:active,
.relative-container a:hover {
	/*border-bottom-color: #2e6e9e;*/
	color: #000
}

.item-headline {
	font-weight: 700;
	font-size: 1.05em;
	line-height: 120%;
	margin-bottom: 10px
}

.headline-only .item-headline {
	margin-bottom: 0
}

.item-lead {
	color: #505050;
	font-size: .9em
}

.item-lead img,
.item-lead p {
	margin-bottom: 1em
}

.item-lead a {
	color: #505050
}

.item-tag {
	color: #9e2f50;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 15px
}

.item-tag a {
	color: #990f3d;
	vertical-align: middle;
	line-height:40px
}

.item-tag a:active,
.item-tag a:hover {
	border-bottom-color: #333;
	color: #333
}

.item-time {
	color: #8b572a;
	font-weight: 400;
	font-size: 12px;
	padding-top: 15px
}

.item-time.highlight {
	color: #990f3d;
	text-align: left
}

.item-bottom {
	clear: both
}

.image {
	display: block
}

.relative-container {
	margin-top: 15px
}

.relative {
	font-size: .9em;
	font-weight: 400
}

.relative:before {
	content: "•";
	padding-right: 5px;
	color: #505050
}

.no-image .item-inner,
.static-image .item-inner {
	padding-top: 0
}

.no-image .image,
.static-image .image {
	position: static;
	margin-bottom: 1em
}

.no-image .image {
	display: none
}

.no-lead .item-headline {
	margin-bottom: 0
}

.side-list {
	padding-bottom: 30px
}

.image {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	padding-bottom: 5px
}

.image figure {
	position: relative;
	padding-bottom: 56.25%;
	background-color: #fcfcfc;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
	overflow: hidden;
	display: block
}

.image figure img {
	position: absolute;
	left: 0;
	right: 0;
	max-width: none
}

.image figure.is-retina img {
	width: 100%
}

.image img {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.image:active img,
.image:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.image.leftPic,
.image.rightPic {
	position: static
}

.image.portrait-img figure {
	padding-bottom: 133.33333333%
}

.image.wide-image figure {
	padding-bottom: 33.333333333%
}

.is-audio figure:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="white" d="M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
	background-image: url(https://dhgxl8qk9zgzr.cloudfront.net/icons/png/fticon-v1_audio.png)\9;
	width: 34px;
	height: 34px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 50%;
	background-color: transparent;
	vertical-align: baseline;
	background-color: #000
}

.resized .image figure img {
	width: 100%
}

.icon-title .item-inner {
	padding: 0 15px 30px 54px
}

.icon-title.no-image .item-inner {
	padding-left: 15px
}

.icon-title .image {
	width: 24px;
	height: 24px
}

.icon-title .image figure {
	padding-bottom: 100%;
	background-color: transparent
}

.icon-title .item-headline {
	height: 24px;
	line-height: 24px
}

.headshot-title .item-inner {
	padding: 0 15px 30px 90px
}

.headshot-title.no-image .item-inner {
	padding-left: 15px
}

.headshot-title .image {
	width: 60px;
	height: 60px;
	overflow: hidden
}

.headshot-title .image figure {
	padding-bottom: 100%;
	background-color: transparent
}

.headshot-title .item-headline {
	height: 60px;
	line-height: 60px
}

.headshot-lead .item-inner {
	padding: 0 15px 30px
}

.headshot-lead .image {
	width: 120px;
	height: 160px;
	margin-right: 15px;
	position: static;
	float: left;
	overflow: hidden
}

.headshot-lead .image figure {
	background-color: transparent
}

.has-side .block-inner {
	padding-right: 30px;
	position: relative
}

.has-side .content-container {
	float: left;
	width: 100%
}

.has-side .content-inner {
	border-right: 360px solid #fcfcfc;
	padding-right: 15px
}

.has-side.side-left .block-inner {
	padding-right: 0;
	/*padding-left: 30px*/
}

.has-side.side-left .content-container {
	float: right
}

.has-side.side-left .content-inner {
	border-right: 0;
	/*border-left: 360px solid #f6e9d8;*/
	padding-right: 15px;
	/*padding-left: 15px*/
}

.has-side.side-left .side-container {
	float: right;
	margin-right: -360px
}
.mt30{ margin-top:30px}
.side-container {
	float: right;
	width: 360px;
	/*background-color: #f6e9d8;*/
	margin-left: -360px
}

.side-container iframe {
	margin: 0 auto 30px;
	display: block
}

.side-container iframe.ad-hidden {
	margin: 0 auto
}

.side-container iframe#ribbon {
	margin: 15px auto
}

.side-container .list-title {
	position: static;
	padding: 7px 14px;
	background: #fafafa;
	border-style: solid;
	border-color: #a7a59b;
	border-width: 1px 0;
	border-bottom-style: dotted;
	clear: both;
	display: block;
	height: auto;
	margin: 0 0 15px;
	font-weight: 400
}

.side-container .list-title a {
	color: #000;
	position: static;
	background-color: transparent;
	display: block
}

.side-container .list-title:before {
	display: none
}

.side-container .item-container {
	float: none;
	width: 100%
}

.side-container .item-inner {
	padding: 0 0 15px;
	position: static;
	border-top: 1px dotted #cec6b9
}

.side-container .item-headline {
	padding: 15px 15px 0;
	margin-bottom: 0;
	font-size: .9em;
	font-weight: 400
}

.side-container .first-headline .item-inner {
	border-top-width: 0
}

.side-container .first-headline .item-headline {
	padding-top: 0
}

.side-container .interactives {
	padding-bottom: 30px
}

.side-container .interactives .item-headline {
	padding: 15px 15px 0
}

.side-container .videos {
	padding-bottom: 30px
}

.side-container .image {
	position: static;
	float: right;
	width: 82px;
	padding: 2px 0 0 5px;
	clear: right
}

.side-container .image.first-child {
	float: none;
	width: 100%;
	padding: 0
}

.side-container .image.square-icon figure {
	padding-bottom: 100%;
	background-color: transparent
}

.side-container .item-container.big-image,
.side-container .item-container.first {
	position: relative;
	margin-bottom: 15px
}

.side-container .item-container.big-image .item-inner,
.side-container .item-container.first .item-inner {
	padding: 0;
	border: 0
}

.side-container .item-container.big-image .image,
.side-container .item-container.first .image {
	float: none;
	width: 100%;
	padding: 0
}

.side-container .item-container.big-image .item-headline,
.side-container .item-container.first .item-headline {
	font-size: 1.2em;
	position: absolute;
	bottom: 0;
	/*background-color: rgba(0, 0, 0, .7);*/
	color: #fff;
	padding-bottom: 15px;
	width: 100%;
	text-shadow: 1px 2px 6px #000;
}

.side-container .item-container.big-image .item-headline a,
.side-container .item-container.first .item-headline a {
	color: #fff;
	font-weight: 400
}

.side-container .item-container.big-image {
	margin-top: 15px
}

.side-container .BigImageAndLead .item-container.big-image,
.side-container .BigImageAndLead .item-container.first,
.side-container .imageAndLead .item-container.big-image,
.side-container .imageAndLead .item-container.first,
.side-container .imageAndText .item-container.big-image,
.side-container .imageAndText .item-container.first {
	margin-bottom: 0
}

.side-container .BigImageAndLead .item-container.big-image .item-headline,
.side-container .BigImageAndLead .item-container.first .item-headline,
.side-container .imageAndLead .item-container.big-image .item-headline,
.side-container .imageAndLead .item-container.first .item-headline,
.side-container .imageAndText .item-container.big-image .item-headline,
.side-container .imageAndText .item-container.first .item-headline {
	position: static;
	background-color: transparent;
	color: inherit
}

.side-container .BigImageAndLead .item-container.big-image .item-headline a,
.side-container .BigImageAndLead .item-container.first .item-headline a,
.side-container .imageAndLead .item-container.big-image .item-headline a,
.side-container .imageAndLead .item-container.first .item-headline a,
.side-container .imageAndText .item-container.big-image .item-headline a,
.side-container .imageAndText .item-container.first .item-headline a {
	color: inherit
}

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

	.side-container .BigImageAndLead .item-container.big-image .item-headline,
	.side-container .BigImageAndLead .item-container.first .item-headline,
	.side-container .imageAndLead .item-container.big-image .item-headline,
	.side-container .imageAndLead .item-container.first .item-headline,
	.side-container .imageAndText .item-container.big-image .item-headline,
	.side-container .imageAndText .item-container.first .item-headline {
		padding: 15px 0 0
	}
}

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

	.side-container .BigImageAndLead .item-container.big-image .item-lead,
	.side-container .BigImageAndLead .item-container.first .item-lead,
	.side-container .imageAndLead .item-container.big-image .item-lead,
	.side-container .imageAndLead .item-container.first .item-lead,
	.side-container .imageAndText .item-container.big-image .item-lead,
	.side-container .imageAndText .item-container.first .item-lead {
		padding: 0
	}
}

.side-container .BigImageAndLead .item-container.big-image .item-headline,
.side-container .BigImageAndLead .item-container.first .item-headline,
.side-container .imageAndLead .item-container.big-image .item-headline,
.side-container .imageAndLead .item-container.first .item-headline {
	padding-bottom: 7.5px
}

.side-container .BigImageAndLead .item-container.big-image .item-headline a,
.side-container .BigImageAndLead .item-container.first .item-headline a,
.side-container .imageAndLead .item-container.big-image .item-headline a,
.side-container .imageAndLead .item-container.first .item-headline a {
	font-weight: 800
}

@media only screen and (max-width:490px) {
	.side-container .headShot .item-inner {
		margin: 0 15px 15px !important
	}
}

.side-container .portrait-img-right {
	float: left;
	margin: 15px 15px 0;
	padding: 0 !important
}

@media only screen and (max-width:490px) {
	.side-container .portrait-img-right {
		margin: 15px 15px 0 0
	}

	.side-container .item-headline-lead-right {
		margin-right: 0
	}
}

@media only screen and (min-width:490px) {
	.side-container .item-headline-lead-right {
		margin-right: 15px
	}

	.side-container .item-headline-lead-right .item-lead {
		padding-left: 15px
	}
}

.side-container .item-headline-lead-right .item-headline {
	padding: 15px 0 10px 15px
}

.side-container .item-headline-lead-right .item-headline a {
	color: #000;
	font-weight: 600
}

.side-container .item-description {
	padding-bottom: 30px
}

.side-list .item-description {
	padding: 0 15px
}

.smallest {
	font-size: .8em
}

.smaller {
	font-size: .9em
}

.bigger {
	font-size: 1.2em
}

.biggest {
	font-size: 1.6em
}

.selected {
	position: relative;
	background-color: #f6e9d8
}

.selected:before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	width: 44px;
	background-size: 20px;
	background-position: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/fticon_tick-thin.svg);
	background-image: url(https://dhgxl8qk9zgzr.cloudfront.net/icons/png/fticon_tick-thin.png)\9
}

.top10 {
	padding: 0 15px 15px
}

.top10 li {
	padding: 15px 0;
	border-top: 1px dotted #cec6b9
}

.top10 li.mp1 {
	padding-top: 0;
	border: 0
}

.top10 li span {
	color: #9e2f50
}

.video-package .items {
	padding: 0 7.5px
}

.video-package .item-inner {
	padding: 56.25% 7.5px 30px
}

.video-package.last-child .item-container>.item-inner {
	padding-bottom: 0
}

.video-package .item-headline {
	font-size: .75em;
	font-weight: 400
}

.video-package .image {
	left: 7.5px;
	right: 7.5px;
	border: 2px solid transparent;
	padding-bottom: 0
}

.video-package .image.active,
.video-package .image:hover,
.video-package .on .image {
	border-color: #2e6e9e
}

.video-package-inner.item-inner {
	position: relative;
	padding: 0 7.5px 15px
}

.video-package-inner .image {
	position: static;
	border-width: 0;
	margin-bottom: 0
}

.video-package-inner .image figure {
	background-color: #000;
	color: #fff
}

.video-package-title {
	background-color: #000;
	padding: 7.5px
}

.video-package-title a {
	color: #fff
}

.video-package-title a:active,
.video-package-title a:hover {
	text-decoration: underline
}

.P-only {
	display: none
}

.side-by-side {
	float: left
}

.side-by-side .item-container {
	float: none;
	width: 100%;
	position: relative
}

.side-by-side .item-container.first .item-inner {
	padding: 56.25% 15px 15px;
	border: 0
}

.side-by-side .item-container.first.no-image .item-inner {
	padding: 0 15px 15px
}

.side-by-side .item-container.first .item-headline {
	font-size: 1em;
	border: 0;
	padding-top: 0;
	margin-bottom: 15px
}

.side-by-side .item-inner {
	padding: 0 15px 15px;
	position: static
}

.side-by-side .item-headline {
	padding: 15px 15px 0 0;
	margin-bottom: 0;
	border-top: 1px dotted #cec6b9;
	font-size: .9em
}

.links {
	padding: 0 30px 30px;
	font-size: .75em
}

.links a {
	display: block;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #cec6b9;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap
}

.links a:first-child {
	border: 0;
	margin-top: 0;
	padding-top: 0
}

.links a:active,
.links a:hover {
	text-decoration: underline
}

.more-link {
	text-align: right;
	padding-right: 15px;
	margin-bottom: 30px
}

.more-link a {
	color: #0a5e66
}

.footer-container {
	font-size: 16px;
	background-color: #272b33;
	color: #fff;
	border-top: 1px solid #000
}

.footer-inner {
	padding: 15px 30px;
	position: relative;
	max-width: 1260px;
	margin: auto
}

.footer-inner a {
	color: #fff;
	display: inline-block;
	padding: 0 30px 0px 0
}

.footer-inner a:active,
.footer-inner a:hover {
	text-decoration: underline
}

.footer-inner p {
	font-size: 14px;
	clear: both
}

/*.footer-inner .copyright {
	padding-right: 30px
}*/

@media only screen and (max-width:900px) {
	.footer-inner a {
		width: 33.3333%
	}
}

@media only screen and (max-width:600px) {
	.footer-inner a {
		float: left;
		padding-right: 0;
		display: block;
		width: 20%
	}

	.footer-inner p span {
		display: block
	}
}

@media only screen and (max-width:490px) {
	.footer-inner a {
		width: 30%
	}
}

.app-download-container {
	display: none;
	width: 110px;
	top: 160px;
	_top: expression(documentElement.scrollTop + 160);
	left: 49%;
	margin: 0 0 0 630px;
	position: fixed;
	_position: absolute;
	z-index: 100;
	overflow: hidden;
	font: 12px/22px Arial;
	color: #33302e
}

.app-download-container.wechat {
	top: 330px;
	_top: expression(documentElement.scrollTop + 330)
}

.app-download-container a {
	display: block;
	width: 110px;
	background: #f6e9d8;
	line-height: 0;
	text-align: center;
	position: relative;
	zoom: 1;
	color: #33302e
}

.app-download-container figure {
	display: block;
	margin: auto;
	width: 90px;
	height: 90px
}

.app-download-container div {
	display: block;
	text-align: center;
	line-height: 25px
}

@media only screen and (min-width:1480px) {
	.app-download-container {
		display: block
	}
}

.app-download-bar-container {
	display: none;
	position: fixed;
	width: 100%;
	height: 57px;
	bottom: 0;
	background-color: #0a5e66;
	z-index: 2
}

.app-download-bar-inner {
	padding: 5px
}

.app-download-bar-image {
	float: left;
	width: 47px;
	height: 47px;
	margin-right: 5px
}

.app-download-bar-image figure {
	width: 47px;
	height: 47px
}

.app-download-bar-text {
	padding-left: 5px;
	line-height: 23.5px;
	color: #fff;
	font-size: 15px
}

.app-download-bar-text b {
	display: block
}

.app-download-bar-button {
	float: right;
	background-color: #fff1e0;
	height: 36px;
	line-height: 36px;
	margin-top: 5.5px;
	margin-right: 5px
}

@media only screen and (max-width:490px) {
	.is-wechat .app-download-bar-container {
		display: block
	}
}

.overlay-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 999999999999
}

.overlay-container.on {
	display: block
}

.overlay-inner {
	position: relative;
	width: 100%;
	height: 100%
}

.overlay-bg {
	background-color: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="rgba(238, 0, 0, 0)", endColorstr="rgba(238, 0, 0, 0)");
	z-index: 9999999
}

.overlay-bg,
.overlay-content-outer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.overlay-content-outer {
	z-index: 99999999;
	width: 300px;
	display: table;
	margin: auto
}

.overlay-content-inner {
	display: table-cell;
	vertical-align: middle
}

.overlay-content {
	background-color: #fff1e5;
	width: 300px;
	margin: auto
}

.overlay-content div {
	padding: 15px
}

.overlay-content div.first-child,
.overlay-content div.overlay-title {
	border-top: 0
}

.overlay-content div.input-title {
	border-top: 0;
	padding: 15px 15px 7.5px
}

.overlay-content div.input-container {
	border-top: 0;
	padding: 0 15px
}

.register-find {
	padding: 10px 7.5px
}

.center {
	text-align: center
}

.center span {
	margin: 0 15px;
	border: .5px solid #cec6b9
}

.login-btn {
	display: block;
	background-color: #658bac;
	margin: 0 15px;
	padding: 0 !important
}

.login-btn input,
.n-button-inner,
a.n-button-inner {
	width: 100%;
	height: 100%;
	background-color: #658bac;
	border: 0;
	padding: 8px;
	font-size: 16px;
	color: #fff
}

.login-btn input.subscription-button,
.n-button-inner.subscription-button,
a.n-button-inner.subscription-button {
	background-color: #0d7680;
	padding: 10px 30px;
	cursor: pointer
}

.login-btn input.subscription-button.disabled,
.n-button-inner.subscription-button.disabled,
a.n-button-inner.subscription-button.disabled {
	background-color: #ccc1b7
}

.wx-login-container {
	padding: 0 0 20px !important;
	margin: 0 15px
}

.wx-login-container .wx-login {
	padding: 8px;
	background-color: #6eb153
}

.wx-login-container .wx-login a {
	color: #fff
}

.overlay-title {
	background-color: #918f83;
	color: #fff;
	position: relative
}

.overlay-close {
	display: block;
	position: absolute;
	padding: 0;
	top: 15px;
	right: 15px;
	font-size: 43px;
	font-family: Arial;
	font-weight: 400;
	cursor: pointer
}

.video-container {
	width: auto;
	padding-top: 56.25%;
	position: relative;
	background-color: #000
}

.video-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.video-title {
	color: #fff;
	background-color: #000;
	padding: 15px;
	margin-bottom: 30px;
	font-size: 14px
}

.video-title a {
	color: #fff
}

#three-video-content {
	overflow: hidden
}

#three-video-content li {
	width: 33.333333%;
	display: block;
	float: left;
	padding: 0 5px;
	font-size: .8em;
	line-height: 120%
}

#three-video-content li figure {
	position: relative;
	padding-bottom: 56.25%;
	background-color: #f6e9d8;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	border: 2px solid transparent
}

#three-video-content li figure img {
	position: absolute;
	left: 0;
	right: 0;
	max-width: none
}

#three-video-content li figure.is-retina img {
	width: 100%
}

#three-video-content li.on figure,
#three-video-content li:active figure,
#three-video-content li:hover figure {
	border-color: #2e6e9e
}

@media only screen and (max-width:810px) and (min-width:691px) {
	.side-container {
		width: 300px;
		margin-left: -300px
	}

	.has-side .content-inner {
		border-right: 300px solid #f6e9d8
	}

	.has-side.side-left .content-inner {
		border-left: 300px solid #f6e9d8
	}

	.has-side.side-left .side-container {
		margin-right: -300px
	}

	.block-container.bottomside .side-inner,
	.block-container.fixside .side-inner {
		width: 300px
	}

	.block-container.fixmain .content-container {
		max-width: 915px
	}

	.block-container.fixmain.side-left .content-inner {
		max-width: 900px
	}

	.block-container.bottommain .content-container {
		max-width: 915px
	}

	.block-container.bottommain.side-left .content-inner {
		max-width: 900px
	}
}

.markets-data {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden
}

.markets-data td {
	font-size: .9em;
	white-space: nowrap;
	border-bottom: 1px solid #cec6b9;
	height: 3em;
	vertical-align: middle
}

.markets-data .last,
.markets-data .pct-change {
	text-align: right
}

.markets-data a:active,
.markets-data a:hover {
	color: #0a5e66
}

.negChange {
	color: #458b00
}

.posChange {
	color: #c00
}

.placeholder-td {
	width: 7%
}

.item-note {
	text-align: right;
	padding-right: 15px
}

@media only screen and (max-width:1220px) {
	.markets-data .text {
		width: 17%
	}

	.markets-data .last,
	.markets-data .pct-change {
		width: 15%
	}
}

@media only screen and (max-width:490px) {
	.markets-data td {
		font-size: 12px
	}
}

.item-headline-link.locked,
.item-headline-link.unlocked,
.item-headline .locked,
.item-headline .unlocked {
	display: inline-block
}

/*.item-headline-link.locked:after,
.item-headline-link.unlocked:after,
.item-headline .locked:after,
.item-headline .unlocked:after {
	content: " ";
	display: inline-block;
	width: 26px;
	height: .8em;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain
}
*/
.interactives .item-headline-link.locked,
.interactives .item-headline-link.unlocked,
.interactives .item-headline .locked,
.interactives .item-headline .unlocked {
	display: inline
}

/*.item-headline-link.locked:after,
.item-headline .locked:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNTU1NTU1IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE4IDhoLTFWNmMwLTIuNzYtMi4yNC01LTUtNVM3IDMuMjQgNyA2djJINmMtMS4xIDAtMiAuOS0yIDJ2MTBjMCAxLjEuOSAyIDIgMmgxMmMxLjEgMCAyLS45IDItMlYxMGMwLTEuMS0uOS0yLTItMnptLTYgOWMtMS4xIDAtMi0uOS0yLTJzLjktMiAyLTIgMiAuOSAyIDItLjkgMi0yIDJ6bTMuMS05SDguOVY2YzAtMS43MSAxLjM5LTMuMSAzLjEtMy4xIDEuNzEgMCAzLjEgMS4zOSAzLjEgMy4xdjJ6Ii8+PC9zdmc+)
}*/

.item-headline-link.unlocked:after,
.item-headline .unlocked:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjc3NTdiIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEyIDE3YzEuMSAwIDItLjkgMi0ycy0uOS0yLTItMi0yIC45LTIgMiAuOSAyIDIgMnptNi05aC0xVjZjMC0yLjc2LTIuMjQtNS01LTVTNyAzLjI0IDcgNmgxLjljMC0xLjcxIDEuMzktMy4xIDMuMS0zLjEgMS43MSAwIDMuMSAxLjM5IDMuMSAzLjF2Mkg2Yy0xLjEgMC0yIC45LTIgMnYxMGMwIDEuMS45IDIgMiAyaDEyYzEuMSAwIDItLjkgMi0yVjEwYzAtMS4xLS45LTItMi0yem0wIDEySDZWMTBoMTJ2MTB6Ii8+PC9zdmc+)
}

.no-svg .item-headline-link.locked:after,
.no-svg .item-headline .locked:after {
	background-image: url("../images/lock-24x24.png")
}

.no-svg .item-headline-link.unlocked:after,
.no-svg .item-headline .unlocked:after {
	background-image: url("../images/unlock-24x24.png")
}

@media only screen and (max-width:350px) {
	#paywall-box {
		width: 80%;
		left: 10%
	}

	.lock-block {
		height: 80%
	}
}

@media only screen and (max-width:980px) and (min-width:351px) {
	#paywall-box {
		width: 70%;
		left: 15%
	}

	.lock-block {
		height: 70%
	}
}

@media only screen and (min-width:600px) {
	#paywall-box {
		width: 50%;
		left: 25%
	}

	.lock-block {
		height: 50%
	}
}

.paywall-hint-container {
	overflow: visible;
	display: none
}

.paywall-overlay-shadow {
	position: fixed;
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background: rgba(0, 0, 0, .7);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

#paywall-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	z-index: 60;
	font-size: 15px;
	opacity: 1;
	height: 40%;
	bottom: 30%;
	background: #faeadd;
	overflow: visible
}

#paywall-box,
#paywall-box .lock-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

#paywall-box .lock-block {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#paywall-box .lock-content {
	width: 100%;
	text-align: center;
	padding-bottom: 15px
}

#paywall-box .lock-content a {
	color: #26747a
}

#paywall-box .subscribe-btn {
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #fff
}

#paywall-box .subscribe-btn a {
	color: #fff;
	background-color: #0d7680;
	display: inline-block;
	letter-spacing: 3px;
	height: 30px;
	line-height: 30px;
	width: 150px;
	text-align: center;
	font-size: 14px;
	border-radius: 1px
}

@media only screen and (min-width:1221px) {
	.XL2 {
		width: 16.6666666667%
	}

	.XL3 {
		width: 25%
	}

	.XL4 {
		width: 33.333333333%
	}

	.XL6 {
		width: 50%
	}

	.XL6 .item-headline {
		font-size: 1.2em
	}

	.XL8 {
		width: 66.666666667%
	}

	.XL8 .item-headline {
		font-size: 1.4em
	}

	.XL8 .relative {
		font-size: 1em;
		line-height: 200%
	}

	.XL12 {
		float: none;
		width: 100%
	}

	.XL12 .item-headline {
		font-size: 1.4em
	}

	.XL-half {
		font-size: .9em
	}

	.XL-half .item-inner {
		padding-top: 0
	}

	.XL-half .image {
		position: static;
		float: left;
		width: 115px;
		padding: 3px 6px 3px 0
	}

	.XL-half.no-image .image {
		display: none
	}

	.XL-lower .item-headline {
		border-top: 1px dotted #cec6b9;
		padding-top: 30px
	}

	.XL-right {
		clear: right;
		float: right
	}

	.XLT {
		border-top: 1px dotted #cec6b9;
		padding: 30px 0 0;
		margin: 0 15px
	}

	.XLC,
	.XLT {
		clear: both
	}

	.XLC {
		padding-top: 15px
	}

	.XLT-clear-right {
		clear: right;
		width: 66.6666667%;
		float: left
	}

	.XL-double-width .item-inner {
		padding-top: 0
	}

	.XL-double-width .image {
		position: static;
		float: left;
		width: 50%;
		padding: 0 15px 0 0
	}

	.XL-double-width .item-headline,
	.XL-double-width .item-lead,
	.XL-double-width .item-time,
	.XL-double-width .relatives {
		float: right;
		width: 50%;
		padding-left: 15px;
		clear: right
	}

	.XL-no-image .image {
		display: none
	}

	.XL-no-image .item-inner {
		padding-top: 0
	}

	.XL-no-tag .item-tag {
		display: none
	}

	.XL-main {
		width: 66.66666667%
	}

	.XL-main .XL6 .item-headline {
		font-size: 1.15em
	}

	.XL-main .XL-cover .item-headline {
		font-size: 1.4em
	}

	.XL-side {
		width: 33.3333333%
	}

	.XL-side .list-inner {
		border-right: 1px solid #cec6b9;
		padding-right: 15px;
		margin-right: 15px
	}

	.XL-side .item-inner {
		padding-bottom: 15px
	}

	.XL-side .XLT {
		padding-top: 15px
	}

	.XL-list-oneline {
		width: 100%;
		float: left
	}

	.XL-list-left {
		float: left
	}

	.XL-list-right {
		float: right
	}

	.no-side .XL6 .item-inner {
		padding-top: 0
	}

	.no-side .XL6 .image {
		position: static;
		float: left;
		width: 50%;
		padding: 0 15px 0 0
	}

	.no-side .XL6 .item-headline,
	.no-side .XL6 .item-lead,
	.no-side .XL6 .item-time,
	.no-side .XL6 .relatives {
		float: right;
		width: 50%;
		padding-left: 15px;
		clear: right
	}

	.block-container.bottommain.side-left .content-inner,
	.block-container.fixmain.side-left .content-inner {
		width: 855px
	}
}

@media only screen and (max-width:1220px) and (min-width:981px) {

	.block-container.bottommain.side-left .content-inner,
	.block-container.fixmain.side-left .content-inner {
		left: 0;
		right: 15px
	}

	.L2 {
		width: 16.6666666667%
	}

	.L3 {
		width: 25%
	}

	.L4 {
		width: 33.33333333%
	}

	.L6 {
		width: 50%
	}

	.L8 {
		width: 66.66666667%
	}

	.L8 .item-headline {
		font-size: 1.4em
	}

	.L8 .relative {
		font-size: 1em;
		line-height: 200%
	}

	.L12 {
		width: 100%;
		float: none
	}

	.LT {
		clear: both;
		border-top: 1px dotted #cec6b9;
		padding: 30px 0 0;
		margin: 0 15px;
		padding-top: 15px
	}

	.L-half {
		font-size: .9em
	}

	.L-half .item-inner {
		padding-top: 0
	}

	.L-half .image {
		position: static;
		float: left;
		width: 115px;
		padding: 3px 6px 3px 0
	}

	.L-half.no-image .image {
		display: none
	}

	.L-lower .item-headline {
		border-top: 1px dotted #cec6b9;
		padding-top: 30px
	}

	.L-double-width .item-inner {
		padding-top: 0
	}

	.L-double-width .image {
		position: static;
		float: left;
		width: 50%;
		padding: 0 15px 0 0
	}

	.L-double-width .item-headline,
	.L-double-width .item-lead,
	.L-double-width .item-time,
	.L-double-width .relatives {
		float: right;
		width: 50%;
		padding-left: 15px;
		clear: right
	}

	.LC {
		clear: both;
		padding-top: 15px
	}

	.L-right {
		clear: right;
		float: right
	}

	.L-right .item-headline {
		font-size: 1em
	}

	.L-no-image .image {
		display: none
	}

	.L-no-image .item-inner {
		padding-top: 0
	}

	.L-no-tag .item-tag {
		display: none
	}

	.L-no-lead .item-headline {
		margin-bottom: 0
	}

	.L-no-lead .item-lead {
		display: none
	}

	.L-cover .item-headline {
		font-size: 1.4em
	}

	.video-package .LT {
		padding-top: 10px
	}

	.item-inner {
		padding-bottom: 15px
	}
}

@media only screen and (max-width:980px) {
	.item-tag {
		padding-bottom: 7.5px
	}

	.item-inner {
		padding-left: 7.5px;
		padding-right: 7.5px
	}

	.image {
		left: 7.5px;
		right: 7.5px
	}

	.list-title {
		margin: 0 7.5px 15px
	}

	.side-by-side .item-inner {
		padding: 0 7.5px 15px
	}

	.has-side .block-inner {
		padding-right: 22.5px
	}

	.has-side.side-left .block-inner {
		padding-left: 22.5px
	}
}

@media only screen and (max-width:980px) and (min-width:691px) {
	.M3 {
		width: 25%
	}

	.M4 {
		width: 33.33333333%
	}

	.M6 {
		width: 50%
	}

	.M8 {
		width: 66.66666667%
	}

	.M8 .item-headline {
		font-size: 1.4em
	}

	.M12 {
		width: 100%;
		float: none
	}

	.MT {
		clear: both;
		border-top: 1px dotted #cec6b9;
		padding: 30px 0 0;
		margin: 0 15px;
		padding-top: 15px
	}

	.M-half {
		font-size: .9em
	}

	.M-half .item-inner {
		padding-top: 0
	}

	.M-half .image {
		position: static;
		float: left;
		width: 115px;
		padding: 3px 6px 3px 0
	}

	.M-half .item-tag,
	.M-half .item-time,
	.M-half.no-image .image {
		display: none
	}

	.M-lower .item-headline {
		border-top: 1px dotted #cec6b9;
		padding-top: 30px
	}

	.M-double-width .item-inner {
		padding-top: 0
	}

	.M-double-width .image {
		position: static;
		float: left;
		width: 50%;
		padding: 0 15px 0 0
	}

	.M-double-width .item-headline,
	.M-double-width .item-lead,
	.M-double-width .item-time,
	.M-double-width .relatives {
		float: right;
		width: 50%;
		padding-left: 15px;
		clear: right
	}

	.MC {
		clear: both;
		padding-top: 15px
	}

	.M-right {
		clear: right;
		float: right
	}

	.M-right .item-headline {
		font-size: 1em
	}

	.M-no-image .image {
		display: none
	}

	.M-no-image .item-inner {
		padding-top: 0
	}

	.M-no-lead .item-headline {
		margin-bottom: 0
	}

	.M-no-lead .item-lead {
		display: none
	}

	.M-cover .item-headline {
		font-size: 1.4em
	}

	.video-package .MT {
		padding-top: 10px
	}

	.item-inner {
		padding-bottom: 15px
	}
}

@media only screen and (max-width:690px) and (min-width:491px) {
	.S3 {
		width: 25%
	}

	.S4 {
		width: 33.33333333%
	}

	.S6 {
		width: 50%
	}

	.S12 {
		width: 100%;
		float: none
	}

	.ST {
		clear: both;
		border-top: 1px dotted #cec6b9;
		padding: 30px 0 0;
		margin: 0 15px
	}

	.S-half {
		font-size: .9em
	}

	.S-half .item-inner {
		padding-top: 0
	}

	.S-half .image {
		position: static;
		float: left;
		width: 115px;
		padding: 3px 6px 3px 0
	}

	.S-half.no-image .image {
		display: none
	}

	.S-double-width .item-inner {
		padding-top: 0
	}

	.S-double-width .image {
		position: static;
		float: left;
		width: 50%;
		padding: 0 15px 0 0
	}

	.S-double-width .item-headline,
	.S-double-width .item-lead,
	.S-double-width .item-time,
	.S-double-width .relatives {
		float: right;
		width: 50%;
		padding-left: 15px;
		clear: right
	}

	.SC {
		clear: both;
		padding-top: 15px
	}

	.S-no-image .image {
		display: none
	}

	.S-no-image .item-inner {
		padding-top: 0
	}

	.S-no-lead .item-headline {
		margin-bottom: 0
	}

	.S-no-lead .item-lead {
		display: none
	}

	.S-cover .item-headline {
		font-size: 1.4em
	}

	.video-package .ST {
		padding-top: 10px
	}
}

@media only screen and (max-width:690px) {
	.has-side .block-inner {
		padding: 0
	}

	.has-side .content-container {
		float: none;
		margin-bottom: 15px
	}

	.has-side .content-inner {
		border-right: 0;
		padding-right: 0
	}

	.has-side.side-left .block-inner {
		padding: 0
	}

	.has-side.side-left .content-container {
		float: none;
		padding: 0 15px
	}

	.has-side.side-left .content-inner {
		border-left: 0;
		padding-right: 0;
		padding-left: 0
	}

	.has-side.side-left .side-container {
		float: none;
		margin-right: 0
	}

	.side-container {
		float: none;
		width: auto;
		background-color: transparent;
		margin-left: 0;
		padding: 0 0 15px
	}

	.side-container .item-inner {
		padding: 0 15px 15px
	}

	.side-container .item-inner .item-headline {
		font-size: 1em
	}

	.block-inner {
		padding: 0
	}

	.item-inner {
		padding-left: 15px;
		padding-right: 15px
	}

	.list-title {
		position: static;
		padding: 7px 14px;
		background: #e9decf;
		border-style: solid;
		border-color: #a7a59b;
		border-width: 1px 0;
		border-bottom-style: dotted;
		display: block;
		height: auto;
		margin: 0 0 15px;
		font-weight: 400;
		font-size: 1.1em;
		clear: both;
		position: relative
	}

	.list-title a {
		color: #000;
		display: block
	}

	.list-title a,
	.list-title a.list-link {
		position: static;
		background-color: transparent
	}

	.list-title a.list-link {
		line-height: 20px;
		height: auto;
		left: auto;
		padding-right: 5px
	}

	.list-title a.sponsor-link figure {
		height: 30px;
		background-color: transparent;
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		padding-left: 0
	}

	.list-title:before {
		display: none
	}

	.items,
	.links {
		padding: 0 15px
	}

	.links {
		font-size: 1em
	}

	.side-by-side .items {
		padding: 0
	}

	.side-by-side .list-title {
		margin: 0 15px 15px
	}

	.video-package .items {
		padding: 0 22.5px
	}
}

@media only screen and (max-width:490px) {
	body {
		font-size: 18px
	}

	.item-headline {
		font-size: 1.3em;
		line-height: 1.2em
	}

	.item-tag {
		font-size: 17px;
		padding-bottom: 15px;
		line-height: 1em
	}

	.item-tag a {
		display: inline-block;
		position: relative
	}

	.item-tag a:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -12px;
		width: 100%;
		height: 5px;
		background: #990f3d
	}

	.item-lead {
		color: #777;
		line-height: 161.8%
	}

	.item-lead a {
		color: #777
	}

	.P3 {
		width: 25%
	}

	.P4 {
		width: 33.33333333%
	}

	.P6 {
		width: 50%
	}

	.P6 .item-headline {
		font-size: .8em;
		margin-bottom: 0
	}

	.P12 {
		width: 100%;
		float: none
	}

	.PT {
		clear: both;
		border-top: 1px solid #cec6b9;
		padding: 30px 0 0;
		margin: 0 7.5px;
		padding-top: 15px
	}

	.P-half {
		font-size: .9em
	}

	.P-half .item-inner {
		padding-top: 0
	}

	.P-half .image {
		position: static;
		float: left;
		width: 118px;
		padding: 3px 10px 3px 0
	}

	.P-half.no-image .image {
		display: none
	}

	.P-half .item-tag {
		padding-bottom: 7.5px
	}

	.P-half .item-tag a:before {
		display: none
	}

	.P-half .item-lead {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical
	}

	.PC {
		clear: both;
		padding-top: 15px
	}

	.P-no-image .image {
		display: none
	}

	.P-no-image .item-inner {
		padding-top: 0
	}

	.P-no-lead .item-headline {
		margin-bottom: 0
	}

	.P-no-lead .item-lead {
		display: none
	}

	.P-cover .item-headline {
		font-size: 1.4em
	}

	.P-hide {
		display: none
	}

	.P-only {
		display: block
	}

	.video-package .PT {
		padding-top: 10px
	}

	.video-package .items {
		padding: 0 7.5px 15px
	}

	.items {
		padding: 0 7.5px
	}

	.item-inner {
		padding-bottom: 15px;
		padding-left: 7.5px;
		padding-right: 7.5px
	}

	.image {
		left: 7.5px;
		right: 7.5px
	}

	.item-time {
		padding-top: 7.5px
	}

	.list-title,
	.side-container .list-title {
		font-size: 1.2em;
		background: transparent;
		border-width: 8px 0 0;
		border-color: #333;
		margin-left: 15px;
		margin-right: 15px;
		padding-left: 0;
		padding-right: 0
	}

	.list-title a:after,
	.side-container .list-title a:after {
		background-image: url(../images/fticon_arrow-right.svg);
		background-image: url(https://dhgxl8qk9zgzr.cloudfront.net/icons/png/fticon_arrow-right.png)\9;
		width: 20px;
		height: 30px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50%;
		background-color: transparent;
		vertical-align: baseline;
		content: "";
		display: inline-block;
		position: relative;
		top: 7px;
		right: -13px;
		margin-left: -13px;
		margin-top: -10px
	}

	.top10 {
		font-size: 1.1em;
		font-weight: 700
	}

	.triplet-container {
		padding: 0 7.5px
	}

	.has-side.side-left .content-container {
		padding: 0
	}

	.side-by-side.first.item-container {
		font-size: .9em
	}

	.side-by-side.first.item-container .item-inner {
		padding-top: 0
	}

	.side-by-side.first.item-container .image {
		position: static;
		float: left;
		width: 118px;
		padding: 3px 10px 3px 0
	}

	.side-by-side.first.item-container.no-image .image {
		display: none
	}

	.side-by-side.first.item-container .item-tag {
		padding-bottom: 7.5px
	}

	.side-by-side.first.item-container .item-tag a:before {
		display: none
	}

	.side-by-side.first.item-container .item-lead {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical
	}

	.side-by-side.first.item-container .item-headline {
		font-size: 1.3em
	}

	.side-by-side .item-headline {
		font-size: 1.1em;
		border-top-style: solid
	}

	.side-by-side .item-inner {
		padding: 0 15px 15px
	}

	.headshot-title .item-inner {
		padding-bottom: 15px
	}

	.side-container .item-container .item-headline {
		font-size: 1em;
		font-weight: 700;
		padding: 15px 15px 0
	}

	.side-container .item-container .item-headline.first {
		padding-top: 0
	}

	.side-container .item-container .item-inner {
		border-top-style: solid;
		padding: 0;
		clear: both
	}

	.side-container .item-container .image {
		padding: 5px 0
	}

	.side-container .item-container.first {
		padding: 0 15px
	}

	.side-container .item-container.first .item-headline {
		width: auto;
		padding: 10px 15px;
		font-size: 1em;
		position: static
	}

	.side-container .item-container.first .item-inner {
		border-top-style: solid;
		margin: 0
	}

	.side-container .interactive-inner {
		margin: 0 15px
	}

	.side-container .interactive-inner .item-container.first {
		padding: 0;
		margin-bottom: 0
	}

	.side-container .interactive-inner .item-container.first .item-headline {
		padding: 10px 15px;
		font-size: 1.1em
	}

	.side-container .interactive-inner .item-inner {
		border-color: #4e4f53
	}

	.side-container .interactive-inner .item-headline {
		padding: 10px 15px 0 0;
		font-weight: 400
	}

	.side-container .interactive-inner .image {
		padding: 10px 0 10px 10px
	}

	.side-container .interactives {
		background-color: #31353d;
		margin-bottom: 30px;
		padding-bottom: 0
	}

	.side-container .interactives .interactive-inner {
		margin: 0
	}

	.side-container .interactives .interactive-inner .item-inner {
		border-color: hsla(0, 0%, 100%, .2);
		margin: 0 15px
	}

	.side-container .interactives .interactive-inner .image {
		width: 122px
	}

	.side-container .interactives .interactive-inner .item-headline {
		display: table;
		height: 83px;
		padding: 0
	}

	.side-container .interactives .interactive-inner .item-headline a {
		color: #fff;
		display: table-cell;
		vertical-align: middle
	}

	.side-container .interactives .interactive-inner .item-container.first .item-inner {
		margin: 0
	}

	.side-container .interactives .interactive-inner .item-container.first .item-headline {
		background: transparent;
		display: block;
		height: auto
	}

	.side-container .interactives .interactive-inner .item-container.first .item-headline a {
		color: #fff;
		display: inline-block
	}

	.side-container .interactives .interactive-inner .item-container.first .image {
		width: 100%
	}

	.side-container .interactives .interactive-inner .item-lead {
		color: #fff
	}

	.side-container .interactives .interactive-inner .item-headline-link.locked:after {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z" fill="#FFFFFF"/></svg>')
	}

	.side-container .interactives .interactive-inner .item-headline-link.unlocked:after {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z" fill="#FFFFFF"/></svg>')
	}

	.side-container .interactives .list-title {
		border-width: 0;
		margin: 0;
		padding: 10px 15px
	}

	.side-container .interactives .list-title a {
		color: #fff
	}

	.side-container .interactives .list-title a:after {
		background-image: url(../images/fticon-v1_arrow-right.svg);
		background-image: url(https://dhgxl8qk9zgzr.cloudfront.net/icons/png/fticon-v1_arrow-right.png)\9
	}

	.side-list .item-description {
		padding: 0
	}
}

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

	.block-container.bottommain .content-container,
	.block-container.fixmain .content-container {
		right: 390px;
		max-width: 100%
	}

	.block-container.bottommain .content-inner,
	.block-container.fixmain .content-inner {
		margin-left: 405px
	}
}

div.o-ads {
	text-align: center;
	margin-bottom: 20px;
}

.o-ads {
	position: relative;
	max-width: 100%;
	overflow: hidden
}

.o-ads div {
	text-align: center
}

.o-ads[data-o-ads-loaded] {
	margin-bottom: 30px
}

.o-ads[data-o-ads-loaded][data-o-ads-formats-extra=FtcBanner],
.o-ads[data-o-ads-loaded][data-o-ads-formats-large=FtcLeaderboard],
.o-ads[data-o-ads-loaded][data-o-ads-formats-small=FtcMobileMpu] {
	overflow: visible
}

.o-ads iframe {
	max-width: 100% !important;
	overflow: hidden !important
}

.o-ads__outer {
	position: relative
}

.o-ads[data-o-ads-loaded] .o-ads__outer:after {
	content: "广告";
	position: absolute;
	top: 100%;
	right: 5px;
	font-size: 12px
}

.o-ads[data-o-ads-loaded=FtcLeaderboard] .o-ads__outer:after {
	right: calc(50% - 600px)
}

.o-ads[data-o-ads-loaded=HalfPage] .o-ads__outer:after,
.o-ads[data-o-ads-loaded=MediumRectangle] .o-ads__outer:after {
	right: calc(50% - 150px)
}

.o-ads[data-o-ads-loaded=FtcRibbon][data-o-ads-loaded] .o-ads__outer:after {
	content: ""
}

.o-ads[data-o-ads-formats-large=FtcRibbon][data-o-ads-loaded] {
	margin-top: 15px;
	margin-bottom: 15px
}

.o-ads[data-o-ads-formats-large=FtcRibbon] iframe {
	margin-bottom: 0;
	margin-top: 0
}

@media screen and (max-width:760px) {
	.o-ads[data-o-ads-formats-small=FtcMobileBanner] {
		padding-top: 25%;
		background: #f6e9d8;
		padding-bottom: 20px;
		box-sizing: border-box;
		margin-bottom: 15px;
		display: none
	}

	.o-ads[data-o-ads-formats-small=FtcMobileBanner][data-o-ads-name=banner1] {
		display: block
	}

	.o-ads[data-o-ads-formats-small=FtcMobileBanner][data-o-ads-loaded] {
		display: block;
		background: transparent;
		margin-bottom: 15px
	}

	.o-ads[data-o-ads-formats-small=FtcMobileBanner][data-o-ads-loaded=false] {
		display: none
	}

	.o-ads[data-o-ads-formats-small=FtcMobileBanner] .o-ads__outer {
		position: absolute;
		top: 0;
		bottom: 20px;
		left: 0;
		right: 0
	}
}

.o-ads[data-o-ads-name=fullscreen-pc] {
	margin-bottom: 0
}

.o-ads--empty {
	margin-bottom: 0;
	display: none
}

.fullscreen-ad {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0
}

.in-article-advert[data-o-ads-loaded] {
	border-color: #cec6b9;
	border-width: 1px 0;
	border-style: solid;
	padding: 25px 0
}

.o-ads.fullscreen-ad,
.o-ads.fullscreen-pc,
.o-ads.infoflow,
.o-ads.paid-post,
.o-ads[data-o-ads-loaded=false],
.o-ads[data-o-ads-name=fullscreen-pc],
.o-ads[data-o-ads-name=paidpost] {
	display: none
}

.o-ads.fullscreen-ad[data-o-ads-loaded=FtcMobileFullscreen],
.o-ads.fullscreen-pc[data-o-ads-loaded=FtcPcFullscreen] {
	display: block
}

.pagination-container {
	background-color: #272b33;
	color: #fff;
	background-color: transparent;
	color: #33302e
}

.pagination-inner {
	height: 57px;
	padding: 0 30px;
	position: relative;
	max-width: 1260px;
	margin: auto;
	height: 36px;
	line-height: 36px;
	margin-bottom: 30px
}

.pagination-inner a {
	color: #fff
}

.pagination-inner a,
.pagination-inner span {
	padding-right: 30px;
	font-weight: 700
}

.pagination-inner a {
	color: #0a5e66
}

.pagination-inner a:active,
.pagination-inner a:hover {
	color: #33302e
}

@media only screen and (max-width:490px) {
	.pagination-inner {
		text-align: left;
		font-size: .9em;
		height: auto;
		line-height: 36px
	}

	.pagination-inner a,
	.pagination-inner span {
		padding-left: 0;
		padding-right: 7.5px;
		font-weight: 400
	}
}
/*视频自适应代码*/
.wa-video {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
.wa-video iframe,.wa-video object,.wa-video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}



/**/


/*翻页*/

.wpagenavi {
	margin:25px auto;
	width:100%;
	line-height:48px;
	font-size:14px;
	text-align:center
}
.wpagenavi a:link, .wpagenavi a:visited {
	margin:0 4px;
	padding:12px 18px;
	color:#666;
	background:#f2f2f2;

-webkit-transition:background .4s ease;
-moz-transition:background .4s ease;
-o-transition:background .4s ease;
-ms-transition:background .4s ease;
transition:background .4s ease
}
.wpagenavi a:hover, .wpagenavi a:active {
	color:#fff;
	background:#990f3d;
	text-decoration:none
}
.wpagenavi a.current:link, .wpagenavi a.current:visited, .wpagenavi a.current:hover {
	color:#fff;
	background:#990f3d;
	font-weight:bold
}