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

a,
a:visited {
	color: #222;
	text-decoration: none;
	-webkit-touch-callout: none
}

a:active {
	outline: 0 none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mod_figure {
	padding: 0;
	margin: 0;
	font-size: 0;
	letter-spacing: -3px;
	width: 100%
}

.mod_figure li {
	display: inline-block;
        width: 50%;
	margin-bottom: 17px;
	letter-spacing: normal;
	padding: 0 3px;
	vertical-align: top;
	line-height: 1.5
}

.mod_figure .figure img {
	display: block;
	height:200px;
	width: 100%
}

.figure {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.figure .figure_pic {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	text-align: left;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.figure .mask_duration,
.figure .mask_info,
.figure .mask_rank {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0px 2px 0 3px;
	color: #fff;
	font-size: .75rem;
	background-color: rgba(0, 0, 0, .6)
}

.figure .mask_info {
	right: auto;
	left: 0
}

.figure .mask_rank {
	color: #FF8406
}

.figure .figure_mask_single {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 2px;
	line-height: 18px;
	height: 18px;
	background-color: rgba(0, 0, 0, .6);
	color: #fff
}

.figure .figure_mask_single .mask_txt {
	font-size: 12px
}

.figure .figure_mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 18px;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 12px
}

.figure .figure_mask .mask_txt {
	display: block;
	padding: 2px 24px 0 4px;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.figure .figure_mask .mask_title {
	display: block;
	height: 1.1rem;
	line-height: 1.1rem;
	width: 100%;
	padding: 0 2px 0;
	font-size: .85rem;
	overflow: hidden
}

.figure .figure_mask .mask_date,
.figure .figure_mask .mask_scroe {
	position: absolute;
	top: 2px;
	right: 4px;
	height: auto;
	padding: 0;
	background: none;
	font-size: 12px
}

.figure .figure_mask_two {
	padding-top: 4px
}

.figure .figure_mask_two .mask_txt {
	display: block;
	margin-top: -2px;
	padding-top: 0
}

.figure .mask_scroe_single {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 18px;
	line-height: 18px;
	background-color: rgba(0, 0, 0, .6)
}

.figure .mask_scroe {
	position: relative;
	padding: 0 4px 0 4px;
	line-height: 18px;
	color: #FF8406;
	font-size: 12px
}

.figure .figure_titles {
	display: block;
	width: 100%;
	max-height: 36px;
	line-height: 1.1rem;
	margin-top: 5px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.figure .figure_titles .mark_custom {
	position: relative;
	margin-right: 4px;
	top: -1px
}

.figure .figure_title {
	display: block;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px
}

.figure .figure_title_multirow {
	display: -webkit-inline-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	vertical-align: top
}

.figure .figure_desc {
	display: block;
	width: 100%;
	line-height: 18px;
	font-size: 13px;
	color: #898989;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.mod_figures_v .item {
	width: 33.333%
}

.mod_figures {
	padding: 0 3px
}

.figure .figure_titles {
	text-align: left
}