
@charset "utf-8";
/* CSS Document */
/*********** Base Style ***********/


.boardList {border-top:2px solid #383838; word-break:break-all;}
.boardList > li {display:inline-block; width:100%; padding:10px; border-bottom:1px solid #dddddd;}
.boardList .imgWrap {float:left; overflow:hidden; position:relative; width:120px; height:85px; border:1px solid #dddddd;}
.boardList .imgWrap img {position:absolute; top:50%; left:50%; width:100%; height:auto; min-height:100%; transform: translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%);}
.boardList .cwrap {margin-left:130px;}
.boardList .title {position:relative; margin-bottom:5px; font-size:14px; line-height:18px;}
.boardList .title strong {display:block; overflow:hidden; margin-top:5px; max-height:35px;}
.boardList em {overflow:hidden; position:absolute; bottom:0; left:0; width:100%; font-size:13px; color:#fff; line-height:25px; text-align:center; background:rgba(63,75,76,0.8);}
.boardList .keyword {display:block; margin-top:5px;}
.boardList .keyword span {display:inline-block; margin-right:3px; margin-bottom:5px; padding:0 10px; border-radius:5px; border:1px solid #2dabb2; font-size:15px; text-align:center; color:#2dabb2;}
.boardList .title .btn {margin-right:5px;}
.boardList .cont {display:block; overflow:hidden; padding:5px 0; white-space:nowrap; text-overflow:ellipsis; font-size:13px; color:#6a6a6a;}

.bListInfo .writer {color:#4a80ce;}