
/* board114 */
.board114 {width:100%; height:100%; padding:15px; float:left; position:relative; background:#efefef; box-sizing:border-box; overflow:hidden; position:relative;}

.board114 .txtbox {float:left; width:100%; position:relative; padding-bottom:15px;}
.board114 .txtbox h2 {font-size:18px;line-height: 25px;color:#333;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:50px;box-sizing:border-box;padding-left:3px;}
.board114 .txtbox span.morelink {float:right; position: absolute; right: 5px; top: 0;
								 font-size: 19px; font-weight:600; line-height: 25px; font-family:inherit;}

.board114 ul {width:100%; float: left; padding-top: 15px; border-top:1px solid rgba(0,0,0,0.1);}
.board114 ul li {}
.board114 ul li h3 {font-size:14px; line-height:33px; font-weight:400; color:#414141; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:95%; }
.board114 ul li h3:before {content:"\b7";float:left;padding-right: 3px; color:#fc9252; font-weight:600;}


/* no-data */
.board114 .no_data {width:100% !important; padding-right:0 !important; display:none;}
.board114 .no_data > div.text_box {padding:0; text-align:center; width:100% !important;}
.board114 .no_data h3.tit {letter-spacing:0; color:#636363; font-weight:400; width:100%;}



	.layout_height_M .board114 ul li:nth-child(5) ~ li {display:none;}
	.layout_height_L .board114 ul li:nth-child(3) ~ li {display:none;}



	@media (min-width:800px){
		.layout_height_L .board114 .txtbox {padding-bottom:12px;}
		.layout_height_L .board114 .txtbox h2 {font-size:17px;}
		.layout_height_L .board114 .txtbox span.morelink {font-size:26px;}
		.layout_height_L .board114 ul {padding-top:7px;}
		.layout_height_L .board114 ul li h3 {line-height:27px;}
	}




	@media (max-width:799px){
		.board114 .txtbox h2 {font-size:17px;}
		.board114 .txtbox span.morelink {font-size:23px;}
		.board114 ul {padding-top:5px;}
		.board114 ul li h3 {line-height:28px; font-size:13px; padding-left:2px; box-sizing:border-box;}
	}

	@media (min-width:600px) and (max-width:799px){
		.layout_block4 > .layout_04 .board114 .txtbox {padding-bottom:15px;}
		.layout_block4 > .layout_04 .board114 .txtbox h2 {font-size:17px;}
		.layout_block4 > .layout_04 .board114 .txtbox span.morelink {font-size:26px;}
		.layout_block4 > .layout_04 .board114 ul {padding-top:15px;}
		.layout_block4 > .layout_04 .board114 ul li h3 {line-height:33px;}

		.layout_block4 > .layout_height_L .board114 .txtbox {padding-bottom:12px;}
		.layout_block4 > .layout_height_L .board114 .txtbox h2 {font-size:17px;}
		.layout_block4 > .layout_height_L .board114 .txtbox span.morelink {font-size:26px;}
		.layout_block4 > .layout_height_L .board114 ul {padding-top:7px;}
		.layout_block4 > .layout_height_L .board114 ul li h3 {line-height:27px;}
	}

	@media (max-width:599px){}






