/*内容详情*/

.cont_title {
	width: 70%;
	margin: 0 auto 3rem;
	font-size: 2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
	text-align: center;
}

.cont {
	width: 70%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 400;
	color: #858585;
	line-height: 30px;
}

.cont img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%
}

.cont table {
	width: 100%;
	margin: 20px auto;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.cont table th {
	text-align: center;
	color: #666;
	height: 27px;
	line-height: 27px;
	background: #f0f7fd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.cont table td {
	text-align: center;
	color: #666;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: 12px;
}


/*分享*/

.share {
	width: 70%;
	margin: 0 auto;
	margin-top: 5rem;
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
}

.share span {
	margin: 0 1.3rem;
	font-size: 2.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #858585;
}

.share_img {
	width: 2.6rem;
	height: 2.7rem;
}

.share_WX {
	width: 3.6rem;
	height: 2.9rem;
	cursor: pointer;
	position: relative;
}

.wxPop {
	position: absolute;
	z-index: 2;
	display: none;
}

.wxPop .wxPopBox {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 1rem;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.wxPop .wxPopBox:after {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	bottom: -10px;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	margin-left: -10px;
}

.wxPcPop {
	width: 12rem;
	height: 17rem;
	top: -18rem;
	right: -4rem;
}

.wxPcPop .wxPopBox:after {
	left: 50%;
}

.wxPcPop p {
	margin-top: 1rem;
}

.wxWapPop {
	width: 20rem;
	top: -5rem;
	right: -16rem;
}

.wxWapPop .wxPopBox:after {
	left: 18%;
}


/*上一篇/下一篇*/

.prev,
.next {
	width: 70%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #858585;
	box-sizing: border-box;
}

.prev span,
.next span {
	display: block;
	vertical-align: middle;
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

.prev {
	margin-bottom: 2rem;
}


/*发表*/

.comment {
	width: 70%;
	margin: 3rem auto 0;
	border-top: 1px solid #DADADA;
	box-sizing: border-box;
	padding: 4rem 0;
}

.comment_top .h2,
.comment_bottom .h2 {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333;
	margin-bottom: 4.4rem;
	text-align: left;
	width: 100%;
	display: block;
}

.comment_top_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comment_top_box div {
	width: 7%;
	box-sizing: border-box;
}

.comment_top_box textarea,
.release textarea {
	display: block;
	width: 92%;
	height: 15.8rem;
	box-sizing: border-box;
	padding: 1rem;
	font-size: 1.8rem;
	color: #333;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	outline: none;
}

.operations {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.operations img,
.releaseOperation img {
	width: 12rem;
	height: 4rem;
	margin-right: 1rem;
	margin-top: 3.3rem;
}

.operations input,
.releaseOperation input {
	width: 20rem;
	height: 3rem;
	line-height: 3px;
	margin-right: 1rem;
	margin-top: 3.3rem;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	outline: none;
	font-size: 1.4rem;
	color: #333;
	box-sizing: border-box;
	padding: 0 1rem;
}

.comment_top button,
.release button {
	width: 12.9rem;
	height: 4.5rem;
	line-height: 45px;
	border-radius: 23px;
	margin-top: 3.3rem;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	border: none;
	background: #0074D6;
}

.comment_bottom {
	margin-top: 1.4rem;
}

.comment_bottom li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2rem;
}

.userImg {
	width: 6.5%;
	border-radius: 50%;
	overflow: hidden;
}

.userCont {
	width: calc(93.5% - 1.4rem);
}

.userCont .h3 {
	display: inline-block;
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin: 0;
	width: auto;
}

.userCont p {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #AEAEAE;
	line-height: 30px;
	margin: 0 0 2rem;
}

.operation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #AEAEAE;
	margin-bottom: 1rem;
}

.operation_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.operation_top,
.operation_bottom {
	width: 50%;
}

.operation_bottom {
	text-align: right;
}

.operation_top .createTime {
	margin: 0 1rem;
}

.operation .reply,
.operation label {
	color: #AEAEAE;
}

.adress {
	margin-left: 1rem;
}

.reply,
.fabulous {
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-left: 2.8rem;
	cursor: pointer;
}

.reply {
	background-image: url(../img/chat.png);
	background-size: auto 100%;
}

.fabulous {
	background-image: url(../img/fabulous.png);
	background-size: auto 100%;
	margin-left: 2rem;
}

.fabulousActive {
	background-image: url(../img/fabulousActive.png);
}

.release {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	display: none;
	margin-bottom: 4rem;
}

.release textarea {
	width:100%;
}
.release .releaseOperation {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.more {
	display: block;
	width: 100%;
}

.more font {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #AEAEAE;
	box-sizing: border-box;
	padding-left: 9.7rem;
}

.more img {
	display: inline-block;
	margin-left: 0.8rem;
	width: 1.96rem;
	height: 1.12rem;
}

.more1 {
	display: block;
	height: 45px;
	line-height: 45px;
	background: #F2F2F2;
	border-radius: 10px;
	text-align: center;
	font-size: 2.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BFBFBF;
	margin-top: 4rem;
}

.recommend {
	width: 70%;
	margin: 4.5rem auto 9.6rem;
}

.recommend .title {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333;
	padding-bottom: 1.8rem;
	border-bottom: 1px solid #C5C5C5;
}

.recommend a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 2.2rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px dashed #C5C5C5;
}

.recommend .titles {
	width: 50%;
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #6B6B6B;
}

.recommend div {
	width: 16%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recommend div span,
.recommend div label {
	display: block;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ADADAD;
}

.recommend div span {
	width: 50%;
	border-right: 1px solid #ADADAD;
}

.recommend div label {
	width: 50%;
	background-image: url(../img/detail.png);
	background-size: 2.6rem 2.1rem;
	background-repeat: no-repeat;
	background-position: 1.8rem center;
	box-sizing: border-box;
	padding-left: 5.3rem;
}

@media (max-width:1680px) {
	.recommend div {
		width: 20%;
	}
}

@media (max-width:1680px) {
	.recommend div {
		width: 22%;
	}
}

@media (max-width:1440px) {
	.recommend div {
		width: 25%;
	}
}

@media (max-width: 1366px) {
	.recommend div {
		width: 24%;
	}
}

@media (max-width: 1024px) {
	.recommend div {
		width: 30%;
	}
}

@media (max-width: 768px) {
	.cont_title {
		width: 94%;
		font-size: 1.6rem;
	}
	.cont {
		overflow-x: auto;
	}
	.cont,
	.share,
	.prev,
	.next,
	.comment,
	.recommend {
		width: 94%;
	}
	.share {
		margin: 2.7rem auto 2rem;
	}
	.share span {
		margin: 0 .7rem;
		font-size: 1.2rem;
	}
	.share_img {
		width: 1.3rem;
		height: 1.4rem;
	}
	.share_WX {
		width: 1.8rem;
		height: 1.5rem;
	}
	.prev,
	.next {
		font-size: 12px;
	}
	.prev {
		margin-bottom: 1.3rem;
	}
	.comment {
		margin-top: 2.2rem;
		padding-top: 2.3rem;
	}
	.comment_top .h2,
	.comment_bottom .h2 {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	.comment_top textarea,
	.comment_bottom textarea {
		height: 7rem;
		width: 87%;
	}
	.comment_top_box div {
		width: 10%;
		margin-bottom: 1.5rem;
	}
	.comment_top button,
	.release button {
		width: 5.7rem;
		height: 2.5rem;
		line-height: 25px;
		font-size: 1.2rem;
		margin-top: 1.5rem;
	}
	.userImg {
		width: 10%;
	}
	.userCont {
		width: 87%;
	}
	.userCont .h3 {
		font-size: 1.6rem;
	}
	.userCont p {
		font-size: 1.4rem;
		line-height: 20px;
		margin: .8rem 0 .9rem;
	}
	.operation {
		font-size: 1.2rem;
		margin-bottom: 1.8rem;
	}
	.reply,
	.fabulous {
		padding-left: 2rem;
	}
	.reply {
		background-size: auto 100%;
	}
	.fabulous {
		background-size: auto 100%;
		margin-left: 2rem;
	}
	.more font {
		font-size: 1.2rem;
		padding-left: 3.4rem;
	}
	.more img {
		margin-left: .2rem;
		width: 1rem;
		height: .6rem;
	}
	.more1 {
		height: 30px;
		line-height: 30px;
		font-size: 1.2rem;
		margin-top: 1.8rem;
		border-radius: 5px;
	}
	.recommend {
		margin: 2.9rem auto 3.7rem;
	}
	.recommend .title {
		font-size: 1.6rem;
		padding-bottom: .6rem;
		border-bottom: 1px solid #DBDBDC;
		margin-bottom: 0;
	}
	.recommend a {
		padding: 1.2rem 0;
		display: flex;
		border-bottom: 1px dashed #C5C5C5;
	}
	.recommend .titles {
		font-size: 1.4rem;
		width: 50%;
	}
	.recommend div {
		width: 20%;
		display: flex;
		justify-content: flex-end;
	}
	.recommend div span,
	.recommend div label {
		font-size: 1.2rem;
	}
	.recommend div label {
		background-size: 1.3rem 1.1rem;
		background-position: .7rem center;
		box-sizing: border-box;
		padding-left: 2.5rem;
	}
}

@media (max-width:500px) {
	.recommend h3 {
		font-size: 1.4rem;
		width: 50%;
	}
	.recommend div {
		width: 40%;
	}
	.comment_top_box div,
	.userImg {
		width: 12%;
	}
}

@media (max-width:320px) {
	.recommend div {
		width: 44%;
	}
}