

/* 본컨텐츠*/
.board_list{
    position: relative;
    width:  1000px;
    min-height: 450px; 
    padding-bottom: 30px;
}
.board_list>h2{
    margin-left: 100px;
    text-align: left;
    font-size:28px;    
    width:200px;
    height: 35px;
    line-height: 35px;
}
.board_list>.notice_cover{
  display: inline-block;
  position: relative;
  width: 800px;
  height: 46px;
  line-height:46px;
  border-bottom: 2px solid #808080;
  border-top: 2px solid #808080; 
}
.notice_cover>span:nth-of-type(1){
  float: left;
  width: 100px;  
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  color: #808080;
}
.notice_cover>span:nth-of-type(2){
  float: left;
  width: 500px;  
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  /* padding: 20px 5px 0 0; */
  color: #808080;  
  text-overflow: ellipsis;
  overflow:hidden;
  white-space: nowrap;
}
.notice_cover>span:nth-of-type(3){
    float: right;
    width: 100px;
    /* height: 46px; */
    line-height: 25px;
    font-size: 12px;
    text-align: right;
    padding: 20px 5px 0 0;
    color: #808080;  
}
.board_list>.list_cover{
    position: relative;
    width: 800px;
    min-height: 120px;
    height: 600px;
    padding-top: 20px;
}
.list_cover>.post_cover{
    float: left;
    position: relative;
    width: 200px;
    height: 100px;
    margin-bottom: 20px;
}

.post_cover>.img_cover{
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
}
.img_cover>a>img{
    position: relative;
    width: 100px;
    height: 100px;
}
.img_cover>a>img:hover{
    transform:scale(1.05);
	cursor:pointer;
}
.img_cover>a>span{
    position: absolute;
    width: 100px;
    height: 20px;
    line-height: 20px;
    right: 0;
    bottom: 0;
    background-color: #808080;
    filter: opacity(0.8);
    color:#f0f0f0;
    font-size: 12px;
}

.post_cover>.content_info{
    float: left;
    position: relative;
    font-size: 16px;
    width: 100px;
    height: 100px;
    font-weight: bold;
}
.content_info>a>span{
    float: left;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 0 2px;
    text-align: justify;
    box-sizing: border-box;
    overflow:hidden;
    color:#808080;
}
.content_info>a>span:nth-of-type(1){
    height: 40px;
}
.content_info>a>span:nth-of-type(2){
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}
.content_info>a>span:nth-of-type(3){
    position: relative;
    display: block;
    height: 40px;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    text-align: justify;
}
.content_info>a>span:hover{
    color:#000;
}


.board_list>.list_bottom_cover{
  position: relative;
  width: 800px;
  height: 46px;
  border-bottom: 2px solid #808080;
  border-top: 2px solid #808080; 
}
.list_bottom_cover>.page_cover{
    position: relative;
    width: 320px;
    height: 40px;
    margin: 3px auto;
}
.page_cover>a{
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0px 2.5px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #f0f0f0;
  background-color: #aaaaaa;
}