.so-list-box{
	margin-top: 10px;
}
.so-list{
    width: 862px;
    float: left;
}
.so-side{
	width: 300px;
    float: right;
    overflow: visible!important;
    background: none!important;
}

.so-list-title{
	padding: 15px;
	border: solid 1px #eee;
	position: relative;
}
.so-list-title-pic{
	float: left;
}
.so-list-title-pic img{
	width: 70px;
	height: 70px;
}
.so-list-title-info{
	float: left;
	margin-left: 20px;
	padding-top: 5px;
}
.so-list-title-info h3{
	display: inline-block;
	margin-right: 10px;
}

.so-list-title-info #info{
	display: inline-block;
	margin-bottom: 5px;
}
.so-list-title-info a{
	display: block;
	position: absolute;
	right: 15px;
	top: 30px;
    width: 90px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    background: #FFAB00;
    margin-top: -5px;
    border-radius: 4px;
}
.so-list-title-miao{
	width: 660px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 5px;
	color: #999;
}

/*列表样式*/
.so-list-con{
	margin-top: 10px;
	border: solid 1px #eee;
	padding: 15px;
}
.so-list-con ul{
	padding: 0;
}
.so-list-con ul li{
	border-bottom: dashed 1px #eee;
	padding: 10px 0;
}
.so-list-head{
	width: 50px;
	float: left;
}
.so-list-head #useheads img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.so-list-head a{
	font-size: 12px;
	color: #666;
	display: block;
	text-align: center;
	margin-top: 5px;
}
.so-list-head a:hover{
	color: #0099CC;
}
.so-list-media{
	width: 780px;
	float: right;
	padding-left: 20px;
}
.so-list-media #biaoti{
	padding-top: 5px;
	margin-bottom: 5px;
}
.so-list-media #biaoti em{
	font-size: 12px;
	border: solid 1px #0099FF;
	color: #0099FF;
	padding: 2px 10px;
	border-radius: 10px;
	position: relative;
	top: -3px;
}
.so-list-media #biaoti a:hover{
	color: #0099FF;
}
.so-list-media #miaoshu{
	line-height: 25px;
    font-size: 12px;
    color: #999;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.so-list-media #qita{
	margin-bottom: 0;
}
.so-list-media #qita .float-left a{
	padding-right: 10px;
	color: #aaa;
}
.so-list-media #qita .float-left a:hover{
	color: #0099FF;
}
.so-list-media #qita i{
	font-style: normal;
	float: right;
	font-size: 12px;
	color: #999;
}
.so-list-media #qita i #chakan{
	color: #aaa;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    background: url(../images/postcheck.png) left center no-repeat;
    padding-left: 25px;
}
.so-list-media #qita i #huifu{
    color: #aaa;
    margin: 0 10px 0 2px;
    display: block;
    float: left;
    background: url(../images/postcomment.png) left center no-repeat;
    padding-left: 25px;
}
.so-list-media #qita i #shijian{
	font-size: 12px;
    color: #aaa;
    margin: 0 4px 0 2px;
    display: block;
    float: left;
    background: url(../images/postdate.png) left center no-repeat;
    padding-left: 25px;
}
.so-list-media #tuwen{
	margin: 0 -5px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.so-list-media #tuwen img{
	height: 150px;
	width: auto;
	cursor: pointer;
	transition: all 0.6s;
}
.so-list-media #tuwen #tuwenbox{
	width: 190px;
	height: 150px;
	float: left;
	padding: 5px;
}
.tuwen-warp{
	overflow: hidden;
}
.so-list-media #tuwen img:hover{
	transform: scale(1.1);
}


/*列表分页*/
.so-list-page{
	padding-top: 20px;
	padding-bottom: 10px;
}
.so-list-page a{
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border: solid 1px #eee;
	color: #999;
	transition: all 0.6s;
}
.so-list-page a:hover{
	border: solid 1px #0099FF;
	color: #0099FF;
}
.so-list-page .thispage{
	background-color: #0099FF;
	color: #fff;
	border: solid 1px #0099FF;
}
.so-list-page .thispage:hover{
	background-color: #0099FF;
	color: #fff;
	border: solid 1px #0099FF;
}
.so-list-page-warp{
	float: right;
}

/*快速发帖*/
.so-kuaisu{
	padding: 15px;
	border: solid 1px #eee;
	margin-top: 10px;
}
.so-kuaisu #kuaisu-title{
	font-size: 16px;
	margin-bottom: 15px;
	color: #666;
}
.so-kuaisu #kuaisu-title a{
	font-size: 14px;
	color: #999;
}
.so-kuaisu #kuaisu-title a:hover{
	color: #0099FF;
}
.so-kuaisu #title input{
	display: block;
	width: 100%;
	padding: 5px 15px;
	border: solid 1px #ccc;
}
.so-kuaisu #scontent{
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 60px;
}
.so-kuaisu #svcode input{
	padding: 5px 15px;
	border: solid 1px #ccc;
	float: left;
}
.so-kuaisu #svcode img{
	height: 31px;
	float: left;	
}
.so-kuaisu #postbtn{
	margin-top: 20px;
	margin-bottom: 10px;
}
.so-kuaisu #postbtn button{
	display: block;
	background-color: #0099FF;
	color: #fff;
	border: 0;
	padding: 5px 35px;
}

/*侧边栏*/
.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;
}

/*阅读排行*/
.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: 265px;
    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: 185px;
}
.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;
}
