body {
	background: rgba(248, 248, 250, 1);
}

.main {
	margin-top: 185px;

}

.main .left {
	background-color: #fff;
	padding: 30px 20px;
}

.main .main-title .title {
	color: rgba(58, 58, 61, 1);
	line-height: 36px;
	font-size: 30px;
	width: 100%;
	text-align: center;
}

.main .main-title a {
	float: left;
}

.main .main-title img {
	width: 25px;
	vertical-align: middle;
}

.main .time {
	text-align: center;
	color: rgba(182, 186, 191, 1);
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 30px;
}

.main .time span {
	margin: 0 10px;
}


.main .read,
.main .source {
	background-color: #f7f8f9;
	padding: 16px;
	margin-bottom: 20px;
}

.main .read p {
	line-height: 26px;
	font-size: 14px;
	color: #989898;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-indent: 28px;
}

.main .f_l {
	float: left;
}

.main .f_r {
	float: right;
}

.main .collect>.share span {
	font-size: 14px;
	color: #989898;
}

.main .collect>.share {
	height: 30px;
	margin-top: 20px;
	line-height: 30px;
}

.main .source {
	margin-top: 30px;
}

.main .source p {
	line-height: 16px;
	font-size: 14px;
	color: #989898;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.main .next {
	padding: 25px 10px;
	font-size: 14px;
	color: #323232;
	line-height: 30px;
}

.main .recommend .re-box {
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.main .recommend img {
	width: 100%;
   height: 125px;
}

.main .recommend_title {
	margin: 15px 0;
	font-size: 16px;
	line-height: 24px;
	color: #343434;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}

.main .recommend_tag {
	font-size: 14px;
	color: #cacaca;
	padding: 0 10px;
}

.main .tit span:nth-child(1) {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	line-height: 60px;
}

.main .tit span:nth-child(2) {
	float: right;
	color: #9A9A9A;
	cursor: pointer;
	font-size: 12px;
	line-height: 60px;
}

.container_r ul {
	margin-bottom: 20px;
}

.container_r_cen1 li {
	border-top: 1px solid #ebebeb;
}

.container_r_cen1 li a p:nth-child(1) {
	padding-top: 10px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.container_r_cen1 li a p:nth-child(2) {
	padding-top: 5px;
	font-size: 12px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-indent: 28px;
	line-height: 20px;
}

.container_r_cen1 li a p:nth-child(3) {
	padding: 10px 0;
	font-size: 12px;
	color: #999999;
	text-align: right;
}

.main .title_item3 {
	font-size: 14px;
	color: #333333ad;
	margin: 12px 0;
	text-align: center;
}

.tag-list {
	padding: 15px;
	box-shadow: 0px -1px 8px 1px rgba(2, 25, 52, 0.12);
	margin-top: 40px;
}

.tag-list .tag-list-top {
	margin-bottom: 10px;
	display: flex;
	border-bottom: 1px solid #c3bfbf;
	text-align: center;
	padding-bottom: 5px;
}

.tag-list .tag-list-top>div {
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	flex: 1;
	position: relative;
}

.tag-list .tag-list-top>div.active {
	color: rgba(20, 122, 247, 1);
}

.tag-list .tag-list-top>div:first-child {
	border-right: 1px solid #c3bfbf;
}

.tag-list .tag-list-item ul {
	display: none;
}

.tag-list .tag-list-item ul li {
	display: inline-block;
	font-size: 13px;
	color: #a0a0a0;
	padding: 4px 10px;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	background-color: #eeeeee;
}

.tag-list .tag-list-item ul li {
	color: rgb(129, 132, 137);
}

.tag-list .tag-list-item ul li:hover {
	text-decoration: underline;
}

.tag-list .tag-list-item ul.active {
	display: block;
}

.advertising {
	padding: 10px;
	background-color: #fff;
}

.advertising img {
	width: 100%;
}

.recommend .tue {
	font-size: 16px;
	line-height: 24px;
	color: #343434;
	padding-left: 15px;
	margin: 15px 0;
}

.advertising p {
	padding: 10px;
	font-size: 14px;
	padding-bottom: 0;
}

.advertising p span {
	color: #fdb677;
}

@media (min-width:768px) {}
