@charset "utf-8";
/* CSS Document */

.case_box {padding:45px 50px;}
ul.case_list {width:918px;}
ul.case_list:after {content:''; clear:both; display:block;}
ul.case_list li {width:288px; float:left; margin:0 18px 36px 0;}
ul.case_list li div.cover {height:150px; padding:5px; border:1px solid #ebebeb; overflow:hidden;}
ul.case_list li div.cover img {width:100%; height:100%; object-fit:cover;}
ul.case_list li div.title {height:28px; line-height:28px; margin-top:12px; color:#666; text-align:center; overflow:hidden;}
ul.case_list li a.see_detail {display:block; width:144px; height:32px; line-height:32px; margin:11px auto 0 auto; background:#fff; border:1px solid #ccc; border-radius:2px; font-size:14px; color:#666; text-align:center;}
ul.case_list li a.see_detail:hover {width:146px; height:34px; line-height:34px; background:#fdd600; border:none; color:#333;}

.case_box div.commonPagination {padding-top:28px; border-top:1px solid #ededed;}
.case_box div.commonPagination div.total {top:28px;}