@charset "gb18030";

* {
	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: #f7f7f7 none repeat scroll 0 0
}

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

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

a {
	color: #27757b;
	text-decoration: none
}

a:active,a:hover {
	color: #333
}

a.highlight {
	color: #9e2f50
}

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: #333
}

.hide {
	display: none
}

.audio-placeholder {
	height: 44px
}

.audio-sticky .audio-container {
	position: fixed;
	top: 44px;
	width: 100%;
	height: 44px;
	left: 0;
	right: 0;
	background-color: #333;
	border: 0;
	z-index: 9999999
}

audio {
	width: 100%
}

button {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 0;
	outline: 0;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	border-radius: 3px;
	cursor: pointer;
	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: #27757b;
	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)
}

button.myft-follow {
	position: relative;
	padding-left: 28px;
	margin: 0 0 0 15px
}

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: 8px;
	margin: -6px 4px 0 0;
	position: absolute;
	top: 50%
}

button.myft-follow.plus:before {
	background-image: url(http://static.ftchinese.com/images/plus.svg);
	background-image: url(http://static.ftchinese.com/images/png/plus.png)\9
}

button.myft-follow.tick:before {
	background-image: url(http://static.ftchinese.com/images/tick-thin.svg);
	background-image: url(http://static.ftchinese.com/images/png/tick-thin.png)\9
}

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

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

.header-inner a {
	color: #fff
}

.masthead {
	display: block;
	text-align: center;
	margin: auto;
	height: 57px;
	font-size: 20px;
	line-height: 57px;
	width: 336px;
	max-width: 100%;
	background-size: auto 36px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(logo.png)
}

.header-side {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	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
}

.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;
	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;
	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
}


.newsTitle{
	margin: 20px auto;
	line-height: 2em;
	display: block;
	text-align: left;
}

.newsContent{
	font-size: 16px;
	padding: 20px 15px;
	margin: 20px;
	line-height: 1.8em;
}

@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: #333
	}

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

	.is-wechat .o-nav {
		position: relative;
		overflow: hidden
	}
	
	.newsContent{
		padding: 0px 0px;
		margin:20px 0;
	}
	
	.newsTitle{
		font-size:18px;
		margin: 0 auto;
	}
	
}


@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.masthead {
		background-image: url(http://static.ftchinese.com/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(http://static.ftchinese.com/images/masthead2.png)
	}
}

body {
	margin: 0;
	padding: 0
}

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

.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: 104px;
		background-color: transparent
	}
}

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

