@charset "utf-8";
/* CSS Document */


.ant-card {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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";
	position: relative;
	background: #fff;
	border-radius: 2px
}
.ant-card-rtl {
	direction: rtl
}
.ant-card-hoverable {
	cursor: pointer;
	transition: box-shadow .3s, border-color .3s
}
.ant-card-hoverable:hover {
	border-color: transparent;
	box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09)
}
.ant-card-bordered {
	border: 1px solid #f0f0f0
}
.ant-card-head {
	min-height: 48px;
	margin-bottom: -1px;
	padding: 0 24px;
	color: rgba(0,0,0,.85);
	font-weight: 500;
	font-size: 16px;
	background: transparent;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 2px 2px 0 0
}
.ant-card-head:after, .ant-card-head:before {
	display: table;
	content: ""
}
.ant-card-head:after {
	clear: both
}
.ant-card-head-wrapper {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.ant-card-head-title {
	display: inline-block;
	-moz-box-flex: 1;
	flex: 1 1;
	padding: 16px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.ant-card-head-title>.ant-typography, .ant-card-head-title>.ant-typography-edit-content {
	left: 0;
	margin-top: 0;
	margin-bottom: 0
}
.ant-card-head .ant-tabs-top {
	clear: both;
	margin-bottom: -17px;
	color: rgba(0,0,0,.85);
	font-weight: 400;
	font-size: 14px
}
.ant-card-head .ant-tabs-top-bar {
	border-bottom: 1px solid #f0f0f0
}
.ant-card-extra {
	margin-left: auto;
	padding: 16px 0;
	color: rgba(0,0,0,.85);
	font-weight: 400;
	font-size: 14px
}
.ant-card-rtl .ant-card-extra {
	margin-right: auto;
	margin-left: 0
}
.ant-card-body {
	padding: 24px
}
.ant-card-body:after, .ant-card-body:before {
	display: table;
	content: ""
}
.ant-card-body:after {
	clear: both
}
.ant-card-contain-grid .ant-card-body {
	display: -moz-box;
	display: flex;
	flex-wrap: wrap
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
	margin: -1px 0 0 -1px;
	padding: 0
}
.ant-card-grid {
	width: 33.33%;
	padding: 24px;
	border: 0;
	border-radius: 0;
	box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0;
	transition: all .3s
}
.ant-card-grid-hoverable:hover {
	position: relative;
	z-index: 1;
	box-shadow: 0 1px 2px -2px rgba(0,0,0,.16), 0 3px 6px 0 rgba(0,0,0,.12), 0 5px 12px 4px rgba(0,0,0,.09)
}
.ant-card-contain-tabs>.ant-card-head .ant-card-head-title {
	min-height: 32px;
	padding-bottom: 0
}
.ant-card-contain-tabs>.ant-card-head .ant-card-extra {
	padding-bottom: 0
}
.ant-card-bordered .ant-card-cover {
	margin-top: -1px;
	margin-right: -1px;
	margin-left: -1px
}
.ant-card-cover>* {
	display: block;
	width: 100%
}
.ant-card-cover img {
	border-radius: 2px 2px 0 0
}
.ant-card-actions {
	display: -moz-box;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-top: 1px solid #f0f0f0
}
.ant-card-actions:after, .ant-card-actions:before {
	display: table;
	content: ""
}
.ant-card-actions:after {
	clear: both
}
.ant-card-actions>li {
	margin: 12px 0;
	color: rgba(0,0,0,.45);
	text-align: center
}
.ant-card-actions>li>span {
	position: relative;
	display: block;
	min-width: 32px;
	font-size: 14px;
	line-height: 1.5715;
	cursor: pointer
}
.ant-card-actions>li>span:hover {
	color: #00a5eb;
	transition: color .3s
}
.ant-card-actions>li>span a:not(.ant-btn), .ant-card-actions>li>span>.anticon {
	display: inline-block;
	width: 100%;
	color: rgba(0,0,0,.45);
	line-height: 22px;
	transition: color .3s
}
.ant-card-actions>li>span a:not(.ant-btn):hover, .ant-card-actions>li>span>.anticon:hover {
	color: #00a5eb
}
.ant-card-actions>li>span>.anticon {
	font-size: 16px;
	line-height: 22px
}
.ant-card-actions>li:not(:last-child) {
	border-right: 1px solid #f0f0f0
}
.ant-card-rtl .ant-card-actions>li:not(:last-child) {
	border-right: none;
	border-left: 1px solid #f0f0f0
}
.ant-card-type-inner .ant-card-head {
	padding: 0 24px;
	background: #fafafa
}
.ant-card-type-inner .ant-card-head-title {
	padding: 12px 0;
	font-size: 14px
}
.ant-card-type-inner .ant-card-body {
	padding: 16px 24px
}
.ant-card-type-inner .ant-card-extra {
	padding: 13.5px 0
}
.ant-card-meta {
	display: -moz-box;
	display: flex;
	margin: -4px 0
}
.ant-card-meta:after, .ant-card-meta:before {
	display: table;
	content: ""
}
.ant-card-meta:after {
	clear: both
}
.ant-card-meta-avatar {
	padding-right: 16px
}
.ant-card-rtl .ant-card-meta-avatar {
	padding-right: 0;
	padding-left: 16px
}
.ant-card-meta-detail {
	-moz-box-flex: 1;
	flex: 1 1;
	overflow: hidden
}
.ant-card-meta-detail>div:not(:last-child) {
	margin-bottom: 8px
}
.ant-card-meta-title {
	overflow: hidden;
	color: rgba(0,0,0,.85);
	font-weight: 500;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis
}
.ant-card-meta-description {
	color: rgba(0,0,0,.45)
}
.ant-card-loading {
	overflow: hidden
}
.ant-card-loading .ant-card-body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.ant-card-small>.ant-card-head {
	min-height: 36px;
	padding: 0 12px;
	font-size: 14px
}
.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-head-title {
	padding: 8px 0
}
.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-extra {
	padding: 8px 0;
	font-size: 14px
}
.ant-card-small>.ant-card-body {
	padding: 12px
}
.ant-skeleton {
	display: table;
	width: 100%
}
.ant-skeleton-header {
	display: table-cell;
	padding-right: 16px;
	vertical-align: top
}
.ant-skeleton-header .ant-skeleton-avatar {
	display: inline-block;
	vertical-align: top;
	background: hsla(0,0%,75%,.2);
	width: 32px;
	height: 32px;
	line-height: 32px
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
	border-radius: 50%
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
	width: 40px;
	height: 40px;
	line-height: 40px
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
	border-radius: 50%
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
	width: 24px;
	height: 24px;
	line-height: 24px
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
	border-radius: 50%
}
.ant-skeleton-content {
	display: table-cell;
	width: 100%;
	vertical-align: top
}
.ant-skeleton-content .ant-skeleton-title {
	width: 100%;
	height: 16px;
	background: hsla(0,0%,75%,.2);
	border-radius: 2px
}
.ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
	margin-top: 24px
}
.ant-skeleton-content .ant-skeleton-paragraph {
	padding: 0
}
.ant-skeleton-content .ant-skeleton-paragraph>li {
	width: 100%;
	height: 16px;
	list-style: none;
	background: hsla(0,0%,75%,.2);
	border-radius: 2px
}
.ant-skeleton-content .ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)) {
width:61%
}
.ant-skeleton-content .ant-skeleton-paragraph>li+li {
	margin-top: 16px
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
	margin-top: 12px
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
	margin-top: 28px
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph>li, .ant-skeleton-round .ant-skeleton-content .ant-skeleton-title {
	border-radius: 100px
}
.ant-skeleton-active .ant-skeleton-avatar, .ant-skeleton-active .ant-skeleton-button, .ant-skeleton-active .ant-skeleton-image, .ant-skeleton-active .ant-skeleton-input, .ant-skeleton-active .ant-skeleton-paragraph>li, .ant-skeleton-active .ant-skeleton-title {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: transparent
}
.ant-skeleton-active .ant-skeleton-avatar:after, .ant-skeleton-active .ant-skeleton-button:after, .ant-skeleton-active .ant-skeleton-image:after, .ant-skeleton-active .ant-skeleton-input:after, .ant-skeleton-active .ant-skeleton-paragraph>li:after, .ant-skeleton-active .ant-skeleton-title:after {
	position: absolute;
	top: 0;
	right: -150%;
	bottom: 0;
	left: -150%;
	background: linear-gradient(90deg, hsla(0,0%,75%,.2) 25%, hsla(0,0%,51%,.24) 37%, hsla(0,0%,75%,.2) 63%);
	animation: ant-skeleton-loading 1.4s ease infinite;
	content: ""
}
.ant-skeleton.ant-skeleton-block, .ant-skeleton.ant-skeleton-block .ant-skeleton-button, .ant-skeleton.ant-skeleton-block .ant-skeleton-input {
	width: 100%
}
.ant-skeleton-element {
	display: inline-block;
	width: auto
}
.ant-skeleton-element .ant-skeleton-button {
	display: inline-block;
	vertical-align: top;
	background: hsla(0,0%,75%,.2);
	border-radius: 2px;
	width: 64px;
	min-width: 64px;
	height: 32px;
	line-height: 32px
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
	width: 32px;
	min-width: 32px
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
	width: 32px;
	min-width: 32px;
	border-radius: 50%
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
	border-radius: 32px
}
.ant-skeleton-element .ant-skeleton-button-lg {
	width: 80px;
	min-width: 80px;
	height: 40px;
	line-height: 40px
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
	width: 40px;
	min-width: 40px
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
	width: 40px;
	min-width: 40px;
	border-radius: 50%
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
	border-radius: 40px
}
.ant-skeleton-element .ant-skeleton-button-sm {
	width: 48px;
	min-width: 48px;
	height: 24px;
	line-height: 24px
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
	width: 24px;
	min-width: 24px
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
	width: 24px;
	min-width: 24px;
	border-radius: 50%
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
	border-radius: 24px
}
.ant-skeleton-element .ant-skeleton-avatar {
	display: inline-block;
	vertical-align: top;
	background: hsla(0,0%,75%,.2);
	width: 32px;
	height: 32px;
	line-height: 32px
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
	border-radius: 50%
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
	width: 40px;
	height: 40px;
	line-height: 40px
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
	border-radius: 50%
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
	width: 24px;
	height: 24px;
	line-height: 24px
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
	border-radius: 50%
}
.ant-skeleton-element .ant-skeleton-input {
	display: inline-block;
	vertical-align: top;
	background: hsla(0,0%,75%,.2);
	width: 160px;
	min-width: 160px;
	height: 32px;
	line-height: 32px
}
.ant-skeleton-element .ant-skeleton-input-lg {
	width: 200px;
	min-width: 200px;
	height: 40px;
	line-height: 40px
}
.ant-skeleton-element .ant-skeleton-input-sm {
	width: 120px;
	min-width: 120px;
	height: 24px;
	line-height: 24px
}
.ant-skeleton-element .ant-skeleton-image {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	vertical-align: top;
	background: hsla(0,0%,75%,.2);
	width: 96px;
	height: 96px;
	line-height: 96px
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
	border-radius: 50%
}
.ant-skeleton-element .ant-skeleton-image-path {
	fill: #bfbfbf
}
.ant-skeleton-element .ant-skeleton-image-svg {
	width: 48px;
	height: 48px;
	line-height: 48px;
	max-width: 192px;
	max-height: 192px
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
	border-radius: 50%
}
@keyframes ant-skeleton-loading {
0% {
transform:translateX(-37.5%)
}
to {
	transform: translateX(37.5%)
}
}
.ant-skeleton-rtl {
	direction: rtl
}
.ant-skeleton-rtl .ant-skeleton-header {
	padding-right: 0;
	padding-left: 16px
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar, .ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li, .ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title {
	animation-name: ant-skeleton-loading-rtl
}
@keyframes ant-skeleton-loading-rtl {
0% {
background-position:0 50%
}
to {
	background-position: 100% 50%
}
}
.ant-space {
	display: -moz-inline-box;
	display: inline-flex
}
.ant-space-vertical {
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}
.ant-space-align-center {
	-moz-box-align: center;
	align-items: center
}
.ant-space-align-start {
	-moz-box-align: start;
	align-items: flex-start
}
.ant-space-align-end {
	-moz-box-align: end;
	align-items: flex-end
}
.ant-space-align-baseline {
	-moz-box-align: baseline;
	align-items: baseline
}
.ant-space-item:empty {
	display: none
}
.ant-space-compact {
	display: -moz-inline-box;
	display: inline-flex
}
.ant-space-compact-block {
	display: -moz-box;
	display: flex;
	width: 100%
}
.ant-space-compact-vertical {
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}
.ant-space-compact-rtl, .ant-space-rtl {
	direction: rtl
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
	color: #ff4d4f
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
	color: #fff;
	background-color: #ff4d4f
}
.ant-dropdown {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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";
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 1050;
	display: block
}
.ant-dropdown:before {
	position: absolute;
	top: -4px;
	right: 0;
	bottom: -4px;
	left: -7px;
	z-index: -9999;
	opacity: .0001;
	content: " "
}
.ant-dropdown-wrap {
	position: relative
}
.ant-dropdown-wrap .ant-btn>.anticon-down {
	font-size: 10px
}
.ant-dropdown-wrap .anticon-down:before {
	transition: transform .2s
}
.ant-dropdown-wrap-open .anticon-down:before {
	transform: rotate(180deg)
}
.ant-dropdown-hidden, .ant-dropdown-menu-hidden, .ant-dropdown-menu-submenu-hidden {
	display: none
}
.ant-dropdown-show-arrow.ant-dropdown-placement-top, .ant-dropdown-show-arrow.ant-dropdown-placement-topLeft, .ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
	padding-bottom: 15.3137085px
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom, .ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft, .ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
	padding-top: 15.3137085px
}
.ant-dropdown-arrow {
	position: absolute;
	z-index: 1;
	display: block;
	width: 11.3137085px;
	height: 11.3137085px;
	border-radius: 0 0 2px;
	pointer-events: none
}
.ant-dropdown-arrow:before {
	position: absolute;
	top: -11.3137085px;
	left: -11.3137085px;
	width: 33.9411255px;
	height: 33.9411255px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: -10px -10px;
	content: "";
	clip-path: inset(33% 33%);
	clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")
}
.ant-dropdown-placement-top>.ant-dropdown-arrow, .ant-dropdown-placement-topLeft>.ant-dropdown-arrow, .ant-dropdown-placement-topRight>.ant-dropdown-arrow {
	bottom: 10px;
	box-shadow: 3px 3px 7px -3px rgba(0,0,0,.1);
	transform: rotate(45deg)
}
.ant-dropdown-placement-top>.ant-dropdown-arrow {
	left: 50%;
	transform: translateX(-50%) rotate(45deg)
}
.ant-dropdown-placement-topLeft>.ant-dropdown-arrow {
	left: 16px
}
.ant-dropdown-placement-topRight>.ant-dropdown-arrow {
	right: 16px
}
.ant-dropdown-placement-bottom>.ant-dropdown-arrow, .ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow, .ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
	top: 9.41421356px;
	box-shadow: 2px 2px 5px -2px rgba(0,0,0,.1);
	transform: rotate(-135deg) translateY(-.5px)
}
.ant-dropdown-placement-bottom>.ant-dropdown-arrow {
	left: 50%;
	transform: translateX(-50%) rotate(-135deg) translateY(-.5px)
}
.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow {
	left: 16px
}
.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
	right: 16px
}
.ant-dropdown-menu {
	position: relative;
	margin: 0;
	padding: 4px 0;
	text-align: left;
	list-style-type: none;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 2px;
	outline: none;
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05)
}
.ant-dropdown-menu-item-group-title {
	padding: 5px 12px;
	color: rgba(0,0,0,.45);
	transition: all .3s
}
.ant-dropdown-menu-submenu-popup {
	position: absolute;
	z-index: 1050;
	background: transparent;
	box-shadow: none;
	transform-origin: 0 0
}
.ant-dropdown-menu-submenu-popup li, .ant-dropdown-menu-submenu-popup ul {
	list-style: none
}
.ant-dropdown-menu-submenu-popup ul {
	margin-right: .3em;
	margin-left: .3em
}
.ant-dropdown-menu-item {
	position: relative;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.ant-dropdown-menu-item-icon {
	min-width: 12px;
	margin-right: 8px;
	font-size: 12px
}
.ant-dropdown-menu-title-content {
	-moz-box-flex: 1;
	flex: auto
}
.ant-dropdown-menu-title-content>a {
	color: inherit;
	transition: all .3s
}
.ant-dropdown-menu-title-content>a:hover {
	color: inherit
}
.ant-dropdown-menu-title-content>a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ""
}
.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {
	clear: both;
	margin: 0;
	padding: 5px 12px;
	color: rgba(0,0,0,.85);
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
	transition: all .3s
}
.ant-dropdown-menu-item-selected, .ant-dropdown-menu-submenu-title-selected {
	color: #00a5eb;
	background-color: #e6fcff
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-active, .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active, .ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active, .ant-dropdown-menu-submenu-title:hover {
	background-color: #f5f5f5
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled, .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
	color: rgba(0,0,0,.25);
	cursor: not-allowed
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover, .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
	color: rgba(0,0,0,.25);
	background-color: #fff;
	cursor: not-allowed
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a, .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a, .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a {
	pointer-events: none
}
.ant-dropdown-menu-item-divider, .ant-dropdown-menu-submenu-title-divider {
	height: 1px;
	margin: 4px 0;
	overflow: hidden;
	line-height: 0;
	background-color: #f0f0f0
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon, .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
	position: absolute;
	right: 8px
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
	margin-right: 0!important;
	color: rgba(0,0,0,.45);
	font-size: 10px;
	font-style: normal
}
.ant-dropdown-menu-item-group-list {
	margin: 0 8px;
	padding: 0;
	list-style: none
}
.ant-dropdown-menu-submenu-title {
	padding-right: 24px
}
.ant-dropdown-menu-submenu-vertical {
	position: relative
}
.ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 100%;
	margin-left: 4px;
	transform-origin: 0 0
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
	color: rgba(0,0,0,.25);
	background-color: #fff;
	cursor: not-allowed
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
	color: #00a5eb
}
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom, .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft, .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight, .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom, .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft, .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight {
	animation-name: antSlideUpIn
}
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top, .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft, .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight, .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top, .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft, .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight {
	animation-name: antSlideDownIn
}
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom, .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft, .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
	animation-name: antSlideUpOut
}
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top, .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft, .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
	animation-name: antSlideDownOut
}
.ant-dropdown-button>.anticon.anticon-down, .ant-dropdown-link>.anticon.anticon-down, .ant-dropdown-trigger>.anticon.anticon-down {
	font-size: 10px;
	vertical-align: baseline
}
.ant-dropdown-button {
	white-space: nowrap
}
.ant-dropdown-button.ant-btn-group>.ant-btn-loading, .ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn {
	cursor: default;
	pointer-events: none
}
.ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn:before {
	display: block
}
.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
	padding-right: 8px;
	padding-left: 8px
}
.ant-dropdown-menu-dark, .ant-dropdown-menu-dark .ant-dropdown-menu {
	background: #001529
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item, .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after, .ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a, .ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a .ant-dropdown-menu-submenu-arrow:after, .ant-dropdown-menu-dark .ant-dropdown-menu-item>a, .ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
	color: hsla(0,0%,100%,.65)
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover {
	color: #fff;
	background: transparent
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover, .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a {
	color: #fff;
	background: #00a5eb
}
.ant-dropdown-rtl {
	direction: rtl
}
.ant-dropdown-rtl.ant-dropdown:before {
	right: -7px;
	left: 0
}
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title, .ant-dropdown-menu.ant-dropdown-menu-rtl, .ant-dropdown-rtl .ant-dropdown-menu-item-group-title {
	direction: rtl;
	text-align: right
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
	transform-origin: 100% 0
}
.ant-dropdown-rtl .ant-dropdown-menu-item, .ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li, .ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul, .ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
	text-align: right
}
.ant-dropdown-rtl .ant-dropdown-menu-item>.anticon:first-child, .ant-dropdown-rtl .ant-dropdown-menu-item>span>.anticon:first-child, .ant-dropdown-rtl .ant-dropdown-menu-submenu-title>.anticon:first-child, .ant-dropdown-rtl .ant-dropdown-menu-submenu-title>span>.anticon:first-child {
	margin-right: 0;
	margin-left: 8px
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon, .ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
	right: auto;
	left: 8px
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon, .ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
	margin-left: 0!important;
	transform: scaleX(-1)
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
	padding-right: 12px;
	padding-left: 24px
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu {
	right: 100%;
	left: 0;
	margin-right: 4px;
	margin-left: 0
}
 <style data-n-href="/_next/static/css/ae19aab0d7fc0b57.css"> .index_inherit__A1ImK, .index_inherit__A1ImK:hover {
color:inherit
}
.index_first__IftCx {
	background: #bf2229
}
.index_sidebar__AlFQD {
	position: relative;
	text-align: center;
	width: 253px;
	height: 24px;
	line-height: 24px;
	margin-left: -6px;
	background: url(//www.thepaper.cn/_next/static/media/sidebar_down.b70dfd37.png);
	background-size: cover
}
.index_content___Uhtm {
	width: 240px;
	flex-shrink: 0
}
.index_content___Uhtm .index_extension__qi6qK {
	margin-bottom: 24px
}
.index_content___Uhtm .index_extension__qi6qK img {
	width: 240px;
	height: 90px;
	cursor: pointer
}
.index_content___Uhtm .index_homeshow__G4oAp {
	height: 90px
}
.index_content___Uhtm .index_heights__ee8LL {
	height: calc(100vh - 30px)
}
.index_content___Uhtm .index_banner__Dg2d_ span {
	margin-bottom: 10px!important;
	height: 75px!important
}
.index_content___Uhtm .index_banner__Dg2d_ span img {
	height: 75px!important
}
.index_content___Uhtm .index_banner__Dg2d_ .index_rotation__MrwIp {
	height: 75px;
	width: 200px;
	margin-bottom: 10px
}
.index_content___Uhtm .index_commonsider__3D368 {
	margin-bottom: 30px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB {
	margin-bottom: 30px;
	background: #f8f9f9;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_zwb__Q0Tlm {
	background-size: 100% 50px;
	transition: .3s;
	cursor: pointer
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_zwb__Q0Tlm:hover {
	background: #fff;
	background-size: 100% 100px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_zwb__Q0Tlm:hover li {
	color: #000
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_caixun__PpO3O {
	background-size: 100% 50px;
	transition: .3s;
	cursor: pointer
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_caixun__PpO3O:hover {
	background: #fff;
	background-size: 100% 100px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_caixun__PpO3O:hover li {
	color: #000
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_crossword__toY3q {
	background-size: 100% 50px;
	transition: .3s;
	cursor: pointer
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_crossword__toY3q:hover {
	background: #fff;
	background-size: 100% 100px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_crossword__toY3q:hover li {
	color: #000
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_crossword__toY3q .index_moneytop__c_UkG img {
	height: 44px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_notranstion__R0Uwz {
	transition: none;
	background-size: cover;
	background: none
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB.index_notranstion__R0Uwz:hover {
	background-size: cover
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_reporttop__VGXP7 {
	position: relative;
	text-align: center;
	width: 240px;
	height: 62px;
	line-height: 62px;
	background-size: cover
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_reporttop__VGXP7 img {
	width: 104px;
	height: 32px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_moneytop__c_UkG {
	position: relative;
	text-align: center;
	width: 240px;
	height: 62px;
	line-height: 62px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_moneytop__c_UkG img {
	width: 104px;
	height: 32px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_rebangtop__tpSSj {
	position: relative;
	text-align: center;
	width: 240px;
	height: 62px;
	line-height: 58px;
	background-size: cover
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_rebangtop__tpSSj img {
	width: 104px;
	height: 32px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm {
	width: 240px;
	background-position: 0 161px;
	padding: 0 12px 12px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li {
	font-size: 13px;
	color: #333;
	line-height: 21px;
	margin-bottom: 18px;
	display: -moz-box;
	display: flex;
	-moz-box-align: start;
	align-items: flex-start
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li:last-child {
	margin-bottom: 0
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li i {
	font-family: DINAlternate-Bold, DINAlternate;
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	width: 15px;
	flex-shrink: 0
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li span {
	width: 4px;
	height: 4px;
	margin-top: 8px;
	flex-shrink: 0;
	margin-right: 10px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li span.index_report__uIJO1 {
	background: linear-gradient(315deg, #296cbe, #7a6eaf)
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li span.index_caixun__PpO3O {
	background: linear-gradient(135deg, #00d9ff, #00a5eb)
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li span.index_crosswordIcon__dI8hG {
	background: linear-gradient(135deg, #b36868, #b02929)
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li a {
	color: #333;
	margin-left: 10px
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li a:hover {
	font-weight: 700;
	color: #000
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm button {
	transition: .3s;
	cursor: pointer;
	border: none;
	display: block;
	height: 36px;
	width: 100%;
	margin: 24px auto 0;
	font-size: 12px;
	color: #666;
	text-align: center;
	background: #f0f0f0
}
.index_content___Uhtm .index_commonsider__3D368 .index_ppreport__slNZB:hover .index_content___Uhtm button {
	background: #f8f9f9;
	color: #333
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 {
	position: relative;
	margin-bottom: 15px
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .ant-tabs>.ant-tabs-nav .ant-tabs-nav-list {
	width: 100%
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .ant-tabs-tab+.ant-tabs-tab {
	margin: 0
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
	padding: 5px 0;
	-moz-box-flex: 1;
	flex: 1 1;
	-moz-box-pack: center;
	justify-content: center
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .ant-tabs-tab-btn {
	width: 100%;
	text-align: center
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .ant-tabs-tab-btn span {
	display: inline-block;
	width: 100%
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar {
	bottom: -2px
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap {
	overflow: inherit
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .right-side-tabs .ant-tabs-nav-wrap {
	border-bottom: 2px solid #868686
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .ant-tabs-ink-bar:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #00a5eb;
	left: 50%;
	margin-left: -4px;
	bottom: -8px
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotnews__WfxTN {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d0d0d0
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotnews__WfxTN h3 {
	font-size: 16px;
	font-weight: 700;
	color: #666;
	margin: 0
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotList__r4VG_ li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	color: #333;
	font-size: 12px;
	border-top: 1px solid #fff;
	display: -moz-box;
	display: flex;
	-moz-box-align: baseline;
	align-items: baseline;
	font-family: sans-serif
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotList__r4VG_ li:first-child {
	border-top: none
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotList__r4VG_ li a {
	-moz-box-flex: 1;
	flex: 1 1;
	display: inline-block;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotList__r4VG_ li a:hover {
	color: #027eb3
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotList__r4VG_ li span {
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 5px;
	background: #a0a0a0
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotList__r4VG_ li span.index_first__IftCx {
	background: #bf2229
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotList__r4VG_ li span.index_sec__fppH0 {
	background: #ea5a25
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_hotList__r4VG_ li span.index_the__URHeB {
	background: #f39833
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys {
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys:first-child {
	border-top: none
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_otherAnswer__xrGlW {
	font-size: 14px;
	padding-top: 10px;
	color: #01a5ec
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_otherAnswer__xrGlW a {
	color: #01a5ec;
	display: inline-block
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_otherAnswer__xrGlW a:hover {
	color: #027eb3
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys p.index_commenttitle__aV_f8 {
	padding: 2px 7px 4px;
	background: #dcdcdc;
	color: #8c8c8c
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys p.index_commenttitle__aV_f8 a {
	color: #8c8c8c;
	display: inline-block
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys p.index_commenttitle__aV_f8 a:hover {
	color: #027eb3
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_answer__We8_5 {
	display: -moz-box;
	display: flex;
	margin: 10px 0
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_answer__We8_5 p {
	color: #555;
	font-size: 14px;
	-moz-box-flex: 1;
	flex: 1 1
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_answer__We8_5 p a {
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_answer__We8_5 p a:hover {
	color: #027eb3
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_answer__We8_5 p span {
	display: inline-block;
	width: 40px;
	font-size: 14px;
	color: #aaa
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_answer__We8_5 p span.index_zan__lI1Km {
	width: 16px;
	height: 16px;
	display: block;
	background: url(//www.thepaper.cn/_next/static/media/news_zan16.8ff54d33.png) no-repeat 0 0;
	background-size: 16px auto;
	cursor: pointer
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_answer__We8_5 p span.index_zanhover__WKcC4 {
	width: 16px;
	height: 16px;
	display: block;
	background: url(//www.thepaper.cn/_next/static/media/news_zan16.8ff54d33.png) no-repeat 0 0;
	background-size: 16px auto;
	background-position: 0 -16px!important
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_answer__We8_5 p b {
	font-weight: 400;
	color: #aaa
}
.index_content___Uhtm .index_commonsider__3D368 .index_hotarea__kTmB0 .index_comment__a6PpP .index_commentli__hQ3ys .index_answer__We8_5 p:first-child {
	width: 40px;
	text-align: center;
	font-size: 12px;
	-moz-box-flex: 0;
	flex: none;
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	padding-top: 3px
}
.index_content___Uhtm .index_commonsider__3D368 .index_beian__uhLsE {
	margin-top: 30px
}
.index_content___Uhtm .index_commonsider__3D368 .index_beian__uhLsE p {
	color: #666;
	line-height: 24px;
	font-size: 12px
}
.index_content___Uhtm .index_commonsider__3D368 .index_beian__uhLsE p a {
	color: #666
}
.index_content___Uhtm .index_commonsider__3D368 .index_renzheng__UYHh9 {
	margin-top: 16px;
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between
}
.index_content___Uhtm .index_commonsider__3D368 .index_renzheng__UYHh9 img {
	width: 100%
}
.index_content___Uhtm .index_commonsider__3D368 .index_renzheng__UYHh9 div {
	width: 45%
}
.index_content___Uhtm .index_commonsider__3D368 .index_renzheng__UYHh9 div:first-child {
	width: 50%
}
.index_content___Uhtm .index_commonsider__3D368 .index_renzheng__UYHh9 div:last-child img {
	border: 1px solid #e8e8e8
}
.index_content___Uhtm .index_commonsider__3D368 .index_mtboth___w_G_ {
	margin-top: 30px;
	cursor: pointer
}
.index_content___Uhtm .index_commonsider__3D368 .index_morelan__TmCvB {
	margin-top: 10px;
	font-size: 12px;
	background: transparent
}
.index_content___Uhtm .index_commonsider__3D368 .ant-collapse-header {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 10px
}
.index_content___Uhtm .index_commonsider__3D368 .ant-collapse-arrow {
	color: #999
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB {
	margin-top: 30px;
	background: #20272e;
	box-shadow: 2px 2px 4px 0 rgba(15,23,31,.7), -2px -2px 4px 0 rgba(48,58,68,.7)
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB.index_crossword__toY3q .index_moneytop__c_UkG img {
	height: 44px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB.index_caixun__PpO3O:hover, .index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB.index_crossword__toY3q:hover, .index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB.index_zwb__Q0Tlm:hover {
	background: #202c38
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB.index_caixun__PpO3O:hover li, .index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB.index_crossword__toY3q:hover li, .index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB.index_zwb__Q0Tlm:hover li {
	color: #fff
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_reporttop__VGXP7 {
	position: relative;
	text-align: center;
	width: 240px;
	height: 62px;
	line-height: 62px;
	background-size: cover;
	cursor: pointer
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_reporttop__VGXP7 img {
	width: 104px;
	height: 32px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_moneytop__c_UkG {
	position: relative;
	text-align: center;
	width: 240px;
	height: 62px;
	line-height: 62px;
	cursor: pointer;
	background-size: cover
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_moneytop__c_UkG img {
	width: 104px;
	height: 32px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_rebangtop__tpSSj {
	position: relative;
	text-align: center;
	width: 240px;
	height: 62px;
	line-height: 62px;
	background-size: cover
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_rebangtop__tpSSj img {
	width: 104px;
	height: 32px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm {
	width: 240px;
	background-position: 0 161px;
	padding: 0 12px 12px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li {
	color: #96a5b4
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li a {
	margin-left: 10px;
	color: #96a5b4
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm ul li a:hover {
	font-weight: 700;
	color: #fff
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB .index_content___Uhtm button {
	cursor: pointer;
	border: none;
	display: block;
	height: 36px;
	width: 100%;
	margin: 24px auto 0;
	font-size: 12px;
	color: #5a646e;
	text-align: center;
	background: #1a2226
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB:hover.index_crossword__toY3q .index_moneytop__c_UkG img {
	height: 44px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_ppreport__slNZB:hover button {
	color: #fff;
	background: #27303e
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_connent__vZ4r7 {
	display: -moz-box;
	display: flex;
	margin: 30px auto 0
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_connent__vZ4r7 .index_vcode__T07_z {
	margin-right: 10px;
	width: 102px;
	flex-shrink: 0
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_connent__vZ4r7 .index_vcode__T07_z img {
	width: 102px;
	height: 102px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_connent__vZ4r7 .index_vcode__T07_z h4 {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin-top: 5px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_connent__vZ4r7 .index_vcode__T07_z h4 b {
	display: block
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_connent__vZ4r7 .index_links__x1Zyc {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-flex: 1;
	flex: 1 1
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_connent__vZ4r7 .index_links__x1Zyc p {
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #fff;
	cursor: pointer
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_connent__vZ4r7 .index_links__x1Zyc p a {
	background: url(//www.thepaper.cn/_next/static/media/icon_ios_white.417932bc.png) no-repeat;
	background-size: 24px 24px;
	display: inline-block;
	padding-left: 30px;
	color: #ccc
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_connent__vZ4r7 .index_links__x1Zyc p:first-child a {
	background: url(//www.thepaper.cn/_next/static/media/icon_android_white.4650f145.png) no-repeat;
	background-size: 24px 24px;
	display: inline-block;
	padding-left: 30px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_beian__uhLsE {
	margin-top: 30px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_beian__uhLsE p {
	color: #5a646e;
	line-height: 24px;
	font-size: 12px
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_beian__uhLsE a {
	color: #5a646e
}
.index_content___Uhtm.index_black__tB8ml .index_commonsider__3D368 .index_renzheng__UYHh9 img {
	background: #fff
}
 <style data-n-href="/_next/static/css/16a21829ba45f1b7.css"> .index_watermark_duration__70Kqz, .index_watermark_images__p5ENo, .index_watermark_imgliving__yFNV0, .index_watermark_luxiang__98ZJM, .index_watermark_topic__ljLTM, .index_watermark_videos__EIUXb, .index_watermark_vliving___IUcP, .index_watermark_yugao__U0HfQ {
position:absolute;
bottom:4px;
right:4px;
height:18px;
background:rgba(32,39,46,.8);
padding:2px 4px 2px 2px;
display:-moz-box;
display:flex;
-moz-box-align:center;
align-items:center;
font-family:MicrosoftYaHei
}
.index_watermark_duration__70Kqz.index_noPosition__aC6iQ, .index_watermark_images__p5ENo.index_noPosition__aC6iQ, .index_watermark_imgliving__yFNV0.index_noPosition__aC6iQ, .index_watermark_luxiang__98ZJM.index_noPosition__aC6iQ, .index_watermark_topic__ljLTM.index_noPosition__aC6iQ, .index_watermark_videos__EIUXb.index_noPosition__aC6iQ, .index_watermark_vliving___IUcP.index_noPosition__aC6iQ, .index_watermark_yugao__U0HfQ.index_noPosition__aC6iQ {
	left: 0;
	right: auto;
	font-size: 12px
}
.index_watermark_images__p5ENo .index_watermark_num__X23Fl, .index_watermark_videos__EIUXb .index_watermark_num__X23Fl {
	width: 15px;
	text-align: center
}
.index_watermark_duration__70Kqz.index_watermark_ad__OO9pb {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center
}
.index_watermark_topic__ljLTM {
	background: url(data:image/png;base64,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) no-repeat;
	background-size: 100%
}
.index_watermark_imgliving__yFNV0 {
	background: url(data:image/png;base64,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) no-repeat;
	background-size: 100%
}
.index_watermark_luxiang__98ZJM {
	background: url(data:image/png;base64,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) no-repeat;
	background-size: 100%
}
.index_watermark_yugao__U0HfQ {
	background: url(data:image/png;base64,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) no-repeat;
	background-size: 100%
}
.index_watermark_vliving___IUcP {
	background: url(data:image/png;base64,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) no-repeat;
	background-size: 100%
}
.index_icon_images__K0yxA {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAAXNSR0IArs4c6QAAACdQTFRFAAAA////////////////////////////////////////////////rj1KOQAAAAx0Uk5TAAEFDBaAjKS4uszUFutToQAAAEZJREFUGNNjYMANeM7AwAE0DkIJGgeu6gAG5wBMEYkcDwcEh3nNYjgnVPPMSQUoh/XMnjNnCqGcGJCVx0iyB9lrPNj8iQEAIb1Ydu5L5aIAAAAASUVORK5CYII=) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px
}
.index_icon_videos__yVco6 {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAAXNSR0IArs4c6QAAABJQTFRFAAAA////////////////////PlKtOgAAAAV0Uk5TABVVqurb7BJCAAAAP0lEQVQY02NgwA1YQ2EgAI2DUILGgasKwOAEwBRh4TALIHFYnZA5oYbInBAFXBxDHAagGI3LBcheY8XmTwwAABd3I0dCMky4AAAAAElFTkSuQmCC) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: 100%
}
.index_icon_topic__hf025 {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAQMAAADaua+7AAAAAXNSR0IArs4c6QAAAAZQTFRFAAAA////pdmf3QAAAAF0Uk5TAEDm2GYAAAAkSURBVAjXY2BAAvz//4AxAwMPGNv/PwPGBgzEYfv/B8AYCQAAEfYWFThg+2YAAAAASUVORK5CYII=) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: 100%
}
.index_icon_yugao__qqqbJ {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAWlJREFUSEvtlM9KAlEUxn+zCUHT2foMPoCugqRFRBTW1p1/Hqpy50sE4qIWKRGBYa/QA2j0R889MXNnRM1xGCNw4cBw4XD5vvN957vH4Z8/55/x2RHEOrwFFqk6vEgd0RqGAkZBGKLSopS6wXF0nYz1Cl41z0TaGC0jigVX8CDFgDpdSFU5cN6iSKIJvM4H0kG0/BvYIwgIVbscpo+ilEQTDKYNpnrlg4d/CGpYrjU5zl6vUhFN8DzpIVq04IEl3qmBTTNiX02fk2wpGcHTZIRoxnoddLxqDraBMae5/WQEj98jxGQWul/o2lhltjbmzE1I0PvqIaZoQUKwMD3zp5+qPuduQosePhoIdsjL1vi1OVJDkws34ZC9mN5/dhBjYxraMQMO00WXirtBTL2J3Wme6Xvbfwu+iuUU0UX3qlymN3hoYSQ8JbejOlBjagqWhCFCi0ruj6sidlfGX9iCbRrf5NobOwWxBv4AXfH3GXBSB9IAAAAASUVORK5CYII=) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: 100%
}
.index_icon_tri-dark___Kfgk, .index_icon_tri__95rjB {
	height: 12px;
	margin-left: 2px;
	vertical-align: middle;
	display: inline-block;
	width: 12px
}
.index_icon_city__25J7_ {
	background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAA09JREFUSEvdlVtIFFEcxr9zZtZ13S5baraWWq5lUSFFVzLT1rK0CwVF0ApFQVBPFQRlovZQT2EvBUExi20UFdWa3Qx9kCKohwgMKleKQCNnL6JZ6V5OzDnjtmpL20MPNS9zzhnm+/2/74MZgr98kb+sj/8UcOXEukNef+BMhCXmkBLC0jKsR3bVuOtHRz4mIvfpDQs/dgeeh0Jh+U/6kQ2GUHZO3tItRxpexr43AtB+fXvSk2fdr759H5ozI2sqSouWAFQGoTJAZL4We8PPNZHR/KgJ7z3vkJJifrNy2eqC+TvqhoYhIwANx4ov+noH9ppNRmwrL4TRaIoR1cQNMTBJ3xswOBTEjatODHzpR1q69VLlycZ9YwDXauwbP6t9jVru5SWLkJmRBkhJfHLugGqCSTpAWw870dxI6O7qwt3bV0EBljE9e/PO4zebNAh30Fa/zdr+4dPrwaHQpII52VhcMFsXFdEIQIwDDcYj0x3pET5/1oaXL54i2WQKzMtfNK9o/9lPHHDpaFFTX/+3CssEM7aWLYMkyaDjp0OanI9wwAM22CsAUZjogMgmEIMZLBwECEGEUdy8cgEBnwrLpPR7e07d38gBl6vs57z+vgOEEBSvWABbzjQOkFPngrEwwr63YKGvMR1IgCZunMgjYJEQD6Oz4w1aHtwCYwzpGVnnHbW3DkZLdh23K2qgb7cGKVm5ELkzsiBZckHNViASRLj3A79zJ3IyqCkVTJtOm56F0dnxFi0P3br4NKej9s6eaAfDjTdU2RWfX4cULoFtZg6oZSao0QIWCSLS38UBNCWNT8yjiQTh6XiH1keNunim01Hr5uJjANqBq2qtovp7hZNVy2Gz5YJOyAYxmMS0/C2JAxH6LsSbm34p/kuAgJQpqt8vIMWFsNnyQMdZQWiSlrjIPPgVHk8HWpvvCfEpmU5H3c/J4zoYfuCqLlNUr4CsKSmGbVY+SPJkgFCw4AA6Pdrk93XxqU5H3d1oLHE/FaO/Pa7q9Yrq9QmIvVRAiCQmf/zgt+JxI4oFuarLFdWrCkjpeoAStDYnJp4QgHdSXaGo3h4O0S6RefxYEo5ohJOaCkXt6dmtnSUqnrCDaPE1m+oZKKuscx8e3Ve8/b//T/4BNVtHKJ0hFicAAAAASUVORK5CYII=);
	background-size: 100%;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: -4px
}
.index_icon_images__K0yxA {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMAAQUMFiMzRVtzgIaMpLrM3Onz+v4rVqtmAAAAgElEQVRIx+3VyQqAMAwE0Kh1aVxql/n/X/Ug4sEtRZAqzv0dAjOE6DOBMCkD6Z2pAumxqQPJsT94HmgdB5oQmhhQe8DXclA5AHCVADATUWnnwtnyEjDApMaloqO6AAwArVlLbYpTwNsZDPkJ4L3h9Nkh4P2pdX+9b4CoR5IgeH0mojtIidoVi10AAAAASUVORK5CYII=) no-repeat;
	background-size: 100%
}
.index_icon_play__U_vMl {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAAQcQHS1BWXOMpr7S4u/4/tUoZXsAAAB1SURBVEjH7ZQ5EoAwEMPCfR/+/2cpIVDEGjqIe81klV2HkPPTjBUEtLQQ0D6UDJDmBgLa+oIB0lRDQGsHAckUfAKm4AvgCVYUQ3AMGIJ1T0rwA0gJfg/AJ9GhoVb6cXQ14PLR9YYHRE8UlgCtGVpkuCpzPpoDkO0Smddno4sAAAAASUVORK5CYII=) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: 100%
}
.index_icon_living__f6VWj {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAQMAAADaua+7AAAAAXNSR0IArs4c6QAAAAZQTFRFAAAA0AIbkL0nkQAAAAF0Uk5TAEDm2GYAAAAVSURBVAjXY2BABza48Acw5ieA0QAADBYNmZ/gRxoAAAAASUVORK5CYII=) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: 100%
}
.index_icon_luxiang__9Ryfj {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAAXNSR0IArs4c6QAAABhQTFRFAAAA////zMzMzc3Nzc3NzMzMzc3NzMzMhZlQugAAAAd0Uk5TAAEZZb3I8xUhWJwAAAA9SURBVBjTY2CgOhAOSzWEsZncy8tLFKAckXIgcIRyzEGcYignHMQphXLSQZwybBwUZSgGoBiNYimKc6gHALEVGcXNAgC/AAAAAElFTkSuQmCC) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: 100%
}
.index_icon_tri__95rjB {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAApVBMVEUAAAD///////+qqqq/v7+qqqqfn5+ioqKdnZ2fn5+hoaGbm5udnZ2hoaGZmZmcnJycnJyZmZmbm5ucnJybm5uZmZmbm5uZmZmbm5uZmZmZmZmampqampqbm5uZmZmZmZmZmZmampqampqampqZmZmampqampqZmZmZmZmZmZmZmZmZmZmZmZmampqampqampqampqampqZmZmampqZmZmampqZmZk09DxrAAAANnRSTlMAAQIDBAYICw0QExcaGx4xNjxCSE9VXGRrc3t8g4SMlJuiqbC3vb/DyM7T2Nzv8vT3+fr8/f7jlUUVAAAAoElEQVRIx+3URRLCQBRF0eAS3N2DBZe7/6WxhjugYJA/7lPV8voFQTL/OdWoptaHMaeKAVsgDgWon4FjWYjGBTiUhGhegX1RiNYN2BWEaN+BKC9E5wFsckJ0n8A6K0TvBawyQvTfwDItxABgkRJiCDA3sRoBzIyYAEy/CMZyS/bQ9lrtw9lo2PDZeNsPZL+oLQFbM7rIdFXqMtZ1n8xP5gPGRh+Ei++cQwAAAABJRU5ErkJggg==) no-repeat;
	background-size: 100%
}
.index_icon_tri-dark___Kfgk {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAApVBMVEUAAAD///+AgICqqqqAgICAgICAgIB0dHR2dnZwcHBra2tvb29sbGxoaGhmZmZoaGhoaGhmZmZoaGhnZ2dnZ2dmZmZnZ2dmZmZmZmZmZmZoaGhnZ2dnZ2dmZmZmZmZnZ2dmZmZmZmZnZ2dnZ2dnZ2dnZ2dnZ2dmZmZmZmZnZ2dnZ2dnZ2dmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZnZ2dmZmZmZmYOUnDBAAAANnRSTlMAAQIDBAYICw0QExcaGx4xNjxCSE9VXGRrc3t8g4SMlJuiqbC3vb/DyM7T2Nzv8vT3+fr8/f7jlUUVAAAAoElEQVRIx+3URRLCQBRF0eAS3N2DBZe7/6WxhjugYJA/7lPV8voFQTL/OdWoptaHMaeKAVsgDgWon4FjWYjGBTiUhGhegX1RiNYN2BWEaN+BKC9E5wFsckJ0n8A6K0TvBawyQvTfwDItxABgkRJiCDA3sRoBzIyYAEy/CMZyS/bQ9lrtw9lo2PDZeNsPZL+oLQFbM7rIdFXqMtZ1n8xP5gPGRh+Ei++cQwAAAABJRU5ErkJggg==) no-repeat;
	background-size: 100%;
	line-height: normal
}
.index_watermark_num__X23Fl {
	color: #fff;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	margin-left: 2px
}
.index_icon_vip__yGvMR {
	width: 11px;
	height: 11px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAYAAAAP6L+eAAAC0ElEQVRIS7WVW0tUURTH//s4lzM6x3GmHsw0U6nJCSVpHgTxoR6qB00tMLSg8gMUA6ZYEUhUaEF+AfGpIKFRUykKIhBNwrKLeKksZEwI1KOeaXTOjGfHHp3xjM6lKPfrXuu31vqvtdcm2KZDonEppWYAZQBOArABSFu3nQEwCuAJgC5CiBiJsQVMKeUBOHwK6jpc3pSuaRlD837MLK8G/NMMCbBbNChL16EiQ7+g5dAM4D4hZEUdIAxMKd0NoNPp8trrhn9h0q3EFCrHyKG5IAmnMvRDAMoJIT+CDiEwgyoUg/Xv3en3xsKCx+1CbS6PpkPGaY6gMAgPgNfL77sy7Lb/LTQYlcHvFhhZ5sVMliC4weny3j7dJ8XNLpbB42KByXKVEHKHsO7LCv1u6xFNak33JHLQceEYl0dBspbApN1ojShTzMk0YMg0Hy0xL+o4ksXAF9qnvG1n+sOzvZlvgONAIpI0BF+kVbRNrqB1cgV5KRpU79WjJofH4KwP1z548PKnL5TBoyIBlZn6iwzsPNsvVTyc8m6psiZbj9ZCAS3jHjjeeUL3O3QEL44mo/D5IuRNg1OdqceDIqGDgcet3aL1s7Q2p5vP11IzvArFwd6F0BULuCBTOKflLfb7hQRMlJonGHhJaJ8V3P7IbWnMM+BGXhLye0V8WlwLzso9NyDBtyZt2DFqAKlypxQXbBU4jJdacGvEg+sfPdhlIGiwGXDp7YY0arIaHFMK5vTmuAlmHYd93SIcVh6vZ/0YnItcolqKqM0LZnLZyqPlsBH2pyJqcw2oGnBHHWd18yKOm9ozlSdwlVvQOyNjeN6PxpHlqGD1uJl9Cr7l9synxFo6z44k41iqNiBHNDv2QMZKLGzjZf/xk67K1OF8Fo8Tr5aiZhv2pJnVti2hdfj/X5vB2rZl0avgga9JVmh9p0s2xfqayjN0bJM1xf2a1F3518/0N8FkeNtQHIgCAAAAAElFTkSuQmCC) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0
}
.index_fc_ff_list_left_fix_8__VLuF8 {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #f2bb6d;
	line-height: 14px;
	white-space: nowrap;
	-moz-box-pack: end;
	justify-content: flex-end;
	background: url("data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAgCAYAAACGqDMBAAAAAXNSR0IArs4c6QAAAbpJREFUeF7tnDtLxEAURs/6KHyiiA8EG0FQsFesrMQfICpYWAgiYqX+f+RiFkLIPrLLZobkTLPVZu6ce5iQb2czYL6xDJwCZ8AhsA2sAavAEjCY7/J+u+8EZhUo5LsCboCtvkN0/YsjMIugu8ATcLS4sryyBP4JNBV0H3gFNgUogTYINBF0HXgHdtoozDkk0HQHfQAuxSaBNglMu4OeAG9tFuZcEmiyg74UUZLUJNAqgWl20D3ga4YHqlYX4mTdJDCNoHdF3tlNAq4qawKTBI1A/gfYyHoVFtdZApMEPQeeO7t6F5Y9gUmChpwhqUMCSQiMEzRu699AHAhxSCAJgXGCXgP3SapyUgkUBMYJ+uGBED1JTWCUoHFSKQR1SCApgVGCxq09bvEOCSQlUCeo2WfSljh5mUCdoGafOpINgTpBzT6zaY+FVAU1+9SJrAhUBTX7zKo9FlMV1OxTJ7IiUBbU7DOr1lhMECgLavapE9kRGAoan7+e+8yuP70vaCjoAfDZexoCyI6AgmbXEguq+yUpRI2zn75nST+yIlB+SLoAHv33Zlb96X0x1Rw0XqV4CxwDK72nI4DkBP4ABhYQIcrAw2cAAAAASUVORK5CYII=") no-repeat 100% /contain;
	padding: 3px 5px 1px 13px
}
.index_fc_ff_list_icon__CK9NU, .index_fc_ff_list_left_fix_8__VLuF8 {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.index_fc_ff_list_icon__CK9NU {
	height: 16px;
	-moz-box-flex: 0;
	flex: 0 0 16px;
	margin-right: 3px
}
.index_fc_ff_list_icon__CK9NU .index_fc_ff_list_iconImg__6_kSn {
	width: 100%!important;
	height: 100%!important;
	-o-object-fit: cover;
	object-fit: cover
}
 <style data-n-href="/_next/static/css/04bf198cbb1069de.css"> .share_normalstyle__UTbBN {
font-weight:400;
vertical-align:top;
display:inline-block;
position:relative;
height:18px;
cursor:pointer
}
.share_normalstyle__UTbBN.share_black__UvLm6 .ant-dropdown-menu {
	width: 80px;
	background: #20272e;
	box-shadow: 0 1px 4px 0 rgba(15,23,31,.7)
}
.share_normalstyle__UTbBN.share_black__UvLm6 .ant-dropdown-arrow:before {
	background-color: #20272e;
	box-shadow: 0 1px 4px 0 rgba(15,23,31,.7)
}
.share_normalstyle__UTbBN.share_black__UvLm6 .ant-dropdown-arrow {
	background-color: #20272e;
	border-color: #20272e transparent transparent;
	z-index: 1
}
.share_normalstyle__UTbBN.share_black__UvLm6 .ant-dropdown-arrow:after {
	content: ""!important;
	border-width: 0!important
}
.share_normalstyle__UTbBN.share_black__UvLm6 .ant-dropdown-menu-item:hover p {
	color: #fff!important
}
.share_normalstyle__UTbBN.share_black__UvLm6 p {
	color: #96a5b4
}
.share_normalstyle__UTbBN.share_black__UvLm6 p:hover {
	color: #fff!important
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_dropdown__yM91R ul li {
	background: #20272e!important;
	font-size: 12px!important
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_dropdown__yM91R ul li:hover {
	background: #202c38!important
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_dropdown__yM91R ul li:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_dropdown__yM91R ul li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_normal__fb_BA ul li:hover {
	background: #202c38!important
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_normal__fb_BA ul li:first-child:hover {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_normal__fb_BA ul li:last-child:hover {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_normal__fb_BA .ant-dropdown-arrow {
	width: 0;
	height: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
	bottom: -4px;
	border: 10px solid transparent;
	border-top-color: #20272e
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_normal__fb_BA .ant-dropdown-arrow:after {
	content: "";
	width: 0;
	height: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
	bottom: -4px;
	border: 10px solid transparent;
	border-top-color: #fff
}
.share_normalstyle__UTbBN.share_black__UvLm6:hover .shareall {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_white.1731b7e0.png) no-repeat!important;
	background-size: 18px 18px!important
}
.share_normalstyle__UTbBN.share_black__UvLm6 .share_wechat__Why9R, .share_normalstyle__UTbBN.share_black__UvLm6 .share_weibo__rz_ar {
	color: #96a5b4!important
}
.share_normalstyle__UTbBN .ant-dropdown-menu {
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.08);
	padding: 0;
	border-radius: 4px;
	width: 80px
}
.share_normalstyle__UTbBN .ant-dropdown-menu-item:hover p {
	color: #000!important
}
.share_normalstyle__UTbBN:hover .shareall {
	background: url(//www.thepaper.cn/_next/static/media/share_icon_active.fb5badcc.png) no-repeat!important;
	background-size: 18px 18px!important;
	color: #000
}
.share_wechat__Why9R {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_wechat.05f49d95.png) no-repeat 0;
	background-size: 18px 18px;
	padding-left: 25px;
	color: #666!important
}
.share_wechat__Why9R:hover {
	color: #000!important
}
.share_weibo__rz_ar {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_weibo.fea805a4.png) no-repeat 0;
	background-size: 18px 18px;
	padding-left: 25px;
	color: #666!important
}
.share_weibo__rz_ar:hover {
	color: #000!important
}
.share_dropdown__yM91R {
	right: -9px!important;
	left: auto!important;
	top: -75px!important
}
.share_dropdown__yM91R .ant-dropdown-arrow {
	right: 13px!important
}
.share_dropdown__yM91R .ant-dropdown-menu span {
	padding: 0!important
}
.share_dropdown__yM91R .ant-dropdown-menu p {
	display: inline-block;
	width: 50px!important
}
.share_dropdown__yM91R ul li {
	height: auto!important;
	margin: 0!important;
	border: none!important;
	z-index: 1;
	background: #fff!important;
	font-size: 12px!important
}
.share_dropdown__yM91R ul li:hover {
	background: #f5f5f5!important;
	box-shadow: none!important
}
.share_dropdown__yM91R ul li:first-child, .share_dropdown__yM91R ul li:first-child:hover {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
.share_dropdown__yM91R ul li:last-child, .share_dropdown__yM91R ul li:last-child:hover {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}
.share_normal__fb_BA ul li {
	height: auto!important;
	margin: 0!important;
	padding: 5px 15px!important;
	border: none!important;
	font-size: 12px!important
}
.share_normal__fb_BA ul li:hover {
	background: #f5f5f5!important;
	box-shadow: none!important
}
.share_normal__fb_BA .ant-dropdown-menu span {
	padding: 0!important
}
.share_normal__fb_BA .ant-dropdown-menu p {
	display: inline-block;
	width: 50px!important
}
.share_normal__fb_BA .ant-dropdown-arrow {
	width: 0;
	height: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
	bottom: -4px;
	border: 10px solid transparent;
	border-top-color: #fff;
	filter: drop-shadow(0 4px 2px rgba(0,0,0,.1))
}
.share_sharedown__sdkYl {
	position: relative
}
.share_modal__IXnpA .share_sharedialog__gFbdj {
	text-align: left
}
.share_modal__IXnpA .share_sharedialog__gFbdj p {
	font-size: 14px;
	padding: 0 20px 20px 0
}
.share_modal__IXnpA .share_sharedialog__gFbdj img {
	margin-bottom: 20px;
	width: 300px;
	height: 300px
}
.index_corner_label__3aOsf {
	width: 36px!important;
	height: 30px!important;
	overflow: hidden;
	background: url(//www.thepaper.cn/_next/static/media/tag_bg_icon.9b939d5c.png) no-repeat;
	background-size: 100% 100%;
	display: -moz-box;
	display: flex;
	-moz-box-pack: center;
	justify-content: center
}
.index_corner_label__3aOsf span {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 25px
}
.index_main__q1zZQ {
	position: relative;
	padding: 24px 0;
	margin-top: -24px;
	margin-bottom: 30px
}
.index_main__q1zZQ .index_nav_arrow__FVLI5 {
	position: absolute;
	right: 160px;
	z-index: 1;
	background: url(//www.thepaper.cn/_next/static/media/icon_arrow.65396108.svg) no-repeat;
	opacity: .2;
	background-size: 100%;
	height: 18px;
	width: 18px;
	transition: .3s
}
.index_main__q1zZQ .index_nav_arrow__FVLI5.index_opacity__PDdYk {
	opacity: 1;
	cursor: pointer
}
.index_main__q1zZQ .index_nav_arrow__FVLI5.index_prev__Ogj_o {
	top: 0
}
.index_main__q1zZQ .index_nav_arrow__FVLI5.index_next__Ap2tY {
	bottom: 0;
	transform: rotate(180deg)
}
.index_carousel__Ku2qV {
	display: -moz-box;
	display: flex;
	background: #fff;
	box-shadow: 0 2px 8px 0 #dee4e6;
	border-radius: 0;
	overflow: hidden
}
.index_carousel-left__DMdXu {
	flex-shrink: 0;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 634px;
	height: 366px
}
.index_carousel-left__DMdXu .ant-carousel, .index_carousel-left__DMdXu .slick-slider {
	height: 100%
}
.index_carousel-left__DMdXu .index_carousel_img__HbOWM {
	border: 8px solid #fff;
	height: var(--h);
	width: 100%;
	position: relative
}
.index_carousel-left__DMdXu .index_carousel_img__HbOWM .index_corner_label__q3VQx {
	top: -8px;
	left: 0;
	z-index: 1
}
.index_carousel-left__DMdXu .index_carousel_img__HbOWM .index_left_author___Qyg_ {
	position: absolute;
	left: 10px;
	bottom: 8px;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.index_carousel-left__DMdXu .index_carousel_img__HbOWM .index_left_author___Qyg_ .index_left_author_name__bQzkL {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.index_carousel-left__DMdXu .index_carousel_img__HbOWM .index_left_author___Qyg_ .index_left_author_name__bQzkL:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #999;
	margin: 0 6px
}
.index_carousel-left__DMdXu .index_carousel_img__HbOWM .index_left_author___Qyg_ .index_left_author_name__bQzkL:hover {
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5)
}
.index_carousel-left__DMdXu .index_carousel_img__HbOWM .index_left_author___Qyg_ .index_left_author_time__lq5j5 {
	font-size: 12px;
	color: #ccc;
	line-height: 18px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5)
}
.index_carousel-left__DMdXu img {
	height: 100%;
	width: 100%
}
.index_carousel-right__C9au9 {
	position: relative;
	overflow: hidden;
	-moz-box-flex: 1;
	flex: 1 1
}
.index_carousel-right__C9au9 ul {
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	height: 100%;
	-moz-box-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap
}
.index_carousel-right__C9au9 ul, .index_carousel-right__C9au9 ul li {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	position: relative
}
.index_carousel-right__C9au9 ul li {
	width: 100%;
	flex-shrink: 0;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	background: #f8f9f9;
	transition: background .5s
}
.index_carousel-right__C9au9 ul li a {
	color: #000;
	padding: 0 15px;
	width: 100%;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.index_carousel-right__C9au9 ul li.index_active__CphBt {
	background: #fff;
	border-right: 4px solid;
	-o-border-image: linear-gradient(180deg, #00d9ff, #00a5eb) 1;
	border-image: linear-gradient(180deg, #00d9ff, #00a5eb) 1;
	font-weight: 700
}
.index_carousel-right__C9au9 ul li.index_off_t__5B_qa {
	border-radius: 0 0 0 8px;
	overflow: hidden
}
.index_carousel-right__C9au9 ul li.index_off_b__hSEub {
	border-radius: 8px 0 0 0;
	overflow: hidden
}
.index_carousel__Ku2qV.index_single__NPic_ {
	transition: .3s;
	background: #f8f9f9
}
.index_carousel__Ku2qV.index_single__NPic_:hover {
	background: #fff!important
}
.index_carousel__Ku2qV.index_single__NPic_:hover .index_carousel_img__HbOWM {
	border-color: #fff!important
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-left__DMdXu {
	position: relative
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-left__DMdXu .index_carousel_img__HbOWM {
	transition: .3s;
	border-color: #f8f9f9
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 {
	-moz-box-flex: 1;
	flex: 1 1;
	position: relative;
	overflow: hidden;
	padding: 20px;
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_title__6_0eA {
	line-height: 29px;
	font-size: 22px;
	font-weight: 700;
	margin-top: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_title__6_0eA a {
	color: inherit
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB:hover .index_follow_content__85WjA .index_name__mq5Zl {
	color: #000!important
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB .index_follow_content__85WjA {
	width: 100%;
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 12px;
	padding-bottom: 12px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB .index_follow_content__85WjA .index_author_info__8Bade {
	width: 100%
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB .index_follow_content__85WjA .index_author_info__8Bade .index_left__NnOwz {
	width: 200px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB .index_follow_content__85WjA .index_author_info__8Bade .index_left__NnOwz .index_avatar__j_a5R {
	position: relative;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin-right: 10px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB .index_follow_content__85WjA .index_author_info__8Bade .index_left__NnOwz .index_avatar__j_a5R img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB .index_follow_content__85WjA .index_author_info__8Bade .index_left__NnOwz .index_avatar__j_a5R span {
	background: url(//www.thepaper.cn/_next/static/media/tag_V.7b90ae77.png) no-repeat;
	display: block;
	background-size: 100%;
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: -1px;
	right: -1px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB .index_follow_content__85WjA .index_author_info__8Bade .index_left__NnOwz .index_name__mq5Zl {
	transition: .4s;
	cursor: pointer;
	font-size: 12px;
	color: #666;
	position: relative;
	display: block;
	text-align: left;
	max-width: 100px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_left__a_ByF {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	color: #979797
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_left__a_ByF span {
	display: block;
	font-size: 12px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_left__a_ByF .index_author_left_name__J92mz {
	color: #666;
	max-width: 110px;
	overflow: hidden;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_left__a_ByF .index_author_left_name__J92mz:hover {
	color: #000
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_left__a_ByF .index_author_left_name__J92mz:after {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: #979797;
	margin: 0 6px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_left__a_ByF .index_time__nci_0 {
	color: #999
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_left__a_ByF p {
	font-size: 12px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS {
	margin-bottom: 0;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_comment__Odz24, .index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_share__AA7nP {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 14px;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	cursor: pointer
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_comment__Odz24:before, .index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_share__AA7nP:before {
	content: "";
	width: 18px;
	height: 18px;
	display: block
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_comment__Odz24 {
	margin-right: 10px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_comment__Odz24:before {
	background: url(//www.thepaper.cn/_next/static/media/icon_comment.2eab01e7.svg) no-repeat 50%
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_comment__Odz24:hover {
	color: #000
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_comment__Odz24:hover:before {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon_active.e70dc22d.png) no-repeat 50%;
	background-size: 18px 18px
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_share__AA7nP:before {
	background: url(//www.thepaper.cn/_next/static/media/icon_share.5814a21a.svg) no-repeat 50%
}
.index_carousel__Ku2qV.index_single__NPic_ .index_carousel-right__C9au9 .index_author__FELoB div.index_info__XsoAw .index_author_right__Kq4DS .index_author_right_share__AA7nP:hover:before {
	background: url(//www.thepaper.cn/_next/static/media/share_icon_active.fb5badcc.png) no-repeat 50%;
	background-size: 18px 18px
}
.index_corner_label__q3VQx {
	width: 36px;
	height: 30px;
	display: block;
	background-size: 100% 100%;
	position: absolute;
	right: 16px;
	top: 0
}
.index_corner_label_ad__rnetr {
	position: absolute;
	right: 4px;
	top: 4px;
	width: auto;
	padding: 0 2px;
	height: 14px;
	border: 1px solid #fff;
	font-size: 10px;
	color: #fff;
	line-height: 12px;
	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_follow__umYBC {
	cursor: pointer;
	width: 58px;
	height: 24px;
	border: 1px solid #00a5eb;
	font-size: 12px;
	color: #00a5eb;
	text-align: center;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center
}
.index_follow__umYBC.index_active__CphBt {
	border: 1px solid #ccc;
	color: #ccc
}
 <style data-n-href="/_next/static/css/38a5dfe0c7f20488.css"> .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-prev {
	left: -25px
}
.ant-carousel .slick-prev:before {
	content: "←"
}
.ant-carousel .slick-next {
	right: -25px
}
.ant-carousel .slick-next:before {
	content: "→"
}
.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: 220px
}
.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;
	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: #999
}
.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 .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;
	background: url(http://img.cnnmc.com/templates/cnnm/img/icon1.gif) no-repeat left center;
    padding-left: 35px;
}
.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: 70%;
	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
}
 <style data-n-href="/_next/static/css/a3d3031afcb98252.css"> .index_wordCorrelationsItem__Y4dOI {
display:-moz-box;
display:flex;
-moz-box-align:center;
align-items:center;
margin:20px auto
}
.index_title__w2iKO {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	text-decoration: underline
}
.index_wordCorrelationsIcon__gfh4M {
	display: inline-block;
	align-self: flex-start;
	-moz-box-flex: 0;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-right: 5px
}
.index_specialCorrelations__zCInZ {
	background: url(//www.thepaper.cn/_next/static/media/topic_333.dcab712c.png) no-repeat 50%/cover
}
.index_strongRelations__0QfU1 {
	background: url(//www.thepaper.cn/_next/static/media/icon_24x24_live_333333@2x.a4df3a13.png) no-repeat 50%/cover
}
.index_wordCorrelations__jPNZB {
	background: url(//www.thepaper.cn/_next/static/media/icon_24x24_article_333333@2x.1f8e2676.png) no-repeat 50%/cover
}
.index_black__X0zsr .index_title__w2iKO {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000
}
.index_black__X0zsr .index_title__w2iKO:hover {
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei
}
.index_black__X0zsr .index_specialCorrelations__zCInZ {
	background: url(//www.thepaper.cn/_next/static/media/icon_24x24_topic_333333@2x.112c79a9.png) no-repeat 50%/cover
}
.index_black__X0zsr .index_strongRelations__0QfU1 {
	background: url(//www.thepaper.cn/_next/static/media/icon_24x24_live_333333@2x.a4df3a13.png) no-repeat 50%/cover
}
.index_black__X0zsr .index_wordCorrelations__jPNZB {
	background: url(//www.thepaper.cn/_next/static/media/icon_24x24_article_333333@2x.1f8e2676.png) no-repeat 50%/cover
}
.index_video__yvxxz .index_specialCorrelations__zCInZ {
	background: url(//www.thepaper.cn/_next/static/media/icon_24x24_topic_F8F9F9@2x.6dbd252b.png) no-repeat 50%/cover
}
.index_video__yvxxz .index_strongRelations__0QfU1 {
	background: url(//www.thepaper.cn/_next/static/media/icon_24x24_live_F8F9F9@2x.ecfbf772.png) no-repeat 50%/cover
}
.index_video__yvxxz .index_wordCorrelations__jPNZB {
	background: url(//www.thepaper.cn/_next/static/media/icon_24x24_article_F8F9F9@2x.37568141.png) no-repeat 50%/cover
}
.index_watermark_duration__m1ITM {
	position: absolute;
	bottom: 4px;
	right: 5px;
	height: 21px;
	background: rgba(0,0,0,.5);
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	z-index: 1;
	padding-right: 5px
}
.index_watermark_duration__m1ITM.index_liveWrap__3M8Bm {
	background-color: #d41c1c;
	height: 16px;
	padding: 2px 4px 2px 2px
}
.index_icon_advance__Ilskz {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAAAAXNSR0IArs4c6QAAANJQTFRFAAAAAKrVAKr/ANX/ALLzALjzAMT5AMr5AND/AK/vALHvALjzAMj4AM/7AK/vAL31AMT2ANL9AK7vAL/2ANL8ALHvALbyAMn5AM77ALLwALTxAMv6AMz6AMz7AK/vALrzAMT3AM/7AK7uALDvALLvALLwALPwALXxALbxALbyALfxALfyALjyALryALrzALvzALv0ALzzAL30AL/0AL/1AMD1AML2AMP2AMP3AMT2AMT3AMX3AMf3AMf4AMj4AMj5AMn4AMr5AMz5AMz6AM36AM/723GAZAAAACJ0Uk5TAAYGBisrKysrj4+Pj4+Tk5OTvLy81NTU1PLy8vLy/Pz8/GKH9KYAAADISURBVDjL7ZPNCsIwEISr/UEoan0Gn0B8/1fx5lVbsaLtZj4PqWgQo+C1c1mSHYbZySZJRoz4GZO3m1leZljbdd+o6aJaC0n7+qQoNV1tQJIMdseQm4bUagtyCMGyvQW9aeizAuFFRZUHzSw45WvhwAnhmBf9Z9USQBK+ljFV4WSAr1mEqodNX4mMZRIDE5BFVFvZ4NYAzpFcJ5TPXNU3+mzgVr/mWlvstbrr0snnSt0kMSrXS1JIQH9o+LaEeeGX0MYfOuIP3AH2EMdWcg0JDQAAAABJRU5ErkJggg==) no-repeat
}
.index_icon_common__SUyuP {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-size: 100%
}
.index_isLuxiang__a_LEj {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAAXNSR0IArs4c6QAAABhQTFRFAAAA////zMzMzc3Nzc3NzMzMzc3NzMzMhZlQugAAAAd0Uk5TAAEZZb3I8xUhWJwAAAA9SURBVBjTY2CgOhAOSzWEsZncy8tLFKAckXIgcIRyzEGcYignHMQphXLSQZwybBwUZSgGoBiNYimKc6gHALEVGcXNAgC/AAAAAElFTkSuQmCC) no-repeat 50%/cover
}
.index_icon_vliving__U_CfV {
	width: 16px;
	height: 16px;
	background-image: url(//www.thepaper.cn/_next/static/media/icon_18x18_tag_live_d41c1c@3x.290cbfe6.gif);
	margin-left: 2px
}
.index_watermark_num__x7GkU {
	color: #fff;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 14px
}
.index_liveText__NAV24 {
	width: 28px;
	height: 12px
}
.index_iconBox__WnoFz {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.index_iconBox__WnoFz.index_bg__VqsX0 {
	background: #d41c1c;
	padding-right: 5px
}
.index_iconBox__WnoFz.index_bg__VqsX0 .index_iconStyle__7kJ89.index_liveIcon__ndEKT {
	width: 24px;
	margin-right: 6px;
	background-image: url(//www.thepaper.cn/_next/static/media/icon_24x24_24hlive_fe8912@2x.0eff6743.png)
}
.index_iconBox__WnoFz.index_bg__VqsX0 .index_iconStyle__7kJ89.index_liveIcon__ndEKT.index_animation__kSXIA {
	width: 24px;
	margin-right: 0;
	background-image: url(//www.thepaper.cn/_next/static/media/icon_21x21_tag_live_ffffff@3x.8ffda503.gif)
}
.index_iconBox__WnoFz.index_bg__VqsX0 .index_iconStyle__7kJ89.index_timeIcon__m1wQS {
	width: 32px;
	margin-right: 4px;
	background-image: url(//www.thepaper.cn/_next/static/media/icon_24x32_24h_ffffff@2x.a97216c5.png)
}
.index_iconBox__WnoFz.index_bg__VqsX0 .index_iconStyle__7kJ89.index_live__7ZIyU {
	width: 38px;
	background-image: url(//www.thepaper.cn/_next/static/media/icon_24x32_live_ffffff@2x.0e3c9971.png)
}
.index_iconBox__WnoFz .index_iconStyle__7kJ89 {
	height: 24px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}
.index_iconBox__WnoFz .index_iconStyle__7kJ89.index_liveIcon__ndEKT {
	width: 24px;
	margin-right: 6px;
	background-image: url(//www.thepaper.cn/_next/static/media/icon_18x18_tag_live_d41c1c@3x.290cbfe6.gif)
}
.index_iconBox__WnoFz .index_iconStyle__7kJ89.index_timeIcon__m1wQS {
	width: 32px;
	margin-right: 4px;
	background-image: url(//www.thepaper.cn/_next/static/media/icon_38x24_24h_fe8912@2x.32d6a6f6.png)
}
.index_iconBox__WnoFz .index_iconStyle__7kJ89.index_live__7ZIyU {
	width: 38px;
	background-image: url(//www.thepaper.cn/_next/static/media/icon_28x18_live_d41c1c@2x.b03c3e4b.png)
}
.index_iconBox__WnoFz.index_small__DwPY7 .index_iconStyle__7kJ89 {
	height: 18px
}
.index_iconBox__WnoFz.index_small__DwPY7 .index_iconStyle__7kJ89.index_liveIcon__ndEKT {
	width: 18px;
	margin-right: 4px
}
.index_iconBox__WnoFz.index_small__DwPY7 .index_iconStyle__7kJ89.index_live__7ZIyU {
	width: 28px
}
.index_rightLayout__LpgIz {
	-moz-box-flex: 0;
	flex: 0 0 247px;
	width: 247px
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v {
	-moz-box-flex: 1;
	flex: 1 1;
	width: 100%
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr {
	max-height: inherit;
	overflow-x: auto;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr .index_relatedSuggestionLi__LFzcD {
	margin: 0 1px 0 12px;
	display: -moz-box!important;
	display: flex!important;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	transition: transform .3s
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr .index_relatedSuggestionLi__LFzcD:first-of-type {
	margin-left: 1px
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr .index_relatedSuggestionLi__LFzcD:hover {
	transform: translateY(-2px)
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr .index_imgBox__bg3N6 {
	width: 218px;
	height: 122px
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr .index_imgBox__bg3N6 img {
	-o-object-fit: cover;
	object-fit: cover
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr .index_contentBox__SxZC9 {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-flex: 1;
	flex: 1 1;
	max-width: 218px
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr .index_title__nqpb_ {
	font-weight: 700
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr .index_moreContent__kT78_ .index_seeMoreTag__n1LaT {
	color: #fff
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestionList__BKmAr .index_moreContent__kT78_ .index_seeMore__15o3v:first-child {
	margin-left: 0
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_tags__8eFBe {
	margin-left: 38px
}
.index_rightLayout__LpgIz.index_horizontal__3dD1v .index_relatedSuggestion__4XymZ {
	padding-left: 38px
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_relatedSuggestionList__BKmAr .index_relatedSuggestionLi__LFzcD {
	box-shadow: 0 0 1px 1px #f0f0f0
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_relatedSuggestionList__BKmAr .index_relatedSuggestionLi__LFzcD:first-child {
	color: #96a5b4
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_relatedSuggestionList__BKmAr .index_relatedSuggestionLi__LFzcD:hover {
	background: #fff;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_relatedSuggestionList__BKmAr .index_title__nqpb_ {
	color: #000
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_relatedSuggestionList__BKmAr .index_moreContent__kT78_ {
	color: #666
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_relatedSuggestionList__BKmAr .index_moreContent__kT78_ .index_seeMoreTag__n1LaT {
	color: #000
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_relatedSuggestionList__BKmAr .index_moreContent__kT78_ .index_seeMore__15o3v:first-child {
	color: #96a5b4
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_headerBox__wBKXI .index_relatedSuggestion__4XymZ {
	color: #333;
	padding-left: 38px
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_tags__8eFBe .index_tag__Uig_T {
	color: #333;
	background: #f8f9f9;
	box-shadow: 1px 1px 2px 0 #dee4e6, -1px -1px 2px 0 #fff
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_leftIcon__Audlm {
	background: url(//www.thepaper.cn/_next/static/media/icon_30x30_arrow_left_333333@2x.ad55dec4.png) no-repeat 50%/cover
}
.index_rightLayout__LpgIz.index_light__wpoMt .index_rightIcon__ooshd {
	background: url(//www.thepaper.cn/_next/static/media/icon_30x30_arrow_right_333333@2x.4bca2a3c.png) no-repeat 50%/cover
}
.index_rightLayout__LpgIz .index_headerBox__wBKXI {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center
}
.index_rightLayout__LpgIz .index_headerBox__wBKXI .index_relatedSuggestion__4XymZ {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #96a5b4;
	line-height: 24px
}
.index_rightLayout__LpgIz .index_headerBox__wBKXI .index_more__pEM4b {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #5a646e;
	line-height: 18px
}
.index_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr {
	margin-bottom: 16px;
	max-height: 690px;
	overflow-y: auto;
	padding-right: 4px;
	padding-top: 4px;
	padding-left: 4px
}
.index_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_relatedSuggestionLi__LFzcD {
	padding: 8px;
	box-shadow: 0 0 1px 1px #1a2226;
	margin: 0 1px 12px;
	transition: box-shadow .3s
}
.index_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_relatedSuggestionLi__LFzcD: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_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_imgBox__bg3N6 {
	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_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_imgBox__bg3N6 img {
	width: 100%;
	height: 100%;
	min-height: 120px;
	-o-object-fit: cover;
	object-fit: cover
}
.index_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_title__nqpb_ {
	font-size: 15px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	margin-top: 8px
}
.index_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_title__nqpb_ .index_inline__omrkq {
	float: left
}
.index_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_moreContent__kT78_ {
	margin-top: 16px;
	font-size: 12px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #96a5b4;
	line-height: 21px
}
.index_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_moreContent__kT78_ .index_seeMoreTag__n1LaT {
	color: #fff
}
.index_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_moreContent__kT78_ .index_seeMore__15o3v {
	margin-left: 10px;
	color: #96a5b4;
	font-weight: inherit
}
.index_rightLayout__LpgIz .index_relatedSuggestionList__BKmAr .index_moreContent__kT78_ .index_seeMore__15o3v:first-child {
	margin-left: 0;
	color: #fff
}
.index_rightLayout__LpgIz .index_tags__8eFBe {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 16px
}
.index_rightLayout__LpgIz .index_tags__8eFBe .index_tag__Uig_T {
	background: #27303e;
	box-shadow: 1px 1px 2px 0 #0f171f, -1px -1px 2px 0 rgba(48,58,68,.7);
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #96a5b4;
	line-height: 21px;
	padding: 5px 12px
}
.index_rightLayout__LpgIz .index_tagA__3L_dO {
	display: -moz-box;
	display: flex;
	margin-right: 21px;
	margin-bottom: 12px
}
.index_listWrap__79tQx {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center
}
.index_listWrap__79tQx .ant-carousel {
	width: 734px
}
.index_listWrap__79tQx .slick-track {
	display: -moz-box;
	display: flex;
	padding: 1px 0
}
.index_listWrap__79tQx .slick-slide {
	height: auto;
	margin-right: 12px
}
.index_listWrap__79tQx .slick-slide>div {
	height: 100%
}
.index_listWrap__79tQx .ant-carousel .slick-list .slick-slide {
	pointer-events: auto
}
.index_listWrap__79tQx .index_relatedSuggestionLi__LFzcD {
	height: 100%
}
.index_listWrap__79tQx .index_leftIcon__Audlm {
	-moz-box-flex: 0;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	background: url(//www.thepaper.cn/_next/static/media/icon_30x30_arrow_left_ffffff@2x.a2625156.png) no-repeat 50%/cover;
	cursor: pointer
}
.index_listWrap__79tQx .index_rightIcon__ooshd {
	-moz-box-flex: 0;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin-left: 8px;
	background: url(//www.thepaper.cn/_next/static/media/icon_30x30_arrow_right_ffffff@2x.95ec7120.png) no-repeat 50%/cover;
	cursor: pointer
}
.header_wrapper__4N0xg {
	background: #27303e
}
.header_wrap__zIE29 {
	display: -moz-box;
	display: flex;
	max-width: 1220px;
	margin: 0 auto;
	padding: 40px 0
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa {
	-moz-box-flex: 1;
	flex: 1 1;
	max-width: 1020px;
	margin-right: 20px;
	padding-right: 10px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 4px
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_videoWrap__6o4U4 {
	width: 939px;
	height: 528px;
	position: relative
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_videoWrap__6o4U4 .header_coverUrl__fcnpC {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_videoWrap__6o4U4 .header_playIcon__Sv6EI {
	background: url(//www.thepaper.cn/_next/static/media/play@2x.7ab38d10.png) no-repeat 50%/cover;
	position: absolute;
	left: 50%;
	top: 50%;
	background-size: 50px;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 2
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_videoWrap__6o4U4 .header_isWaitingImg__1_C7N {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_videoWrap__6o4U4 .header_isWaitingShow__O26Tk {
	display: block
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_videoWrap__6o4U4 .header_volumeIcon__E6rVj {
	position: absolute;
	right: 22px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(//www.thepaper.cn/_next/static/media/icon_30x30_voice_off_ffffff@2x.4f270dba.png) no-repeat 50%/cover;
	z-index: 2
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_videoWrap__6o4U4 .header_volumeIcon__E6rVj.header_volumeIconCloser__qTDE0 {
	background: url(//www.thepaper.cn/_next/static/media/icon_30x30_voice_on_ffffff@2x.9e34ee86.png) no-repeat 50%/cover
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_messageWrap__AphfB {
	width: 939px;
	padding-top: 32px;
	display: block;
	position: relative;
	z-index: 1
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_messageWrap__AphfB .header_iconWrap__D0bVj {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	margin: 0 auto 12px
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_messageWrap__AphfB .header_detailLink__6iGzn {
	border: 1px solid #00a5eb;
	padding: 6px 12px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	line-height: 21px;
	cursor: pointer
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_title__gylVE {
	font-size: 28px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 48px;
	text-shadow: 2px 2px 0 rgba(32,39,46,.6);
	margin: 12px 0 13px
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_source__GkCSV {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #96a5b4;
	line-height: 18px;
	margin-bottom: 20px
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_desc__a41Nt {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 28px;
	margin-bottom: 20px
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_shareBox__8cHls {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #96a5b4;
	line-height: 21px
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_like__JPzUv {
	margin-right: 10px;
	border-radius: 50px;
	padding: 0 10px 0 22px;
	position: relative
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_like__JPzUv:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(//www.thepaper.cn/_next/static/media/like_96A5B4.f06e8ccd.png) no-repeat 50%/cover
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_collection__DaFg7 {
	margin-right: 10px;
	position: relative;
	padding-left: 22px
}
.header_wrap__zIE29 .header_leftLayout__Z5fRa .header_collection__DaFg7:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(//www.thepaper.cn/_next/static/media/collection_96A5B4.44c308cd.png) no-repeat 50%/cover
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ {
	-moz-box-flex: 0;
	flex: 0 0 240px;
	width: 240px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_headerBox__NjOa_ {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_headerBox__NjOa_ .header_relatedSuggestion__18Sbq {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #96a5b4;
	line-height: 24px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_headerBox__NjOa_ .header_more__5tqxb {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #5a646e;
	line-height: 18px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_relatedSuggestionList__60Mb3 {
	padding: 16px 0;
	max-height: 690px;
	overflow-y: auto
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_relatedSuggestionList__60Mb3 .header_relatedSuggestionLi__XEJ1R {
	padding: 8px;
	box-shadow: 0 0 1px 1px #1a2226;
	margin: 0 1px 12px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_relatedSuggestionList__60Mb3 .header_relatedSuggestionLi__XEJ1R: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
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_relatedSuggestionList__60Mb3 .header_imgBox__F6X4W {
	width: 218px;
	height: 122px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_relatedSuggestionList__60Mb3 .header_imgBox__F6X4W img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_relatedSuggestionList__60Mb3 .header_title__gylVE {
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	margin-top: 8px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_relatedSuggestionList__60Mb3 .header_moreContent__TKeNy {
	margin-top: 18px;
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #96a5b4;
	line-height: 21px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_relatedSuggestionList__60Mb3 .header_moreContent__TKeNy .header_seeMore__mhtEq {
	margin-left: 10px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_tags__gkcA0 {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 16px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_tags__gkcA0 .header_tag__8M1Mz {
	background: #27303e;
	box-shadow: 1px 1px 2px 0 #0f171f, -1px -1px 2px 0 rgba(48,58,68,.7);
	margin-left: 21px;
	margin-bottom: 12px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #96a5b4;
	line-height: 21px;
	padding: 5px 12px
}
.header_wrap__zIE29 .header_rightLayout__SQBo_ .header_tags__gkcA0 .header_tag__8M1Mz:first-child {
	margin-left: 0
}
.index_controlBtn__MdJ_i {
	padding: 5px 19px;
	min-width: 60px;
	text-align: center;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	cursor: pointer;
	border: 1px solid #00a5eb
}
.index_controlBtn__MdJ_i.index_hasSubscribe__9KbJm {
	color: #999;
	border: 1px solid #999;
	padding: 5px 26px
}
.index_controlBtn__MdJ_i.index_hasSubscribe__9KbJm:hover {
	color: #999
}
.index_controlBtn__MdJ_i.index_subscribe__r5lEL {
	background: linear-gradient(135deg, #00d9ff, #00a5eb);
	color: #fff;
	border: none
}
.index_controlBtn__MdJ_i.index_subscribe__r5lEL.index_isSpecial__HIam9 {
	background: transparent;
	color: #00a5eb;
	border: 1px solid #00a5eb
}
.index_controlBtn__MdJ_i.index_subscribe__r5lEL.index_isSpecial__HIam9:hover {
	color: #00a5eb
}
.index_controlBtn__MdJ_i.index_subscribe__r5lEL.index_isSpecial__HIam9.index_hasSubscribe__9KbJm {
	background: transparent;
	border: 1px solid #999;
	color: #999
}
.index_controlBtn__MdJ_i.index_subscribe__r5lEL.index_isSpecial__HIam9.index_hasSubscribe__9KbJm:hover {
	color: #999
}
.index_controlBtn__MdJ_i.index_subscribe__r5lEL:hover {
	color: #fff
}
.index_controlBtn__MdJ_i.index_subscribe__r5lEL.index_hasSubscribe__9KbJm {
	background: #999;
	padding: 5px 12px
}
.index_controlBtn__MdJ_i.index_subscribe__r5lEL.index_hasSubscribe__9KbJm:hover {
	color: #fff
}
.index_controlBtn__MdJ_i.index_small__tyaqt {
	font-size: 12px;
	padding: 3px 5px
}
.index_controlBtn__MdJ_i.index_small__tyaqt.index_hasSubscribe__9KbJm {
	padding: 3px 5px
}
.index_controlBtn__MdJ_i.index_luxiang__Qb3Yu {
	color: #fff;
	border: 1px solid #fff
}
.index_controlBtn__MdJ_i.index_luxiang__Qb3Yu:hover {
	color: #fff
}
.index_controlBtn__MdJ_i:hover {
	color: #00a5eb
}
.index_modalTitle__1Hej3 {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #000;
	line-height: 24px
}
.index_modalWrapper__za1v9 .ant-modal-footer, .index_modalWrapper__za1v9 .ant-modal-header {
	border: none
}
.index_modalWrapper__za1v9 .ant-modal-content {
	box-shadow: 0 9px 28px 8px rgba(0,0,0,.05), 0 6px 16px 0 rgba(0,0,0,.08), 0 3px 6px -4px rgba(0,0,0,.12);
	border-radius: 4px
}
.index_modalWrapper__za1v9 .ant-btn-primary {
	background: linear-gradient(135deg, #00d9ff, #00a5eb);
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 18px;
	box-shadow: none;
	outline: none
}
.index_modalWrapper__za1v9 .ant-modal-body {
	padding: 0 24px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #666;
	line-height: 21px
}
.index_modalWrapper__za1v9 .ant-modal-footer {
	padding-top: 24px;
	padding-bottom: 12px
}
.index_downappimg__JW_VA {
	position: relative;
	z-index: 100000
}
.index_appText__vwrys {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	line-height: 21px;
	text-decoration: underline;
	cursor: pointer
}
.index_appPopover__R5m6u {
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #000;
	line-height: 18px
}
.index_appPopover__R5m6u .ant-popover-inner-content {
	padding: 16px
}
.index_appPopover__R5m6u .index_titleIxon__c_hJ_ {
	padding-left: 16px;
	position: relative
}
.index_appPopover__R5m6u .index_titleIxon__c_hJ_:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url(//www.thepaper.cn/_next/static/media/icon_12x12_note_999999@2x.bb5a9fd3.png) no-repeat 50%/contain
}
.index_appPopover__R5m6u img {
	display: block;
	margin: 0 auto;
	width: 102px;
	height: 102px
}
 <style data-n-href="/_next/static/css/96a479a49fbcbf58.css"> .index_carousel__7xWlF .slick-disabled {
display:none!important
}
.index_carousel__7xWlF .ant-carousel .slick-next:focus, .index_carousel__7xWlF .ant-carousel .slick-next:hover, .index_carousel__7xWlF .ant-carousel .slick-prev:focus, .index_carousel__7xWlF .ant-carousel .slick-prev:hover {
	background-image: linear-gradient(-270deg, #f7f7f7 44%, hsla(0,0%,100%,0))
}
.index_carousel__7xWlF .slick-slide {
	padding: 20px 0;
	position: relative
}
.index_carousel__7xWlF .slick-arrow, .index_carousel__7xWlF .slick-slide, .index_carousel__7xWlF .slick-slide>div {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center
}
.index_carousel__7xWlF .slick-arrow {
	z-index: 1;
	overflow: hidden;
	width: 140px;
	height: 100%;
	top: 0;
	margin-top: 0;
	background-image: linear-gradient(-270deg, #f7f7f7 44%, hsla(0,0%,100%,0))
}
.index_carousel__7xWlF .slick-arrow.slick-prev {
	left: 0
}
.index_carousel__7xWlF .slick-arrow.slick-prev:before {
	transform: rotate(180deg)
}
.index_carousel__7xWlF .slick-arrow.slick-next {
	transform: rotate(180deg);
	right: 0
}
.index_carousel__7xWlF .slick-arrow:before {
	margin-left: 20px;
	content: "";
	width: 20px;
	height: 40px;
	display: block;
	transform: rotate(180deg);
	background: url(//www.thepaper.cn/_next/static/media/sprite_icon_1.98589b28.png) no-repeat 2px -33px;
	background-size: 50px
}
.index_light__hRATr {
	position: absolute;
	right: 32px
}
.index_backtop__Gb9ym {
	cursor: pointer;
	background-size: 100%
}
.index_backtop__Gb9ym .ant-back-top {
	right: 32px!important;
	width: 50px;
	height: 50px;
	background: #f8f9f9;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff;
	font-size: 25px;
	text-align: center;
	line-height: 50px;
	color: #666
}
.index_backtop__Gb9ym .ant-back-top:hover {
	font-weight: 700;
	color: #000
}
.index_feedBack__KglnL {
	width: 50px;
	cursor: pointer;
	position: fixed;
	bottom: 110px;
	right: 32px;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	z-index: 999;
	text-align: center;
	border-radius: 2px;
	background: #f8f9f9;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff;
	padding: 12px 0
}
.index_feedBack__KglnL .index_feedbackRed__GIyAl {
	position: relative;
	right: 0
}
.index_feedBack__KglnL .index_feedbackRed__GIyAl .index_nums__XxT_P {
	position: absolute;
	background: linear-gradient(270deg, #fc7157, #f11914);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
	border-radius: 5px 5px 5px 0;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	padding: 1px 8px;
	top: -27px;
	left: 46px
}
.index_feedBack__KglnL .index_feedIcon__7bsOT {
	height: 24px;
	width: 24px;
	margin: 0 auto;
	background: url(//www.thepaper.cn/_next/static/media/icon_feedback.bc7e6a96.png) no-repeat 50%;
	background-size: 24px 24px;
	background-size: cover
}
.index_feedBack__KglnL span {
	display: block
}
.index_feedBack__KglnL:hover {
	font-weight: 700
}
.index_feedBack__KglnL:hover .index_feedIcon__7bsOT {
	background: url(//www.thepaper.cn/_next/static/media/icon_feedback_active.8f775504.png) no-repeat 50%;
	background-size: 24px 24px;
	background-size: cover
}
.index_black__ATMI_ .index_feedBack__KglnL {
	background: #20272e;
	box-shadow: 2px 2px 4px 0 rgba(15,23,31,.7), -2px -2px 4px 0 rgba(48,58,68,.7);
	color: #96a5b4;
	border: none
}
.index_black__ATMI_ .index_feedBack__KglnL .index_feedIcon__7bsOT {
	height: 24px;
	width: 24px;
	margin: 0 auto;
	background: url(//www.thepaper.cn/_next/static/media/icon_feedback_black.bf564b1c.png) no-repeat 50%;
	background-size: 24px 24px;
	background-size: cover
}
.index_black__ATMI_ .index_feedBack__KglnL:hover .index_feedIcon__7bsOT {
	background: url(//www.thepaper.cn/_next/static/media/icon_feedback_white.ee228d73.png) no-repeat 50%;
	background-size: 24px 24px;
	background-size: cover
}
.index_black__ATMI_ .index_feedBack__KglnL:hover span {
	color: #fff;
	font-weight: 700
}
.index_black__ATMI_ .index_backtop__Gb9ym .ant-back-top {
	border: none;
	background: #20272e;
	box-shadow: 2px 2px 4px 0 rgba(15,23,31,.7), -2px -2px 4px 0 rgba(48,58,68,.7);
	color: #96a5b4
}
.index_black__ATMI_ .index_backtop__Gb9ym .ant-back-top:hover {
	font-weight: 700;
	color: #fff
}
.index_common_card__eJ3O1 {
	width: 145px;
	height: 180px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
	border-radius: 2px;
	transition: all .2s;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center
}
.index_common_card__eJ3O1:hover {
	margin-top: -5px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.2)
}
.index_common_card__eJ3O1 .index_avatar__UQA8W {
	position: relative;
	width: 68px;
	height: 68px;
	overflow: hidden
}
.index_common_card__eJ3O1 .index_avatar__UQA8W img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}
.index_common_card__eJ3O1 .index_avatar__UQA8W span {
	background: url(//www.thepaper.cn/_next/static/media/tag_V.7b90ae77.png) no-repeat;
	display: block;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 16px;
	height: 16px
}
.index_common_card__eJ3O1 .index_name__0SaLt {
	color: #333;
	font-size: 12px;
	padding: 6px 8px 8px;
	text-align: center;
	height: 50px;
	overflow: hidden;
	width: 100%;
	word-wrap: break-word
}
.index_common_card__eJ3O1 .index_follow__Fhr77 {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	font-size: 12px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	cursor: pointer;
	overflow: hidden;
	width: 56px;
	height: 22px;
	background: linear-gradient(270deg, #0fd4ff, #00a5eb);
	border-radius: 4px;
	text-align: center;
	line-height: 22px;
	color: #fff
}
.index_common_card__eJ3O1 .index_follow__Fhr77:before {
	content: "";
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAFoTx1HAAAAAXNSR0IArs4c6QAAAI9JREFUKBVjYKAa+A8EIMOYkE3EzUFWxQDTCxNkRBeASWDQOBUCJeSAuB9ZB4prkCVAbLyS+BxUCDeJunbCjUVmQK0AUqheQ1aD1yfICtHZLCDT0QWBfCmoGC8O+fcsQAWIYECYwAtlGuKQX49QisQC2QLEIIASfUhK8McWskJ0Nsip2MB7oCDIC+ewSYLEAP8FQlsHjYtiAAAAAElFTkSuQmCC) no-repeat;
	width: 8px;
	height: 8px;
	background-size: 100%;
	margin-right: 4px
}
.index_common_card__eJ3O1 .index_follow__Fhr77.index_active___Rak0 {
	color: #979797;
	background: #f0f0f0
}
.index_common_card__eJ3O1 .index_follow__Fhr77.index_active___Rak0:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAFV3XwhAAAAAXNSR0IArs4c6QAAAZ5JREFUOBFjYEAG8+fPF0Dmg9mMM2bMMAGyJmDIACXOYwgSFgBqu8Uwffr0/yClQM5juJZVq1ZxwjmEGEATroGNmT17tgy6YqCx94EKToHEGUHE/v37WW7cuPGbkZHx2////7mA9K6MjAx3kBzRAGwSLtXAwJP48ePHc5yKQO788+fPYy4uLhEmsOvRjAKKKYAUcHBwCMbHx79lAjryHdAnr2Hq5syZowJk32djY+NLTEz8ABIHWwfUuQDIjgdq+AD0nQA3NzdPXFzcV5ACDLB06VJBDEGgAE6HY1OMTWzRokVi3759W0e2QXPnzpX69evXPqDh6kB8iQXo+S2cnJzAwIh/i81GdLGZM2fK/fv3bz/QECWg3Fk+Pj6h6Ojo9yzAQJEFOu0N0MBHrKysbsnJyTfRNYP48+bNUwJq3g80RA7IPcHExGSUnp7+EaYW7DVQMn337t1qoKHeQIkvQEU5aWlpi4Hs/0AXgNLUPKCcJJA+LCws7BUWFvYFyEYBGGEE1BgA1NQCxJpAlaC4vwvE/UCDpwFpcGZBMYHaHACD2qtfYyAR/wAAAABJRU5ErkJggg==) no-repeat;
	background-size: 100%;
	margin-top: 4px
}
.index_praise__X1SO4 {
	display: inline-block;
	min-width: 16px;
	min-height: 16px
}
.index_praise__X1SO4 .index_spirit__CsIWX {
	width: 16px;
	height: 16px;
	background: url(//www.thepaper.cn/_next/static/media/sprite_icon_1.98589b28.png) 0 -75px no-repeat;
	background-size: 33px auto;
	display: inline-block;
	cursor: pointer
}
.index_praise__X1SO4 .index_already__lAV0N {
	background: url(//www.thepaper.cn/_next/static/media/sprite_icon_1.98589b28.png) 0 -96px no-repeat;
	background-size: 33px auto
}
.index_praise__X1SO4 .index_num__I0X9X {
	margin-left: 8px
}
.share_normalstyle__0yFEt {
	font-weight: 400;
	vertical-align: top;
	display: inline-block;
	position: relative;
	height: 18px;
	cursor: pointer
}
.share_normalstyle__0yFEt.share_black__Vb_go .ant-dropdown-menu {
	background: #20272e;
	box-shadow: 0 1px 4px 0 rgba(15,23,31,.7)
}
.share_normalstyle__0yFEt.share_black__Vb_go .ant-dropdown-arrow:before {
	background-color: #20272e;
	box-shadow: 0 1px 4px 0 rgba(15,23,31,.7)
}
.share_normalstyle__0yFEt.share_black__Vb_go p {
	color: #96a5b4
}
.share_normalstyle__0yFEt.share_black__Vb_go p:hover {
	color: #fff!important
}
.share_normalstyle__0yFEt.share_black__Vb_go .share_dropdown__uhgUM ul li:hover, .share_normalstyle__0yFEt.share_black__Vb_go .share_normal__lZ_TM ul li:hover {
	background: #202c38!important
}
.share_wechat__94kgs {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_wechat.05f49d95.png) no-repeat 0;
	background-size: 18px 18px;
	padding-left: 25px;
	color: #666!important
}
.share_wechat__94kgs:hover {
	color: #000!important
}
.share_weibo__A_Onw {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_weibo.fea805a4.png) no-repeat 0;
	background-size: 18px 18px;
	padding-left: 25px;
	color: #666!important
}
.share_weibo__A_Onw:hover {
	color: #000!important
}
.share_dropdown__uhgUM {
	right: -9px!important;
	left: auto!important
}
.share_dropdown__uhgUM .ant-dropdown-arrow {
	right: 13px!important
}
.share_dropdown__uhgUM .ant-dropdown-menu span {
	padding: 0!important
}
.share_dropdown__uhgUM .ant-dropdown-menu p {
	display: inline-block;
	width: 60px!important
}
.share_dropdown__uhgUM ul li {
	height: auto!important;
	margin: 0!important;
	padding: 5px 15px!important;
	border: none!important
}
.share_dropdown__uhgUM ul li:hover {
	background: #f5f5f5!important;
	box-shadow: none!important
}
.share_normal__lZ_TM ul li {
	height: auto!important;
	margin: 0!important;
	padding: 5px 15px!important;
	border: none!important
}
.share_normal__lZ_TM ul li:hover {
	background: #f5f5f5!important;
	box-shadow: none!important
}
.share_normal__lZ_TM .ant-dropdown-menu span {
	padding: 0!important
}
.share_normal__lZ_TM .ant-dropdown-menu p {
	display: inline-block;
	width: 60px!important
}
.share_sharedown__DnXqo {
	position: relative
}
.share_modal__UMsiv .share_sharedialog__t_ALd {
	text-align: left
}
.share_modal__UMsiv .share_sharedialog__t_ALd p {
	font-size: 14px;
	padding: 0 20px 20px 0
}
.share_modal__UMsiv .share_sharedialog__t_ALd img {
	margin-bottom: 20px;
	width: 300px;
	height: 300px
}
.index_article_card__sIUYp {
	width: 100%;
	min-height: 100%;
	height: 100%;
	padding: 8px 8px 14px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #f0f0f0;
	position: relative;
	overflow: hidden;
	transition: all .3s linear;
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between
}
.index_article_card__sIUYp:hover {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
	transform: translate3d(0, -5px, 0)
}
.index_article_card__sIUYp:hover .index_user_share__cHYKj {
	width: 160px
}
.index_article_card__sIUYp .index_cardBox__A4L76 {
	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%
}
.index_article_card__sIUYp .index_author_info__dg012 {
	width: 100%
}
.index_article_card__sIUYp .index_author_info__dg012 .index_left__tDrAL {
	width: 200px
}
.index_article_card__sIUYp .index_author_info__dg012 .index_left__tDrAL .index_avatar__KtAVW {
	position: relative;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin-right: 10px
}
.index_article_card__sIUYp .index_author_info__dg012 .index_left__tDrAL .index_avatar__KtAVW img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}
.index_article_card__sIUYp .index_author_info__dg012 .index_left__tDrAL .index_avatar__KtAVW span {
	background: url(//www.thepaper.cn/_next/static/media/tag_V.7b90ae77.png) no-repeat;
	display: block;
	background-size: 100%;
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: -2px;
	right: -5px
}
.index_article_card__sIUYp .index_author_info__dg012 .index_left__tDrAL .index_name__Bpr9F {
	cursor: pointer;
	font-size: 12px;
	position: relative;
	display: block;
	text-align: left;
	max-width: 110px;
	font-family: MicrosoftYaHei;
	color: #000;
	height: 30px;
	line-height: 30px
}
.index_article_card__sIUYp .index_author_info__dg012 .index_follow__r2IkN {
	cursor: pointer;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 58px;
	height: 24px;
	border: 1px solid #00a5eb;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	line-height: 24px
}
.index_article_card__sIUYp .index_author_info__dg012 .index_follow__r2IkN.index_active__9ADM7 {
	border: 1px solid #ccc;
	color: #ccc
}
.index_article_card__sIUYp .index_img__g5bOn {
	cursor: pointer;
	width: 100%;
	height: 156px;
	position: relative
}
.index_article_card__sIUYp .index_img__g5bOn img {
	width: 100%;
	height: 100%
}
.index_article_card__sIUYp .index_title__aYVOT {
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 26px;
	margin: 8px 0;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}
.index_article_card__sIUYp .index_title__aYVOT a {
	color: inherit
}
.index_article_card__sIUYp .index_user_share__cHYKj {
	transition: all .2s linear 0s;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	position: absolute;
	left: 16px;
	bottom: 58px;
	width: 0;
	overflow: hidden
}
.index_article_card__sIUYp .index_user_share__cHYKj>p {
	flex-shrink: 0
}
.index_article_card__sIUYp .index_user_share__cHYKj .index_text__vytlS {
	font-size: 12px;
	margin-right: 12px;
	color: #666
}
.index_article_card__sIUYp .index_user_share__cHYKj .index_icons__0NWoa {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	flex-shrink: 0
}
.index_article_card__sIUYp .index_user_share__cHYKj .index_icons__0NWoa>li {
	width: 20px;
	height: 21px;
	margin-left: 3px;
	display: block;
	background: url(//www.thepaper.cn/_next/static/media/share_bg90.d56d692a.png) no-repeat;
	background-size: 80px;
	cursor: pointer
}
.index_article_card__sIUYp .index_user_share__cHYKj .index_icons__0NWoa .index_sina__iZPFi {
	background-position: -19px 0!important
}
.index_article_card__sIUYp .index_label__UFn16 {
	position: absolute;
	top: 0;
	left: 8px;
	text-align: center;
	width: 36px;
	height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 25px;
	background-image: url(//www.thepaper.cn/_next/static/media/tag_recommendBg.8aa0c753.png);
	background-size: contain
}
.index_article_card__sIUYp .index_info__xfmt0 {
	padding-top: 10px;
	border-top: 1px solid hsla(0,0%,78%,.2)
}
.index_article_card__sIUYp .index_info__xfmt0>a, .index_article_card__sIUYp .index_info__xfmt0>li {
	font-size: 12px;
	color: #b4b4b5;
	position: relative;
	-moz-box-flex: 1;
	flex: 1 1;
	flex-shrink: 0;
	text-align: center
}
.index_article_card__sIUYp .index_info__xfmt0 .index_icon__aSTei {
	content: "";
	background: url(//www.thepaper.cn/_next/static/media/sprite_icon_1.98589b28.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	background-size: 30px
}
.index_article_card__sIUYp .index_info__xfmt0 .index_date__it_5f:after, .index_article_card__sIUYp .index_info__xfmt0 .index_praise__WTr40:after {
	content: "";
	display: block;
	height: 13px;
	width: 1px;
	background: #f4f4f4;
	position: absolute;
	right: 0;
	top: 3px
}
.index_article_card__sIUYp .index_info__xfmt0 .index_comment__Ne4DK, .index_article_card__sIUYp .index_info__xfmt0 .index_praise__WTr40 {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center
}
.index_article_card__sIUYp .index_info__xfmt0 .index_praise__WTr40:before {
	cursor: pointer;
	content: "";
	background: url(//www.thepaper.cn/_next/static/media/sprite_icon_1.98589b28.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	background-size: 30px;
	background-position: 6px -68px
}
.index_article_card__sIUYp .index_info__xfmt0 .index_praise__WTr40.index_active__9ADM7:before {
	background-position: 6px -87px
}
.index_article_card__sIUYp .index_info__xfmt0 .index_comment__Ne4DK:before {
	content: "";
	background: url(//www.thepaper.cn/_next/static/media/sprite_icon_1.98589b28.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	background-size: 30px;
	background-position: 6px -105px
}
.index_article_card__sIUYp .index_info__xfmt0 .index_comment__Ne4DK:after {
	display: none
}
.index_topPicImg__x4aqi {
	width: 100%;
	text-align: center;
	height: 650px;
	overflow: hidden
}
.index_topPicImg__x4aqi img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.index_container__ETYBL {
	display: -moz-box;
	display: flex;
	max-width: 1260px;
	padding: 20px 0;
	margin: 10px auto 0;
	-moz-box-pack: justify;
	justify-content: space-between
}
.index_container__ETYBL.index_noRightSiderContainer__chv36 {
	display: block;
	min-width: 1160px
}
.index_container__ETYBL .index_leftcontent__lACdC {
	-moz-box-flex: 1;
	flex: 1 1;
	max-width: 1020px;
	margin-right: 20px;
	padding-right: 20px;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.index_container__ETYBL .index_leftcontent__lACdC.index_noBorder__i_9a_ {
	border: none
}
.index_container__ETYBL .index_leftcontent__lACdC.index_noRightSider__STUSm {
	border-right: none;
	max-width: none;
	min-width: 1260px;
	margin-right: 0;
	padding-right: 0
}
.index_downmenu__9EWS9 {
	background: #fff;
	position: absolute;
	width: 1000px;
	top: 40px;
	z-index: 9;
	box-shadow: 0 2px 8px 0 #dee4e6;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 2px 0 0;
	right: 0;
	font-weight: unset!important
}
.index_downmenu-tabs__qHgMD {
	margin-top: 10px
}
.index_downmenu-tabs__qHgMD .ant-tabs-tab {
	font-size: 16px;
	color: #666;
	margin-right: 30px
}
.index_downmenu-tabs__qHgMD .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
	color: #000
}
.index_downmenu-tabs__qHgMD .ant-tabs-top>.ant-tabs-nav:before {
	border: none
}
.index_downmenu-tabs__qHgMD .ant-tabs-ink-bar {
	height: 4px
}
.index_downmenu-top__4kJrA {
	text-align: left;
	margin-bottom: 20px
}
.index_downmenu-top__4kJrA.index_nobottom__uwk7Q {
	margin-bottom: 0
}
.index_downmenu-top-title__t9o7Z {
	display: -moz-box;
	display: flex
}
.index_downmenu-top-title__t9o7Z h3 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	position: relative;
	padding-left: 15px
}
.index_downmenu-top-title__t9o7Z h3:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 7px
}
.index_downmenu-top-title__t9o7Z p {
	font-size: 13px;
	color: #999;
	margin-left: 15px
}
.index_downmenu-top__4kJrA ul li {
	margin-left: 10px;
	margin-top: 20px;
	font-size: 14px!important;
	background: #ff6464;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	cursor: all-scroll
}
.index_downmenu-top__4kJrA ul li:first-child {
	margin-left: 0
}
.index_downmenu-btngroup____Qui {
	text-align: right;
	height: 40px
}
.index_downmenu-btngroup____Qui button {
	margin-left: 15px;
	width: 96px;
	height: 40px;
	border: none;
	font-weight: 700;
	font-size: 16px;
	border-radius: 0
}
.index_downmenu-btngroup____Qui button.index_cancelbtn__pvLz8 {
	background: #666;
	color: #fff
}
.index_downmenu-childclass__2zMYY {
	display: -moz-box;
	display: flex;
	flex-wrap: wrap;
	-moz-box-align: center;
	align-items: center
}
.index_downmenu-childclass__2zMYY a {
	font-weight: 400!important;
	width: 160px;
	height: 40px!important;
	line-height: 40px;
	text-align: center;
	display: block;
	margin-right: 10px;
	margin-bottom: 8px;
	padding-top: 0;
	cursor: pointer;
	display: grid!important;
	color: #000!important;
	font-size: 16px
}
.index_downmenu-childclass__2zMYY a:hover {
	background: #f8f9f9;
	color: #000;
	font-weight: 700!important;
	box-shadow: inset 2px 2px 2px 0 #dee4e6
}
.index_downmenu__9EWS9 .index_column_boxs__xFFOx {
	margin: 16px auto
}
.index_downmenu__9EWS9 .index_column_boxs__xFFOx ul {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
	display: -moz-box;
	display: flex;
	font-size: 16px;
	color: #666;
	-moz-box-align: center;
	align-items: center
}
.index_downmenu__9EWS9 .index_column_boxs__xFFOx ul li {
	position: relative;
	cursor: pointer;
	margin-right: 40px;
	font-weight: unset!important;
	padding-bottom: 0!important
}
.index_downmenu__9EWS9 .index_column_boxs__xFFOx ul li img {
	height: 35px;
	max-width: 60px;
	-o-object-fit: contain;
	object-fit: contain;
	filter: hue-rotate(0deg) saturate(0) brightness(.5) contrast(1.2)
}
.index_downmenu__9EWS9 .index_column_boxs__xFFOx ul .index_actived__DFVCR {
	color: #00a5eb!important
}
.index_downmenu__9EWS9 .index_column_boxs__xFFOx ul .index_actived__DFVCR img {
	filter: invert(40%) sepia(31%) saturate(951%) hue-rotate(157deg) brightness(93%) contrast(83%)!important
}
.index_downmenu__9EWS9 .index_column_boxs__xFFOx ul .index_actived__DFVCR:before {
	content: "";
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -6px
}
.index_arror__cAYMb {
	position: absolute;
	left: 3px;
	top: 20px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	filter: drop-shadow(0 -2px 10px rgba(0,0,0,.1));
	z-index: 99
}
.index_column_header__Ectzr {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	margin-bottom: 24px
}
.index_column_header__Ectzr>div:first-child {
	font-size: 16px;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.index_column_header__Ectzr>div:first-child:before {
	content: " ";
	display: block;
	margin-right: 12px;
	width: 4px;
	height: 15px;
	background: #00a5eb
}
.index_column_header__Ectzr a {
	font-size: 14px;
	cursor: pointer;
	color: #333
}
.index_column_header__Ectzr a:hover {
	color: #00a5eb
}
.index_apply_pph_btn__rt9j4 {
	cursor: pointer;
	background: linear-gradient(270deg, #6ed4ff, #00a5eb);
	box-shadow: 0 3px 6px 0 hsla(0,0%,71%,.58);
	color: #fff;
	width: 208px;
	height: 30px;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	margin: 0 21px 0 0
}
.index_apply_pph_btn__rt9j4, .index_apply_pph_btn__rt9j4 .index_icon__HQuyY {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px
}
.index_apply_pph_btn__rt9j4 .index_icon__HQuyY {
	line-height: 30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAiCAYAAAFJtetpAAAAAXNSR0IArs4c6QAAA+tJREFUWAm1l1toj2Ecx/87lOZQSG2hNYcVS+RKI0puSLlYFLlwo7lYKbELUVpKSRTKxXYlcqG5kGMON6OcxZzN1kxJaStZTWLz+T7/93n3PO/p/zf2q+9+p+/v95ze//O+KxkZGSnN5XK/Qa4EyRGQHFDAiDxrS4vuSQmEvUSmB9FtCtiSYXqWeXRyd6M9qqOM+epxJIiuo8ciMzGPFjgQB4yJYUeN8Uj1ldsoTre1pWk/z/hpHYhrPk2awweRXHE7xeyAWO8lCNYAs8UiKIna5ZH+zaHdRtDtYJXtWGKNqIb8lNizaNz4JPtsohynA+eBDQR6behD6A2dFAOOZD4YilGUcYO4k4RILOSQawAfbd48gxxs6mJFpOAkKtyZoHgaZdXh0xIQl6P3BISo0tO0j6I3StA0v1EY4fSiFVn+/2iw0QzgzgC7SX5U3JmQewfKwFtwT2spagnQ7ttG2H0gv/EYzWAYFJLNtoGnqQo7e4nAIb8FrAZfpKMcHWNnNJjkc3xVNBgE9dgvLCf6HFSQ0PX1A5K5NS1RmthkGvwCc7A/KeY1wNdDpAZd4ByICYX6gWnjzSZ6DUgejFXkcueJPaZGja0MWsNrYIOupqmWstSN0ey69b0GJNpJuCNZnvRPmsWO0msAIf94umUF7LTRCpSNpr0ZsIT3pPz30ihXS1g46gYWRa2xYIEANVMs5a+XQPEMis+iu0Cp14BAkuy3o5GcjX0MbAUPwSX9nItaArxacJwi1cwC+cEx2hQsJPCOioPW9X7C8nUK2wl8U84GE3QLsR54a9ArOY2dlqNrXd8ah8AdoHVlNSKdKDre9UC/m2VgJmhgoMvobGECkqK2Ia0T9bq0JObCQi8GA+A70IRSxT4FY1l1alNW3gn0BdcAOpiEbtPapAI7gViOgkYQlZ4YMSPAJG6CCVB0zHobCZVuiXm1E2iD2Ogm/sam6Tr4V8ETkP+CTG6wgnA/Y4Ufqd5dklxTOErDa7DMDZ/FZqK6h+tcTuoEIOtq1a8j7XJz+0TtnwR2MLGOaCLqp06AYr0chHGV1IdwXEd1mqfuAEegr/3dYCyT1BG0sItvnLGSTQaSFHWhJ3coPso4C4D3gTCW1RU/osNk4Km4p8FD7FPA/GqyjmAuZL33Ck1St2g72/0aHRMGqiJ4C7wCehltAjfkk3tkPo8xEo+AeAUw/7Rk6Ik0iwn8GqA3YCsIF4FdCZ6Di2BC6g6oI6sainUuEKCpLhqt+Az12kUjxGswboMrxJeYoP6Q6AWZn+ghuQiDXi/BBkvFrgOfwWEb8zSJUqB/MvSfeTH/aEBLFW3vBdAf4Cu62Rsw4vwBDPArp3ERJ2AAAAAASUVORK5CYII=) no-repeat;
	display: inline-block;
	background-size: 100%;
	vertical-align: sub;
	margin-right: 8px;
	width: 14px;
	height: 15px
}
.index_main__hOtl9 {
	width: 1000px
}
.index_main__hOtl9 .index_pph_nav__W96_f {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	align-self: flex-start;
	-moz-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px
}
.index_main__hOtl9 .index_pph_nav__W96_f .index_pph_nav_btn__8N9Tn {
	-moz-box-flex: 1;
	flex: 1 1
}
.index_main__hOtl9 .index_pph_nav__W96_f .ant-tabs-nav {
	margin-bottom: 0
}
.index_main__hOtl9 .index_pph_nav__W96_f .ant-tabs-tab-btn {
	color: #333
}
.index_main__hOtl9 .index_pph_nav__W96_f .ant-tabs-tab-active {
	font-weight: 700
}
.index_main__hOtl9 .index_pph_nav__W96_f .ant-tabs-tab {
	padding-top: 0
}
.index_main__hOtl9 .index_pph_nav__W96_f .ant-tabs-nav:before {
	border-bottom: 1px solid #e8e8e8
}
.index_main__hOtl9 .index_pph_nav__W96_f .index_nav_right__3U_qs {
	display: -moz-box;
	display: flex
}
.index_main__hOtl9 .index_pph_nav__W96_f .index_nav_right__3U_qs .index_pph_nav_search___5h79 {
	width: 295px
}
.index_main__hOtl9 .index_pph_nav__W96_f .index_nav_right__3U_qs .index_pph_nav_search___5h79 .ant-input-affix-wrapper {
	height: 30px;
	background: none
}
.index_main__hOtl9 .index_pph_nav__W96_f .index_nav_right__3U_qs .index_pph_nav_search___5h79 .ant-input-affix-wrapper input {
	background: none
}
.index_main__hOtl9 .index_pph_common__4_HEa {
	width: 100%;
	margin-top: 24px
}
.index_main__hOtl9 .index_pph_common__4_HEa .index_author_scroll__dP7tU {
	height: 218px;
	width: 100%;
	overflow: hidden;
	background: #f7f7f7
}
.index_main__hOtl9 .index_pph_common__4_HEa .index_author_scroll__dP7tU .index_link_more__tUD5j {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-shrink: 0;
	height: 100%;
	width: 160px;
	background: #fff;
	box-shadow: 10px 0 10px 0 hsla(0,0%,87%,.3);
	overflow: hidden
}
.index_main__hOtl9 .index_pph_common__4_HEa .index_author_scroll__dP7tU .index_link_more__tUD5j .index_gov_logo__q80TI {
	margin-top: 42px;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center
}
.index_main__hOtl9 .index_pph_common__4_HEa .index_author_scroll__dP7tU .index_link_more__tUD5j .index_btn__99oGg {
	cursor: pointer;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 20px;
	width: 43px;
	height: 20px;
	background: linear-gradient(270deg, #0ed1fe, #00a5eb);
	border-radius: 3px;
	margin: 6px auto 0
}
.index_main__hOtl9 .index_pph_common__4_HEa .index_author_scroll__dP7tU .index_pph_common_swiper__PD_tH {
	-moz-box-flex: 1;
	flex: 1 1;
	height: 100%;
	min-width: 0;
	background: #fff
}
.index_main__hOtl9 .index_pph_common__4_HEa .index_author_scroll__dP7tU .index_pph_common_swiper__PD_tH .swiper-slide {
	background: #fff
}
.index_main__hOtl9 .index_pph_common__4_HEa .index_author_scroll__dP7tU .index_pph_common_swiper__PD_tH .swiper-slide:first-child {
	margin-left: 10px
}
.index_main__hOtl9 .index_pph_common__4_HEa .index_author_scroll__dP7tU .index_pph_common_swiper__PD_tH .swiper-slide:last-child {
	margin-right: 10px
}
.index_main__hOtl9 .index_pph_choice__nXHwx {
	margin-top: 24px
}
.index_main__hOtl9 .index_pph_choice__nXHwx .index_list__M7p5N .index_pph_choice_item__H3rLa {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 83px;
	overflow: hidden
}
.index_main__hOtl9 .index_pph_choice__nXHwx .index_list__M7p5N .index_pph_choice_item__H3rLa h3 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	padding: 5px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%
}
.index_main__hOtl9 .index_pph_choice__nXHwx .index_list__M7p5N .index_pph_choice_item__H3rLa .index_choice_bg__ehle2 {
	width: 100%;
	height: 100%
}
.index_main__hOtl9 .index_pph_choice__nXHwx .index_list__M7p5N .index_pph_choice_item__H3rLa .index_choice_logo___v9rJ {
	position: absolute;
	width: 74px;
	height: 74px;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%)
}
.index_main__hOtl9 .index_article_list__q4S3z {
	margin-top: 24px
}
.index_main__hOtl9 .index_column_box__BXFRM {
	margin-top: 54px
}
.index_main__hOtl9 .index_column_box__BXFRM ul {
	display: -moz-box;
	display: flex;
	font-size: 16px;
	color: #666;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center
}
.index_main__hOtl9 .index_column_box__BXFRM ul li {
	position: relative;
	cursor: pointer;
	padding-bottom: 15px
}
.index_main__hOtl9 .index_column_box__BXFRM ul li img {
	height: 35px;
	max-width: 60px;
	-o-object-fit: contain;
	object-fit: contain;
	filter: hue-rotate(0deg) saturate(0) brightness(.5) contrast(1.2)
}
.index_main__hOtl9 .index_column_box__BXFRM ul .index_actived__41Z74 {
	color: #00a5eb!important
}
.index_main__hOtl9 .index_column_box__BXFRM ul .index_actived__41Z74 img {
	filter: invert(40%) sepia(31%) saturate(951%) hue-rotate(157deg) brightness(93%) contrast(83%)!important
}
.index_main__hOtl9 .index_column_box__BXFRM ul .index_actived__41Z74:before {
	content: "";
	width: 20px;
	height: 2px;
	background: linear-gradient(140deg, #00cbf7, #00a5eb);
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 9px
}
.index_main__hOtl9 .index_column_box__BXFRM ul .index_last__ED_Z1:before {
	content: "";
	width: 20px;
	height: 2px;
	background: unset!important;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -6px
}
.index_main__hOtl9 .index_column_box__BXFRM ul .index_activedMore__4eqBk:before {
	content: "";
	width: 20px;
	height: 2px;
	background: linear-gradient(140deg, #00cbf7, #00a5eb);
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 9px
}
.index_main__hOtl9 .index_swiper_box__9iqTu {
	margin-bottom: 22px;
	width: 1000px;
	height: 250px;
	position: relative;
	cursor: pointer
}
.index_main__hOtl9 .index_swiper_box__9iqTu .index_swiper_box_pph__spJyI {
	height: 100%
}
.index_main__hOtl9 .index_swiper_box__9iqTu .index_swiper_left__e5Y2X {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-image: url(//www.thepaper.cn/_next/static/media/swiper_left.6801ca98.png);
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	display: none
}
.index_main__hOtl9 .index_swiper_box__9iqTu .index_swiper_right__rgTqE {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-image: url(//www.thepaper.cn/_next/static/media/swiper_right.ff579bf5.png);
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	display: none
}
.index_main__hOtl9 .index_swiper_box__9iqTu .swiper_item {
	border-radius: 2px;
	height: 250px!important;
	height: 100%;
	text-align: center;
	background-size: 100% 100%;
	display: -moz-box!important;
	display: flex!important;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: end;
	justify-content: flex-end
}
.index_main__hOtl9 .index_swiper_box__9iqTu .swiper_item .swiper_description {
	padding: 0 20px;
	height: 100px;
	line-height: 100px;
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.8));
	border-radius: 2px;
	display: -moz-box;
	display: flex;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #fff
}
.index_main__hOtl9 .index_swiper_box__9iqTu .swiper_item .swiper_description .swiper_title {
	margin-right: 16px;
	height: 48px;
	width: auto;
	font-size: 32px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 48px
}
.index_main__hOtl9 .index_swiper_box__9iqTu .swiper_item .swiper_description .swiper_title div {
	margin-top: 29px
}
.index_main__hOtl9 .index_swiper_box__9iqTu .swiper_item .swiper_description .swiper_title img {
	margin-top: 10px;
	height: 85px;
	-o-object-fit: contain;
	object-fit: contain
}
.index_main__hOtl9 .index_swiper_box__9iqTu .swiper_item .swiper_description .swiper_word {
	margin-top: 32px;
	width: 400px;
	height: 42px;
	font-size: 14px;
	word-break: break-all;
	line-height: 21px;
	text-align: left;
	overflow: hidden;
	display: -moz-box;
	display: flex;
	-moz-box-align: end;
	align-items: flex-end
}
.index_main__hOtl9 .index_swiper_box__9iqTu .slick-dots-bottom {
	bottom: 27px
}
.index_main__hOtl9 .index_swiper_box__9iqTu .slick-dots {
	right: 30px;
	left: unset;
	margin-right: 0
}
.index_main__hOtl9 .index_swiper_box__9iqTu .adm-page-indicator {
	display: -moz-box;
	display: flex
}
.index_main__hOtl9 .index_swiper_box__9iqTu .adm-page-indicator-dot-active {
	background-color: #fff!important;
	opacity: 1!important;
	width: 24px!important
}
.index_main__hOtl9 .index_swiper_box__9iqTu .adm-page-indicator-dot {
	width: 10px;
	height: 6px;
	opacity: .3;
	margin: 0 4px;
	background: #fff;
	cursor: pointer
}
.index_main__hOtl9 .index_swiper_box__9iqTu:hover .index_swiper_left__e5Y2X, .index_main__hOtl9 .index_swiper_box__9iqTu:hover .index_swiper_right__rgTqE {
	display: block
}
 <style data-n-href="/_next/static/css/a9f159986f44a3e8.css"> .index_marquee_container__flmwc {
overflow-x:hidden!important;
display:-moz-box!important;
display:flex!important;
-moz-box-orient:horizontal!important;
-moz-box-direction:normal!important;
flex-direction:row!important;
position:relative;
width:100%
}
.index_marquee_container__flmwc:hover div {
	animation-play-state: var(--pause-on-hover)
}
.index_marquee_container__flmwc:active div {
	animation-play-state: var(--pause-on-click)
}
.index_overlay__6_PBY {
	position: absolute;
	width: 100%;
	height: 100%
}
.index_overlay__6_PBY:after, .index_overlay__6_PBY:before {
	content: "";
	background: linear-gradient(to right, var(--gradient-color));
	height: 100%;
	position: absolute;
	width: var(--gradient-width);
	z-index: 2
}
.index_overlay__6_PBY:after {
	right: 0;
	top: 0;
	transform: rotate(180deg)
}
.index_overlay__6_PBY:before {
	left: 0;
	top: 0
}
.index_marquee__edcaZ {
	-moz-box-flex: 0;
	flex: 0 0 auto;
	min-width: 100%;
	z-index: 1;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center
}
.index_scroll__YhAj2 {
	animation: index_scroll__YhAj2 var(--duration) linear var(--delay) 1;
	animation-play-state: var(--play);
	animation-delay: var(--delay);
	animation-direction: var(--direction);
	animation-fill-mode: forwards
}
@keyframes index_scroll__YhAj2 {
0% {
opacity:1;
transform:translateX(0)
}
to {
	opacity: 1;
	transform: translateX(var(--scroll-distance))
}
}
.index_opacity__awX5t {
	pointer-events: none;
	animation: index_opacity__awX5t 1s linear 1
}
@keyframes index_opacity__awX5t {
0% {
opacity:1;
transform:translateX(var(--scroll-distance))
}
99% {
opacity:0;
transform:translateX(var(--scroll-distance))
}
to {
	transform: translateX(0)
}
}
.index_contanier__xW_Be {
	width: 1260px;
	background: #fff;
	padding: 20px;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	margin: 15px auto 50px
}
.index_contanier__xW_Be:after, .index_contanier__xW_Be:before {
	content: "";
	display: block;
	background: linear-gradient(90deg, #fff, hsla(0,0%,100%,0));
	height: 100%;
	position: absolute;
	width: 40px;
	z-index: 2;
	top: 0
}
.index_contanier__xW_Be:before {
	left: 0
}
.index_contanier__xW_Be:after {
	right: 0;
	transform: rotate(180deg)
}
.index_contanier__xW_Be p {
	line-height: 35px
}
.index_contanier__xW_Be .index_font__BD3gY {
	font-size: 18px
}
.index_contanier__xW_Be .index_font__BD3gY a {
	color: #000;
	margin-right: 25px;
	position: relative;
	display: inline-block;
	padding-left: 15px
}
.index_contanier__xW_Be .index_font__BD3gY a:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	background: #00a5eb;
	left: 0;
	top: 15px;
	display: inline-block
}
.index_contanier__xW_Be .index_font__BD3gY a:hover {
	font-weight: 700
}
.index_contanier__xW_Be.index_black__wC1pT {
	background: transparent;
	box-shadow: none
}
.index_contanier__xW_Be.index_black__wC1pT:after, .index_contanier__xW_Be.index_black__wC1pT:before {
	display: none
}
.index_contanier__xW_Be.index_black__wC1pT a {
	color: #5a646e
}
.ant-back-top {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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";
	position: fixed;
	right: 100px;
	bottom: 50px;
	z-index: 10;
	width: 40px;
	height: 40px;
	cursor: pointer
}
.ant-back-top:empty {
	display: none
}
.ant-back-top-rtl {
	right: auto;
	left: 100px;
	direction: rtl
}
.ant-back-top-content {
	width: 40px;
	height: 40px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,.45);
	border-radius: 20px;
	transition: all .3s
}
.ant-back-top-content:hover {
	background-color: rgba(0,0,0,.85);
	transition: all .3s
}
.ant-back-top-icon {
	font-size: 24px;
	line-height: 40px
}
@media screen and (max-width:768px) {
.ant-back-top {
	right: 60px
}
.ant-back-top-rtl {
	right: auto;
	left: 60px
}
}
@media screen and (max-width:480px) {
.ant-back-top {
	right: 20px
}
.ant-back-top-rtl {
	right: auto;
	left: 20px
}
}
.videoHeader_wrapper__Gt5mQ {
	color: #fff;
	position: relative
}
.videoHeader_wrapper__Gt5mQ.videoHeader_height520__uK274 {
	height: 520px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm {
	background: #27303e
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm .videoHeader_detailWrap__MeNfs {
	max-width: 1200px;
	margin: 0 auto;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	padding: 40px 0 20px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm .videoHeader_detailWrap__MeNfs .videoHeader_detailLeft__ZuzcH .videoHeader_title__ebvbz {
	font-size: 28px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 42px;
	margin-bottom: 8px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm .videoHeader_detailWrap__MeNfs .videoHeader_detailLeft__ZuzcH .videoHeader_source__lCAsQ {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #5a646e;
	line-height: 18px;
	margin-bottom: 20px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm .videoHeader_detailWrap__MeNfs .videoHeader_detailLeft__ZuzcH .videoHeader_desc__S7tWf {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 26px;
	margin-bottom: 32px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm .videoHeader_detailWrap__MeNfs .videoHeader_detailRight__ghrBQ {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	-moz-box-flex: 0;
	flex: 0 0 300px;
	width: 300px;
	border-left: 1px solid #5a646e
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm .videoHeader_detailWrap__MeNfs .videoHeader_detailRight__ghrBQ .videoHeader_authorImg__MbI50 {
	width: 83px;
	height: 83px;
	border: 1px solid #646464;
	padding: 5px;
	border-radius: 8px;
	margin: 16px 0 8px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm .videoHeader_detailWrap__MeNfs .videoHeader_detailRight__ghrBQ .videoHeader_authorImg__MbI50 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm .videoHeader_detailWrap__MeNfs .videoHeader_detailRight__ghrBQ .videoHeader_authorName__4DxAX {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	margin-bottom: 16px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_dPlayerWrap__L1IKm .videoHeader_detailWrap__MeNfs .videoHeader_detailRight__ghrBQ .videoHeader_subscription__qkKgy {
	width: 83px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	line-height: 18px;
	padding: 3px 5px;
	border: 1px solid #00a5eb;
	text-align: center
}
.videoHeader_wrapper__Gt5mQ .videoHeader_hide__UHPts {
	display: none
}
.videoHeader_wrapper__Gt5mQ .videoHeader_customVideoCss__qQjzw {
	height: 520px;
	max-width: 1200px;
	margin: 0 auto
}
.videoHeader_wrapper__Gt5mQ .videoHeader_customVideoCss__qQjzw .dplayer-logo {
	background: #ddd;
	width: 40px;
	height: 40px;
	line-height: 40px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_customVideoCss__qQjzw .dplayer-comment, .videoHeader_wrapper__Gt5mQ .videoHeader_customVideoCss__qQjzw .dplayer-menu, .videoHeader_wrapper__Gt5mQ .videoHeader_customVideoCss__qQjzw .dplayer-setting-danmaku, .videoHeader_wrapper__Gt5mQ .videoHeader_customVideoCss__qQjzw .dplayer-setting-danunlimit, .videoHeader_wrapper__Gt5mQ .videoHeader_customVideoCss__qQjzw .dplayer-setting-showdan {
	display: none!important
}
.videoHeader_wrapper__Gt5mQ .videoHeader_bg__0PM2y {
	position: absolute;
	left: 0;
	z-index: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.videoHeader_wrapper__Gt5mQ .videoHeader_boxWrap__xXXly {
	height: 520px;
	position: relative
}
.videoHeader_wrapper__Gt5mQ .videoHeader_flexWrap__xVCwa {
	max-width: 1200px;
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: end;
	justify-content: flex-end;
	-moz-box-align: start;
	align-items: flex-start;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1
}
.videoHeader_wrapper__Gt5mQ .videoHeader_flexBox__du_k_ {
	max-width: 424px;
	margin-bottom: 32px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_playIcon__8BhMe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(//www.thepaper.cn/_next/static/media/play@2x.7ab38d10.png) no-repeat 50%/cover;
	width: 66px;
	height: 66px;
	cursor: pointer;
	z-index: 2
}
.videoHeader_wrapper__Gt5mQ .videoHeader_title__ebvbz {
	font-size: 32px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 48px;
	text-shadow: 2px 2px 0 rgba(32,39,46,.6)
}
.videoHeader_wrapper__Gt5mQ .videoHeader_timeLong__ZEwxB {
	margin-bottom: 23px;
	position: relative
}
.videoHeader_wrapper__Gt5mQ .videoHeader_box__UvdyB {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	font-size: 16px;
	margin: 24px 0 40px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 24px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_type__tZ2IY {
	margin-right: 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc
}
.videoHeader_wrapper__Gt5mQ .videoHeader_time__xpgUO {
	margin-right: 10px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_shareBox__ujTHn {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 24px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_comment__NIxic {
	margin-right: 10px;
	border-radius: 50px;
	padding: 0 10px 0 28px;
	position: relative
}
.videoHeader_wrapper__Gt5mQ .videoHeader_comment__NIxic:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(//www.thepaper.cn/_next/static/media/comment_size-1.138f28f8.png) no-repeat 50%/cover
}
.videoHeader_wrapper__Gt5mQ .videoHeader_share__opH8S {
	margin-right: 10px;
	position: relative;
	padding-left: 28px;
	min-width: 24px;
	height: 24px
}
.videoHeader_wrapper__Gt5mQ .videoHeader_share__opH8S:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(//www.thepaper.cn/_next/static/media/share_fff.dfd719b1.png) no-repeat 50%/cover
}
.videoHeader_boxWrapAB__z6Lqk:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(269deg, rgba(39,48,62,0), #27303e)
}
.videoHeader_boxWrapAB__z6Lqk:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(91deg, rgba(39,48,62,0), #27303e)
}
.err_error__xPu43 {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	height: calc(100vh - 180px)
}
.err_error__xPu43 img {
	width: 250px;
	height: 150px
}
.err_error__xPu43 p {
	color: #999;
	font-size: 12px
}
.err_error__xPu43 span {
	color: #00a5eb;
	font-size: 16px;
	cursor: pointer;
	margin-top: 15px
}
.err_error__xPu43 .err_refresh__Lr0dg {
	background: url(//www.thepaper.cn/_next/static/media/icon_shuaxin.c18cda4c.png) no-repeat 0;
	background-size: 18px 18px;
	padding-left: 26px
}
.videoList_linecard__kv_xa {
	max-width: 1216px;
	margin: 0 auto
}
.videoList_linecard__kv_xa .ant-col-5 {
	-moz-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.videoList_linecard__kv_xa .card {
	display: -moz-box;
	display: flex
}
.videoList_linecard__kv_xa .card .card-img-box {
	width: 100%;
	height: 122px;
	position: relative
}
.videoList_linecard__kv_xa .card .card-img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.videoList_linecard__kv_xa .card .card-col {
	margin-bottom: 10px
}
.videoList_linecard__kv_xa .card .card-content {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	height: 100%
}
.videoList_linecard__kv_xa .card .card-content-right {
	-moz-box-flex: 1;
	flex: 1 1;
	width: 100%;
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between
}
.videoList_linecard__kv_xa .card .card-content-right h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
	line-height: 24px;
	color: #fff
}
.videoList_linecard__kv_xa .card .card-content-right-bottom {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 26px
}
.videoList_linecard__kv_xa .card .card-content-right-bottom p {
	color: #999
}
.videoList_linecard__kv_xa .card .card-content-right-bottom p a {
	display: inline-block
}
.videoList_linecard__kv_xa .card .card-content-right-bottom p:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.videoList_linecard__kv_xa .card .card-content-right-bottom p:first-child span.card-content-right-bottom-span {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #999
}
.videoList_linecard__kv_xa .card .card-content-right-bottom p:last-child {
	width: 94px;
	flex-shrink: 0;
	text-align: right
}
.videoList_linecard__kv_xa .card .card-content-right-bottom-msg {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon.f14b31d3.png) no-repeat;
	background-size: 18px 18px;
	background-position: 0 0;
	padding-left: 20px;
	margin-right: 5px;
	display: inline-block
}
.videoList_linecard__kv_xa .card .card-content-right-bottom-share {
	width: 18px;
	height: 18px;
	background: url(//www.thepaper.cn/_next/static/media/share_icon.d6ec938a.png) no-repeat;
	background-size: 18px 18px;
	background-position: 0 0;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle
}
.videoList_linecard__kv_xa .ant-card {
	background: transparent
}
.videoList_linecard__kv_xa .ant-card-body {
	padding: 8px;
	height: 100%
}
.videoList_linecard__kv_xa .ant-card-bordered {
	border: 1px solid #1a2226;
	height: 100%
}
.videoList_linecard__kv_xa .ant-card-bordered a {
	display: block;
	height: 100%
}
.videoList_linecard__kv_xa .ant-card-hoverable:hover {
	border: 1px solid transparent;
	background: #202c38;
	box-shadow: 2px 2px 4px 0 rgba(15,23,31,.7), -2px -2px 4px 0 rgba(48,58,68,.7);
	position: relative
}
.small_isrecommend__cjLJb {
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 2
}
.small_isrecommend__cjLJb img {
	width: 36px!important;
	height: 30px!important
}
.small_basecard__W8Q78 {
	cursor: auto
}
.small_basecard__W8Q78:hover {
	background: #fff!important;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff;
	position: relative
}
.small_basecard__W8Q78.small_blacksmall__MNZbJ: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__W8Q78.small_blacksmall__MNZbJ:hover.small_article_card__4NC8k .small_imgposition__tOYsP {
	position: relative
}
.small_basecard__W8Q78.small_blacksmall__MNZbJ:hover.small_article_card__4NC8k .small_imgposition__tOYsP: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: 382px;
	height: 222px;
	left: 0;
	top: 0
}
.small_basecard__W8Q78.small_ad_card__8i3oW .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child {
	display: -moz-box;
	display: flex;
	width: 100%
}
.small_basecard__W8Q78.small_ad_card__8i3oW .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span:last-child {
	max-width: 150px!important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0
}
.small_basecard__W8Q78.small_ad_card__8i3oW .small_cardcontentdes__XaWX9 .small_p__F5WJq .small_controlBtn__XYtv0 {
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	cursor: pointer;
	border: 1px solid #00a5eb
}
.small_cardcontent__kCon_ {
	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__kCon_ .small_imgposition__tOYsP {
	position: relative;
	width: 382px;
	height: 222px
}
.small_cardcontent__kCon_ .small_imgposition__tOYsP .small_adcss__Jqtwh {
	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__kCon_ .small_imgposition__tOYsP img {
	width: 382px;
	height: 222px
}
.small_cardcontent__kCon_ .small_toplink__71uZi {
	height: 100%
}
.small_cardcontent__kCon_ .small_toplink__71uZi a {
	height: 100%;
	display: inline-block
}
.small_cardcontent__kCon_ .small_text__mUUVB {
	display: -moz-box!important;
	display: flex!important;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	height: auto!important
}
.small_cardcontent__kCon_ .small_text__mUUVB .small_linkask__slhQy {
	background: #f0f0f0;
	padding: 5px;
	margin-bottom: 10px
}
.small_cardcontent__kCon_ .small_text__mUUVB .small_linkask__slhQy .small_p__F5WJq {
	font-size: 12px;
	color: #666
}
.small_cardcontent__kCon_ .small_text__mUUVB .small_linkask__slhQy .small_p__F5WJq a {
	display: -moz-box;
	display: flex
}
.small_cardcontent__kCon_ .small_text__mUUVB .small_linkask__slhQy .small_p__F5WJq 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__kCon_ .small_text__mUUVB .small_linkask__slhQy .small_p__F5WJq a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.small_cardcontent__kCon_ .small_text__mUUVB .small_linkask__slhQy .small_p__F5WJq a:hover {
	color: #000
}
.small_cardcontent__kCon_ h2 {
	padding: 0;
	font-size: 17px;
	line-height: 23px;
	font-weight: 700;
	color: #000;
	margin: 10px 0 38px
}
.small_cardcontent__kCon_ h2 a {
	color: #000;
	word-break: break-all
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	font-size: 12px
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child {
	display: -moz-box;
	display: flex;
	width: 60%
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span {
	margin-right: 5px;
	color: #999
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span a {
	color: #666
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span.small_first__IMpRC {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span.small_first__IMpRC:after {
	content: "";
	position: absolute;
	height: 13px;
	border-right: 1px solid #999;
	right: 0;
	top: 2px
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span.small_first__IMpRC a:hover {
	color: #000
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span:last-child {
	flex-shrink: 0
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child {
	flex-shrink: 0;
	text-align: right
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span {
	display: inline-block
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span.small_zan__1m_d2 {
	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__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span.small_zan__1m_d2:hover {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon_active.e70dc22d.png) no-repeat;
	background-size: 18px 18px;
	color: #000
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span.small_share__tEC9E {
	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__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span.small_share__tEC9E:hover {
	background: url(//www.thepaper.cn/_next/static/media/share_icon_active.fb5badcc.png) no-repeat;
	background-size: 18px 18px
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child .small_controlBtn__XYtv0 {
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	border: 1px solid #00a5eb;
	cursor: pointer
}
.small_cardcontent__kCon_ .small_cardcontentdes__XaWX9.small_noreply__n7ja1 p:first-child {
	width: 185px
}
.small_cardcontent__kCon_.small_black__pNPbH .small_toplink__71uZi a, .small_cardcontent__kCon_.small_black__pNPbH .small_toplink__71uZi a h2, .small_cardcontent__kCon_.small_black__pNPbH h2 a {
	color: #fff
}
.small_cardcontent__kCon_.small_black__pNPbH .small_text__mUUVB .small_linkask__slhQy {
	background: #27303e;
	padding: 5px;
	margin-bottom: 10px
}
.small_cardcontent__kCon_.small_black__pNPbH .small_text__mUUVB .small_linkask__slhQy p {
	font-size: 12px;
	color: #96a5b4
}
.small_cardcontent__kCon_.small_black__pNPbH .small_text__mUUVB .small_linkask__slhQy p a {
	display: -moz-box;
	display: flex
}
.small_cardcontent__kCon_.small_black__pNPbH .small_text__mUUVB .small_linkask__slhQy 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__kCon_.small_black__pNPbH .small_text__mUUVB .small_linkask__slhQy p a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.small_cardcontent__kCon_.small_black__pNPbH .small_text__mUUVB .small_linkask__slhQy p a:hover {
	color: #fff
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child {
	display: -moz-box;
	display: flex;
	width: 60%
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span {
	margin-right: 5px;
	color: #ccc
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span a {
	color: #96a5b4
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span.small_first__IMpRC {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span.small_first__IMpRC:after {
	content: "";
	position: absolute;
	border-right: 1px solid #999;
	right: 0;
	top: -4px;
	height: 26px;
	transform: scale(.5)
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span.small_first__IMpRC a {
	display: inline
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span.small_first__IMpRC a:hover {
	color: #fff
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:first-child span:last-child {
	flex-shrink: 0
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child {
	flex-shrink: 0;
	text-align: right
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child .small_controlBtn__XYtv0 {
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	border: 1px solid #00a5eb;
	cursor: pointer
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child a, .small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span {
	display: inline-block
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child a.small_zan__1m_d2, .small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span.small_zan__1m_d2 {
	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__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child a.small_zan__1m_d2:hover, .small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span.small_zan__1m_d2:hover {
	background: url(//www.thepaper.cn/_next/static/media/comment_size_active.fdab2d1b.png) no-repeat;
	background-size: 18px 18px;
	color: #fff
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child a.small_share__tEC9E, .small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span.small_share__tEC9E {
	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__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child a.small_share__tEC9E:hover, .small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9 .small_p__F5WJq:last-child span.small_share__tEC9E:hover {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_white.1731b7e0.png) no-repeat;
	background-size: 18px 18px
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9.small_noreply__n7ja1 p:first-child {
	width: 185px
}
.small_cardcontent__kCon_.small_black__pNPbH .small_cardcontentdes__XaWX9.small_noreply__n7ja1 p .small_controlBtn__XYtv0 {
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	border: 1px solid #00a5eb;
	cursor: pointer
}
.small_mediaWrap__9s9GY {
	margin-top: 10px
}
.list_linecard__b6Ptf {
	max-width: 1216px;
	margin: 0 auto
}
.list_linecard__b6Ptf .ant-col-5 {
	-moz-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.list_linecard__b6Ptf .card {
	display: -moz-box;
	display: flex
}
.list_linecard__b6Ptf .card .card-img-box {
	width: 100%;
	height: 122px;
	position: relative
}
.list_linecard__b6Ptf .card .card-img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.list_linecard__b6Ptf .card .card-col {
	margin-bottom: 10px
}
.list_linecard__b6Ptf .card .card-content {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	height: 100%
}
.list_linecard__b6Ptf .card .card-content-right {
	-moz-box-flex: 1;
	flex: 1 1;
	width: 100%;
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between
}
.list_linecard__b6Ptf .card .card-content-right h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
	line-height: 24px;
	color: #fff
}
.list_linecard__b6Ptf .card .card-content-right-bottom {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 26px
}
.list_linecard__b6Ptf .card .card-content-right-bottom p {
	color: #999
}
.list_linecard__b6Ptf .card .card-content-right-bottom p a {
	display: inline-block
}
.list_linecard__b6Ptf .card .card-content-right-bottom p:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.list_linecard__b6Ptf .card .card-content-right-bottom p:first-child span.card-content-right-bottom-span {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #999
}
.list_linecard__b6Ptf .card .card-content-right-bottom p:last-child {
	width: 94px;
	flex-shrink: 0;
	text-align: right
}
.list_linecard__b6Ptf .card .card-content-right-bottom-msg {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon.f14b31d3.png) no-repeat;
	background-size: 18px 18px;
	background-position: 0 0;
	padding-left: 20px;
	margin-right: 5px;
	display: inline-block
}
.list_linecard__b6Ptf .card .card-content-right-bottom-share {
	width: 18px;
	height: 18px;
	background: url(//www.thepaper.cn/_next/static/media/share_icon.d6ec938a.png) no-repeat;
	background-size: 18px 18px;
	background-position: 0 0;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle
}
.list_linecard__b6Ptf .ant-card {
	background: transparent
}
.list_linecard__b6Ptf .ant-card-body {
	padding: 8px;
	height: 100%
}
.list_linecard__b6Ptf .ant-card-bordered {
	border: 1px solid #1a2226;
	height: 100%
}
.list_linecard__b6Ptf .ant-card-bordered a {
	display: block;
	height: 100%
}
.list_linecard__b6Ptf .ant-card-hoverable:hover {
	border: 1px solid transparent;
	background: #202c38;
	box-shadow: 2px 2px 4px 0 rgba(15,23,31,.7), -2px -2px 4px 0 rgba(48,58,68,.7);
	position: relative
}
.small_isrecommend__RgvAY {
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 2
}
.small_isrecommend__RgvAY img {
	width: 36px!important;
	height: 30px!important
}
.small_basecard__z1HE_ {
	cursor: auto
}
.small_basecard__z1HE_:hover {
	background: #fff!important;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff;
	position: relative
}
.small_basecard__z1HE_.small_blacksmall__cLi98: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;
	border: 1px solid transparent!important
}
.small_basecard__z1HE_.small_blacksmall__cLi98:hover.small_article_card__4GYF3 .small_imgposition__h4wxg {
	position: relative
}
.small_basecard__z1HE_.small_ad_card__3JYIi .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child {
	display: -moz-box;
	display: flex;
	width: 100%
}
.small_basecard__z1HE_.small_ad_card__3JYIi .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span:last-child {
	max-width: 150px!important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0
}
.small_basecard__z1HE_.small_ad_card__3JYIi .small_cardcontentdes__MzvVB .small_p__fV0vG .small_controlBtn___qy7g {
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	cursor: pointer;
	border: 1px solid #00a5eb
}
.small_cardcontent__0NQZc {
	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__0NQZc .small_imgposition__h4wxg {
	position: relative;
	width: 382px;
	height: 222px
}
.small_cardcontent__0NQZc .small_imgposition__h4wxg .small_adcss__i7R5c {
	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__0NQZc .small_imgposition__h4wxg img {
	width: 382px;
	height: 222px
}
.small_cardcontent__0NQZc .small_toplink__W_s8L {
	height: 100%;
	margin-bottom: 10px
}
.small_cardcontent__0NQZc .small_toplink__W_s8L a {
	height: 100%;
	display: inline-block
}
.small_cardcontent__0NQZc .small_text__rQHg2 {
	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__0NQZc .small_text__rQHg2 .small_linkask__xHKgZ {
	background: #f0f0f0;
	padding: 5px;
	margin-bottom: 10px
}
.small_cardcontent__0NQZc .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG {
	font-size: 12px;
	color: #666
}
.small_cardcontent__0NQZc .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG a {
	display: -moz-box;
	display: flex
}
.small_cardcontent__0NQZc .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG 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__0NQZc .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.small_cardcontent__0NQZc .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG a:hover {
	color: #000
}
.small_cardcontent__0NQZc h2 {
	padding: 0;
	font-size: 17px;
	line-height: 23px;
	font-weight: 700;
	color: #000;
	margin: 10px 0 0
}
.small_cardcontent__0NQZc h2 a {
	color: #000;
	word-break: break-all
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	font-size: 12px
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child {
	display: -moz-box;
	display: flex;
	width: 60%
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span {
	margin-right: 5px;
	color: #999
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span a {
	color: #666
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span.small_first__yGvgO {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span.small_first__yGvgO:after {
	content: "";
	position: absolute;
	height: 13px;
	border-right: 1px solid #999;
	right: 0;
	top: 2px
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span.small_first__yGvgO a:hover {
	color: #000
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span:last-child {
	max-width: 175px;
	flex-shrink: 0
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child {
	flex-shrink: 0;
	text-align: right
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span {
	display: inline-block
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span.small_zan__Luzb5 {
	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__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span.small_zan__Luzb5:hover {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon_active.e70dc22d.png) no-repeat;
	background-size: 18px 18px;
	color: #000
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span.small_share__dEpLl {
	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__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span.small_share__dEpLl:hover {
	background: url(//www.thepaper.cn/_next/static/media/share_icon_active.fb5badcc.png) no-repeat;
	background-size: 18px 18px
}
.small_cardcontent__0NQZc .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child .small_controlBtn___qy7g {
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	border: 1px solid #00a5eb;
	cursor: pointer
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_toplink__W_s8L a, .small_cardcontent__0NQZc.small_black__JDcdK .small_toplink__W_s8L a h2, .small_cardcontent__0NQZc.small_black__JDcdK h2 a {
	color: #fff
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_text__rQHg2 .small_linkask__xHKgZ {
	background: #27303e;
	padding: 5px;
	margin-bottom: 10px
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG {
	font-size: 12px;
	color: #96a5b4
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG a {
	display: -moz-box;
	display: flex
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG 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__0NQZc.small_black__JDcdK .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_text__rQHg2 .small_linkask__xHKgZ .small_p__fV0vG a:hover {
	color: #fff
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child {
	display: -moz-box;
	display: flex;
	width: 60%
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span {
	margin-right: 5px;
	color: #ccc
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span a {
	color: #96a5b4
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span.small_first__yGvgO {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span.small_first__yGvgO:after {
	content: "";
	position: absolute;
	border-right: 1px solid #999;
	right: 0;
	top: -4px;
	height: 26px;
	transform: scale(.5)
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span.small_first__yGvgO a {
	display: inline
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span.small_first__yGvgO a:hover {
	color: #fff
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:first-child span:last-child {
	max-width: 175px;
	flex-shrink: 0
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child {
	flex-shrink: 0;
	text-align: right
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child .small_controlBtn___qy7g {
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	border: 1px solid #00a5eb;
	cursor: pointer
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child a, .small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span {
	display: inline-block
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child a.small_zan__Luzb5, .small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span.small_zan__Luzb5 {
	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__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child a.small_zan__Luzb5:hover, .small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span.small_zan__Luzb5:hover {
	background: url(//www.thepaper.cn/_next/static/media/comment_size_active.fdab2d1b.png) no-repeat;
	background-size: 18px 18px;
	color: #fff
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child a.small_share__dEpLl, .small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span.small_share__dEpLl {
	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__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child a.small_share__dEpLl:hover, .small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB .small_p__fV0vG:last-child span.small_share__dEpLl:hover {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_white.1731b7e0.png) no-repeat;
	background-size: 18px 18px
}
.small_cardcontent__0NQZc.small_black__JDcdK .small_cardcontentdes__MzvVB.small_noreply__SJUic .small_p__fV0vG .small_controlBtn___qy7g {
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #00a5eb;
	border: 1px solid #00a5eb;
	cursor: pointer
}
.small_mediaWrap__oDzPw {
	margin-top: 10px
}
.small_nameStyle__iSN_G {
	font-size: 15px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff!important;
	line-height: 20px
}
.index_rightLayout__lS_Qy {
	-moz-box-flex: 0;
	flex: 0 0 240px;
	width: 240px
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu {
	-moz-box-flex: 1;
	flex: 1 1;
	width: 100%
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX {
	max-height: inherit;
	overflow-x: auto;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX .index_relatedSuggestionLi__sV4bN {
	margin: 0 1px 0 12px;
	display: -moz-box!important;
	display: flex!important;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	transition: transform .3s
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX .index_relatedSuggestionLi__sV4bN:first-of-type {
	margin-left: 1px
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX .index_relatedSuggestionLi__sV4bN:hover {
	transform: translateY(-2px)
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX .index_imgBox___9txy {
	width: 218px;
	height: 122px
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX .index_imgBox___9txy img {
	-o-object-fit: cover;
	object-fit: cover
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX .index_contentBox__axsXG {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-flex: 1;
	flex: 1 1;
	max-width: 218px
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX .index_title__LYhev {
	font-weight: 700
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX .index_moreContent__fCDBE .index_seeMoreTag__uT0EX {
	color: #fff
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestionList__sM_AX .index_moreContent__fCDBE .index_seeMore__RuYPn:first-child {
	margin-left: 0
}
.index_rightLayout__lS_Qy.index_horizontal__w9giu .index_relatedSuggestion__0mPWJ {
	padding-left: 38px
}
.index_rightLayout__lS_Qy .index_headerBox__xJhkq {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center
}
.index_rightLayout__lS_Qy .index_headerBox__xJhkq .index_relatedSuggestion__0mPWJ {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #96a5b4;
	line-height: 24px
}
.index_rightLayout__lS_Qy .index_headerBox__xJhkq .index_more__Nv7df {
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #5a646e;
	line-height: 18px
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX {
	margin-left: 16px;
	padding-left: 4px;
	margin-bottom: 16px;
	padding-top: 1px;
	max-height: 690px;
	overflow-y: auto;
	padding-right: 4px
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .ant-card {
	background-color: transparent;
	border: 1px solid #1a2226;
	margin-right: 8px;
	transition: transform .3s
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .ant-card:hover {
	transform: translateY(-2px)
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .ant-card-body {
	padding: 8px;
	height: 100%
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .slick-list {
	padding: 4px
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .index_relatedSuggestionLi__sV4bN {
	padding: 8px;
	box-shadow: 0 0 1px 1px #1a2226;
	margin: 0 1px 12px;
	transition: box-shadow .3s
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .index_relatedSuggestionLi__sV4bN: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_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .index_imgBox___9txy {
	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_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .index_imgBox___9txy img {
	width: 100%;
	height: 100%;
	min-height: 120px;
	-o-object-fit: cover;
	object-fit: cover
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .index_title__LYhev {
	font-size: 15px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	margin-top: 8px
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .index_moreContent__fCDBE {
	margin-top: 16px;
	font-size: 12px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #96a5b4;
	line-height: 21px
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .index_moreContent__fCDBE .index_seeMoreTag__uT0EX {
	color: #fff
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .index_moreContent__fCDBE .index_seeMore__RuYPn {
	margin-left: 10px;
	color: #96a5b4;
	font-weight: inherit
}
.index_rightLayout__lS_Qy .index_relatedSuggestionList__sM_AX .index_moreContent__fCDBE .index_seeMore__RuYPn:first-child {
	margin-left: 0;
	color: #fff
}
.index_rightLayout__lS_Qy .index_tags__hA9rM {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 16px
}
.index_rightLayout__lS_Qy .index_tags__hA9rM .index_tag__xS2JX {
	background: #27303e;
	box-shadow: 1px 1px 2px 0 #0f171f, -1px -1px 2px 0 rgba(48,58,68,.7);
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #96a5b4;
	line-height: 21px;
	padding: 5px 12px
}
.index_rightLayout__lS_Qy .index_tagA__B9EJZ {
	display: -moz-box;
	display: flex;
	margin-right: 21px;
	margin-bottom: 12px
}
.index_listWrap__0bzab {
	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_listWrap__0bzab .ant-card {
	background-color: transparent;
	border: 1px solid #1a2226;
	margin-right: 0!important
}
.index_listWrap__0bzab .ant-carousel {
	width: 1224px
}
.index_listWrap__0bzab .ant-card-body {
	padding: 8px
}
.index_listWrap__0bzab .slick-track {
	display: -moz-box;
	display: flex;
	padding: 1px 0
}
.index_listWrap__0bzab .slick-slide {
	height: auto;
	margin-right: 8px
}
.index_listWrap__0bzab .slick-slide>div {
	height: 100%
}
.index_listWrap__0bzab .ant-carousel .slick-list .slick-slide {
	pointer-events: auto
}
.index_listWrap__0bzab .index_relatedSuggestionLi__sV4bN {
	height: 100%
}
.index_listWrap__0bzab .index_leftIcon__KxsK2 {
	position: absolute;
	top: 50%;
	left: -16px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	margin-right: 8px;
	background: url(//www.thepaper.cn/_next/static/media/icon_30x30_arrow_left_ffffff@2x.a2625156.png) no-repeat 50%/cover;
	cursor: pointer
}
.index_listWrap__0bzab .index_rightIcon__iLaA2 {
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	margin-left: 8px;
	background: url(//www.thepaper.cn/_next/static/media/icon_30x30_arrow_right_ffffff@2x.95ec7120.png) no-repeat 50%/cover;
	cursor: pointer
}
.index_listWrap__0bzab .index_noClick__3I9EK {
	cursor: default;
	opacity: .1
}
.index_liveTitleBox__RRt1p {
	max-width: 1216px;
	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_liveTitleBox__RRt1p .index_liveTitle__3PwHk {
	position: relative;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	padding-left: 16px;
	margin-bottom: 32px
}
.index_liveTitleBox__RRt1p .index_liveTitle__3PwHk:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	background: #00a5eb;
	transform: translateY(-50%)
}
.index_liveTitleBox__RRt1p .index_liveTitleLink__m8qJb {
	width: 95px;
	height: 32px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 32px;
	text-align: center
}
.index_collectionCardBox__cer9Y {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}
.index_collectionCardBox__cer9Y .index_marginBottom__hqUO2 {
	margin-bottom: 24px
}
.list_linecard__U_jJn {
	max-width: 1216px;
	margin: 0 auto
}
.list_linecard__U_jJn .ant-col-5 {
	-moz-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.list_linecard__U_jJn .card {
	display: -moz-box;
	display: flex
}
.list_linecard__U_jJn .card .card-img-box {
	width: 100%;
	height: 122px;
	position: relative
}
.list_linecard__U_jJn .card .card-img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.list_linecard__U_jJn .card .card-col {
	margin-bottom: 10px
}
.list_linecard__U_jJn .card .card-content {
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	height: 100%
}
.list_linecard__U_jJn .card .card-content-right {
	-moz-box-flex: 1;
	flex: 1 1;
	width: 100%;
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between
}
.list_linecard__U_jJn .card .card-content-right h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
	line-height: 24px;
	color: #fff
}
.list_linecard__U_jJn .card .card-content-right-bottom {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 26px
}
.list_linecard__U_jJn .card .card-content-right-bottom p {
	color: #999
}
.list_linecard__U_jJn .card .card-content-right-bottom p a {
	display: inline-block
}
.list_linecard__U_jJn .card .card-content-right-bottom p:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.list_linecard__U_jJn .card .card-content-right-bottom p:first-child span.card-content-right-bottom-span {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #999
}
.list_linecard__U_jJn .card .card-content-right-bottom p:last-child {
	width: 94px;
	flex-shrink: 0;
	text-align: right
}
.list_linecard__U_jJn .card .card-content-right-bottom-msg {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon.f14b31d3.png) no-repeat;
	background-size: 18px 18px;
	background-position: 0 0;
	padding-left: 20px;
	margin-right: 5px;
	display: inline-block
}
.list_linecard__U_jJn .card .card-content-right-bottom-share {
	width: 18px;
	height: 18px;
	background: url(//www.thepaper.cn/_next/static/media/share_icon.d6ec938a.png) no-repeat;
	background-size: 18px 18px;
	background-position: 0 0;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle
}
.list_linecard__U_jJn .ant-card {
	background: transparent
}
.list_linecard__U_jJn .ant-card-body {
	padding: 8px;
	height: 100%
}
.list_linecard__U_jJn .ant-card-bordered {
	border: 1px solid #1a2226;
	height: 100%
}
.list_linecard__U_jJn .ant-card-bordered a {
	display: block;
	height: 100%
}
.list_linecard__U_jJn .ant-card-hoverable:hover {
	border: 1px solid transparent;
	background: #202c38;
	box-shadow: 2px 2px 4px 0 rgba(15,23,31,.7), -2px -2px 4px 0 rgba(48,58,68,.7);
	position: relative
}
.index_layoutWrap__bvQ_h {
	max-width: 1216px;
	margin: 48px auto 0;
	display: none
}
.index_layoutWrap__bvQ_h.index_isShow__eut0z {
	display: block
}
.index_layoutWrap__bvQ_h .index_layout__Wam2T {
	background: #20272e;
	box-shadow: 2px 2px 4px 0 rgba(15,23,31,.7), -2px -2px 4px 0 rgba(48,58,68,.7)
}
.index_liveCard__7Wp6x .card-col {
	margin-bottom: 0!important
}
.index_liveTitleBox__p8sjy {
	padding: 24px 8px 32px 16px;
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center
}
.index_liveTitleBox__p8sjy .index_liveTitle__mdYn9 {
	position: relative;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	padding-left: 16px
}
.index_liveTitleBox__p8sjy .index_liveTitle__mdYn9:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	background: #00a5eb;
	transform: translateY(-50%)
}
.index_liveTitleBox__p8sjy .index_liveTitleLink__7B_lr {
	width: 95px;
	height: 32px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 32px;
	text-align: center;
	cursor: pointer
}
.index_wrapper__f9Q_k {
	min-width: 1216px
}
.index_wrapper__f9Q_k .index_liveTitleBox__qGBPe {
	max-width: 1216px;
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	align-items: center;
	margin: 28px auto 0
}
.index_wrapper__f9Q_k .index_liveTitleBox__qGBPe .index_liveTitle__ZBkd7 {
	position: relative;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	padding-left: 16px
}
.index_wrapper__f9Q_k .index_liveTitleBox__qGBPe .index_liveTitle__ZBkd7:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	background: #00a5eb;
	transform: translateY(-50%)
}
.index_wrapper__f9Q_k .index_liveTitleBox__qGBPe .index_liveTitleLink__lfVbb {
	width: 95px;
	height: 32px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #fff;
	line-height: 32px;
	text-align: center
}
.channel_caixun__1vLhl {
	max-width: 1020px;
	height: 82px;
	margin-bottom: 30px;
	background: linear-gradient(315deg, #f1f3f4, #f8f9f9);
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: justify;
	justify-content: space-between;
	padding: 0 24px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}
.channel_caixun__1vLhl, .channel_caixun__1vLhl:hover {
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff
}
.channel_caixun__1vLhl:hover {
	background: #fff
}
.channel_caixun__1vLhl:hover span {
	background: linear-gradient(135deg, #00d9ff, #00a5eb);
	color: #fff;
	border: #fff
}
.channel_caixun__1vLhl .channel_caixun_cont__49ZhX {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.channel_caixun__1vLhl .channel_caixun_cont__49ZhX .channel_logo_caixun__WvI9B {
	padding-right: 24px;
	border-right: 1px solid #00a5eb
}
.channel_caixun__1vLhl .channel_caixun_cont__49ZhX .channel_logo_caixun__WvI9B img {
	width: 40px;
	height: 40px
}
.channel_caixun__1vLhl .channel_caixun_cont__49ZhX .channel_carousel__w11_e {
	width: 700px
}
.channel_caixun__1vLhl .channel_caixun_cont__49ZhX .channel_carousel__w11_e p {
	width: 650px!important;
	font-size: 18px;
	margin-left: 24px;
	color: #333;
	font-weight: 700;
	display: -webkit-box!important;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre-line;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.channel_caixun__1vLhl .channel_caixun_cont__49ZhX .channel_carousel__w11_e p a {
	color: #333
}
.channel_caixun__1vLhl span {
	text-align: center;
	flex-shrink: 0;
	border: 1px solid #00a5eb;
	padding: 5px;
	line-height: 14px;
	color: #00a5eb;
	font-size: 12px
}
 <style data-n-href="/_next/static/css/67f619a2432f1291.css"> .small_isrecommend__s5RAm {
position:absolute;
top:-8px;
left:0;
z-index:2
}
.small_isrecommend__s5RAm img {
	width: 36px!important;
	height: 30px!important
}
.small_basecard__C9G2M {
	cursor: auto
}
.small_basecard__C9G2M:hover {
	background: #fff!important;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff;
	position: relative
}
.small_basecard__C9G2M.small_blacksmall__CfSj2: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__C9G2M.small_blacksmall__CfSj2:hover.small_article_card__LqDUt .small_imgposition__gunN_ {
	position: relative
}
.small_basecard__C9G2M.small_blacksmall__CfSj2:hover.small_article_card__LqDUt .small_imgposition__gunN_: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__C9G2M.small_ad_card___TQoM .small_cardcontentdes__0jNUm p:first-child {
	display: -moz-box;
	display: flex;
	width: 100%
}
.small_basecard__C9G2M.small_ad_card___TQoM .small_cardcontentdes__0jNUm p:first-child span:last-child {
	max-width: 150px!important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0
}
.small_cardcontent__mS91L {
	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: 404px
}
.small_cardcontent__mS91L .small_fullBig__nMHFJ {
	width: 100%
}
.small_cardcontent__mS91L .small_fullBig__nMHFJ h2 {
	font-size: 22px;
	font-weight: 700;
	padding: 16px;
	margin-top: 0;
	line-height: 28px
}
.small_cardcontent__mS91L .small_imgposition__gunN_ {
	position: relative;
	width: 220px;
	height: 404px
}
.small_cardcontent__mS91L .small_imgposition__gunN_ .small_adcss__CQhu5 {
	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__mS91L .small_imgposition__gunN_ img {
	width: 220px;
	height: 404px
}
.small_cardcontent__mS91L .small_toplink__PIdZ_ {
	height: 100%;
	margin-bottom: 10px
}
.small_cardcontent__mS91L .small_toplink__PIdZ_ a {
	height: 100%;
	display: inline-block
}
.small_cardcontent__mS91L .small_text__H6dCs {
	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__mS91L .small_text__H6dCs.small_padding16__YtNjD {
	padding: 0 16px
}
.small_cardcontent__mS91L .small_text__H6dCs .small_linkask__iU1eZ {
	background: #f0f0f0;
	padding: 5px;
	margin-bottom: 10px
}
.small_cardcontent__mS91L .small_text__H6dCs .small_linkask__iU1eZ p {
	font-size: 12px;
	color: #666
}
.small_cardcontent__mS91L .small_text__H6dCs .small_linkask__iU1eZ p a {
	display: -moz-box;
	display: flex
}
.small_cardcontent__mS91L .small_text__H6dCs .small_linkask__iU1eZ 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__mS91L .small_text__H6dCs .small_linkask__iU1eZ p a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.small_cardcontent__mS91L .small_text__H6dCs .small_linkask__iU1eZ p a:hover {
	color: #000
}
.small_cardcontent__mS91L h2 {
	padding: 0;
	font-size: 17px;
	line-height: 23px;
	font-weight: 700;
	color: #000;
	margin: 10px 0 0
}
.small_cardcontent__mS91L h2 a {
	color: #000;
	word-break: break-all
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	font-size: 12px
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:first-child {
	display: -moz-box;
	display: flex;
	width: 60%
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:first-child span {
	margin-right: 5px;
	color: #999
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:first-child span a {
	color: #666
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:first-child span.small_first__a997U {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:first-child span.small_first__a997U:after {
	content: "";
	position: absolute;
	height: 13px;
	border-right: 1px solid #999;
	right: 0;
	top: 2px
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:first-child span.small_first__a997U a:hover {
	color: #000
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:first-child span:last-child {
	max-width: 75px;
	flex-shrink: 0
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:last-child {
	width: 40%;
	flex-shrink: 0;
	text-align: right
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:last-child span {
	display: inline-block
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:last-child span.small_zan__ZDMic {
	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__mS91L .small_cardcontentdes__0jNUm p:last-child span.small_zan__ZDMic:hover {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon_active.e70dc22d.png) no-repeat;
	background-size: 18px 18px;
	color: #000
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm p:last-child span.small_share__CAeRE {
	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__mS91L .small_cardcontentdes__0jNUm p:last-child span.small_share__CAeRE:hover {
	background: url(//www.thepaper.cn/_next/static/media/share_icon_active.fb5badcc.png) no-repeat;
	background-size: 18px 18px
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm.small_noreply__G6M0B p:first-child {
	width: 185px
}
.small_cardcontent__mS91L .small_cardcontentdes__0jNUm.small_noreply__G6M0B p:last-child {
	width: 25px
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_toplink__PIdZ_ a, .small_cardcontent__mS91L.small_black__tQBi3 .small_toplink__PIdZ_ a h2, .small_cardcontent__mS91L.small_black__tQBi3 h2 a {
	color: #fff
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_text__H6dCs .small_linkask__iU1eZ {
	background: #27303e;
	padding: 5px;
	margin-bottom: 10px
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_text__H6dCs .small_linkask__iU1eZ p {
	font-size: 12px;
	color: #96a5b4
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_text__H6dCs .small_linkask__iU1eZ p a {
	display: -moz-box;
	display: flex
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_text__H6dCs .small_linkask__iU1eZ 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__mS91L.small_black__tQBi3 .small_text__H6dCs .small_linkask__iU1eZ p a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_text__H6dCs .small_linkask__iU1eZ p a:hover {
	color: #fff
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:first-child {
	display: -moz-box;
	display: flex;
	width: 60%
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:first-child span {
	margin-right: 5px;
	color: #5a646e
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:first-child span a {
	color: #96a5b4
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:first-child span.small_first__a997U {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:first-child span.small_first__a997U:after {
	content: "";
	position: absolute;
	border-right: 1px solid #999;
	right: 0;
	top: -4px;
	height: 26px;
	transform: scale(.5)
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:first-child span.small_first__a997U a {
	display: inline
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:first-child span.small_first__a997U a:hover {
	color: #fff
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:first-child span:last-child {
	max-width: 75px;
	flex-shrink: 0
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child {
	width: 40%;
	flex-shrink: 0;
	text-align: right
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child a, .small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child span {
	display: inline-block
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child a.small_zan__ZDMic, .small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child span.small_zan__ZDMic {
	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__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child a.small_zan__ZDMic:hover, .small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child span.small_zan__ZDMic:hover {
	background: url(//www.thepaper.cn/_next/static/media/comment_size_active.fdab2d1b.png) no-repeat;
	background-size: 18px 18px;
	color: #fff
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child a.small_share__CAeRE, .small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child span.small_share__CAeRE {
	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__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child a.small_share__CAeRE:hover, .small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm p:last-child span.small_share__CAeRE:hover {
	background: url(//www.thepaper.cn/_next/static/media/icon_share_white.1731b7e0.png) no-repeat;
	background-size: 18px 18px
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm.small_noreply__G6M0B p:first-child {
	width: 185px
}
.small_cardcontent__mS91L.small_black__tQBi3 .small_cardcontentdes__0jNUm.small_noreply__G6M0B p:last-child {
	width: 25px
}
.small_mediaWrap__xF2Ap {
	margin-top: 10px
}
.index_container__ZVXaZ {
	position: relative;
	margin-bottom: 30px;
	min-width: 980px
}
.index_container__ZVXaZ .index_tabs__atBAq {
	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__ZVXaZ .index_tabs__atBAq .index_change__Pp_Qh {
	display: -moz-box;
	display: flex
}
.index_container__ZVXaZ .index_tabs__atBAq .index_provinceicon__DPNa_ {
	background: url(//www.thepaper.cn/_next/static/media/icon_location.66b295b4.png) no-repeat 0;
	background-size: 18px 18px;
	padding-left: 20px
}
.index_container__ZVXaZ .index_tabs__atBAq p {
	width: 74px;
	height: 36px;
	background: #f8f9f9;
	cursor: pointer;
	text-align: center;
	line-height: 36px;
	margin-right: 10px;
	padding-left: 15px
}
.index_container__ZVXaZ .index_tabs__atBAq 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__ZVXaZ .index_tabs__atBAq 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__ZVXaZ .index_tabs__atBAq.index_cardlist__bIxCS 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__ZVXaZ .index_tabs__atBAq.index_cardlist__bIxCS 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__ZVXaZ .index_cards__uWoYS {
	margin-bottom: 10px;
	min-width: 980px
}
.index_container__ZVXaZ .index_cards__uWoYS .ant-card {
	background: transparent;
	height: 100%
}
.index_container__ZVXaZ .index_cards__uWoYS .ant-card .ant-card-body {
	padding: 8px;
	height: 100%
}
.index_container__ZVXaZ .index_empty__cKOSO {
	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__ZVXaZ .index_empty__cKOSO img {
	width: 250px;
	height: 150px
}
.index_container__ZVXaZ .index_empty__cKOSO p {
	color: #999
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY {
	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__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY:hover {
	background: #fff;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listimg__EHOpx {
	width: 240px;
	height: 135px
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listimg__EHOpx img {
	width: 240px;
	height: 135px;
	cursor: pointer
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u {
	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__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u h2 {
	font-size: 18px;
	font-weight: 700
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u h2 a {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_linkask__LyXNe {
	background: #f0f0f0;
	padding: 5px;
	margin-bottom: 10px
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_linkask__LyXNe p {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_linkask__LyXNe p:last-child {
	margin-bottom: 0
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_linkask__LyXNe p a {
	display: -moz-box;
	display: flex
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_linkask__LyXNe 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__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_linkask__LyXNe p a span:first-child i {
	transform: scale(.8);
	font-size: 12px;
	font-style: normal;
	display: inline-block
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_linkask__LyXNe p a:hover {
	color: #000
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	font-size: 12px
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:first-child {
	display: -moz-box;
	display: flex;
	width: 50%
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:first-child span {
	margin-right: 5px;
	color: #999
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:first-child span.index_first__ffQXZ {
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:first-child span.index_first__ffQXZ a {
	color: #666
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:first-child span.index_first__ffQXZ a:hover {
	color: #000
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:first-child span.index_first__ffQXZ:after {
	content: "";
	position: absolute;
	height: 13px;
	border-right: 1px solid #999;
	right: 0;
	top: 2px
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:first-child span:last-child {
	max-width: 75px;
	flex-shrink: 0
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:last-child {
	width: 50%;
	flex-shrink: 0;
	text-align: right;
	cursor: pointer
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:last-child span {
	padding-left: 20px;
	display: inline-block
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:last-child span.index_zan__bK__Q {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon.f14b31d3.png) no-repeat;
	background-size: 18px 18px
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:last-child span.index_zan__bK__Q:hover {
	background: url(//www.thepaper.cn/_next/static/media/msg_icon_active.e70dc22d.png) no-repeat;
	background-size: 18px 18px;
	color: #000
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:last-child span.index_share__nf2xv {
	background: url(//www.thepaper.cn/_next/static/media/share_icon.d6ec938a.png) no-repeat;
	background-size: 18px 18px;
	margin-left: 5px
}
.index_container__ZVXaZ .index_listcont__3VB0m .index_list__CY1nY .index_listcontent__Gjh3u .index_listcontentbot__lg_tF p:last-child span.index_share__nf2xv:hover {
	background: url(//www.thepaper.cn/_next/static/media/share_icon_active.fb5badcc.png) no-repeat;
	background-size: 18px 18px;
	color: #000
}
.header_wrapper__1lauC {
	padding-bottom: 90px;
	min-width: 1200px
}
.header_yuncont__vWFH_ {
	position: relative;
	max-width: 1180px;
	margin: 0 auto
}
.header_bigImg__Q1eDC {
	width: 100%!important;
	height: 261px!important
}
.header_bigImg__Q1eDC img {
	width: 100%!important;
	height: 100%!important;
	-o-object-fit: cover!important;
	object-fit: cover!important
}
.header_yunying__hahiv {
	max-width: 980px;
	margin: 0 auto 50px
}
.header_yunying__hahiv ul {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	height: 100%
}
.header_yunying__hahiv ul li {
	width: 478px;
	margin-right: 24px;
	cursor: pointer;
	border-radius: 4px;
	background: #f0f0f0
}
.header_yunying__hahiv ul li:last-child {
	margin-right: 0
}
.header_yunying__hahiv ul li img {
	width: 478px;
	height: auto;
	border-radius: 4px
}
.header_yunying__hahiv ul li.header_oneImgs__MYpEe {
	-moz-box-flex: 1;
	flex: 1 1
}
.header_yunying__hahiv ul li.header_oneImgs__MYpEe img {
	width: 100%
}
.header_sideArrow__3Oag2 {
	width: 100px;
	flex-shrink: 0;
	z-index: 10;
	align-self: stretch
}
.header_sideArrow__3Oag2 .header_sideArrowHeight__B8_UJ {
	height: 100%
}
.header_sideArrow__3Oag2 .header_leftArrow__37Fme {
	background: url(//www.thepaper.cn/_next/static/media/icon_arrow_left_ccc.b328a19a.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: -30px;
	z-index: 11
}
.header_sideArrow__3Oag2 .header_leftArrow__37Fme:hover {
	background: url(//www.thepaper.cn/_next/static/media/icon_arrow_left_333.4e08a2fe.png) no-repeat;
	background-size: 30px 30px
}
.header_sideArrow__3Oag2 .header_leftMask__TVpWD {
	height: 100%;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(270deg, hsla(180,8%,97%,0), #f8f9f9)
}
.header_sideArrow__3Oag2 .header_rightArrow__2rW5A {
	background: url(//www.thepaper.cn/_next/static/media/icon_arrow_right_ccc.c62d5138.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: -30px;
	z-index: 11
}
.header_sideArrow__3Oag2 .header_rightArrow__2rW5A:hover {
	background: url(//www.thepaper.cn/_next/static/media/icon_arrow_right_333.51f17541.png) no-repeat;
	background-size: 30px 30px
}
.header_sideArrow__3Oag2 .header_rightMask__BDRLx {
	height: 100%;
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(90deg, hsla(180,8%,97%,0), #f8f9f9)
}
.header_yunyingmore__ShZPE {
	max-width: 1180px;
	margin: 0 auto 50px;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	-moz-box-align: stretch;
	align-items: stretch
}
.header_yunyingmore__ShZPE ul {
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	width: 980px;
	height: 100%;
	-moz-box-flex: 1;
	flex: 1 1;
	transition: transform .5s ease
}
.header_yunyingmore__ShZPE ul.header_moveLeft__D12Rn {
	transform: translateX(-502px)
}
.header_yunyingmore__ShZPE ul li {
	width: 478px;
	margin-right: 24px;
	cursor: pointer;
	border-radius: 4px;
	align-self: stretch;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	align-items: center
}
.header_yunyingmore__ShZPE ul li:last-child {
	margin-right: 0
}
.header_yunyingmore__ShZPE ul li img {
	width: 478px;
	height: auto;
	border-radius: 4px
}
.header_yunyingmore__ShZPE ul li.header_oneImgs__MYpEe {
	-moz-box-flex: 1;
	flex: 1 1
}
.header_yunyingmore__ShZPE ul li.header_oneImgs__MYpEe img {
	width: 100%
}
.header_topImgBox__F_Iu9 {
	width: 100%;
	background: rgba(0,0,0,.1);
	position: relative
}
.header_topImgBox__F_Iu9 img {
	width: 100%;
	height: 100%;
	min-height: 168px;
	-o-object-fit: cover;
	object-fit: cover
}
.header_topImgBox__F_Iu9 .header_special_name__5Ngnl {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.header_topImgBox__F_Iu9 .header_special_name__5Ngnl span {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	color: #fff;
	line-height: 48px;
	text-shadow: 2px 2px 0 rgba(32,39,46,.6);
	z-index: 10;
	display: block;
	font-size: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.header_commonWidth__uQXiq {
	max-width: 980px;
	margin: 0 auto
}
.header_container__nPYgg .ant-card {
	background: transparent;
	height: 100%
}
.header_container__nPYgg .ant-card .ant-card-body {
	padding: 8px;
	height: 100%
}
.header_container__nPYgg .header_eachNode__vtWPL {
	margin-top: 30px
}
.header_container__nPYgg .header_eachNode__vtWPL h5 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	margin-bottom: 8px;
	position: relative;
	padding-left: 13px
}
.header_container__nPYgg .header_eachNode__vtWPL h5:before {
	content: "";
	background: url(//www.thepaper.cn/_next/static/media/icon_lankou.bb58ba3e.png) no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%)
}
.header_container__nPYgg .header_eachNode__vtWPL .header_morecontent__ld99i {
	text-align: center;
	margin-top: 20px
}
.header_container__nPYgg .header_eachNode__vtWPL .header_morecontent__ld99i .header_lookmore__rtS1_ {
	text-align: center;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	position: relative
}
.header_container__nPYgg .header_eachNode__vtWPL .header_morecontent__ld99i .header_lookmore__rtS1_:after {
	content: "";
	background: url(//www.thepaper.cn/_next/static/media/icon_arrow_down_999.67c0a138.png) no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	position: absolute;
	right: -20px;
	top: 2px
}
.header_daodu__TJz_4 {
	max-width: 980px;
	margin: 0 auto 30px
}
.header_daodu__TJz_4 h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	margin-top: 30px
}
.header_daodu__TJz_4 p {
	font-size: 14px;
	color: #666;
	line-height: 21px;
	margin-top: 10px
}
.header_topWrap__NEWzD {
	background-color: #303030;
	margin: 1px 0 0
}
.header_topCantainer__KPaJE {
	max-width: 1200px;
	margin: 0 auto;
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	padding: 30px 0
}
.header_name__FIfZI {
	line-height: 46px;
	color: #fff;
	font-size: 30px;
	max-height: 92px;
	overflow: hidden
}
.header_summary__F_qHy {
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	max-height: 140px;
	overflow: hidden
}
.header_space__nmHOR {
	height: 20px;
	line-height: 20px;
	color: #a0a0a0;
	font-size: 12px
}
.header_topLeftLayout__6zV70 {
	-moz-box-flex: 1;
	flex: 1 1 49.8%;
	padding: 70px 38px 0 30px;
	display: -moz-box;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between
}
.header_comment__xKfxX {
	padding: 0 10px 0 22px;
	position: relative
}
.header_comment__xKfxX:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(//www.thepaper.cn/_next/static/media/comment_size-1.138f28f8.png) no-repeat 50%/cover
}
.header_topRightLayout__xeAeK {
	-moz-box-flex: 0;
	flex: 0 0 49.8%;
	width: 49.8%;
	position: relative
}
.header_imgBox__C44XY {
	width: 650px;
	height: 373px
}
.header_imgBox__C44XY img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.header_carouselLeft__03C_S, .header_carouselRight__EJvYX {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 45px;
	color: #fff;
	cursor: pointer
}
.header_carouselLeft__03C_S {
	left: 0
}
.header_carouselRight__EJvYX {
	right: 0
}
.header_carousel__kORtt {
	position: relative
}
.header_carousel__kORtt .slick-dots-bottom {
	bottom: -6px
}
.header_carousel__kORtt .slick-dots li.slick-active {
	width: 13px
}
.header_carousel__kORtt .slick-dots li.slick-active button {
	background-color: #238ccd
}
.header_carousel__kORtt .slick-dots li {
	width: 13px
}
.header_carousel__kORtt .slick-dots li button {
	height: 13px;
	border-radius: 13px;
	background-color: #fff;
	color: #fff;
	opacity: 1
}
.header_leftLayout__M6r2o {
	-moz-box-flex: 1;
	flex: 1 0 auto;
	max-width: 835px;
	margin-left: 30px;
	margin-right: 8px;
	border-right: 1px solid #dfdfdf
}
.header_rightLayout__7eyFL {
	-moz-box-flex: 0;
	flex: 0 0 302px;
	width: 302px
}
.header_itemWrap__MmRRs {
	display: -moz-box;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	padding: 30px 0;
	-moz-box-align: baseline;
	align-items: baseline;
	border-bottom: 1px solid #dfdfdf
}
.header_bgColor__njPXZ {
	background-color: #fff;
	padding: 0
}
.header_title__RiGTp {
	-moz-box-flex: 0;
	flex: 0 0 82px;
	width: 82px;
	margin-right: 10px;
	height: 100%;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	-webkit-text-decoration-color: #ff7f00;
	-moz-text-decoration-color: #ff7f00;
	text-decoration-color: #ff7f00;
	text-decoration-thickness: 3px
}
.header_listWrap__R44Hu {
	-moz-box-flex: 1;
	flex: 1 1 730px;
	max-width: 730px
}
.header_listWrap__R44Hu .ant-card {
	height: 100%
}
.header_listWrap__R44Hu .ant-card-body {
	padding: 8px;
	height: 100%
}
.header_itemWrapAll__tySZR {
	margin: 0 30px
}
.header_itemWrapAll__tySZR .header_listWrap__R44Hu {
	-moz-box-flex: 1;
	flex: 1 1 100%;
	max-width: 100%
}
.header_contentWrap__r5OHp {
	margin-top: 10px
}
.header_articleWrap__YtNYU .header_itemName__mIVMC {
	font-weight: 700;
	line-height: 26px;
	color: #4c4c4c;
	font-size: 18px;
	max-height: 90px;
	padding-bottom: 12px;
	margin-top: -7px;
	overflow: hidden
}
.header_articleWrap__YtNYU .header_itemSummary__d1XwM {
	line-height: 20px;
	color: #4c4c4c;
	font-size: 14px;
	padding: 0 0 20px
}
.header_articleWrap__YtNYU .header_more__4JQuk, .header_moreBtn__aZvv_ {
	display: block;
	text-align: right
}
.header_moreBtn__aZvv_ {
	color: #00a5eb;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 5px
}
.header_moreBtn__aZvv_:hover {
	color: #00a5eb
}
.header_divider__cg8d4 {
	border-left: 1px solid #4c4c4c!important
}
.header_imgBoxCard__66ab3 {
	width: 343px!important;
	height: 189.64px!important
}
.header_imgBoxCard__66ab3 img {
	width: 100%!important;
	height: 100%!important;
	-o-object-fit: cover;
	object-fit: cover
}
.header_imgBoxCardRight__89ja6 {
	width: 100%!important;
	height: auto!important
}
.header_imgBoxCardRight__89ja6 img {
	width: 100%!important;
	height: 100%!important;
	-o-object-fit: cover;
	object-fit: cover
}
 <script defer nomodule="" src="./思想_澎湃新闻-The Paper_files/polyfills-c67a75d1b6f99dc8.js"></script><script src="./思想_澎湃新闻-The Paper_files/webpack-7bbd93c21fb40a3a.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/framework-9cf46cf0fe8d1146.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/main-10b1fc28ab1a8bb2.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/_app-67b5b47574e68874.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/e8948b88-07d307bde084d7e0.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/37a763b4-68fdef9ad8e3876a.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/1809-1ba0d1fc8b8ab30d.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/1646-fad442ad2762fe30.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/826-7b23bc7b7b0224e0.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/2962-e480ed41553859de.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/6099-d5863db8f98cd45a.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/1345-e352a77eec2eb6ce.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/178-d3f987440fe84c3c.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/489-2307ec8c16c5ebfa.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/6589-96e553170ab6cc7a.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/4875-c1a302fd72f8f5f4.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/2377-5b7226a54a1e3ba8.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/8500-c6a1fb16b8751c5c.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/1125-c8c98d00a47f2fa5.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/7765-15da4416991f1c34.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/963-9aee30f2adda1f96.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/5042-24336856c71586d3.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/4096-3cd98ccabf751920.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/7271-b65375db676766ab.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/9760-6fd6fd7176e661f1.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/910-b40d954f8a153c6d.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/892-e51c2d02ee08b9b9.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/[id]-3c0c0db4c6098525.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/_buildManifest.js" defer></script><script src="./思想_澎湃新闻-The Paper_files/_ssgManifest.js" defer></script> 
:root {
 --balloon-border-radius: 2px;
 --balloon-color: rgba(16, 16, 16, 0.95);
 --balloon-text-color: #fff;
 --balloon-font-size: 12px;
 --balloon-move: 4px;
}
button[aria-label][data-balloon-pos] {
	overflow: visible;
}
 [aria-label][data-balloon-pos] {
 position: relative;
 cursor: pointer;
}
[aria-label][data-balloon-pos]:after {
	opacity: 0;
	pointer-events: none;
	transition: all 0.18s ease-out 0.18s;
	text-indent: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	font-size: 12px;
	font-size: var(--balloon-font-size);
	background: rgba(16, 16, 16, 0.95);
	background: var(--balloon-color);
	border-radius: 2px;
	color: #fff;
	color: var(--balloon-text-color);
	border-radius: var(--balloon-border-radius);
	content: attr(aria-label);
	padding: .5em 1em;
	position: absolute;
	white-space: nowrap;
	z-index: 10;
}
[aria-label][data-balloon-pos]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: rgba(16, 16, 16, 0.95);
	border-top-color: var(--balloon-color);
	opacity: 0;
	pointer-events: none;
	transition: all 0.18s ease-out 0.18s;
	content: "";
	position: absolute;
	z-index: 10;
}
[aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after, [aria-label][data-balloon-pos][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-visible]:after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
	opacity: 1;
	pointer-events: none;
}
[aria-label][data-balloon-pos].font-awesome:after {
	font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
[aria-label][data-balloon-pos][data-balloon-break]:after {
	white-space: pre;
}
[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
	white-space: pre-line;
	word-break: break-word;
}
[aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
	transition: none;
}
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
	transform: translate(-50%, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
	transform: translate(-50%, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after {
	left: 0;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before {
	left: 5px;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after {
	right: 0;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:before {
	right: 5px;
}
[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:after {
	transform: translate(0, 0);
}
[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:before {
	transform: translate(0, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
	bottom: 100%;
	transform-origin: top;
	transform: translate(0, 4px);
	transform: translate(0, var(--balloon-move));
}
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
	margin-bottom: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
	left: 50%;
	transform: translate(-50%, 4px);
	transform: translate(-50%, var(--balloon-move));
}
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
	top: 100%;
 transform: translate(0, calc(4px * -1));
 transform: translate(0, calc(var(--balloon-move) * -1));
}
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
	margin-top: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: rgba(16, 16, 16, 0.95);
	border-bottom-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-pos="down"]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
	left: 50%;
 transform: translate(-50%, calc(4px * -1));
 transform: translate(-50%, calc(var(--balloon-move) * -1));
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
	transform: translate(0, -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
	transform: translate(0, -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:after, [aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
	right: 100%;
	top: 50%;
	transform: translate(4px, -50%);
	transform: translate(var(--balloon-move), -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
	margin-right: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: rgba(16, 16, 16, 0.95);
	border-left-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-pos="right"]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
	left: 100%;
	top: 50%;
 transform: translate(calc(4px * -1), -50%);
 transform: translate(calc(var(--balloon-move) * -1), -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
	margin-left: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: rgba(16, 16, 16, 0.95);
	border-right-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-length]:after {
	white-space: normal;
}
[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
	width: 80px;
}
[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
	width: 150px;
}
[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
	width: 260px;
}
[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
	width: 380px;
}
 @media screen and (max-width: 768px) {
[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
	width: 90vw;
}
}
[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
	width: 100%;
}
 @keyframes my-face {
 2% {
 transform: translate(0, 1.5px) rotate(1.5deg);
}
 4% {
 transform: translate(0, -1.5px) rotate(-0.5deg);
}
 6% {
 transform: translate(0, 1.5px) rotate(-1.5deg);
}
 8% {
 transform: translate(0, -1.5px) rotate(-1.5deg);
}
 10% {
 transform: translate(0, 2.5px) rotate(1.5deg);
}
 12% {
 transform: translate(0, -0.5px) rotate(1.5deg);
}
 14% {
 transform: translate(0, -1.5px) rotate(1.5deg);
}
 16% {
 transform: translate(0, -0.5px) rotate(-1.5deg);
}
 18% {
 transform: translate(0, 0.5px) rotate(-1.5deg);
}
 20% {
 transform: translate(0, -1.5px) rotate(2.5deg);
}
 22% {
 transform: translate(0, 0.5px) rotate(-1.5deg);
}
 24% {
 transform: translate(0, 1.5px) rotate(1.5deg);
}
 26% {
 transform: translate(0, 0.5px) rotate(0.5deg);
}
 28% {
 transform: translate(0, 0.5px) rotate(1.5deg);
}
 30% {
 transform: translate(0, -0.5px) rotate(2.5deg);
}
 32% {
 transform: translate(0, 1.5px) rotate(-0.5deg);
}
 34% {
 transform: translate(0, 1.5px) rotate(-0.5deg);
}
 36% {
 transform: translate(0, -1.5px) rotate(2.5deg);
}
 38% {
 transform: translate(0, 1.5px) rotate(-1.5deg);
}
 40% {
 transform: translate(0, -0.5px) rotate(2.5deg);
}
 42% {
 transform: translate(0, 2.5px) rotate(-1.5deg);
}
 44% {
 transform: translate(0, 1.5px) rotate(0.5deg);
}
 46% {
 transform: translate(0, -1.5px) rotate(2.5deg);
}
 48% {
 transform: translate(0, -0.5px) rotate(0.5deg);
}
 50% {
 transform: translate(0, 0.5px) rotate(0.5deg);
}
 52% {
 transform: translate(0, 2.5px) rotate(2.5deg);
}
 54% {
 transform: translate(0, -1.5px) rotate(1.5deg);
}
 56% {
 transform: translate(0, 2.5px) rotate(2.5deg);
}
 58% {
 transform: translate(0, 0.5px) rotate(2.5deg);
}
 60% {
 transform: translate(0, 2.5px) rotate(2.5deg);
}
 62% {
 transform: translate(0, -0.5px) rotate(2.5deg);
}
 64% {
 transform: translate(0, -0.5px) rotate(1.5deg);
}
 66% {
 transform: translate(0, 1.5px) rotate(-0.5deg);
}
 68% {
 transform: translate(0, -1.5px) rotate(-0.5deg);
}
 70% {
 transform: translate(0, 1.5px) rotate(0.5deg);
}
 72% {
 transform: translate(0, 2.5px) rotate(1.5deg);
}
 74% {
 transform: translate(0, -0.5px) rotate(0.5deg);
}
 76% {
 transform: translate(0, -0.5px) rotate(2.5deg);
}
 78% {
 transform: translate(0, -0.5px) rotate(1.5deg);
}
 80% {
 transform: translate(0, 1.5px) rotate(1.5deg);
}
 82% {
 transform: translate(0, -0.5px) rotate(0.5deg);
}
 84% {
 transform: translate(0, 1.5px) rotate(2.5deg);
}
 86% {
 transform: translate(0, -1.5px) rotate(-1.5deg);
}
 88% {
 transform: translate(0, -0.5px) rotate(2.5deg);
}
 90% {
 transform: translate(0, 2.5px) rotate(-0.5deg);
}
 92% {
 transform: translate(0, 0.5px) rotate(-0.5deg);
}
 94% {
 transform: translate(0, 2.5px) rotate(0.5deg);
}
 96% {
 transform: translate(0, -0.5px) rotate(1.5deg);
}
 98% {
 transform: translate(0, -1.5px) rotate(-0.5deg);
}
 0%,  100% {
 transform: translate(0, 0) rotate(0deg);
}
}
.dplayer {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	line-height: 1;
}
.dplayer * {
	box-sizing: content-box;
}
.dplayer svg {
	width: 100%;
	height: 100%;
}
.dplayer svg path, .dplayer svg circle {
	fill: #fff;
}
.dplayer:-webkit-full-screen {
 width: 100%;
 height: 100%;
 background: #000;
 position: fixed;
 z-index: 100000;
 left: 0;
 top: 0;
 margin: 0;
 padding: 0;
 transform: translate(0, 0);
}
.dplayer.dplayer-no-danmaku .dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box .dplayer-setting-showdan, .dplayer.dplayer-no-danmaku .dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box .dplayer-setting-danmaku, .dplayer.dplayer-no-danmaku .dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box .dplayer-setting-danunlimit {
	display: none;
}
.dplayer.dplayer-no-danmaku .dplayer-controller .dplayer-icons .dplayer-comment {
	display: none;
}
.dplayer.dplayer-no-danmaku .dplayer-danmaku {
	display: none;
}
.dplayer.dplayer-live .dplayer-time {
	display: none;
}
.dplayer.dplayer-live .dplayer-bar-wrap {
	display: none;
}
.dplayer.dplayer-live .dplayer-setting-speed {
	display: none;
}
.dplayer.dplayer-live .dplayer-setting-loop {
	display: none;
}
.dplayer.dplayer-live.dplayer-no-danmaku .dplayer-setting {
	display: none;
}
.dplayer.dplayer-arrow .dplayer-danmaku {
	font-size: 18px;
}
.dplayer.dplayer-arrow .dplayer-icon {
	margin: 0 -3px;
}
.dplayer.dplayer-playing .dplayer-danmaku .dplayer-danmaku-move {
	animation-play-state: running;
}
@media (min-width: 900px) {
.dplayer.dplayer-playing .dplayer-controller-mask {
	opacity: 0;
}
.dplayer.dplayer-playing .dplayer-controller {
	opacity: 0;
}
.dplayer.dplayer-playing:hover .dplayer-controller-mask {
	opacity: 1;
}
.dplayer.dplayer-playing:hover .dplayer-controller {
	opacity: 1;
}
}
.dplayer.dplayer-loading .dplayer-bezel .diplayer-loading-icon {
	display: block;
}
.dplayer.dplayer-loading .dplayer-danmaku, .dplayer.dplayer-paused .dplayer-danmaku, .dplayer.dplayer-loading .dplayer-danmaku-move, .dplayer.dplayer-paused .dplayer-danmaku-move {
	animation-play-state: paused;
}
.dplayer.dplayer-hide-controller {
	cursor: none;
}
.dplayer.dplayer-hide-controller .dplayer-controller-mask {
	opacity: 0;
	transform: translateY(100%);
}
.dplayer.dplayer-hide-controller .dplayer-controller {
	opacity: 0;
	transform: translateY(100%);
}
.dplayer.dplayer-show-controller .dplayer-controller-mask {
	opacity: 1;
}
.dplayer.dplayer-show-controller .dplayer-controller {
	opacity: 1;
}
.dplayer.dplayer-fulled {
	width: 100% !important;
	height: 100% !important;
}
.dplayer.dplayer-fulled {
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
}
.dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-volume, .dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-camera-icon, .dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-airplay-icon, .dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-chromecast-icon, .dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-play-icon {
	display: none;
}
.dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-full .dplayer-full-in-icon {
	position: static;
	display: inline-block;
}
.dplayer.dplayer-mobile .dplayer-bar-time {
	display: none;
}
.dplayer.dplayer-mobile.dplayer-hide-controller .dplayer-mobile-play {
	display: none;
}
.dplayer.dplayer-mobile .dplayer-mobile-play {
	display: block;
}
.dplayer-web-fullscreen-fix {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
[data-balloon]:before {
	display: none;
}
[data-balloon]:after {
	padding: 0.3em 0.7em;
	background: rgba(17, 17, 17, 0.7);
}
[data-balloon][data-balloon-pos="up"]:after {
	margin-bottom: 0;
}
.dplayer-bezel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 22px;
	color: #fff;
	pointer-events: none;
}
.dplayer-bezel .dplayer-bezel-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -26px;
	height: 52px;
	width: 52px;
	padding: 12px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
}
.dplayer-bezel .dplayer-bezel-icon.dplayer-bezel-transition {
	animation: bezel-hide 0.5s linear;
}
@keyframes bezel-hide {
 from {
 opacity: 1;
 transform: scale(1);
}
to {
	opacity: 0;
	transform: scale(2);
}
}
.dplayer-bezel .dplayer-danloading {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	animation: my-face 5s infinite ease-in-out;
}
.dplayer-bezel .diplayer-loading-icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	height: 36px;
	width: 36px;
	pointer-events: none;
}
.dplayer-bezel .diplayer-loading-icon .diplayer-loading-hide {
	display: none;
}
.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot {
	animation: diplayer-loading-dot-fade 0.8s ease infinite;
	opacity: 0;
	transform-origin: 4px 4px;
}
.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-1 {
	animation-delay: 0.1s;
}
.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-2 {
	animation-delay: 0.2s;
}
.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-3 {
	animation-delay: 0.3s;
}
.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-4 {
	animation-delay: 0.4s;
}
.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-5 {
	animation-delay: 0.5s;
}
.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-6 {
	animation-delay: 0.6s;
}
.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-7 {
	animation-delay: 0.7s;
}
@keyframes diplayer-loading-dot-fade {
 0% {
 opacity: 0.7;
 transform: scale(1.2, 1.2);
}
 50% {
 opacity: 0.25;
 transform: scale(0.9, 0.9);
}
to {
	opacity: 0.25;
	transform: scale(0.85, 0.85);
}
}
.dplayer-controller-mask {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==) repeat-x bottom;
	height: 98px;
	width: 100%;
	position: absolute;
	bottom: 0;
	transition: all 0.3s ease;
}
.dplayer-controller {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 41px;
	padding: 0 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
}
.dplayer-controller.dplayer-controller-comment .dplayer-icons {
	display: none;
}
.dplayer-controller.dplayer-controller-comment .dplayer-icons.dplayer-comment-box {
	display: block;
}
.dplayer-controller .dplayer-bar-wrap {
	padding: 5px 0;
	cursor: pointer;
	position: absolute;
	bottom: 33px;
	width: calc(100% - 40px);
	height: 3px;
}
.dplayer-controller .dplayer-bar-wrap:hover .dplayer-bar .dplayer-played .dplayer-thumb {
	transform: scale(1);
}
.dplayer-controller .dplayer-bar-wrap:hover .dplayer-highlight {
	display: block;
	width: 8px;
	transform: translateX(-4px);
	top: 4px;
	height: 40%;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-highlight {
	z-index: 12;
	position: absolute;
	top: 5px;
	width: 6px;
	height: 20%;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
	transform: translateX(-3px);
	transition: all 0.2s ease-in-out;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-highlight:hover .dplayer-highlight-text {
	display: block;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-highlight:hover ~ .dplayer-bar-preview {
	opacity: 0;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-highlight:hover ~ .dplayer-bar-time {
	opacity: 0;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-highlight .dplayer-highlight-text {
	display: none;
	position: absolute;
	left: 50%;
	top: -24px;
	padding: 5px 8px;
	background-color: rgba(0, 0, 0, 0.62);
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	transform: translateX(-50%);
}
.dplayer-controller .dplayer-bar-wrap .dplayer-bar-preview {
	position: absolute;
	background: #fff;
	pointer-events: none;
	display: none;
	background-size: 16000px 100%;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-bar-preview-canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-bar-time {
	position: absolute;
	left: 0px;
	top: -20px;
	border-radius: 4px;
	padding: 5px 7px;
	background-color: rgba(0, 0, 0, 0.62);
	color: #fff;
	font-size: 12px;
	text-align: center;
	opacity: 1;
	transition: opacity 0.1s ease-in-out;
	word-wrap: normal;
	word-break: normal;
	z-index: 2;
	pointer-events: none;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-bar-time.hidden {
	opacity: 0;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-bar {
	position: relative;
	height: 3px;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-loaded {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.4);
	height: 3px;
	transition: all 0.5s ease;
	will-change: width;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-played {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 3px;
	will-change: width;
}
.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-played .dplayer-thumb {
	position: absolute;
	top: 0;
	right: 5px;
	margin-top: -4px;
	margin-right: -10px;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	transform: scale(0);
}
.dplayer-controller .dplayer-icons {
	height: 38px;
	position: absolute;
	bottom: 0;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box {
	display: none;
	position: absolute;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	height: 38px;
	bottom: 0;
	left: 20px;
	right: 20px;
	color: #fff;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-icon {
	padding: 7px;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-icon {
	position: absolute;
	left: 0;
	top: 0;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-send-icon {
	position: absolute;
	right: 0;
	top: 0;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box {
	position: absolute;
	background: rgba(28, 28, 28, 0.9);
	bottom: 41px;
	left: 0;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	padding: 10px 10px 16px;
	font-size: 14px;
	width: 204px;
	transition: all 0.3s ease-in-out;
	transform: scale(0);
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box.dplayer-comment-setting-open {
	transform: scale(1);
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box input[type=radio] {
	display: none;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box label {
	cursor: pointer;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-title {
	font-size: 13px;
	color: #fff;
	line-height: 30px;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type {
	font-size: 0;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type .dplayer-comment-setting-title {
	margin-bottom: 6px;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type label:nth-child(2) span {
	border-radius: 4px 0 0 4px;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type label:nth-child(4) span {
	border-radius: 0 4px 4px 0;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type span {
	width: 33%;
	padding: 4px 6px;
	line-height: 16px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	margin-right: -1px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type input:checked + span {
	background: #E4E4E6;
	color: #1c1c1c;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color {
	font-size: 0;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color label {
	font-size: 0;
	padding: 6px;
	display: inline-block;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color span {
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color span:hover {
	animation: my-face 5s infinite ease-in-out;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input {
	outline: none;
	border: none;
	padding: 8px 31px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border-radius: 4px;
	background: none;
	margin: 0;
	height: 100%;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input::-moz-placeholder {
 color: #fff;
 opacity: 0.8;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input::placeholder {
 color: #fff;
 opacity: 0.8;
}
.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input::-ms-clear {
 display: none;
}
.dplayer-controller .dplayer-icons.dplayer-icons-left .dplayer-icon {
	padding: 7px;
}
.dplayer-controller .dplayer-icons.dplayer-icons-right {
	right: 20px;
}
.dplayer-controller .dplayer-icons.dplayer-icons-right .dplayer-icon {
	padding: 8px;
}
.dplayer-controller .dplayer-icons .dplayer-time, .dplayer-controller .dplayer-icons .dplayer-live-badge {
	line-height: 38px;
	color: #eee;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	vertical-align: middle;
	font-size: 13px;
	cursor: default;
}
.dplayer-controller .dplayer-icons .dplayer-live-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: 4%;
	margin-right: 5px;
	content: '';
	border-radius: 6px;
}
.dplayer-controller .dplayer-icons .dplayer-icon {
	width: 40px;
	height: 100%;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
	box-sizing: border-box;
	display: inline-block;
}
.dplayer-controller .dplayer-icons .dplayer-icon .dplayer-icon-content {
	transition: all 0.2s ease-in-out;
	opacity: 0.8;
}
.dplayer-controller .dplayer-icons .dplayer-icon:hover .dplayer-icon-content {
	opacity: 1;
}
.dplayer-controller .dplayer-icons .dplayer-icon.dplayer-quality-icon {
	color: #fff;
	width: auto;
	line-height: 22px;
	font-size: 14px;
}
.dplayer-controller .dplayer-icons .dplayer-icon.dplayer-comment-icon {
	padding: 10px 9px 9px;
}
.dplayer-controller .dplayer-icons .dplayer-icon.dplayer-setting-icon {
	padding-top: 8.5px;
}
.dplayer-controller .dplayer-icons .dplayer-icon.dplayer-volume-icon {
	width: 43px;
}
.dplayer-controller .dplayer-icons .dplayer-volume {
	position: relative;
	display: inline-block;
	cursor: pointer;
	height: 100%;
}
.dplayer-controller .dplayer-icons .dplayer-volume:hover .dplayer-volume-bar-wrap .dplayer-volume-bar {
	width: 45px;
}
.dplayer-controller .dplayer-icons .dplayer-volume:hover .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner .dplayer-thumb {
	transform: scale(1);
}
.dplayer-controller .dplayer-icons .dplayer-volume.dplayer-volume-active .dplayer-volume-bar-wrap .dplayer-volume-bar {
	width: 45px;
}
.dplayer-controller .dplayer-icons .dplayer-volume.dplayer-volume-active .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner .dplayer-thumb {
	transform: scale(1);
}
.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap {
	display: inline-block;
	margin: 0 10px 0 -5px;
	vertical-align: middle;
	height: 100%;
}
.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap .dplayer-volume-bar {
	position: relative;
	top: 17px;
	width: 0;
	height: 3px;
	background: #aaa;
	transition: all 0.3s ease-in-out;
}
.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	transition: all 0.1s ease;
	will-change: width;
}
.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner .dplayer-thumb {
	position: absolute;
	top: 0;
	right: 5px;
	margin-top: -4px;
	margin-right: -10px;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	transform: scale(0);
}
.dplayer-controller .dplayer-icons .dplayer-subtitle-btn {
	display: inline-block;
	height: 100%;
}
.dplayer-controller .dplayer-icons .dplayer-subtitles {
	display: inline-block;
	height: 100%;
}
.dplayer-controller .dplayer-icons .dplayer-subtitles .dplayer-subtitles-box {
	position: absolute;
	right: 0;
	bottom: 50px;
	transform: scale(0);
	width: -moz-fit-content;
	width: fit-content;
	max-width: 240px;
	min-width: 120px;
	border-radius: 2px;
	background: rgba(28, 28, 28, 0.9);
	padding: 7px 0;
	transition: all 0.3s ease-in-out;
	overflow: auto;
	z-index: 2;
}
.dplayer-controller .dplayer-icons .dplayer-subtitles .dplayer-subtitles-box.dplayer-subtitles-panel {
	display: block;
}
.dplayer-controller .dplayer-icons .dplayer-subtitles .dplayer-subtitles-box.dplayer-subtitles-box-open {
	transform: scale(1);
}
.dplayer-controller .dplayer-icons .dplayer-subtitles .dplayer-subtitles-item {
	height: 30px;
	padding: 5px 10px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.dplayer-controller .dplayer-icons .dplayer-subtitles .dplayer-subtitles-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.dplayer-controller .dplayer-icons .dplayer-setting {
	display: inline-block;
	height: 100%;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box {
	position: absolute;
	right: 0;
	bottom: 50px;
	transform: scale(0);
	width: 150px;
	border-radius: 2px;
	background: rgba(28, 28, 28, 0.9);
	padding: 7px 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	z-index: 2;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box > div {
	display: none;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box > div.dplayer-setting-origin-panel {
	display: block;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-open {
	transform: scale(1);
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-narrow {
	width: 70px;
	text-align: center;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-speed .dplayer-setting-origin-panel {
	display: none;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-speed .dplayer-setting-speed-panel {
	display: block;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-item, .dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-speed-item {
	height: 30px;
	padding: 5px 10px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-item:hover, .dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-speed-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku {
	padding: 5px 0;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-label {
	padding: 0 10px;
	display: inline;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku:hover .dplayer-label {
	display: none;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku:hover .dplayer-danmaku-bar-wrap {
	display: inline-block;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku.dplayer-setting-danmaku-active .dplayer-label {
	display: none;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku.dplayer-setting-danmaku-active .dplayer-danmaku-bar-wrap {
	display: inline-block;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap {
	padding: 0 10px;
	box-sizing: border-box;
	display: none;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap .dplayer-danmaku-bar {
	position: relative;
	top: 8.5px;
	width: 100%;
	height: 3px;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap .dplayer-danmaku-bar .dplayer-danmaku-bar-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	transition: all 0.1s ease;
	background: #aaa;
	will-change: width;
}
.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap .dplayer-danmaku-bar .dplayer-danmaku-bar-inner .dplayer-thumb {
	position: absolute;
	top: 0;
	right: 5px;
	margin-top: -4px;
	margin-right: -10px;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	background: #aaa;
}
.dplayer-controller .dplayer-icons .dplayer-full {
	display: inline-block;
	height: 100%;
	position: relative;
}
.dplayer-controller .dplayer-icons .dplayer-full:hover .dplayer-full-in-icon {
	display: block;
}
.dplayer-controller .dplayer-icons .dplayer-full .dplayer-full-in-icon {
	position: absolute;
	top: -30px;
	z-index: 1;
	display: none;
}
.dplayer-controller .dplayer-icons .dplayer-quality {
	position: relative;
	display: inline-block;
	height: 100%;
	z-index: 2;
}
.dplayer-controller .dplayer-icons .dplayer-quality:hover .dplayer-quality-list {
	display: block;
}
.dplayer-controller .dplayer-icons .dplayer-quality:hover .dplayer-quality-mask {
	display: block;
}
.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-mask {
	display: none;
	position: absolute;
	bottom: 38px;
	left: -18px;
	width: 80px;
	padding-bottom: 12px;
}
.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-list {
	display: none;
	font-size: 12px;
	width: 80px;
	border-radius: 2px;
	background: rgba(28, 28, 28, 0.9);
	padding: 5px 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-item {
	height: 25px;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 25px;
}
.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.dplayer-controller .dplayer-icons .dplayer-comment {
	display: inline-block;
	height: 100%;
}
.dplayer-controller .dplayer-icons .dplayer-label {
	color: #eee;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.dplayer-controller .dplayer-icons .dplayer-toggle {
	width: 32px;
	height: 20px;
	text-align: center;
	font-size: 0;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	right: 10px;
}
.dplayer-controller .dplayer-icons .dplayer-toggle input {
	max-height: 0;
	max-width: 0;
	display: none;
}
.dplayer-controller .dplayer-icons .dplayer-toggle input + label {
	display: inline-block;
	position: relative;
	box-shadow: #dfdfdf 0 0 0 0 inset;
	border: 1px solid #dfdfdf;
	height: 20px;
	width: 32px;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.dplayer-controller .dplayer-icons .dplayer-toggle input + label:before {
	content: "";
	position: absolute;
	display: block;
	height: 18px;
	width: 18px;
	top: 0;
	left: 0;
	border-radius: 15px;
	transition: 0.2s ease-in-out;
}
.dplayer-controller .dplayer-icons .dplayer-toggle input + label:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	border-radius: 15px;
	background: #fff;
	transition: 0.2s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 18px;
	width: 18px;
}
.dplayer-controller .dplayer-icons .dplayer-toggle input:checked + label {
	border-color: rgba(255, 255, 255, 0.5);
}
.dplayer-controller .dplayer-icons .dplayer-toggle input:checked + label:before {
	width: 30px;
	background: rgba(255, 255, 255, 0.5);
}
.dplayer-controller .dplayer-icons .dplayer-toggle input:checked + label:after {
	left: 12px;
}
.dplayer-mobile-play {
	display: none;
	width: 50px;
	height: 50px;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	bottom: 0;
	opacity: 0.8;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dplayer-danmaku {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 22px;
	color: #fff;
}
.dplayer-danmaku .dplayer-danmaku-item {
	display: inline-block;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
	white-space: nowrap;
	text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5);
}
.dplayer-danmaku .dplayer-danmaku-item--demo {
	position: absolute;
	visibility: hidden;
}
.dplayer-danmaku .dplayer-danmaku-right {
	position: absolute;
	right: 0;
	transform: translateX(100%);
}
.dplayer-danmaku .dplayer-danmaku-right.dplayer-danmaku-move {
	will-change: transform;
	animation-name: 'danmaku';
	animation-timing-function: linear;
	animation-play-state: paused;
}
@keyframes danmaku {
 from {
 transform: translateX(100%);
}
}
.dplayer-danmaku .dplayer-danmaku-top, .dplayer-danmaku .dplayer-danmaku-bottom {
	position: absolute;
	width: 100%;
	text-align: center;
	visibility: hidden;
}
.dplayer-danmaku .dplayer-danmaku-top.dplayer-danmaku-move, .dplayer-danmaku .dplayer-danmaku-bottom.dplayer-danmaku-move {
	will-change: visibility;
	animation-name: 'danmaku-center';
	animation-timing-function: linear;
	animation-play-state: paused;
}
@keyframes danmaku-center {
 from {
 visibility: visible;
}
to {
	visibility: visible;
}
}
.dplayer-logo {
	pointer-events: none;
	position: absolute;
	left: 20px;
	top: 20px;
	max-width: 50px;
	max-height: 50px;
}
.dplayer-logo img {
	max-width: 100%;
	max-height: 100%;
	background: none;
}
.dplayer-menu {
	position: absolute;
	width: 170px;
	border-radius: 2px;
	background: rgba(28, 28, 28, 0.85);
	padding: 5px 0;
	overflow: hidden;
	z-index: 3;
	display: none;
}
.dplayer-menu.dplayer-menu-show {
	display: block;
}
.dplayer-menu .dplayer-menu-item {
	height: 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.dplayer-menu .dplayer-menu-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.dplayer-menu .dplayer-menu-item a {
	padding: 0 10px;
	line-height: 30px;
	color: #eee;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dplayer-menu .dplayer-menu-item a:hover {
	text-decoration: none;
}
.dplayer-notice-list {
	position: absolute;
	bottom: 60px;
	left: 20px;
}
.dplayer-notice-list .dplayer-notice {
	border-radius: 2px;
	background: rgba(28, 28, 28, 0.9);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	color: #fff;
	display: table;
	pointer-events: none;
	animation: showNotice 0.3s ease 1 forwards;
}
.dplayer-notice-list .remove-notice {
	animation: removeNotice 0.3s ease 1 forwards;
}
@keyframes showNotice {
 from {
 padding: 0;
 font-size: 0;
 margin-top: 0;
}
to {
	padding: 7px 20px;
	font-size: 14px;
	margin-top: 5px;
}
}
@keyframes removeNotice {
 0% {
 padding: 7px 20px;
 font-size: 14px;
 margin-top: 5px;
}
 20% {
 font-size: 12px;
}
 21% {
 font-size: 0;
 padding: 7px 10px;
}
 100% {
 padding: 0;
 margin-top: 0;
 font-size: 0;
}
}
.dplayer-subtitle {
	position: absolute;
	bottom: 40px;
	width: 90%;
	left: 5%;
	text-align: center;
	color: #fff;
	text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5);
	font-size: 20px;
}
.dplayer-subtitle.dplayer-subtitle-hide {
	display: none;
}
.dplayer-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: none;
}
.dplayer-mask.dplayer-mask-show {
	display: block;
}
.dplayer-video-wrap {
	position: relative;
	background: #000;
	font-size: 0;
	width: 100%;
	height: 100%;
}
.dplayer-video-wrap .dplayer-video {
	width: 100%;
	height: 100%;
	display: none;
}
.dplayer-video-wrap .dplayer-video-current {
	display: block;
}
.dplayer-video-wrap .dplayer-video-prepare {
	display: none;
}
.dplayer-info-panel {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 400px;
	background: rgba(28, 28, 28, 0.8);
	padding: 10px;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
}
.dplayer-info-panel-hide {
	display: none;
}
.dplayer-info-panel .dplayer-info-panel-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
.dplayer-info-panel .dplayer-info-panel-item > span {
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dplayer-info-panel .dplayer-info-panel-item-title {
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.dplayer-info-panel .dplayer-info-panel-item-data {
	width: 260px;
}
#getMidIframe {
	animation: 1ms linear 1ms sec;
	font-weight: normal;
	user-select: none;
}
@keyframes sec {
}
.mobile_footer {display: none;}
@media screen and (max-width: 768px){
.index_content___Uhtm {display: none;}
.index_navMenu__BLg_2 {margin-left: 0!important;  margin-right: 0!important;height: auto!important; background-color: #cdf2ff; padding: 10px; margin-top: 20px; overflow-x: auto; width:100%;}
.index_main__q1zZQ{display: none;}
  .index-leftside { margin-right: 0; padding-right: 0;}
  .ant-col-6 {flex: 0 0 50%;max-width: 50%;}
  .index_linecard__wJq_3 .card-big, .index_linecard__wJq_3 .card-big-left {     flex-direction: column;}
  .index_logo__cdq4N{ margin-top: 20px!important;text-align: center;    width: 100%;}
  main { background: #fff url(1.pmg) no-repeat 0 0;}
  .index_nav__cbLaK {height: 95px; flex-wrap: wrap;  padding: 0 !important;}
  .index_header__mmxqW {height: 95px;}
  .index_header__mmxqW .index_nav__cbLaK .index_navMenu__BLg_2 ul.index_ulcontext__K_LpV li a i { width: 90px;}
  .index_header__mmxqW .index_nav__cbLaK .index_navMenu__BLg_2 ul.index_ulcontext__K_LpV li a {padding: 5px 0;}
  .index_linecard__wJq_3 .card-big-left .ant-carousel {    text-align: center;}
  .index_linecard__wJq_3 .card-big-left{ width: auto!important;      margin-right: auto!important;}
  .index_container__ytvOZ .index_cards__AdZtA{min-width: auto;}
  .ant-col-61{max-width: 100%;}
  .index_container__ETYBL{}
  .index_container__ETYBL .index_leftcontent__lACdC{margin-right: 0; padding-right: 0;}
   .foot_bot { padding: 15px 0;text-align: center; font-size:12px}
  .foot_bot a{color:#333}
  .mobile_footer { background: #cdf2ff; display: block;    min-width: 340px;}
  .small_cardcontent__BTALp .small_imgposition__PYVLm img { width: 160px; height: 100px;}
  .small_cardcontent__BTALp .small_cardcontentdes__st4Ou.small_noreply__K_aom p:first-child {    width: 130px;}
  .index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listimg__MIbUc img {	width: 120px;	height: 65px;	cursor: pointer}
  .index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listimg__MIbUc {	width: 120px;	height: 65px}
  .index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb {	padding: 0 20px 0 10px;    min-height: 70px;}
  .index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N .index_listcontent__pQrTb h2 {font-size: 16px;}
  .index_container__ytvOZ .index_listcont__QZsXy .index_list__uLR_N {margin-bottom: 25px;flex-direction: row-reverse;}
}