<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* board121 */
.board121 {width:100%; height:100%; float:left; overflow:hidden; position:relative; background:white; box-sizing:border-box;}
/*.board121:after {content:""; width:15px; height:55px; background:white; position:absolute; right:0; top:0; z-index:1;}*/

.board121 h2.board_name {width:10%; float:left; font-size:18px; color:#333; text-align:left; line-height:27px; padding:15px 0 15px 15px; box-sizing:border-box; word-break:keep-all;}
.board121 h2.board_name .blink {color:#565656; font-size:13px; display:block; clear:both; font-weight:400;}
.board121 h2.board_name .blink:hover {font-weight:600;}

.board121&gt;.swiper-container {width:90%; float:right; box-sizing:border-box; height:87px;}
.board121&gt;div&gt;.swiper-wrapper {float:left !important; width:100%;}
.board121 .innerbox {width:100%; padding:15px; float:left; box-sizing:border-box; position:relative;text-align:left;}
.board121 .innerbox div {width:95%; display:block; float:left; position:relative;}
.board121 .innerbox h3.tit {font-size:16.5px; color:#284474;  float:left; line-height:180%; max-width:90%;
							white-space:nowrap; overflow:hidden; text-overflow:ellipsis; box-sizing:border-box;}
.board121 .innerbox h3.tit:hover {text-decoration:underline;}
.board121 .innerbox .date {margin-left:5px; line-height:32px; color:#4b4b4b; font-size:13px;}	
.board121 .innerbox .co {width:95%; float:left; font-size:14px; line-height:180%; opacity:0.9; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; box-sizing:border-box;}


/* rolling btn */
.board121 .board-pagination {position:absolute; bottom:0; display:none;}
.board121 .board-button-next, 
.board121 .board-button-prev {width:28px; height:28px; right:15px; text-align:center; border:1px solid #ebebeb; position:absolute; top:44px;  cursor:pointer; z-index:1;
							 transition:background 1s; transition:background 1s; line-height:28px; font-weight:600;}
.board121 .board-button-prev {top:15px;}
.board121 .board-button-next:hover, 
.board121 .board-button-prev:hover {background:#ececec;}
	.board121 .board-button-prev:before {content:"\276D"; display:inline-block; transform:rotate(-90deg);}
	.board121 .board-button-next:before {content:"\276D"; display:inline-block; transform:rotate(90deg); margin-left:-1px;}
	.board121 .swiper-button-disabled {background:#f9f9f9;}


.board121 .swiper-slide.no_data {display:none;}



	@media (max-width:899px){
		.board121 h2.board_name {width:100%; padding:15px 15px 0;}
		.board121 h2.board_name .blink {clear:none; float:right;}
		.board121&gt;.swiper-container {width:100%;}
		.board121 .innerbox {padding:10px 15px 15px;}

		.board121 .innerbox h3.tit {max-width:75%;}
	}

	@media (max-width:599px){
		.board121 .innerbox h3.tit {font-size:14.5px; font-weight:400;}
		.board121 .innerbox .co {width:85%; font-size:13px;}
		.board121 .innerbox .date {line-height:24px;}
		.board121 .board-button-next, .board121 .board-button-prev {width:23px; height:23px; line-height:23px; top:39px;}
		.board121 .board-button-next:before {margin-left:-3px;}
		.board121 .board-button-prev {top:15px;}
	}



</pre></body></html>