.whiteBox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(221,221,221,0.50);
	margin-bottom: 20px;
}
/*文章标题*/
.subject {
	width: 1024px;
	height: 108px;
	padding: 16px 20px;
	position: relative;
}
.subject .title {
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #2d2d33;
}
.subject .stamp {
	position: absolute;
	top: 10px;
	right: 150px;
}
.subject .info {
	height: 28px;
	line-height: 28px;
	margin-top: 15px;
}
.subject .info p {
	display: inline-block;
}
.subject .info .avatar{
	width: 28px;
	height: 28px;
	border-radius: 14px;
	float: left;
}

.subject .info .name {
	font-size: 16px;
	color: #6A6A77;
	margin-left: 10px;
}
.subject .info .date {
	color: #9EA4AF;
	margin-left: 15px;
	font-size: 16px;
}
.subject .info .viewinfo {
	font-size: 12px;
	color: #6A6A77;
	float: right;
}
.subject .info .viewinfo .views {
	margin-right: 20px;
	padding-left: 15px;
	background: url(../img/svg/view.svg) no-repeat 0 50%;
}
.subject .info .viewinfo .replies {
	padding-left: 15px;
	background: url(../img/svg/reply.svg) no-repeat 0 50%;
}
/*文章正文*/
.message {
	width: 1024px;
	padding: 22px 20px;
	font-size: 16px;
	color: #2D2D33;
	line-height: 27px;
	border: none;
}
.message>p,
.message>div {
	margin-bottom: 20px;
}
.message>p:last-of-type {
	margin-bottom: 0;
}
.message .text {
	white-space: pre-wrap;
	margin: 0;
	margin-bottom: 20px;
}
.message .text img {
	max-width: 100%;
}
.message .image,
.message .video {
	display: block;
	width: 100%;
	border: 1px solid rgba(220,226,238,0.60);
}
.message .image {
	padding-top: 24px;
	padding-bottom: 14px;
}
.message .image .img {
	width: 100%;
	text-align: center;
}
.message .image .img img{
	max-width: 982px;
	/*max-height: 500px;*/
}

.message .video .vv {
	width: 100%;
}
.message .video .vv video {
	width: 100%;
	max-height: 500px;
}
.message .desc {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 20px;
	white-space: pre-wrap;
	margin: 0;
}
/*回复窗口*/
.postBox {
	width: 1024px;
	height: 257px;
	background: #FFFFFF;
	padding: 25px 20px;
	position: relative;
}
.postBox textarea {
	width: 984px;
	height: 160px;
	border: 1px solid rgba(220,226,238,0.60);
	resize: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 18px 24px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
}
.postBox .ops .upBtn {
	width: 44px;
	height: 40px;
	padding-left: 24px;
	background: url(../img/svg/pic.svg) no-repeat 0 50%;
	line-height: 40px;
	font-size: 14px;
	color: #6A6A77;
	float: left;
	cursor: pointer;
}
.postBox .ops button {
	display: inline-block;
	width: 160px;
	height: 40px;
	border: none;
	text-align: center;
	border-radius: 2px;
	background: #3B6AFB;
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	float: right;
	cursor: pointer;
}
.postBox .upImageBox {
	display: none;
	z-index: 9;
	top: 248px;
	left: 20px;
	position: absolute;
	width: 820px;
	min-height: 200px;
	padding: 30px 20px 0 20px;
}
.postBox .upImageBox .upImage {
	width: 240px;
	height: 160px;
	position: relative;
	display: inline-block;
	margin: 0 20px 30px 0;
}
.postBox .upImageBox .upImage:nth-of-type(3n) {
	margin-right: 0;
}
.postBox .upImageBox .upImage .image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #F7F7F7;
}
.postBox .upImageBox .upImage img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.postBox .upImageBox .upImage .closeBtn {
	position: absolute;
	width: 32px;
	top: 0;
	right: -16px;
}

/*全部评论列表*/
.replyListBox header {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
	border-bottom: 1px solid rgba(220,226,238,0.60);
}
.replyListBox .replyLists {
	padding: 0 40px 0 60px;
}
.replyListBox .replyLists .more {
	color: #3B6AFB;
	display: inline-block;
	height: 30px;
	line-height: 50px;
}
.replyListBox .replyLists .replyOne {
	padding: 20px 0 18px;
	border-bottom: 1px solid  rgba(220,226,238,0.60);
}
.replyListBox .replyLists .replyOne .avatar {
	position: relative;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #2D2D33;
	font-weight: 600;
	margin-bottom: 16px;
}
.replyListBox .replyLists .replyOne .avatar img {
	height: 28px;
	width: 28px;
	border-radius: 14px;
	position: absolute;
	top: 0;
	left: -42px;
}
.replyListBox .replyLists .replyOne .avatar span {
	vertical-align: top;
}
.replyListBox .replyLists .replyOne .avatar .username {
	font-weight: 600;
	color: #6A6A77;
}
.replyListBox .replyLists .replyOne .avatar em {
	font-size: 16px;
	color: #9EA4AF;
	margin: 0 10px;
}
.replyListBox .replyLists .replyOne .avatar .date {
	color: #9EA4AF;
	margin-left: 28px;
}
.replyListBox .replyOne .replyMessage .text {
	font-size: 16px;
	color: #4A4A53;
	line-height: 27px;
	margin-bottom: 20px;
}
.replyListBox .replyOne .replyMessage .text .img {
	max-width: 922px;
}
.replyListBox .replyOne .replyMessage .image {
	width: 100%;
	text-align: center;
}
.replyListBox .replyOne .replyMessage .image img {
	max-width: 922px;
	/*max-height: 500px;*/
}
.replyListBox .replyOne .replyMessage .image video {
	max-width: 922px;
	max-height: 600px;
}
.replyListBox .replyOne .op {
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
}
.replyListBox .replyOne .op .del {
	color: #ff5b3e;
	margin-right: 28px;
	cursor: pointer;
}
.replyListBox .replyOne .op .replyNum {
	color: #3B6AFB;
	cursor: pointer;
}

