@import url(common.css);
.mainContainer .articleList {
	padding: 10px 30px;
}
.mainContainer .articleList li img {
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 20px;
}
.mainContainer .articleList li {
	height: 150px;
	padding: 10px 0;
	border-bottom: dashed 1px #CCC;
	font-size: 12px;
}
.mainContainer .articleList .title {
	display: block;
	margin: 10px 0;
	font-size: 16px;
}
.mainContainer .articleList .attr {
	margin: 10px 0;
}
.mainContainer .articleList .attr span,
.mainContainer .articleList .attr {
	color: #656565;
	font-size: 12px;
}
.mainContainer .articleList .attr span {
	background: url(../images/signArticle.gif) center 0 no-repeat;
	padding-left: 18px;
	margin-right: 10px;
}
.mainContainer .articleList .attr span.author {background-position: 0 2px;}
.mainContainer .articleList .attr span.date   {background-position: 0 -28px;}
.mainContainer .articleList .attr span.click  {background-position: 0 -57px;}
.mainContainer .articleList p {
	font-size: 12px;
	line-height: 200%;
	color: #656565;
}


/*************************** 分享***************************/
.share{
    margin-bottom: 40px;
    padding: 30px 0 50px;
}
.share_toolbox {
    padding: 0;
}

.share_toolbox li {
    width: 30px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.share_toolbox li a {
    width: inherit;
    height: 30px;
    display: block;
    line-height: 30px;
    white-space: nowrap;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(/images/icon_follow_detail_cur.png);
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-size: 30px auto;
}

.share_toolbox li a:hover {
    background-image: url(/images/icon_follow_detail.png);
}

.share_toolbox .share_s_more_box {
    position: relative;
    z-index: 1;
}

.share_toolbox .share_s_more_box:hover .share_hover {
    display: block;
}

.share_toolbox .share_hover {
    display: none;
    position: absolute;
    top: 40px;
    left: -14px;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 14px;
    border-radius: 5px;
}

.share_toolbox .share_hover a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: auto;
    display: block;
    text-indent: 37px;
    text-align: left;
    text-transform: capitalize;
    background-size: 32px auto;
    color: #555;
    padding-right: 10px;
}

.share_s_facebook {
    background-position: 0 0;
}

.share_s_twitter {
    background-position: 0 -30px;
}

.share_s_youtube {
    background-position: 0 -120px;
}

.share_s_googleplus {
    background-position: 0 -150px;
}

.share_s_vk {
    background-position: 0 -180px;
}

.share_s_pinterest {
    background-position: 0 -60px;
}

.share_s_more {
    background-position: 0 -520px;
}

.share_s_instagram {
    background-position: 0 -224px;
}

.share_s_linkedin {
    background-position: 0 -90px;
}

.share_s_google {
    background-position: 0 -384px;
}

.share_s_digg {
    background-position: 0 -256px;
}

.share_s_reddit {
    background-position: 0 -288px;
}

.share_s_stumbleupon {
    background-position: 0 -320px;
}

.share_s_delicious {
    background-position: 0 -352px;
}

.share_s_line {
    background-position: 0 -420px;
}

.share_s_whatsapp {
    background-position: 0 -450px;
}

.share_s_tumblr {
    background-position: 0 -480px;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}