.article-operation {
	padding: 26px 35px;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	background-color: #fff;
}

.article-operation .cover {
	float:right;
	color: #0088fe;
}

.article-operation .item {
	margin-right: 20px;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #f3f4f8;
	transition: all .3s;
	cursor: pointer;
	border-radius: 5px;
}

.article-operation .item:hover {
	background-color: #f9f9f9;
}

.article-operation .item .icon {
	display: inline-block;
	width: 21px;
	height: 18px;
	vertical-align: top;
	margin: 14px 5px 0 0;
}

#CreatCoverPic{
display:none;
	padding:0;
	z-index:11;
	position: fixed;
	top: 50%;
	left: 50%;
	background:none;
	margin: -360px 0 0 -200px;
	width:400px;
	height: 720px;
   z-index: 9999;
}
.create-cover {
	position:absolute;
	top:10px;
	left:-99999px;
	z-index:-1;
	padding: 250px 100px 50px;
	width:800px;
	height: 1440px;
	background: url(../img/xhaibao.png) no-repeat;
}
.article-detail {
	padding-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

.create-cover .tit {
	line-height: 60px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	font-family:PingFang SC,Microsoft Yahei,Helvetica,Arial,Hiragino Sans GB,STHeiTi,sans-serif
}

.create-cover .article-info {
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	color: #000;
}

.create-cover .article-info .item {
	display: inline-block;
	margin-right: 10px;
	height: 20px;
	line-height: 20px;
}

.create-cover .article-info .item .label {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.create-cover .article-info .item .icon {
	display: inline-block;
	margin: 4px 5px 0 0;
	vertical-align: top;
	width: 11px;
	height: 13px;
	line-height: 15px;
}

.create-cover .article-info .item .icon01 {
	background-position: right 0;
}

.create-cover .article-info .item .icon02 {
	background-position: right -18px;
}

.create-cover .article-info .item .icon03 {
	width: 12px;
	background-position: right -37px;
}

.create-cover .article-info .item .icon04 {
	width: 13px;
	background-position: right -57px;
}

.create-cover .article-body {
	padding-top: 30px;
	margin: 0px 0px 50px;
	/* height: 350px; */
}

.create-cover .article-body p {
	margin-bottom: 20px;
	font-size: 36px;
	color: #444;
	line-height: 28px;
}
.create-cover .article-body .text {
	margin-bottom: 40px;
	font-size: 28px;
	color: #444;
	/* text-align:justify; */
	line-height: 46px;

}
.create-cover .article-body .author {
	position: absolute;
    bottom: 190px;
    right: 100px;
	text-align:right;
	font-size:26px;
	font-style:normal;
	color:#8d8d8d
}
.create-cover .article-body .author .edit{
	display:inline-block;
	margin-left:10px;
	font-style:normal;
}
.row4 {
	height: 112px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.create-cover .article-body p img {
	width: 100%;
	border-radius:20px;
}

.create-cover .follow-wechat {
	width:240px;
	position:absolute;
	bottom:60px;
	left:50%;
	margin-left:-120px;
	text-align:center;
}

.create-cover .follow-wechat .img {
  text-align: center;
    width: 240px;
}
.create-cover .follow-wechat .img img {
  padding:10px;
  background-color:#fff;
}

.create-cover .follow-wechat .txt {
	margin-top:30px;
	line-height:36px;
	font-size: 26px;
	color: #fff;
}

.bsBox {
	box-sizing: initial;
}

.mask {
	display: none;
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}