.ant-carousel {
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,.85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	-moz-font-feature-settings: "tnum", "tnum";
	font-feature-settings: "tnum", "tnum"
}
.ant-carousel, .ant-carousel .slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.ant-carousel .slick-slider {
	position: relative;
	display: block;
	touch-action: pan-y;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.ant-carousel .slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden
}
.ant-carousel .slick-list:focus {
	outline: none
}
.ant-carousel .slick-list.dragging {
	cursor: pointer
}
.ant-carousel .slick-list .slick-slide {
	pointer-events: none
}
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input, .ant-carousel .slick-list .slick-slide input.ant-radio-input {
	visibility: hidden
}
.ant-carousel .slick-list .slick-slide.slick-active {
	pointer-events: auto
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input, .ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input {
	visibility: visible
}
.ant-carousel .slick-list .slick-slide>div>div {
	vertical-align: bottom
}
.ant-carousel .slick-slider .slick-list, .ant-carousel .slick-slider .slick-track {
	transform: translateZ(0);
	touch-action: pan-y
}
.ant-carousel .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.ant-carousel .slick-track:after, .ant-carousel .slick-track:before {
	display: table;
	content: ""
}
.ant-carousel .slick-track:after {
	clear: both
}
.slick-loading .ant-carousel .slick-track {
	visibility: hidden
}
.ant-carousel .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
.ant-carousel .slick-slide img {
	display: block
}
.ant-carousel .slick-slide.slick-loading img {
	display: none
}
.ant-carousel .slick-slide.dragging img {
	pointer-events: none
}
.ant-carousel .slick-initialized .slick-slide {
	display: block
}
.ant-carousel .slick-loading .slick-slide {
	visibility: hidden
}
.ant-carousel .slick-vertical .slick-slide {
	display: block;
	height: auto
}
.ant-carousel .slick-arrow.slick-hidden {
	display: none
}
.ant-carousel .slick-next, .ant-carousel .slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 0;
	cursor: pointer
}
.ant-carousel .slick-next, .ant-carousel .slick-next:focus, .ant-carousel .slick-next:hover, .ant-carousel .slick-prev, .ant-carousel .slick-prev:focus, .ant-carousel .slick-prev:hover {
	color: transparent;
	background: transparent;
	outline: none
}
.ant-carousel .slick-next:focus:before, .ant-carousel .slick-next:hover:before, .ant-carousel .slick-prev:focus:before, .ant-carousel .slick-prev:hover:before {
	opacity: 1
}
.ant-carousel .slick-next.slick-disabled:before, .ant-carousel .slick-prev.slick-disabled:before {
	opacity: .25
}


