

	/* board005_1 */
	.board005_1 {width:100%; float:left; height:100%;}
	.board005_1 .innerbox {width:100%; float:left; position:relative;}
	.board005_1 .innerbox h4 {float:left; width:100%; box-sizing:border-box; border-bottom:1px solid #cde1f8; background:#fff; font-size:20px;-webkit-transition:background 2s; transition:background 2s;}
	.board005_1 .innerbox h4:hover {background:#e3eaf2; background:#f5f5f5;}
	.board005_1 .innerbox h4:hover + .readmore {color:#0b6ece; text-decoration:none; animation:move 2s 1s infinite alternate;}
	.board005_1 .innerbox .readmore {position:absolute; width:70px; height:70px; right:10px; text-align:center; line-height:60px; color:black; font-size:35px;
								-webkit-transition:color 1s; transition:color 1s;}
	.board005_1 .innerbox .readmore:hover {color:#0b6ece; text-decoration:none; }
	@keyframes move {
	      0%  {margin-right:0px;}
	      50% {margin-right:5px;}
	      100% {margin-right:0px;}
	    }
	.board005_1 .innerbox ul {float:left; clear:both; width:100%; box-sizing:border-box;}
	.board005_1 .innerbox ul li {display:block; width:100%; float:left; line-height:25px;}
	.board005_1 .innerbox ul li span.date {color:#ff5408; font-size:13px; font-weight:600; float:left; text-align:left;}
	.board005_1 .innerbox ul li span.title {color:#000; font-size:16px; text-align:left; float:left; width:95%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; clear:both;
									background:none; padding-left:0; margin-top:0;}
	.board005_1 .innerbox ul li span.title:hover {font-weight:600;}
	.board005_1 .innerbox ul li span.co {color:#5b5b5b; font-size:13px; letter-spacing:-1px; text-align:left; float:left; width:80%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; clear:both;}
	.board005_1 .innerbox a:hover {text-decoration:underline;}

	@media (min-width:800px){
		.layout_height_H .board005_1 .innerbox {height:350px; }
		.layout_height_M .board005_1 .innerbox {height:250px; }
		.layout_height_L .board005_1 .innerbox {height:150px; }

			.layout_height_M .board005_1 .innerbox ul li {margin-bottom:15px; line-height:20px;}
			.layout_height_M .board005_1 .innerbox ul li:last-child {margin-bottom:0;}

			.layout_height_L .board005_1 .innerbox h4 {height:45px; line-height:45px;}
			.layout_height_L .board005_1 .innerbox ul {padding:10px 30px;}
			.layout_height_L .board005_1 .innerbox ul li {margin-bottom:0;}
			.layout_height_L .board005_1 .innerbox ul li:last-child {display:none;}
			.layout_height_L .board005_1 .innerbox .readmore {height:45px; line-height:45px; font-size:25px;}

			.layout_block1 .board005_1 .innerbox ul {padding:20px 30px 30px;}
			.layout_block1 .board005_1 .innerbox ul li {width:50%; float:left; margin-bottom:0;}
			.layout_block1 .board005_1 .innerbox ul li span.title {width:85%;}

		.board005_1 .innerbox ul li span.co {max-height:25px; overflow:hidden;}
	}
	@media (min-width:1050px){
		.board005_1 .innerbox h4 {height:70px; line-height:70px; font-size:20px; padding:0 30px;}
		.board005_1 .innerbox ul {padding:20px 30px;}
		.board005_1 .innerbox ul li {margin-bottom:25px;}

	}

	@media (min-width:800px) and (max-width:1049px){
		.board005_1 .innerbox {height:240px; box-sizing:border-box;}
		.board005_1 .innerbox h4 {padding:0 30px; height:60px; line-height:60px;}
		.board005_1 .innerbox ul {padding:10px 30px;}
		.board005_1 .innerbox ul li {margin-bottom:15px; line-height:23px;}
		.board005_1 .innerbox ul li span.title {font-size:15px;}
		.board005_1 .innerbox ul li span.co {font-size:12px;}

	}
	@media (min-width:600px) and (max-width:799px){
		.board005_1 .innerbox h4 {padding:0 15px; height:50px; line-height:50px; font-size:19px;}
		.board005_1 .innerbox ul {padding:20px 15px;}
		.board005_1 .innerbox ul li {margin-bottom:15px;}
		.board005_1 .innerbox ul li span.title {font-size:15px;}
		.board005_1 .innerbox .readmore {width:50px; height:50px; line-height:50px; font-size:23px; font-weight:600;}

		.layout_block4 .layout_height_M .board005_1 .innerbox ul li span.co {display:none;}
		.layout_block4 .layout_height_M .board005_1 .innerbox ul li {line-height:20px; margin:5px 0 15px;}
		.layout_block4 .layout_height_L .board005_1 .innerbox ul li span.co {display:none;}
		.layout_block4 .layout_height_L .board005_1 .innerbox ul li:last-child {display:none;}


	}

	@media (max-width:599px){
		.board005_1 .innerbox {width:100%; box-sizing:border-box; background:white; border-bottom:2px solid #e8e7e7;}
		.board005_1 .innerbox h4 {font-size:17px; padding:0 15px; height:40px; line-height:40px;}
		.board005_1 .innerbox .readmore {width:40px; height:40px; line-height:40px; font-size:20px; font-weight:600;}
		.board005_1 .innerbox ul {padding:20px 15px;}
		.board005_1 .innerbox ul li {margin-bottom:10px; line-height:22px;}
		.board005_1 .innerbox ul li span.date {font-weight:400;}
		.board005_1 .innerbox ul li span.title {font-size:14px; font-weight:600;}

		.layout_height_L .board005_1 .innerbox ul li:last-child {display:none;}
	}





