/*배너공통디자인*/
#notice2 a{
	text-decoration: none;
}
#notice2 .con_baner{
	border: 1px solid #d9d9d9;
	margin-left: -1px;
	background-color: #fff;
	margin-top: -1px;
	border-top: 2px solid #666;
	position: relative;
}
#notice2 .con_baner .more_btn2{
	display: inline-block;
    position: relative;
    margin-bottom: 8px;
    padding: 5px 8px;
    color: #b8b8b8;
    border: 1px solid #ddd;
    font-weight: 200;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
	background-color: #fff;
}
@media only screen and (max-width:992px){
	#notice2 .con_baner{
		margin-left: 0px;
	}
}

/*s007 notice2*/
#notice2 .con_baner .more_btn2 a {
	text-decoration: none;
    color: #666;
}
#notice2 .con_baner {
	border: 0px;
	background-color: transparent;
}
#notice2 .con_baner>h3 {
	border: 0px;
}
#notice2 .con_baner ul li a{
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 17px;
    padding: 5px 0;
    color: #888;
    border-bottom: 1px solid #ddd;
}
#notice2 .con_baner ul li a:hover{
	color: #e05959;
}
#notice2 .con_baner ul li a .n_date{
	float: right;
	color: #c8c8c8;
	font-size: 12px;
}