/*精选列表*/
.title{font-size: 20px;color: #333;line-height: 20px;font-weight: bold;margin-bottom: 25px;}
#jxlist .item{float:left;width:300px;height:255px;overflow: hidden;margin: 0 40px 40px 0;}
#jxlist .cover{width:300px;height:200px;overflow: hidden;border-radius: 8px;display: block;background:#f9f9f9;}
#jxlist .cover img{width:300px;} 
#jxlist .cookname{display:block;font-size: 15px;color: #333;line-height: 15px;padding: 10px 0;}
#jxlist .author{display:inline-block;height:20px;line-height: 20px;font-size: 12px;}
#jxlist .author img{width: 20px;height:20px;border-radius: 50%;vertical-align: bottom;}
#jxlist .view-coll{position:absolute;right:0;bottom:0;font-size: 12px;line-height: 20px;}
#jxlist .view::before, .collect::before {content: '';display: inline-block;vertical-align: middle;margin-right: 2px;position: relative;top: -1px;}
#jxlist .view::before {width: 17px;height: 12px;background: ;}
#jxlist .collect::before {width: 14px;height: 13px;background: ;}
#jxlist .collect{margin-left: 6px;}
#jxlist .cookname:hover,#jxlist .author:hover{color:#ffaa00;}

.caiptips{width:1000px;height:220px;background: #f1f7fa;border-radius: 8px;padding:20px 0;margin-bottom: 30px; }
.caiptips .cliner {border-right: 1px dotted #e4e4e4;}
.caiptips .fenlei {width: 250px;height: 180px;overflow: hidden;float: left;}
.caiptips h2 {text-align: center;font-size: 20px;font-weight: bold;line-height: 40px;}
.caiptips  ul {padding-left:12px;}
.caiptips  li {float: left;width: 57px;height:35px;line-height: 35px;padding-left:3px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.caiptips  li a {display:inline-block;height:30px;line-height:30px;font-size:12px;color: #256dc6;padding:0 3px;}
.caiptips  li.act{padding-left:0;}
.caiptips  li.act a{color: #fff;background: #256dc6;border-radius: 18px;}
/*分类*/
.sorttit{margin:30px 0 20px;}
.sort-item h2{font-size: 16px;color: #333;line-height: 20px;font-weight: bold;margin-bottom:20px;margin-top:15px;}
.sort-item li{width:142px;float: left;line-height: 16px;font-size:14px;}
.sort-item li a{display: block;color: #256dc6;padding-right: 10px;padding-bottom:15px;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.sort-item .open{width:142px;float: left;line-height: 16px;color: #256dc6;}
