/*问问 */
.float-left {
    float: left;
}
.wenwensea {
    width: 1170px;
    margin: 0 auto;
}
.wenwensea .filter {
    background: #f5f5f5;
    border: none;
    margin-bottom: 0px;
}

.filter li, .wenwensea .filter li {
    border-top: 1px solid #ddd;
	height: 45px;
    line-height: 40px;
}
.filter .title {
    float: left;
}
.filter .cate {
    width: 1000px;
    float: left;
    height: 45px;
    overflow: hidden;
}
.filter a {
    margin-left: 8px;
    white-space: nowrap;
    display: inline-block;
	color: #3f3a3b;
}

.filter .title{
    background: #3F3B3A;
    color: #fff;
	display: inline-block;
    width: 136px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    margin-right: 4px;
}
.pub-list {
    width: 834px;
    float: left;
    margin-top: 24px;
	min-height:365px;
}
.wenda-list article {
    margin: 0 auto 28px;
    padding: 14px 24px;
}
.pub-list article {
    overflow: hidden;
    margin: 14px 0;
    border: 1px solid #e9e9e9;
    padding: 14px;
}


.pub-list article .title {
    float: left;
    border-bottom: 1px solid #dcdcdc;
    height: 30px;
    width: 680px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wenda-list article .title, .wenda-list article .desc, .wenda-list article .tags {
    width: 784px;
}

.pub-list article .a{
    font-size:16px;
}

.pub-list article h2 {
    font-size: 16px;
    color: #888888;
    display: inline-block;
	margin:0px;
}
.pub-list article .title span {
    float: right;
	font-size:14px;
}

.wenda-list article .red {
    color: #ee7700;
    font-weight: bold;
    display: table-cell;
    width: 30px;
    float: left;
}
.wenda-list article .t {
    width: 750px;
    float: left;
    height: 60px;
    overflow: hidden;
}
.pub-list article .desc {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 2em;
    overflow: hidden;
    margin: 10px auto 4px;
    width: 780px;
    float: left;
}

aside {
    float: right;
    width: 318px;
    margin-top: 38px;
}
aside .block {
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    padding: 20px 18px;
    margin-bottom: 16px;
}
aside .block .line-title {
    border-bottom: 1px solid #b5b5b5;
    position: relative;
}
aside .block .title {
    height: 20px;
    line-height: 20px;
}
aside .block .line-title h3 {
    border-bottom: 3px solid #b61722;
    width: 96px;
    position: absolute;
    z-index: 999;
    bottom: -1px;
    left: 0;
    padding-bottom: 4px;
	margin:0px;
}
aside .block h3 {
    color: #b61722;
    font-size: 14px;
    display: inline-block;
    float: left;
}
aside .block .more {
    float: right;
}
aside .block .more {
    cursor: pointer;
}
aside .text-list {
    overflow: hidden;
    padding: 6px 0 0;
}
aside .text-list li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #d0d0d0;
    overflow: hidden;
}
aside .text-list .red i {
    background: #ee7700;
}
aside .text-list a {
    font-size: 14px;
    color: #888888;
}