@charset "utf-8";

#bo_btn_top .chk_box {float:left;margin:0 8px 0 0;line-height:40px;}

#photo_type {}
#photo_type ul {}
#photo_type ul:after {display:block;visibility:hidden;clear:both;content:""}
#photo_type ul li {display:block;float:left;position:relative;width:32%;margin:0 2% 20px 0;}
#photo_type ul li:nth-child(3n) {margin:0 0 20px 0;}
#photo_type ul li .chk_box {display:block;position:absolute;left:5px;top:5px;background:#fff;}
#photo_type ul li .chk_box input[type="checkbox"] + label {padding:0;}
#photo_type ul li .chk_box input[type="checkbox"] + label span {margin:-15px 0 0 0;}
#photo_type ul li .bo_box {display:block;position:relative;padding:10px 10px 50px 10px;background:#fff;border:solid 1px #eee;border-radius:5px;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
#photo_type ul li .bo_box:hover {border:solid 1px #c9050c}
#photo_type ul li .bo_thumb {display:block;margin:0 0 12px 0;}
#photo_type ul li .bo_thumb img {width:100%;height:auto;border-radius:5px;}
#photo_type ul li .bo_tit {display:block;height:40px;margin:0 0 6px 0;font-size:15px;font-weight:600;text-align:left;line-height:140%;
overflow:hidden;
text-overflow:ellipsis;
word-wrap:break-word; 
display:-webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; 
}
#photo_type ul li .new_icon {display:inline-block;width:18px;height:18px;color:#fff;font-size:11px;text-align:center;font-weight:400;line-height:20px;background:#cd171e;border-radius:3px;}
#photo_type ul li .bo_cate_link {display:block;margin:0 0 4px 0;color:#ff7700;font-size:13px;text-align:left;}
#photo_type ul li .bo_date {display:block;margin:0 0 8px 0;color:#999;font-size:13px;}

#photo_type ul li .bo_info {display:block;position:absolute;left:10px;right:10px;bottom:10px;line-height:30px;}
#photo_type ul li .bo_info:after {display:block;visibility:hidden;clear:both;content:""}
#photo_type ul li .bo_info i {font-size:16px;}
#photo_type ul li .info {float:right;}




@media screen and (max-width:1200px) {
}




@media screen and (max-width:980px) {
#photo_type {margin:0 10px;}
}




@media screen and (max-width:768px) {
#photo_type ul li {width:49%;margin:0 2% 20px 0;}
#photo_type ul li:nth-child(3n) {margin:0 2% 20px 0;}
#photo_type ul li:nth-child(2n) {margin:0 0 20px 0;}
}