.o-nav {
	background-color: #333;
	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;
		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(http://s.ftimg.net/img/png/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
}

.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(logo.png);
	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: #fff1e0;
		color: #333;
		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: #333;
		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: #333;
		color: #fff;
		font-size: 14px;
		font-weight: 700
	}

	.nav-section-head:after {
		content: "";
		padding-left: 1em;
		margin-right: -15px;
		background-image: url(http://static.ftchinese.com/ftc-icons/png/white/arrow-right-white.png);
		background-image: url(http://static.ftchinese.com/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: #333;
		font-weight: 700
	}

	.nav-section-head[aria-selected=true]:after {
		background-image: url(http://static.ftchinese.com/ftc-icons/png/arrow-right.png);
		background-image: url(http://static.ftchinese.com/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: #333
	}

	.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: #333;
		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: #333;
		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: #333;
	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
}

@media (max-width:61.24em) {
	.nav-toggle:before {
		content: "";
		vertical-align: middle;
		background-image: url(http://static.ftchinese.com/ftc-icons/png/white/hamburger-white.png);
		background-image: url(http://static.ftchinese.com/ftc-icons/svg/white/hamburger-white.svg)
	}

	.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(http://static.ftchinese.com/ftc-icons/png/white/cross-white.png);
		background-image: url(http://static.ftchinese.com/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: #333;
		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
	}
}

@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;
		transition: background-color .3s
	}
}

@media (min-width:61.25em) {
	.nav-items,.nav-section-head.desktop:hover {
		background-color: #505050;
		color: #fff
	}

	.nav-items {
		position: absolute;
		left: 0;
		min-width: 100%;
		z-index: 1;
		display: none
	}

	.nav-section-head.desktop:hover~.nav-items,.nav-section:hover .nav-items {
		z-index: 5;
		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;
		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: #27757b;
		color: #fff
	}

	.nav-item[aria-haspopup=true] .nav-link:after {
		content: "";
		background-image: url(http://static.ftchinese.com/ftc-icons/png/white/arrow-down-white.png);
		background-image: url(http://static.ftchinese.com/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(http://static.ftchinese.com/ftc-icons/png/white/arrow-right-white.png);
		background-image: url(http://static.ftchinese.com/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(http://static.ftchinese.com/ftc-icons/png/white/arrow-up-white.png);
		background-image: url(http://static.ftchinese.com/ftc-icons/svg/white/arrow-up-white.svg)
	}
}

@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: #27757b
	}

	.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:76.25em) {
	.o-nav__extra-tools {
		display: block;
		height: 30px;
		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(http://static.ftchinese.com/ftc-icons/png/white/arrow-down-white.png);
		background-image: url(http://static.ftchinese.com/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(http://static.ftchinese.com/ftc-icons/png/rss.png);
		background-image: url(http://static.ftchinese.com/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(http://static.ftchinese.com/ftc-icons/png/white/arrow-up-white.png);
		background-image: url(http://static.ftchinese.com/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: #27757b
	}

	.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 (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(http://static.ftchinese.com/ftc-icons/png/white/search-white.png);
	background-image: url(http://static.ftchinese.com/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(http://static.ftchinese.com/ftc-icons/png/white/cross-white.png);
	background-image: url(http://static.ftchinese.com/ftc-icons/svg/white/cross-white.svg)
}

#search-form {
	box-sizing: border-box;
	background-color: #333;
	padding: 0 44px;
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 9;
	height: 44px;
	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: inherit;
	display: block;
	cursor: text;
	width: 100%;
	background-color: #333;
	border: 1px solid #a7a59b;
	padding-right: 49px;
	padding-left: 5px;
	transition: width .2s
}

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

.search-button:after {
	content: "";
	vertical-align: middle;
	background-image: url(http://static.ftchinese.com/ftc-icons/png/white/search-white.png);
	background-image: url(http://static.ftchinese.com/ftc-icons/svg/white/search-white.svg);
	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
}

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

.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 {
	margin: 15px auto 0;
	max-width: 100%!important
}

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

.banner-content {
	margin: 0 30px;
	padding: 0 15px;
	background: #f6e9d8;

	text-align: center;
	position: relative
}

.banner-content>div {
	margin: 0 auto!important;

	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
}

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

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

.mpu-container:before {
	content: "???";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	font-size: 12px;
	text-align: center;
	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
}

.standard figure {
	padding-bottom: 10%
}

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

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

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

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

.oneStory {
	margin: 0 -7.5px!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 {
	display: none
}

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

	.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: 20px;
		position: relative;
		background: #f6e9d8;
		height: 0;
		margin-bottom: 15px
	}

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

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

@media only screen and (max-width:320px) {
	.storyInner .leftimage,.storyInner .leftimage img {
		width: 150px!important;
		height: 84px!important
	}
}

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

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

.block-container a {
	color: #333
}

.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-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
}

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

.list-title a.list-link:active,.list-title a.list-link:hover {
	color: #9e2f50
}

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

.list-title a.sponsor-link figure {
	height: 30px;
	background-color: #fff1e0;
	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(http://static.ftchinese.com/img/front-page-section-header.png) repeat transparent
}

.item-container {
	float: left
}

.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;
	display: block;
	height: 43px;
	overflow: hidden;
}

.item-headline a{

/*
	height: auto;
*/

}

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

.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;
    height: 79px;
    overflow: hidden;
}

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

.item-tag a {
	color: #9e2f50;
	vertical-align: middle
}

.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: #9e2f50
}

.item-bottom {
	clear: both
}

.image {
	display: block
}

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

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

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

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

.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: #efefef;
	background-size: cover;
	background-repeat: no-repeat;
	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 {
	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%
}

.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 #f3f3f3;
	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 #ecebeb; */
	/* padding-right: 15px; */
	/* padding-left: 15px; */
	margin-left: -15px;
}

.has-side.side-left .side-container {
	float: right;
	margin-right: -360px
}

.side-container {
	float: right;
	width: 360px;
	/* background-color: #ecebeb; */
	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: #e6e6e6;
	border-style: solid;
	border-color: #e6e6e6;
	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: 0px
}

.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%
}

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

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

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

.side-container .item-container.first .item-headline {
	font-size: 1em;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	padding-bottom: 15px;
	width: 100%
}

.side-container .item-container.first .item-headline a {
	color: #fff;
	font-weight: 400;
	height:auto;
}

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

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

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

.side-container .imageAndLead .item-container.first .item-headline {
	padding-bottom: 7.5px
}

.side-container .imageAndLead .item-container.first .item-headline a {
	font-weight: 800
}

.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(https://ft.com/__origami/service/image/v2/images/raw/fticon:tick-thin?format=svg&source=o-icons);
	background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon:plus?format=png&source=o-icons&width=32)\9
}

.top10 {
	padding: 0 15px 15px
}

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

.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 5px;
	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
}

.more-link a {
	color: #2e6e9e
}

.footer-container {
	font-size: 16px;
	background-color: #1f2327;
	color: #fff;
	border-top: 5px solid #777
}

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

.footer-inner a {
	color: #9e9e9e;
	display: inline-block;
}

.footer-inner em {
	color: #9e9e9e;
}

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

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

.footer-inner .copyright {
    margin-bottom: 5px;
    display: block;
}

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

}

@media only screen and (max-width:600px) {
	.footer-inner a {
		padding-right: 0;
	}

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

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

.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: #333
}

.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: #333
}

.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: #27757b;
	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: #fff1e0;
	width: 300px;
	margin: auto
}

.overlay-content div {
	padding: 15px;
	border-top: 1px dotted #cec6b9
}

.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
}

.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: 50%;
	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: #efefef;
	background-size: cover;
	background-repeat: no-repeat;
	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;
	width:100%;
}

#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: #666666
}

@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: #27757b
}

.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 {
	display: inline-block
}

.item-headline-link.locked:after {
	content: " ";
	display: inline-block;
	width: 26px;
	height: .8em;
	background-image: url('data:image/svg+xml;utf8,<svg fill="#555555" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><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"/></svg>');
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

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

.item-headline-link.unlocked:after {
	content: " ";
	display: inline-block;
	width: 26px;
	height: .8em;
	background-image: url('data:image/svg+xml;utf8,<svg fill="#27757b" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><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"/></svg>');
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

@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.4em
	}

	.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:1024px) {
	.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
	}

	.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;
		font-size:0.8em;
	}

	.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: 18px;
		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: #9e2f50
	}

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

	.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;
		height:70px;
	}

	.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: 0 0 2px;
		border-color: #333;
		margin-left: 8px;
		margin-right: 8px;
		padding-left: 0;
		padding-right: 0
	}

	.list-title a:after,.side-container .list-title a:after {
		background-image: url(fticon-v1_arrow-right.svg);
		width: 20px;
		height: 20px;
		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;
    	padding-bottom: 5px;
	}

	.top10 {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.2em;
	}

	.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;
		height:70px;
	}

	.side-by-side.first.item-container .item-headline {
		font-size: 18px;
		height: auto;
	}
	
	.item-headline a, .relative-container a {
		height: auto;
	}

	.side-by-side .item-headline {
		font-size: 14px;
		border-top-style: solid;
		height: 30px;
		overflow: hidden;
	}

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

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

	.side-container .interactives .item-container.first .item-headline {
		/* background: transparent */
	}

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

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

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

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

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

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

	.side-container .interactive-inner {
		margin: 0 15px;
		/* background-color: #262a33 */
	}

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

	.side-container .interactive-inner .item-container.first .item-headline {
		padding-top: 15px;
		font-size: 16px
	}

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

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

	.side-container .interactive-inner .item-headline a {
		color: #000;
		font-size:14px;
	}

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

