/*
 *  芝麻科技
 *  http://www.smphp.com QQ:359015
 */

/*头部*/
.header .content{padding:0 46px 0 122px}
.header .logo{position:absolute;left:8px;top:0;width:106px;color:#fff;font-size:21px;line-height:45px;font-weight:700}

/*搜索*/
.soBox{-webkit-box-sizing:border-box;display:-webkit-box;-webkit-box-align:center;padding:8px 0;height:45px}
.soBox,.soInput{position:relative}
.soInput{border:none;border-radius:2px 0 0 2px;background:#fff;-webkit-box-flex:1}
.soInput:before{content:'';position:absolute;top:6px;right:0;width:1px;height:17px;border-right:1px solid #d9d9d9}
.soBtn{-webkit-box-sizing:border-box;position:relative}
#search-input{text-indent:10px;font-size:9pt;border:none;border-radius:7px 0 0 7px;height:28px;color:#666;-webkit-box-sizing:border-box;vertical-align:middle;width:100%}
#search-submit{border:none;border-radius:0 3px 3px 0;width:28px;height:28px;line-height:28px;background:#fff;overflow:hidden;position:relative;cursor:pointer;}
#search-submit i{color:#6e6e6e;font-size:22px}

/*列表*/
.feeds-tabs>li{width:14.285714%}

/*推荐订阅*/
.tags-rec{margin:0 -10px;overflow:hidden}
.tags-rec li{float:left;width:33.33333%;margin-bottom:10px}
.tags-rec li a{display:block;margin:0 10px}
.tags-rec li img{width:100%}
.tags-rec li span{display:block;padding:0 10px;height:30px;line-height:30px;text-align:center;overflow:hidden}

/*友情链接*/
.links{border-top:1px solid #eee;padding-top:10px;line-height:28px;overflow:hidden}
.links a{float:left;margin-right:10px;color:#646464}