#author .left{
	width: 73%;
	float: left;
}
#author .right{
	width: 24%;
	float: right;
}
#author .left .info{
	padding-bottom: 20px;
}
#author .left .list_social{
	display: table;
    margin: 20px 0 20px;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
}
#author .left .list_social li{
	display: inline-block;
	margin-left: 15px;
}
#author .left .list_social li i{
	font-size: 20px;
}
#author .left .list_social li i.fa-twitter{
	color: #55acee;
}
#author .left .list_social li i.fa-linkedin{
	color: #0077b5
}
#author .left .list_social li i.fa-envelope-o{
	color: #000000;
}
#author .left .list_social li i.fa-facebook{
	color: #597ac7;
}
#author .content{
	margin-top: 25px;
	margin-bottom: 50px;
}
#author .left .list_item_author .item{
	padding-bottom: 25px;
	padding-top: 25px;
}
#author .left .list_item_author .item .img{
	width: 34%;
    margin-right: 25px;
    float: left;
}
#author .left .list_item_author .item .info{
	float: left;
    width: 62%;
}
#author .left .list_item_author .item .info h3{
	font-weight: 700;
    line-height: 27px;
    letter-spacing: 0;
    font-style: normal;
    font-size: 18px;
    margin: 0 0 20px;
}
#author .left .list_item_author .item .info p{
	margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}
#author .left .list_item_author .item .info h3:hover{
	color: #f55d2d;
}
#author .left .list_item_author .item .bottom{
	clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}
#author .left .list_item_author .item .bottom a{
	color: #00f;
}
#author .right .content.cate{
	background: #205999;
}
#author .right .content.cate .content {
	border-radius: 3px;
}
#author .avatar_img{
	width: 30%;
	float: left;
}
#author .info_des{
	float: left;
	width: 60%;
	margin-left: 30px;
}
#author .info_des p{
	line-height: 25px;
}