.list-content {
	margin-top: 20px;
}

.mt0 {
	margin-top: 0;
}

.second-list-one {
	overflow: hidden;
}

.text-keywords, .text-keywords a {
	color: #8d8c8c;
}

.meet-keywords span {
	background: #f1f1f1;
	padding: 2px 4px;
}

.second-hot-reader {
	height: 300px;
}

/*关键词样式*/
.second-keywords {
	border-bottom: 1px solid #ccc;
}

/*数说中国右侧板块-小广告位*/
.adver-small {
	width: 100%;
}

.adver-small ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 15px 0;
}

.adver-small ul li, .adver-small ul li img {
	width: 145px;
	height: 70px;
}

/*首页右侧板块*/
.chatter_block_r {
	width: 300px;
	float: right;
	position: relative;
	text-align: left;
}
/*右侧板块-通用包层*/
.jintai-hot {
	width: 300px;
}
/*右侧板块-通用广告位*/
.adver-right {
	width: 100%;
}

.adver-right div {
	margin-bottom: 15px;
}

.adver-right img {
	width: 300px;
	height: 80px;
	cursor: pointer;
}
/*右侧板块-通用热词科普*/
.jintai-hot-content {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ccc;
}

.hot-header, .jt_hot_essay_header {
	height: 22px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #F6F6F6;
}

.hot-header img, .jt_hot_essay_header img {
	height: 20px;
}

.jintai-hot-content-word {
	margin-right: 10px;
	line-height: 25px;
}

.jintai-hot-content-word span {
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
	text-align: center;
	line-height: 25px;
	height: 25px;
}

.jt_hot_essay {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #ccc;
}

.jt_hot_essay_img {
	margin-top: 16px;
}

.jt_hot_essay_img img {
	width: 270px;
	height: 155px;
	margin-bottom: 15px;
}

.jt_hot_essay_text {
	width: 260px;
	height: 25px;
	line-height: 25px;
	background: rgba(0, 0, 0, 0.6);
	margin-top: -50px;
	margin-left: 15px;
	z-index: 99px;
	position: absolute;
	padding: 5px;
	overflow: hidden;
}

.jt_hot_essay_text a {
	color: #fff;
}

.jt_hot_essay_tit {
	padding: 6px;
}

.jt_hot_essay_tit a {
	line-height: 30px;
}

.second-left {
	width: 870px;
}

.second-right {
	margin-left: 30px;
	width: 300px;
}

.second-list {
	width: 100%;
	margin-top: 20px;
}

.second-list-one {
	width: 100%;
	margin-bottom: 15px;
}

.second-list-one-img img {
	width: 270px;
	height: 169px;
	margin: 0 12px 15px 0;
}

.second-list-text {
	margin-left: 25px;
	margin-top: 10px;
	width: 450px;
}

.second-list-text h2 {
	font-size: 18px;
	line-height: 20px;
}

.second-list-text .text-des {
	line-height: 20px;
	margin-top: 20px;
	width: 450px;
}

.second-list-text .text-keywords {
	margin-top: 20px;
	width: 450px;
}

/**==================    手机端           =================*/
@media screen and (max-width: 992px) {
	.detail-left {
		width: 100%;
	}
	.detail-right {
		display: none;
	}
}