.article {
	background: #f7f7f7;
	padding: 0 0 65px;
	overflow: hidden;
}

.article .title a {
	display: inline-block;
	height: 75px;
	line-height: 75px;
	font-size: 14px;
	color: #333;
}

.article .title a:last-child {
	color: #08c008;
}

.main-area {
	overflow: hidden;
}

.article-area {
	width: 1000px;
	float: left;
	margin-right: 30px;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	background: #fff;
}

.recommend-area {
	width: 250px;
	float: left;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	background: #f7f7f7;
}

.recommend-list {
}

.recommend-list li {
	margin-bottom: 15px;
	background-color: #fff;		
}

.recommend-list li:last-child {
	margin-bottom: 0;
}

.recommend-list img {
	display: block;
}

.recommend-title {
	height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 14px;
}

.recommend-title img {
	vertical-align: middle;
}

.recommend-title span {
	line-height: 25px;
	font-size: 24px;
	color: #333;
	font-weight: bolder;
	vertical-align: middle;
}

.recommend-desc {
	padding: 6px 16px;
}

.recommend-desc h3, .recommend-desc h3 a {
	font-size: 16px;
	color: #333;
	line-height: 2;
	/*text-decoration: underline;*/
}

.recommend-desc p {
	font-size: 12px;
	line-height: 1.75;
	color: #777;
	font-weight: 600;
}

.not-first {
	margin-top: 30px;
}

.article-area {
	background: #fff;
	/*padding-bottom: 33px;*/
}

.article-area .relative-reading {
	float: left;
	width: 289px;
	box-sizing: border-box;
}

.article-area .article-full {
	float: left;
	width: 711px;
	box-sizing: border-box;
	padding: 0 22px 0;
	margin-top: 26px;
	border-right: 1px solid #ccc;
	text-align: center;
}

.article-full h1 {
	line-height: 1;
	font-size: 28px;
	color: #333;
}

.article-full .author {
	color: #999;
	font-size: 12px;
	margin-top: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.article-full .author span {
	margin-right: 28px;
}


.article-content {
	color: #333;
                font-size: 15px;
	line-height: 1.8;
	text-align: left;
	text-indent: 2em;
                padding-bottom:0px;
                margin:10px 0;
}




.article-abstract, .article-content p {
	color: #999;
    font-size: 15px;
	/*font-size: 12px;*/
	line-height: 1.8;
	text-align: left;
	text-indent: 2em;
    padding-bottom:0px;
	/*padding: 14px 0;*/
	/*font-weight: 600;*/

    margin:10px 0;
}

.article-content {
	margin-bottom: 5px;
    /*margin-bottom: 68px;*/
}

.article-content p {
	color: #333;
}

.article-area:after {
	content:'';
	display: block;
	height: 10px;
	background: #fff;
	clear: both;
}

.qrcode-area {
	padding: 8px 22px;
	height: 164px;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
}

.qrcode-area .qrcode-share, .qrcode-area .vote {
	width: 50%;
	float: left;
	box-sizing: border-box;
	height: 100%;
}

.qrcode-area .qrcode-share {
	border-right: 1px solid #ccc;
	padding-top: 17px;
}

.qrcode-share p {
	color: #666;
	line-height: 2;
}

.vote {
	text-align: left;
}

.vote img {
	margin-left: 80px;
	margin-right: 30px;
	vertical-align: middle;
}

.vote span {
	vertical-align: middle;
}

.vote .favor {
	margin-top: 30px;
	margin-bottom: 30px;
}

.vote b {
	font-weight: normal;
}

.vote .favor span, .vote .favor span b {
	color: #333;
}

.vote .disfavor span, .vote .disfavor span b {
	color: #999;
}

.relative-reading {
	padding: 40px 24px 0;
	font-weight: bold;
}

.relative-title {
	font-weight: bold;
	border: none;
	margin-bottom: 0px;
}

.list-title {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	line-height: 3;
	margin-top: 10px;
}

.relative-reading-list h3, .relative-reading-list h3 a {
	font-size: 16px;
	color: #333;
	line-height: 2.5;
	/*text-decoration: underline;*/
}

.relative-reading-list p {
	color: #777;
	font-size: 12px;
	line-height: 1.75;
}

.relative-topic-list {
	padding: 8px 0 17px;
}

.relative-text-list {
	overflow: hidden;
}

.relative-text-list li {
	float: left;
	color: #777;
	font-weight: bold;
	margin-right: 2em;
	font-size: 12px;
	line-height: 2.5;
}

.relative-text-list li a {
	color: #777;
}