.artcle-box{
	margin-top: 10px;
}
.artcle-main{
	float: left;
	width: 895px;
}
.side-main{
	width: 270px;
	float: right;
}
.artcle-head{
    background: #fff;
    padding: 30px 55px 5px 20px;
    border: 1px solid #ededed;
    border-bottom: none;
}
.artcle-head h1{
    max-width: 700px;
    height: 23px;
    overflow: hidden;
    line-height: 22px;
    font-size: 22px;
    color: #222;
    font-weight: 300;
}
.artcle-head a{
    font-size: 22px;
    color: #222;
    font-weight: 300;
}
.artcle-head span{
	
}
#author{
	background: #fff;
    padding: 10px 20px;
    border: 1px solid #ededed;
    border-bottom: none;
    border-top: none;
}
#author .float-left i{
	font-style: normal;
	margin-right: 5px;
	color: #999;
}
#author span{
	margin-right: 5px;
}
#author .float-right i{
	font-style: normal;
	margin-left: 5px;
	color: #999;
}

.artcle-body{
	border: 1px solid #ededed;
	border-top: dashed 1px #eee;
	
}
.artcle-content{
	min-height: 200px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.artcle-content img{
	max-width: 100%;
}
.artcle-panle{
	padding: 10px 20px;
	border-top: dashed 1px #eee;
}
.artcle-panle em{
	margin-left: 10px;
}
.artcle-panle em span{
	margin-right: 2px;
}
.artcle-panle em a{
	color: #999;
}
.artcle-panle em a:hover{
	color: #666;
}

/*精彩评论*/
.artcle-post{
	padding: 10px 20px;
	border: solid 1px #eee;
	margin-top: 10px;
}
.artcle-post-title{
	border-bottom: solid 1px #eee;
	padding: 0 20px;
	padding-bottom: 10px;
	margin: 0 -20px;
}
.artcle-post-title span{
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	display: block;
}
.artcle-post-title a{
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	margin-left: 10px;
}
.artcle-post-list ul{
	padding: 0;
}
.artcle-post-list ul li{
	padding: 15px 0;
	border-bottom: dashed 1px #eee;
}
.artcle-post-list ul li:last-child{
	border-bottom: none;
}
.artcle-post-list ul li #userhead{
	width: 55px;
	float: left;
}
.artcle-post-list ul li #userhead img{
	width: 55px;
	height: 55px;
	border-radius: 55px;
}
.artcle-post-list ul li #postcontent{
	width: 790px;
	padding-left: 10px;
	float: right;
}
.artcle-post-list ul li #postcontent #info-box a{
	font-size: 16px;
}
.artcle-post-list ul li #postcontent #info-box em{
	margin-right: 5px;
	color: #999;
}
.artcle-post-list ul li #postcontent #content{
	margin-top: 10px;
	font-size: 16px;
}
.artcle-post-list ul li #postcontent #content #loucontent{
	background-color: #f9f9f9;
	padding: 10px;
	font-size: 12px;
	margin-top: 5px;
}
.artcle-post-list ul li #postcontent #content #loucontent p{
	margin-bottom: 0;
	margin-bottom: 5px;
}
.artcle-post-list ul li #postcontent #panle{
	margin-top: 10px;
}
.artcle-post-list ul li #postcontent #panle a{
	color: #999;
}
.artcle-post-list ul li #postcontent #panle a:hover{
	color: #0099FF;
}
.artcle-post-list ul li #postcontent #panle em{
	margin-left: 10px;
	color: #999;
}
/*楼中楼回复*/
.artcle-post-list ul li #postcontent #huifu{
	border: solid 1px #eee;
	margin-top: 10px;
	padding: 10px 10px 20px 10px;
	display: none;
}
.artcle-post-list ul li #postcontent #huifu #title{
	color: #999;
	margin-bottom: 10px;
}
.artcle-post-list ul li #postcontent #huifu #huifupost input{
	float: left;
	border: 0;
	width: 660px;
	border: solid 1px #eee;
	padding: 10px 15px;
}
.artcle-post-list ul li #postcontent #huifu #huifupost button{
	float: left;
	border: 0;
	width: 96px;
	padding: 10px 15px;
	border: solid 1px #0099FF;
	background-color: #0099FF;
	color: #fff;
}
/*侧边栏*/
.so-side-bt{
	height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
}
.so-side-bt span{
	color: #b1a9a9;
    display: block;
    font-size: 18px;
    font-weight: 600;
    float: left;
}
.so-side-bt a{
    float: right;
    font-size: 14px;
    color: #999;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.so-side-tuijian{
	margin-bottom: 10px;
}
.so-side-tuijian ul{
	padding: 0;
}
.so-side-tuijian ul li{
	height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ededed;
}
.so-side-tuijian ul li:last-child{
	border-bottom:0;
}
.so-side-tuijian ul li a{
    display: block;
    float: left;
    width: 200px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/indicator1.png) left center no-repeat;
}
.so-side-tuijian ul li a:hover{
    color: #4784F4;
}
.so-side-tuijian ul li span{
	display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 12px;
}
#listpage{
	padding-top: 10px;
	padding-bottom: 10px;
}
#listpage a{
	padding: 5px 15px;
	float: left;
	border: solid 1px #eee;
	color: #999;
}
#listpage a:hover{
	border: solid 1px #0099FF;
	color: #0099FF;
}
#listpage .thispage{
	border: solid 1px #0099FF;
	color: #fff;
	background-color: #0099FF;
}
#listpage .thispage:hover{
	border: solid 1px #0099FF;
	color: #fff;
	background-color: #0099FF;
}
/*留言回复*/
.artcle-post-main{
	padding: 20px;
	margin-top: 10px;
	border: solid 1px #eee;
}
.artcle-post-main #title{
	padding-bottom: 10px;
	font-size: 14px;
}
.artcle-post-main #content{
	margin: 10px 0;
}
.artcle-post-main #vcode{
	margin-bottom: 10px;
}
.artcle-post-main #vcode input{
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	width: 160px;
	border: solid 1px #eee;
}
.artcle-post-main #vcode img{
	margin-left: -5px;
}
.artcle-post-main #postbtn button{
	background-color: #0099FF;
	color: #fff;
	border: 0;
	padding: 5px 25px;
}
/*阅读排行*/
.so-side-rank{
	margin-bottom: 10px;
}
.so-side-rank ul{
	padding: 0;
}
.so-side-rank ul li{
	margin: 20px 0;
    cursor: pointer;
}
.so-side-rank ul .on #body{
    display: block;
    opacity: 1;
}
.so-side-rank ul li #title .top{
	color: #fff;
    background: url(../images/c1.png) center no-repeat;
}
.so-side-rank ul li #title em{
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin-top: 3px;
    color: #fff;
    background: url(../images/c2.png) center no-repeat;
}
.so-side-rank ul li #title a{
    display: block;
    float: right;
    width: 235px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 500;
}
.so-side-rank ul li #title a:hover{
	color: #0099FF;
}
.so-side-rank ul li #body{
    margin-top: 10px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.so-side-rank ul li #body #pic{
    float: left;
    width: 100px;
    height: 70px;
    border: 1px solid #ededed;
}
.so-side-rank ul li #body #pic img{
    width: 100px;
    height: 70px;
}
.so-side-rank ul li #body #info{
    float: right;
    width: 155px;
}
.so-side-rank ul li #body #info p{
	height: 50px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
}
.so-side-rank ul li #body #info #xinxi{
    font-size: 12px;
    color: #666;
}
.so-side-rank ul li #body #info #xinxi i{
	margin: 0 5px;
	font-style: normal;
}