.commentListBox {
	width: 924px;
	background: #F7F7F7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 20px 0 60px;
	margin-top: 16px;
}
.commentListBox .commentOne {
	padding: 20px 0;
	border-bottom: 1px solid  rgba(220,226,238,0.60);
}
.commentListBox .commentOne:last-of-type {
	border: none;
}
.commentListBox .commentOne .op .reply {
	color: #3B6AFB;
	cursor: pointer;
}
.textBox {
	width: 100%;
	height: 148px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 0;
}
.textBox textarea {
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	border: 1px solid #9EA4AF;
	border-radius: 2px;
	resize: none;
	text-indent: 20px;
	background: none;
}
.textBox button {
	width: 160px;
	height: 40px;
	border: none;
	background: #3B6AFB;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	float: right;
	margin-top: 16px;
}

/*为你推荐*/
.recommendList header {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
	border-bottom: 1px solid rgba(220,226,238,0.60);
}
.recommendList .lists {
	padding-left: 20px;
}
.recommendList .lists li {
	width: 100%;
	border-bottom: 1px solid rgba(220,226,238,0.60);
}
.recommendList .lists li:last-of-type {
	border: none;
}
.recommendList .lists li:nth-of-type(11) {
	display: none;
}
.recommendList .lists .listOne .content {
	padding: 20px 20px 20px 0;
}
.recommendList .lists .listOne .content .artImg {
	display: inline-block;
	width: 120px;
	height: 80px;
	background: #DEDEDE;
	overflow: hidden;
	position: relative;
}
.recommendList .lists .listOne .content .artImg img {
	width: 120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.recommendList .lists .listOne .content .info {
	width: 840px;
	height: 80px;
	float: right;
}
.recommendList .lists .listOne .content .info h3 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 22px;
	margin-top: 6px;
	margin-bottom: 22px;
}
.recommendList .lists .listOne .content .info p {
	display: inline-block;
}
.recommendList .lists .listOne .content .info .detail {
	height: 22px;
	line-height: 22px;
}
.recommendList .lists .listOne .content .info .avatar {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	float: left;
}

.recommendList .lists .listOne .content .info .detail .name {
	font-size: 14px;
	color: #6A6A77;
	margin-left: 10px;
}
.recommendList .lists .listOne .content .info .detail .date {
	color: #9EA4AF;
	margin-left: 15px;
	font-size: 14px;
}
.recommendList .lists .listOne .content .info .detail .viewinfo {
	font-size: 12px;
	color: #6A6A77;
	float: right;
}
.recommendList .lists .listOne .content .info .detail .viewinfo .views {
	margin-right: 20px;
	padding-left: 15px;
	background: url(../img/svg/view.svg) no-repeat 0 50%;
}
.recommendList .lists .listOne .content .info .detail .viewinfo .replies {
	padding-left: 15px;
	background: url(../img/svg/reply.svg) no-repeat 0 50%;
}

.opBtns {
	position: absolute;
	/*left: 1044px;*/
	top: 60px;
	right: -200px;
}
.opBtns.top {
	position: relative;
	height: 60px;
	left: auto;
	right: 0;
	top: auto;
	text-align: right;
}
.opBtns.top .btn {
	width: 120px;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	box-shadow: 0 1px 2px 0 rgba(221,221,221,0.50);
}
.opBtns .btn {
	width: 180px;
	height: 52px;
	background: #ffffff;
	border: 1px solid #F7F7F7;
	border-radius: 2px;
	line-height: 52px;
	font-size: 16px;
	color: #4a4a53;
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px 0 rgba(221,221,221,0.50);
	cursor: pointer;
}

.opBtns .btn.del {
	color: #ff4757;
}
.opBtns .btn.act {
	background: #3B6AFB;
	color: #ffffff;
}
.smiley {
	width: 20px;
}
.goback {
	cursor: pointer;
	color: #3B6AFB;
	float: right;
}
/*点击图片放大框*/
#imgZoomBox {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 10%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 99;
}
#imgZoomBox img {
	display: block;
	max-width: 1024px;
}
#imgZoomBox .closeZoom {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	background: url("/img/svg/del.svg") no-repeat;
	background-size: 20px 20px;
}
/*人机识别*/
.postCaptcha {
	float: right;
	margin: -2px 10px;
}