.has-side.side-left .content-inner {
    margin-left: 0px;
}

}

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

@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
	}
}

.newsSubTitle{
	color: #666;
    line-height: 2em;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

.newsSource{
	color: #ff6666;
    font-size: 14px;
}

.newsCreateTime{
	color: #999999;
    font-size: 14px;
}

.bshare-custom a {float:right; padding:0; margin-right:5px; margin-top:5px; width:20px; height:20px; background:url(share.jpg) no-repeat 0 0; overflow:hidden;}
.bshare-custom .bshare-weixin {background-position:-54px 0;}
.bshare-custom .bshare-sinaminiblog {background-position:-79px 0;}
.bshare-custom .bshare-qzone {background-position:-129px 0;}
.bshare-custom .bshare-qqim {background-position:-154px 0;}



.E-zine .issue{float: right;margin-right: 7px;font-weight: bold;font-size: 14px;}
.E-zine .pic-show{margin-left: 25px;margin-top: 20px;overflow: hidden;zoom: 1;}
.E-zine .pic-show ul{overflow: hidden;zoom: 1;width: 2000px;}
.E-zine .pic-show li{width: 114px;height:168px;margin-right: 10px;_display: inline;float: left;border: 1px solid #dbdee1;}
.E-zine .pic-show img{margin: 6px 0 0 7px;}
.E-zine .pic-show .title{margin-top: 5px;margin-left: 5px;}
.E-zine .pic-show .title a{font-size: 12px;line-height: 24px;color: #004276;height: 24px;overflow: hidden;display: block;}
.E-zine .pic-show .now .title a:hover{font-weight: bold;}

.E-zine-slider{position: relative;overflow: hidden;zoom: 1;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px dotted #B3B2B2;}
.E-zine-slider .prev,.E-zine-slider .next{width: 27px;height: 58px;position: absolute;top: 75px;background: url(ico.png) no-repeat 0 0;}
.E-zine-slider .prev{left: 0;background-position: 0 -170px;}
.E-zine-slider .prev:hover{left: 0;background-position: -60px -170px;}
.E-zine-slider .next{right: 0;background-position: -30px -170px;}
.E-zine-slider .next:hover{right: 0;background-position: -90px -170px;}

.E-zine .txt-list-2{overflow: hidden;zoom: 1;margin-bottom: 10px;}
.E-zine .txt-list-2 li{float: left;width: 335px;margin-right: 15px;_display: inline;}
.E-zine .txt-list-2 .item{color: #004276;}
.E-zine .txt-list-2 .item:hover{color: #BA2636;text-decoration: underline;}


			   .module-cmt-list{display:none!important;}
			   .msg-wrap-gw{display:none!important;}

.btn-fw{background-size: 102px;}


#pop_ad{
display:none;
}

/* E ĺJ */
#feedAv{ margin-top: -250px!important;transform: scale(0);}
/* E J */
#MZAD_POP_PLACEHOLDER{ margin-top: -250px!important;transform: scale(0);}


.top10 li span.li-namber{
    display: block;
    width: 50px;
    height: 60px;
    text-align: center;
    color: #900;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
}

