.board_intro{
	margin: 0 auto;
	padding:10px;
	border:1px solid #e1e1e1;
	margin-bottom:10px;
}

.board_intro img{
	max-width:100%;
}

.search_box:after{
	content:"";
	clear:both;
	display:block;
}

.search_box .board_search{
	position:relative;
	float:right;
	width:50%;
	margin-bottom:15px;
}

.search_box .board_search	p{
	padding:0 70px 0 142px;
}

.search_box .board_search	div.search_select{
	position:absolute;
	top:0;
	left:44px;
}

.search_box .board_search	select{
	width:88px;
	height:30px;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_box .board_search	input{
	width:98%;
	height:28px;
}

.search_box .board_search	button{
	background:#777;
	border:solid 1px #6f6f6f;
	height:30px;
	width:60px;
	vertical-align:middle;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.notice_list{
	position:relative;
	border-top:1px solid #aaa;
}

.notice_box{
	position:relative;
	border-bottom:1px solid #ccc;
}

.notice_box a{
	color:#000;
}

.notice_left{
	float:left;
	margin:20px 25px 20px 0px;
}

.notice_left img{
	width:300px;
	height:200px;
}

.notice_right{
	min-height:200px;
	padding:20px 0px;
}

.notice_title{
	font-size:18px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
}

.notice_content{
	line-height:22px;
	height:110px;
	overflow:hidden;
	text-align:justify;
}

.notice_date{
	position:absolute;
	left:325px;
	bottom:25px;
}

.mr0{
	margin-right:0px !important;
}

/* pagenation ½ÃÀÛ */
.pagination{
	display:inline-block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align:center;
	margin:10px auto;
	border-radius: 4px;
	font-size:14px;
}

.pagination:after{
	content:"";
	display:block;
	clear:both;
}

.pagination > li {
	display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span{
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 150%;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
/* pagenation ³¡ */

@media all and (max-width: 767px) {
	.search_box .board_search{
		float:none;
		width:100%;
	}
	
	.search_box .board_search	p{
		padding:0 75px 0 103px;
	}
	
	.search_box .board_search	div.search_select	{
		position:absolute;
		top:0;
		left:10px;
	}
	
	.search_box .board_search	button{
		right:10px;
	}
	
	.notice_left{
		margin:10px 10px 10px 0px;
	}
	
	.notice_left img{
		width:150px;
		height:120px;
	}
	
	.notice_right{
		min-height:120px;
		padding:10px 0px;
	}
	
	.notice_title{
		margin-top:0px;
		margin-bottom:5px;
	}
	
	.notice_title a{
		font-size:14px;
	}
	
	.notice_content{
		line-height:16px;
		height:64px;
		overflow:hidden;
		text-align:justify;
	}
	
	.notice_date{
		position:absolute;
		left:160px;
		bottom:10px;
	}
}

/* ÅÂºí¸´ ½ÃÀÛ */
@media all and (min-width: 768px) and (max-width: 1023px){
	.search_box .board_search{
		float:none;
		width:100%;
	}
	
	.search_box .board_search	p{
		padding:0 75px 0 103px;
	}
	
	.search_box .board_search	div.search_select	{
		position:absolute;
		top:0;
		left:10px;
	}
	
	.search_box .board_search	button{
		right:10px;
	}
}
/* ÅÂºí¸´ ³¡ */