
/* board019 */
.board019 {width:100%; float:left; box-sizing:border-box; background:#fff;}
.board019 > a {width:100%;float:left;position: relative;}
.board019 .boardtit {
					width: 75%;
					line-height:30px;
					box-sizing:border-box;
					overflow:hidden;
					text-overflow:ellipsis;
					white-space:nowrap;
					}
.board019 .iconbox {position: absolute;right: 0;bottom: 0;width: 25%;box-sizing: border-box;text-align: right;}
.board019 .iconbox img {display: inline-block;max-width: 100%;max-height: 60px;margin-bottom: -3px;}

.board019 ul {margin-bottom:-2px; width:100%; float:left;}
.board019 ul li {width: calc(100% + 6px);float:left;box-sizing:border-box;margin-left: -3px;}
.board019 ul li a {width:100%; height:100%; float:left;}
.board019 ul li .tit {color:#fff; letter-spacing:-0.5px; word-break:keep-all; width: 100%; float: left; white-space:nowrap; 
					  overflow:hidden; text-overflow:ellipsis; margin-bottom: 6px;}
.board019 ul li .tit:hover {text-decoration:underline;}
.board019 ul li .date {line-height:150%; width:100%; text-align:right; color:#fff;}

	.board019 ul li:first-child {background-color:#69bcf5;}
	.board019 ul li:nth-child(2) {background-color:#61ade2;}
	.board019 ul li:nth-child(3) {background-color:#589ece;}
	.board019 ul li:nth-child(4) {background-color:#5396c3;}
	.board019 ul li:nth-child(5) {background-color:#4f8eb9;}



/*layer height - different styling */
.layout_height_H .board019 ul li {padding-top: 15px;padding-bottom: 12px;}
.layout_height_M .board019 ul li {padding-top: 10px; padding-bottom: 8px;}
.layout_height_L .board019 ul li {padding-top: 14px;padding-bottom: 10px;padding-bottom: 9px;}
.layout_height_L .board019 ul li .tit {margin-bottom: 0; width: 70%;}
.layout_height_L .board019 ul li .date {width: 30%; float: right;}
.layout_height_H .board019 ul li:nth-child(4) ~ li {display:none;}
.layout_height_M .board019 ul li:nth-child(3) ~ li {display:none;}
.layout_height_L .board019 ul li:nth-child(2) ~ li {display:none;}


/* no_data */
.board019 ul li.no_data {clear:both;}
.board019 ul li.no_data .tit {font-size:14px; font-weight:400;}



	@media (min-width:600px) and (max-width:799px){}

	@media (max-width:599px){
	}