@charset"utf-8"; 
/* board005_2 */

.board005_2 {width:100%; float:left; height:100%; background:#fff;}
.board005_2 .innerbox {width:100%; float:left; position:relative;}
.board005_2 .innerbox .boardtit {float:left; width:100%; box-sizing:border-box; border-bottom:1px solid rgba(0,0,0,0.1); background:#fff;
						 		white-space:nowrap; text-overflow:ellipsis; overflow:hidden; -webkit-transition:background 2s; transition:background 2s;}
.board005_2 .innerbox .boardtit:hover {background:#f9f9f9;}
.board005_2 .innerbox .boardtit:hover + .readmore {text-decoration:none; animation:move 2s 1s infinite alternate;}
.board005_2 .innerbox .readmore {position:absolute; right: 15px; width:50px; height:58px; line-height:58px;
								 text-align:right; color:black; font-size: 23px; -webkit-transition:color 1s; transition:color 1s;}
.board005_2 .innerbox .readmore:hover {color:#0b6ece; text-decoration:none;}
	@keyframes move {
      0%  {padding-right:0;}
      50% {padding-right:10px;}
      100% {padding-right:0;}
    }
.board005_2 .innerbox ul {float:left; clear:both; width:100%; box-sizing:border-box;}
.board005_2 .innerbox ul li {display:block; width:100%; float:left; line-height:25px;}
.board005_2 .innerbox ul li .date {color:#ff5408; font-size:14px; font-weight:600; float:left; text-align:left;}
.board005_2 .innerbox ul li .tit {font-size:15.5px; color:#000; background:none; text-align:left; padding-left:0; margin-top:0;
								 width:95%; float:left; clear:both; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.board005_2 .innerbox ul li .tit:hover {font-weight:600;}
.board005_2 .innerbox ul li:last-child {margin-bottom:0;}
	
/*no_data*/
.board005_2 .innerbox ul li.no_data .tit {font-size:14px; font-weight:400;}

/*layout setting*/
.layout_height_M .board005_2 .innerbox ul li:nth-child(3) ~ li {display:none;}
.layout_height_L .board005_2 .innerbox ul li:first-child ~ li {display:none;}


	@media (min-width:800px){
		.board005_2 .innerbox .boardtit {height:58px; line-height:58px; font-size:18px; padding:0 65px 0 15px;}
		.board005_2 .innerbox ul {padding: 20px 15px;}

			.layout_height_H .board005_2 .innerbox ul li {margin-bottom:17px;}
			.layout_height_M .board005_2 .innerbox ul li {margin-bottom:5px; line-height:20px;}
			.layout_height_M .board005_2 .innerbox ul li .tit {padding:5px 0;}

			.layout_height_L .board005_2 .innerbox ul {padding:27px 15px;}
			.layout_height_L .board005_2 .innerbox .boardtit {height:45px; line-height:45px;}	
			.layout_height_L .board005_2 .innerbox .readmore {height:45px; line-height:45px; font-size:25px;}
	}
	@media (min-width:800px) and (max-width:1049px){
		.board005_2 .innerbox ul {padding:10px 15px;}
	}

	@media (max-width:799px){
		.board005_2 .innerbox .boardtit {height:45px; line-height:45px; font-size:17px; padding:0 55px 0 15px;}
		.board005_2 .innerbox .readmore {height:45px; line-height:45px;}
	}
	@media (min-width:600px) and (max-width:799px){
		.board005_2 .innerbox ul {padding:15px;}
		.board005_2 .innerbox ul li {margin-bottom:15px;}
		.board005_2 .innerbox ul li .tit {font-size:15px;}

		.layout_block4 .layout_height_H .board005_2 .innerbox ul li {margin-bottom:20px;}
		.layout_block4 .layout_height_L .board005_2 .innerbox ul {padding:27px 15px;}
	}

	@media (max-width:599px){
		.board005_2 .innerbox {box-sizing:border-box; background:white; border-bottom:1px solid #e8e7e7;}
		.board005_2 .innerbox .boardtit {font-size:17px; border-top:1px solid #cde1f8;}
		.board005_2 .innerbox ul {padding:20px 15px 15px;}
		.board005_2 .innerbox ul li {margin-bottom:10px;}
		.board005_2 .innerbox ul li .tit {font-size:15px; font-weight:600; margin-bottom:5px;}

		.layout_height_M .board005_2 .innerbox ul li:nth-child(3),
		.layout_height_L .board005_2 .innerbox ul li:first-child {margin-bottom:0;}
		.layout_height_L .board005_2 .innerbox ul li:last-child {display:none;}
	}





