﻿/* CSS Document */
#middle {
	width: 100%;
	min-width: 1200px;
}

#middle::after {
	content: '';
	display: block;
	clear: both;
}

/* 文章列表 */
.mid-article {
	margin: 20px auto 0;
	width: 1200px;
}

/* 文章抬头 */
.mid-article-title {
	width: 1200px;
	font-size: 14px;
	color: #000000;
	margin: 30px auto 20px;
}


/* 主要内容 */
.main-content {
	width: 1200px;
	margin:0 auto;
	background-color: #FFFFFF;
	position: relative;
}

/* 漂浮窗 */
.main-floating {
	position: relative;
}

/* 文章右侧的查看与分享 */
.share-contain {
	position: absolute;
	right: -75px;
	top: 0px;
}

.share-contain .share {
	height: 60px;
	width: 60px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	color: #4b4b4b;
	position: relative;
}

#share-icon{
	display: none;
}

.share-icon {
	width: 100px;
	margin-top: 20px;
	background: #FFFFFF;
	padding: 10px 10px 10px 15px;
	border-radius: 5px;
	position: relative;
}

.share-icon::after {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid;
	position: absolute;
	top: -20px;
	left: 20px;
	border-color: transparent transparent #fff transparent;
}

/* 文章栏目内容 */
.article-content {
        width: 1080px;
	padding: 50px 60px;
	min-height: 400px;
}

/* 文章内部样式 */
.article-title {
	color: #ec2628;
	font-size: 26px;
	text-align: center;
	margin-top: 10px;
}

.article-time {
	color: #909090;
	text-align: center;
	font-size: 15px;
	margin-top: 45px;
}

.article-text {
	margin-top: 40px;
	font-size: 16px;
	line-height: 36px;
	color: #000000;
        min-height:400px;
}

/* 文章进步条 */
.article-footer {
	height: 60px;
	width: 100%;
}

/* 左侧 */
.article-footer-left {
	/*color: #5c5c5c; */
        color: #FFFFFF;
	height: 60px;
	float: left;
	width: 50%;
	/*background-color: #e1e1e1; */
        background-color: #3389e9;
	text-align: left;
	line-height: 60px;
}

.article-footer-left .article-footer-title a {
	/*color: #5c5c5c; */
        color: #FFFFFF;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

.article-footer-left .left-img {
	float: left;
	/*background: url(/cms/templates/300526532071470000/images/article_icon_05.png) no-repeat; */
        background: url(/cms/templates/300526532071470000/images/article_icon_07.png) no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 18px;
	margin: 21px 10px 0;
}

/* 右侧 */
.article-footer-right {
	height: 60px;
	float: left;
	width: 50%;
	background-color: #e1e1e1;
	text-align: right;
	line-height: 60px;
}

.article-footer-right .article-footer-title a {
	color: #5c5c5c;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

.article-footer-right .right-img {
	float: right;
	background: url(/cms/templates/300526532071470000/images/article_icon_06.png) no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 18px;
	margin: 21px 10px 0;
}


/* 鼠标移入样式 */
/*.article-footer-left:hover {
	background-color: #3389e9;
}

.article-footer-left:hover .left-img {
	float: left;
	background: url(/cms/templates/300526532071470000/images/article_icon_07.png) no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 18px;
	margin: 21px 10px 0;
}

.article-footer-left:hover .article-footer-title a {
	color: #FFFFFF;
}

.article-footer-right:hover {
	background-color: #3389e9;
}

.article-footer-right:hover .right-img {
	float: right;
	background: url(/cms/templates/300526532071470000/images/article_icon_08.png) no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 18px;
	margin: 21px 10px 0;
}

.article-footer-right:hover .article-footer-title a {
	color: #FFFFFF;
}*/
