@charset "UTF-8";

/* 订阅列表 CSS */


/*头部*/
.sub-top{margin:0 0 10px;padding:10px;text-align:center;line-height:20px;background-color:#6677fa;color:#fff;box-shadow:0 0 2px #e0e0e0}
.sub-top a{color:#fff}
.sub-top a i{margin-top:2px}

/*订阅修改*/
.sub-change{margin:10px 0;padding:10px;line-height:20px;background:#fff;color:#222;box-shadow:0 0 2px #e0e0e0}
.byright {text-align:right;}
/*.keywords,.city{width:60%;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.city{text-indent:14px}*/
input.btn-primary{background:#6677fa;border:none;color:#fff}

/*订阅提示*/
.tips{padding:5px 10px}
.tips i{margin-top:2px;color:#a1a1a1}

/*订阅列表*/
.sub-list{background:#fff;padding:10px 0;margin:10px 0;box-shadow:0 0 2px #e0e0e0}
.sub-list h4{font-size:110%;font-weight:400;margin:10px;padding:0;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sub-list .info{margin-bottom:10px;font-size:90%;}
.sub-list .info i{color:rgba(101,125,246,.5);margin:0 3px 2px 8px}
.sub-list p{margin:10px;color:#4A4A4A;height:60px;overflow:hidden;text-overflow:ellipsis}