
 .art_recom_list,#art_recommend,.art_rank_list,#art_rank{width: 100%;height: auto;overflow: hidden;}
 .art_recom_list,.art_rank_list{margin-bottom: 10px;}
 .art_recom_tit,.art_rank_tit{width: 100%;height: 40px;border-top: 3px solid rgb(60,100,215);font-size: 15px;color: #373737;border-bottom: 1px solid rgb(238,238,238);display: flex;justify-content: center;align-items: center;}
 .art_rank_item{width: 100%;height: auto;display: inline-block;border-bottom: 1px solid rgb(238,238,238);padding: 10px 0;}
 .rank_item_tit{color: #373737;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 13px;margin-bottom: 20px;}
 .rank_item_bot{width: 100%;height: auto;font-size: 12px;color: #818181;}
 .rank_item_time{margin-right: 9px;}
 .rank_item_read{margin-left: 9px;}

 .art_recom_item{width: 100%;height: auto;border-bottom: 1px solid rgb(238,238,238);overflow: hidden;    position: relative;}
 .recom_item_img{transition: all .5s;background-repeat: no-repeat;/*background-size: 100% 100%;*/background-size: 67px 30px;background-position: center;background-color: #efefef; width: 122px;height: 79px;margin: 10px 10px 10px 0;background-repeat: no-repeat;}
 .recom_item_r{    position: absolute;top: 16px;left: 132px;right: 0;bottom: 12px;height: auto;}
 .recom_item_r_tit{font-size: 14px;color: #373737;    display: -webkit-box;
		-webkit-box-orient: vertical;-webkit-line-clamp: 2;display: -moz-box;-moz-box-orient: vertical;-moz-line-clamp: 2;overflow: hidden;word-break: break-all;margin-bottom: 26px;min-height: 44px;line-height: 22px;height: 44px;}
 .recom_item_r_bot{    position: absolute;bottom: 0;left: 0;right: 0;height: 14px;width: 100%;font-size: 12px;color: #818181;}
 .recom_item_type{margin-right: 9px;}
 .art_recom_item:hover .recom_item_img{background-size: 134px 86px !important;}

 .recom_item_r_tit:hover,.rank_item_tit:hover{color: #397BFF;}

 #art_recommend .rank_item_read{margin-left: 0;}