	.article .article-img {
			width: 200px;
			height: 140px;
			float: left;
			margin: 20px 30px 20px 0;
		}
		
		.article .article-img img {
			width: 100%;
			height: 100%;
			text-align: center;
			vertical-align: middle;
			border: 0;
		}
		
		.article .article-img:hover img {
			opacity: 0.85;
		}
		
		.article .article-nofloat {
			overflow: hidden;
			padding: 20px 0;
		}
		
		.article h3 {
			font-size: 18px;
			color: #222;
			font-weight: 300;
			margin: 0;
			padding: 0;
			line-height: 24px;
			margin-bottom: 10px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		
		.article h3 a {
			color: #3f484f;
			font: 14px/24px "Oxygen", Arial, "Hiragino Sans GB", "Microsoft YaHei", "Î¢ÈíÑÅºÚ", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
			-webkit-font-smoothing: antialiased;
			font-size: 18px;
		}
		
		.article a,
		.article a:hover {
			text-decoration: none;
			outline: 0;
		}
		
		.article a:hover {
			opacity: .85;
		}
		
		.article p {
			font-size: 14px;
			color: #777;
			line-height: 1.5;
			margin-bottom: 17px;
			height: 70px;
		}
		
		.article-info {
			font-size: 12px;
			color: #999;
			bottom: 15px;
			width: 100%;
		}
		
		.article-opts {
			float: right;
		}
		
		.slide-like,
		.slide-comment,
		.slide-share,
		.slide-del,
		.slide-dislike {
			float: left;
			margin-right: 15px;
			padding-left: 20px;
			line-height: 14px;
			margin-top: 3px;
			height: 14px;
			background: url(../imgs/resource.png);
			cursor: pointer;
		}
		
		.slide-like {
			background-position: 0 -85px;
		}
		
		.slide-comment {
			background-position: 0 -99px;
			color: #999;
		}
		
		.slide-share {
			padding: 0 5px 0 26px;
			height: 20px;
			margin-top: 0;
			line-height: 20px;
			background: url(../imgs/resource.png) #39f -106px -35px no-repeat;
			margin-left: 10px;
			color: #fff;
			margin-right: 0;
		}
		
		.article-source {
			color: #84909c;
			margin-right: 15px;
		}
		
		.clear {
			clear: both;
		}
		.article {
		    border-bottom: 1px solid #f1f1f1;
		}
		.article:last-child{
			border-bottom: none;
		}
		.section {
		    margin-bottom: 30px;
		    clear: both;
		    overflow: hidden;
		}
		.section-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #1c88cd;
}
.section-title h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    float: left;
    height: 37px;
    font-weight: normal;
    border-bottom: 3px solid #1c88cd;
    color: #333;
    line-height: inherit;
}
.hotchannel {
    overflow: hidden;
    margin: 20px 0;
}
.channel-img {
    float: left;
    width: 90px;
    height: 70px;
    margin-right: 20px;
}
.channel-img img{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.channel-img:hover img{
	opacity: 0.85;
}
.channel-sub h3 {
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 24px;
}
.channel-sub h3 a {
    font-size: 16px;
    font-weight: 700;
}
.channel-sub .subscribe, .channel-sub .unsubscribe {
    float: left;
    margin-right: 15px;
	    margin-top: 12px;
}
.subscribe, .unsubscribe {
    border: 1px solid #3DB171;
    border-radius: 3px;
    display: inline-block;
    padding: 0 8px;
    color: #3DB171;
    cursor: pointer;
    font-size: 16px;
}
.subscribe:hover {
    background-color: #39f;
    color: #fff;
}
a:hover {
    opacity: .85;
}
.hotchannel .bookcount {
    color: #666;
    margin: 0;
}
.g-search-box{
	width: 300px;
}
body .word-ellipsis{
	margin: 0;
}
.rolList li {
    margin: 15px 0 0;
    padding: 0px 0 0px;
}
.mr10 {
    margin-right: 10px;
}
.fLeft {
    float: left;
}
.ofHidden {
    overflow: hidden;
}
.rolList li a {
    color: #333;
}
.rolList li a:hover, .rolList li a:active {
    color: #000;
    text-decoration: underline;
}
.pt5 {
    padding-top: 5px;
}
.c999 {
    color: #999;
	margin-bottom:0;
}
.cf30 {
    color: #f30;
}
.rolList li:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}