.columnList-left{
	width:90px ;
	float: left;
padding-left:20px;
margin-top:10px;
	overflow: hidden;
}
.columnList-left li{
	line-height: 50px;
}
.columnList-right{
	width: 1000px;
	float: right;
	border-left: 1px #5b5b5b solid;
	padding-left: 50px;
margin-top:10px;
}
#wd{
	height: 35px;
	width:234px;
	border:1px solid #dddddd;
	border-right:none;
	border-radius: 3px 0px 0px 3px;
	font-size: 14px;
	text-indent: 10px;
	float: left;
}
#search-btn{
	cursor: pointer;
	width: 45px;
	height: 37px;
	background: url(../img/sBtn.png) no-repeat center;
	float: left;
	background-size: 16px 16px;
	border:1px solid #525358;
	background-color: #525358;
	border-radius: 0px 3px 3px 0px;
}
.pic-list li {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.pic-list .none {
    border-bottom: none;
    text-align: center;
    font-size: 16px;
}


.pic-list .title {
    overflow: hidden; /*height: 50px;line-height: 50px;margin-bottom: 10px;*/
}

.pic-list .title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1em;
    font-size: 18px;
    line-height: 18px;
    height: 20px;
    text-rendering: optimizelegibility;
    margin-bottom: 7px;
    word-wrap: normal;
    /*for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pic-list .title h3 a {
    font-size: 18px;
    color: #333;
}

.pic-list .title h3 a:hover {
    color: #197ecd;
}

.pic-list .source {
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-bottom: 5px;
}

.pic-list .source a, .pic-list .source time {
    color: #999;
    margin-right: 5px;
}

.pic-summary {
    overflow: hidden;
}

.pic-summary .img {
    float: left;
    margin-right: 15px;
}

.pic-summary .summary {
    line-height: 21px;
    overflow: hidden;
    color: #777;
    font-size: 14px;
    /*height: 80px;*/
}

.tags-box {
    line-height: 14;
    overflow: hidden;
}

.tags-box .keywords {
    overflow: hidden;
    float: left;
    width: 200px;
    height: 14px;
    line-height: 14px;
}

.tags-box .keywords a {
    float: left;
    overflow: hidden;
    margin-right: 10px;
    display: inline;
    color: #86a6bf;
    font-size: 12px;
}

.tags-box .comment-box {
    float: right;
    overflow: hidden;
    height: 14px;
    display: none;
}