.ant-carousel .slick-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -moz-box!important;
	display: flex!important;
	-moz-box-pack: center;
	justify-content: center;
	margin-right: 15%;
	margin-bottom: 0;
	margin-left: 15%;
	padding-left: 0;
	list-style: none
}
.ant-carousel .slick-dots-bottom {
	bottom: 12px
}
.ant-carousel .slick-dots-top {
	top: 12px;
	bottom: auto
}
.ant-carousel .slick-dots li {
	position: relative;
	display: inline-block;
	-moz-box-flex: 0;
	flex: 0 1 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 16px;
	height: 3px;
	margin: 0 4px;
	padding: 0;
	text-align: center;
	text-indent: -999px;
	vertical-align: top;
	transition: all .5s
}
.ant-carousel .slick-dots li button {
	position: relative;
	display: block;
	width: 100%;
	height: 3px;
	padding: 0;
	color: transparent;
	font-size: 0;
	background: #fff;
	border: 0;
	border-radius: 1px;
	outline: none;
	cursor: pointer;
	opacity: .3;
	transition: all .5s
}
.ant-carousel .slick-dots li button:focus, .ant-carousel .slick-dots li button:hover {
	opacity: .75
}
.ant-carousel .slick-dots li button:after {
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
	content: ""
}
.ant-carousel .slick-dots li.slick-active {
	width: 24px
}
.ant-carousel .slick-dots li.slick-active button {
	background: #fff;
	opacity: 1
}
.ant-carousel .slick-dots li.slick-active:focus, .ant-carousel .slick-dots li.slick-active:hover {
	opacity: 1
}
.ant-carousel-vertical .slick-dots {
	top: 50%;
	bottom: auto;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	width: 3px;
	height: auto;
	margin: 0;
	transform: translateY(-50%)
}
.ant-carousel-vertical .slick-dots-left {
	right: auto;
	left: 12px
}
.ant-carousel-vertical .slick-dots-right {
	right: 12px;
	left: auto
}
.ant-carousel-vertical .slick-dots li {
	width: 3px;
	height: 16px;
	margin: 4px 0;
	vertical-align: baseline
}
.ant-carousel-vertical .slick-dots li button {
	width: 3px;
	height: 16px
}
.ant-carousel-vertical .slick-dots li.slick-active, .ant-carousel-vertical .slick-dots li.slick-active button {
	width: 3px;
	height: 24px
}
.ant-carousel-rtl {
	direction: rtl
}
.ant-carousel-rtl .ant-carousel .slick-track {
	right: 0;
	left: auto
}
.ant-carousel-rtl .ant-carousel .slick-prev {
	right: -25px;
	left: auto
}
.ant-carousel-rtl .ant-carousel .slick-prev:before {
	content: "→"
}
.ant-carousel-rtl .ant-carousel .slick-next {
	right: auto;
	left: -25px
}
.ant-carousel-rtl .ant-carousel .slick-next:before {
	content: "←"
}
.ant-carousel-rtl.ant-carousel .slick-dots {
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	flex-direction: row-reverse
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}
.small_isrecommend__zSjSv {
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 2
}
.small_isrecommend__zSjSv img {
	width: 36px!important;
	height: 30px!important
}
.small_basecard__tH4iV {
	cursor: auto
}
.small_basecard__tH4iV:hover {
	background: #fff!important;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff;
	position: relative
}
.small_basecard__tH4iV.small_blacksmall____hUa:hover {
	background: #202c38!important;
	box-shadow: 2px 2px 4px 0 rgba(15,23,31,.7), -2px -2px 4px 0 rgba(48,58,68,.7);
	position: relative
}
.small_basecard__tH4iV.small_blacksmall____hUa:hover.small_article_card__xBP8q .small_imgposition__PYVLm {
	position: relative
}
.small_basecard__tH4iV.small_blacksmall____hUa:hover.small_article_card__xBP8q .small_imgposition__PYVLm:after {
	content: "";
	background: url(//www.thepaper.cn/_next/static/media/icon_play_bg.9e8ee570.png) no-repeat 50% rgba(90,100,110,.2);
	background-size: 40px 40px;
	position: absolute;
	width: 220px;
	height: 124px;
	left: 0;
	top: 0
}
.small_basecard__tH4iV.small_ad_card__tTiKg .small_cardcontentdes__st4Ou p:first-child {
	display: -moz-box;
	display: flex;
	width: 100%
}
.small_basecard__tH4iV.small_ad_card__tTiKg .small_cardcontentdes__st4Ou p:first-child span:last-child {
	max-width: 150px!important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0
}
.small_cardcontent__BTALp {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	height: 100%;
	/*min-height: 262px*/
}
.small_cardcontent__BTALp .small_fullBig___HWpR {
	width: 100%
}
.small_cardcontent__BTALp .small_fullBig___HWpR h2 {
	font-size: 22px;
	font-weight: 700;
	padding: 16px;
	margin-top: 0;
	line-height: 28px
}
.small_cardcontent__BTALp .small_imgposition__PYVLm {
	position: relative;
	width: 220px;
	height: 124px
}
.small_cardcontent__BTALp .small_imgposition__PYVLm .small_adcss__GzHOr {
	position: absolute;
	padding: 0 3px;
	z-index: 10;
	right: 4px;
	top: 4px;
	width: auto;
	height: 18px;
	border: 1px solid #fff;
	font-size: 10px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	background: hsla(0,0%,100%,.3);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	text-shadow: 1px 1px 4px rgba(0,0,0,.2)
}
.small_cardcontent__BTALp .small_imgposition__PYVLm img {
	width: 220px;
	height: 124px
}
.small_cardcontent__BTALp .small_toplink__GmZhY {
	height: 100%;
	margin-bottom: 10px
}
.small_cardcontent__BTALp .small_toplink__GmZhY a {
	height: 100%;
	display: inline-block
}
.small_cardcontent__BTALp .small_text__dR01h {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between
}
.small_cardcontent__BTALp .small_text__dR01h.small_padding16__naAU0 {
	padding: 0 16px
}
.small_cardcontent__BTALp .small_text__dR01h .small_linkask__sUmib {
	background: #f0f0f0;
	padding: 5px;
	margin-bottom: 10px
}
.small_cardcontent__BTALp .small_text__dR01h .small_linkask__sUmib p {
	font-size: 12px;
	color: #666
}
.small_cardcontent__BTALp .small_text__dR01h .small_linkask__sUmib p a {
	display: -moz-box;
	display: flex
}
.small_cardcontent__BTALp .small_text__dR01h .small_linkask__sUmib p a span:first-child {
	width: 26px;
	flex-shrink: 0;
	background: linear-gradient(135deg, #00d9ff, #00a5eb);
	display: inline-block;
	color: #fff;
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin-right: 5px;
	font-size: 12px;
	margin-top: 1px
}
.small_cardcontent__BTALp .small_text__dR01h .small_linkask__sUmib p a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.small_cardcontent__BTALp .small_text__dR01h .small_linkask__sUmib p a:hover {
	color: #000
}
.small_cardcontent__BTALp h2 {
	padding: 0;
	font-size: 17px;
	line-height: 23px;
	font-weight: 700;
	color: #000;
	margin: 10px 0 0
}
.small_cardcontent__BTALp h2 a {
	color: #000;
	word-break: break-all
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	font-size: 12px
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:first-child {
	display: -moz-box;
	display: flex;
	width: 60%
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:first-child span {
	margin-right: 5px;
	color: #d9d9d9
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:first-child span a {
	color: #666
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:first-child span.small_first____NUY {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:first-child span.small_first____NUY:after {
	content: "";
	position: absolute;
	height: 13px;
	border-right: 1px solid #999;
	right: 0;
	top: 2px
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:first-child span.small_first____NUY a:hover {
	color: #000
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:first-child span:last-child {
	max-width: 75px;
	flex-shrink: 0
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:last-child {
	width: 40%;
	flex-shrink: 0;
	text-align: right
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:last-child span {
	display: inline-block
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:last-child span.small_zan__6Ny1e {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon.f14b31d3.png) no-repeat;
	background-size: 18px 18px;
	padding-left: 20px;
	color: #666
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:last-child span.small_zan__6Ny1e:hover {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon_active.e70dc22d.png) no-repeat;
	background-size: 18px 18px;
	color: #000
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:last-child span.small_share__0NxV1 {
	background: url(//www.thepaper.cn/_next/static/media/share_icon.d6ec938a.png) no-repeat;
	background-size: 18px 18px;
	margin-left: 5px;
	width: 18px;
	height: 18px
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou p:last-child span.small_share__0NxV1:hover {
	background: url(//www.thepaper.cn/_next/static/media/share_icon_active.fb5badcc.png) no-repeat;
	background-size: 18px 18px
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou.small_noreply__K_aom p:first-child {
	width: 185px
}
.small_cardcontent__BTALp .small_cardcontentdes__st4Ou.small_noreply__K_aom p:last-child {
	width: 25px
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_toplink__GmZhY a, .small_cardcontent__BTALp.small_black__SP5Tu .small_toplink__GmZhY a h2, .small_cardcontent__BTALp.small_black__SP5Tu h2 a {
	color: #fff
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_text__dR01h .small_linkask__sUmib {
	background: #27303e;
	padding: 5px;
	margin-bottom: 10px
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_text__dR01h .small_linkask__sUmib p {
	font-size: 12px;
	color: #96a5b4
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_text__dR01h .small_linkask__sUmib p a {
	display: -moz-box;
	display: flex
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_text__dR01h .small_linkask__sUmib p a span:first-child {
	width: 26px;
	flex-shrink: 0;
	background: linear-gradient(135deg, #00d9ff, #00a5eb);
	display: inline-block;
	color: #fff;
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin-right: 5px;
	font-size: 12px;
	margin-top: 1px
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_text__dR01h .small_linkask__sUmib p a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_text__dR01h .small_linkask__sUmib p a:hover {
	color: #fff
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:first-child {
	display: -moz-box;
	display: flex;
	width: 60%
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:first-child span {
	margin-right: 5px;
	color: #5a646e
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:first-child span a {
	color: #96a5b4
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:first-child span.small_first____NUY {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:first-child span.small_first____NUY:after {
	content: "";
	position: absolute;
	border-right: 1px solid #999;
	right: 0;
	top: -4px;
	height: 26px;
	transform: scale(.5)
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:first-child span.small_first____NUY a {
	display: inline
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:first-child span.small_first____NUY a:hover {
	color: #fff
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:first-child span:last-child {
	max-width: 75px;
	flex-shrink: 0
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child {
	width: 40%;
	flex-shrink: 0;
	text-align: right
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child a, .small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child span {
	display: inline-block
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child a.small_zan__6Ny1e, .small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child span.small_zan__6Ny1e {
	background: url(//www.thepaper.cn/_next/static/media/comment_size-2.f92c8b1a.png) no-repeat;
	background-size: 18px 18px;
	color: #96a5b4;
	padding-left: 20px
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child a.small_zan__6Ny1e:hover, .small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child span.small_zan__6Ny1e:hover {
	background: url(//www.thepaper.cn/_next/static/media/comment_size_active.fdab2d1b.png) no-repeat;
	background-size: 18px 18px;
	color: #fff
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child a.small_share__0NxV1, .small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child span.small_share__0NxV1 {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_black.d5f7a1c4.png) no-repeat;
	background-size: 18px 18px;
	margin-left: 5px;
	width: 18px;
	height: 18px
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child a.small_share__0NxV1:hover, .small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou p:last-child span.small_share__0NxV1:hover {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_white.1731b7e0.png) no-repeat;
	background-size: 18px 18px
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou.small_noreply__K_aom p:first-child {
	width: 185px
}
.small_cardcontent__BTALp.small_black__SP5Tu .small_cardcontentdes__st4Ou.small_noreply__K_aom p:last-child {
	width: 25px
}
.small_mediaWrap__oDJ7o {
	margin-top: 10px
}
.index_imgposition__NNNO1 {
	position: relative
}
.index_imgposition__NNNO1 .index_adcss__vuMbl {
	position: absolute;
	padding: 0 3px;
	z-index: 10;
	right: 4px;
	top: 4px;
	width: auto;
	height: 18px;
	border: 1px solid #fff;
	font-size: 10px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	background: hsla(0,0%,100%,.3);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	text-shadow: 1px 1px 4px rgba(0,0,0,.2)
}
.index_homechange___TS8b {
	margin-top: -55px;
	-moz-box-pack: end!important;
	justify-content: flex-end!important
}
.index_homechange___TS8b:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both
}
.index_container__ytvOZ {
	position: relative;
	margin-bottom: 30px;
	min-width: 980px
}
.index_container__ytvOZ .index_tabs__jOS8e {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	margin-bottom: 20px
}
.index_container__ytvOZ .index_tabs__jOS8e .index_change__9aUYp {
	display: -moz-box;
	display: flex
}
.index_container__ytvOZ .index_tabs__jOS8e .index_provinceicon__TK_9Y {
	background: url(//www.thepaper.cn/_next/static/media/icon_location.66b295b4.png) no-repeat 0;
	background-size: 18px 18px;
	padding-left: 20px
}
.index_container__ytvOZ .index_tabs__jOS8e p {
	width: 74px;
	height: 36px;
	background: #f8f9f9;
	cursor: pointer;
	text-align: center;
	line-height: 36px;
	margin-right: 10px;
	padding-left: 15px
}
.index_container__ytvOZ .index_tabs__jOS8e p:first-child {
	background: url(//www.thepaper.cn/_next/static/media/icon_card.5dbc0f50.png) no-repeat 10px #f8f9f9;
	background-size: 18px 18px;
	color: #666;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff
}
.index_container__ytvOZ .index_tabs__jOS8e p:last-child {
	background: url(//www.thepaper.cn/_next/static/media/icon_list.b49c9e67.png) no-repeat 10px;
	background-size: 18px 18px;
	border: 1px solid #f0f0f0;
	box-shadow: none;
	color: #999
}
.index_container__ytvOZ .index_tabs__jOS8e.index_cardlist__RMhlo p:first-child {
	background: url(//www.thepaper.cn/_next/static/media/icon_card_active.65d99fa0.png) no-repeat 10px;
	background-size: 18px 18px;
	border: 1px solid #f0f0f0;
	box-shadow: none;
	color: #999
}
.index_container__ytvOZ .index_tabs__jOS8e.index_cardlist__RMhlo p:last-child {
	background: url(//www.thepaper.cn/_next/static/media/icon_list_active.23d13751.png) no-repeat 10px #f8f9f9;
	background-size: 18px 18px;
	color: #666;
	border: none;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff
}
.index_container__ytvOZ .index_cards__AdZtA {
	margin-bottom: 10px;
	min-width: 980px
}
.index_container__ytvOZ .index_cards__AdZtA .ant-card {
	background: transparent;
	height: 100%
}
.index_container__ytvOZ .index_cards__AdZtA .ant-card .ant-card-body {
	padding: 8px;
	height: 100%
}
.index_container__ytvOZ .index_empty__GfBeL {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	margin-top: 40px
}
.index_container__ytvOZ .index_empty__GfBeL img {
	width: 250px;
	height: 150px
}
.index_container__ytvOZ .index_empty__GfBeL p {
	color: #999
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N {
	padding: 8px;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	background: #f8f9f9;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff;
	margin-bottom: 16px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N:hover {
	background: #fff;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listimg__MIbUc {
	width: 240px;
	height: 135px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listimg__MIbUc img {
	width: 240px;
	height: 135px;
	cursor: pointer
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb {
	display: -moz-box;
	display: flex;
	-moz-box-flex: 1;
	flex: 1 1;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	min-height: 102px;
	padding: 0 40px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb h2 {
	font-size: 18px;
	font-weight: 700
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb h2 a {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_linkask__EwlZj {
	background: #f0f0f0;
	padding: 5px;
	margin-bottom: 10px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_linkask__EwlZj p {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_linkask__EwlZj p:last-child {
	margin-bottom: 0
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_linkask__EwlZj p a {
	display: -moz-box;
	display: flex
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_linkask__EwlZj p a span:first-child {
	width: 26px;
	flex-shrink: 0;
	background: linear-gradient(135deg, #00d9ff, #00a5eb);
	display: inline-block;
	color: #fff;
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin-right: 5px;
	font-size: 12px;
	margin-top: 2px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_linkask__EwlZj p a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_linkask__EwlZj p a:hover {
	color: #000
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	font-size: 12px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:first-child {
	display: -moz-box;
	display: flex;
	width: 50%
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:first-child span {
	margin-right: 5px;
	color: #999
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:first-child span.index_first__2mFTe {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:first-child span.index_first__2mFTe a {
	color: #666
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:first-child span.index_first__2mFTe a:hover {
	color: #000
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:first-child span.index_first__2mFTe:after {
	content: "";
	position: absolute;
	height: 13px;
	border-right: 1px solid #999;
	right: 0;
	top: 2px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:first-child span:last-child {
	max-width: 75px;
	flex-shrink: 0
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:last-child {
	width: 50%;
	flex-shrink: 0;
	text-align: right;
	cursor: pointer
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:last-child span {
	padding-left: 20px;
	display: inline-block
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:last-child span.index_zan__STXcT {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon.f14b31d3.png) no-repeat;
	background-size: 18px 18px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:last-child span.index_zan__STXcT:hover {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon_active.e70dc22d.png) no-repeat;
	background-size: 18px 18px;
	color: #000
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:last-child span.index_share__tP3kg {
	background: url(//www.thepaper.cn/_next/static/media/share_icon.d6ec938a.png) no-repeat;
	background-size: 18px 18px;
	margin-left: 5px
}
.index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb .index_listcontentbot__92p4_ p:last-child span.index_share__tP3kg:hover {
	background: url(//www.thepaper.cn/_next/static/media/share_icon_active.fb5badcc.png) no-repeat;
	background-size: 18px 18px;
	color: #000
}
.index_relatedSuggestionList__EQXTi {
	padding-left: 4px;
	margin-bottom: 16px;
	padding-top: 1px;
	overflow-y: auto
}
.index_relatedSuggestionList__EQXTi .ant-card {
	background-color: transparent;
	height: 100%;
	transition: transform .3s
}
.index_relatedSuggestionList__EQXTi .ant-card:hover {
	transform: translateY(-2px)
}
.index_relatedSuggestionList__EQXTi .ant-card-body {
	padding: 8px;
	height: 100%
}
.index_relatedSuggestionList__EQXTi .slick-list {
	padding: 4px
}
.index_relatedSuggestionList__EQXTi .index_relatedSuggestionLi__N7BGx {
	padding: 8px;
	box-shadow: 0 0 1px 1px #1a2226;
	margin: 0 1px 12px
}
.index_relatedSuggestionList__EQXTi .index_relatedSuggestionLi__N7BGx:hover {
	background: #202c38;
	box-shadow: 2px 2px 4px 0 rgba(15,23,31,.7), -2px -2px 4px 0 rgba(48,58,68,.7);
	border-radius: 4px
}
.index_relatedSuggestionList__EQXTi .index_imgBox__SHYWu {
	width: 100%;
	-moz-box-flex: 0;
	flex: 0 0 122px;
	min-height: 120px;
	position: relative;
	background: url(//www.thepaper.cn/_next/static/media/default_bottom.189f36c0.png) no-repeat 50%/cover
}
.index_relatedSuggestionList__EQXTi .index_imgBox__SHYWu img {
	width: 100%;
	height: 100%;
	min-height: 120px;
	-o-object-fit: cover;
	object-fit: cover
}
.index_relatedSuggestionList__EQXTi .index_title__Gd524 {
	font-size: 15px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	margin-top: 8px
}
.index_relatedSuggestionList__EQXTi .index_moreContent__EgNUY {
	margin-top: 16px;
	font-size: 12px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #96a5b4;
	line-height: 21px
}
.index_relatedSuggestionList__EQXTi .index_moreContent__EgNUY .index_seeMoreTag__nYXcL {
	color: #fff
}
.index_relatedSuggestionList__EQXTi .index_moreContent__EgNUY .index_seeMore__YYfpF {
	margin-left: 10px;
	color: #96a5b4;
	font-weight: inherit
}
.index_relatedSuggestionList__EQXTi .index_moreContent__EgNUY .index_seeMore__YYfpF:first-child {
	margin-left: 0;
	color: #fff
}
.index_specialCard__47mnS {
	margin: 24px 0 48px
}
.index_specialCard__47mnS .index_specialBox___SUf_ {
	max-width: 980px;
	margin: 48px auto 0;
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center
}
.index_specialCard__47mnS .index_specialBox___SUf_ .index_specialTitle__zrRY4 {
	position: relative;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	padding-left: 16px;
	margin-bottom: 32px
}
.index_specialCard__47mnS .index_specialBox___SUf_ .index_specialTitle__zrRY4:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	background: #00a5eb;
	transform: translateY(-50%)
}
.index_specialCard__47mnS .index_specialBox___SUf_ .index_liveTitleLink__3pWoH {
	width: 95px;
	height: 32px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 32px;
	text-align: center
}
.index_specialCard__47mnS .index_listWrap__bDNuB {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	position: relative
}
.index_specialCard__47mnS .index_listWrap__bDNuB .ant-card {
	background-color: transparent;
	margin-right: 0!important
}
.index_specialCard__47mnS .index_listWrap__bDNuB .ant-carousel {
	width: 980px
}
.index_specialCard__47mnS .index_listWrap__bDNuB .ant-card-body {
	padding: 8px
}
.index_specialCard__47mnS .index_listWrap__bDNuB .slick-track {
	display: -moz-box;
	display: flex;
	padding: 1px 0
}
.index_specialCard__47mnS .index_listWrap__bDNuB .slick-slide {
	height: auto;
	margin-right: 9px
}
.index_specialCard__47mnS .index_listWrap__bDNuB .slick-slide>div {
	height: 100%
}
.index_specialCard__47mnS .index_listWrap__bDNuB .ant-carousel .slick-list .slick-slide {
	pointer-events: auto
}
.index_specialCard__47mnS .index_listWrap__bDNuB .index_relatedSuggestionLi__N7BGx {
	height: 100%
}
.index_specialCard__47mnS .index_listWrap__bDNuB .index_leftIcon__7zZOW {
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	margin-right: 8px;
	background: url(//www.thepaper.cn/_next/static/media/icon_42x42_arrow3_left_ffffff.5982c5ac.png) no-repeat 50%/cover;
	cursor: pointer
}
.index_specialCard__47mnS .index_listWrap__bDNuB .index_rightIcon__ms1hA {
	z-index: 100;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	margin-left: 8px;
	background: url(//www.thepaper.cn/_next/static/media/icon_42x42_arrow3_right_ffffff.55a6597b.png) no-repeat 50%/cover;
	cursor: pointer
}
.index_specialCard__47mnS .index_listWrap__bDNuB .index_noClick__15yqz {
	cursor: default;
	opacity: .1
}
.index_specialCard__47mnS .index_collectionCardBox__0AtbN {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}
.citytabs_cont__Oy83Y .citytabs_content__CQQfd {
	background: #fff;
	padding: 20px 20px 20px 0
}
.citytabs_cont__Oy83Y .citytabs_content__CQQfd .citytabs_each__fXMtz {
	display: -moz-box;
	display: flex;
	-moz-box-align: start;
	align-items: flex-start;
	margin-bottom: 10px
}
.citytabs_cont__Oy83Y .citytabs_content__CQQfd .citytabs_each__fXMtz p {
	width: 40px;
	text-align: center;
	flex-shrink: 0
}
.citytabs_cont__Oy83Y .citytabs_content__CQQfd .citytabs_each__fXMtz ul {
	display: -moz-box;
	display: flex;
	flex-wrap: wrap
}
.citytabs_cont__Oy83Y .citytabs_content__CQQfd .citytabs_each__fXMtz ul li {
	width: 80px
}
.citytabs_cont__Oy83Y .citytabs_content__CQQfd .citytabs_each__fXMtz ul li span {
	cursor: pointer
}
.citytabs_cont__Oy83Y .citytabs_content__CQQfd .citytabs_each__fXMtz ul li span:hover {
	text-decoration: underline
}
.citytabs_cont__Oy83Y .ant-tabs-nav {
	margin-bottom: 0
}
.index_loading__6IvcD {
	text-align: center;
	color: #999;
	margin-top: 20px
}
.index_err__fp8u0 {
	cursor: pointer;
	text-align: center;
	color: #00a5eb;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center
}
.index_err__fp8u0 span {
	width: 18px;
	height: 18px;
	background: url(//www.thepaper.cn/_next/static/media/icon_shuaxin.c18cda4c.png) no-repeat;
	background-size: 18px 18px;
	display: inline-block;
	margin-right: 5px
}
.index_over__2yKkG {
	text-align: center;
	color: #999;
	margin-top: 20px;
	font-size: 14px;
	cursor: auto
}
.index_over__2yKkG.index_black__ZJ8Jv {
	color: #5a646e
}
.index_moreBtn__YpVAu {
	max-width: 1216px;
	width: 100%;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 24px;
	padding: 6px 0;
	text-align: center;
	margin: 48px 24px 0;
	border-radius: 4px;
	border: 1px solid #fff;
	cursor: pointer
}
