@charset "utf-8";

.notice-basic {
	background: #3a3a3a;
    display: block;
    height: 100px;
    overflow: hidden;
    padding-left: 110px;
}
.notice-title {
	position: absolute;
	left: 0;
	top: 0;
}
.notice-title span {
	background: #3993c0;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}
.notice-basic .notice-basic-subj {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	padding-left: 10px;
	width: 80%;
	line-height: 100px;
	height: 100px;
	display: block;
}
.notice-basic .notice-basic-subj a {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.notice-basic .notice-date {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
	width: 20%;
	text-align: right;
	color: #ccc;
	font-size: 15px;
	line-height: 100px;
	height: 100px;
	display: block;
}
@media screen and (max-width:767px){
	.notice-basic {
		height: 40px;
		padding-left: 70px;
	}
	.notice-title span {
		font-size: 14px;
		height: 40px;
		line-height: 45px;
		width: 70px;
	}
	.notice-basic .notice-basic-subj {
		width: 100%;
		height: 40px;
		line-height: 45px;
	}
	.notice-basic .notice-basic-subj a {
		font-size: 12px;
	}
}