
.banner131 {width:100%;height:100%;float:left;background:#f7f7f7;padding:0 0 0 15px;box-sizing:border-box;position:relative;}
.banner131 .innerbox {width:100%;height:100%; box-sizing:border-box; position:relative;}

.banner131 .innerbox .imgbox {width:40%; height:65%; text-align:right;}
.banner131 .innerbox .imgbox img {width:auto; max-height:100%; max-width:100%;/* vertical-align:bottom; *//* display:inline-block; */
								  position:absolute;bottom:0;right:0;
								  -webkit-animation:opacityfx 2s 1 ease;
				                  -o-animation:opacityfx 2s 1 ease;
				                  animation:opacityfx 2s 1 ease; -webkit-transition:transform 1s; transition:transform 1s; transform-origin:right bottom;}
.banner131:hover .innerbox .imgbox img {transform:scale(1.05);}

.banner131 .innerbox .txtbox {display:inline-block;vertical-align:middle;width:100%;}
.banner131 .innerbox .tit {font-size:25px; font-weight:600; letter-spacing:-0.5px; line-height:120%; color:#f18301;
							width:90%; margin:25px 0 20px; float:left; display:block; box-sizing:border-box; overflow:hidden; word-break:keep-all;}
.banner131 .innerbox .co {font-size:14px; letter-spacing:-0.5px; line-height:150%; color:#666666;
						  width:55%; float:left; display:block; overflow:hidden; box-sizing:border-box; word-break:keep-all;}

.banner131 .innerbox .more_btn {font-size:14px; color:#f2972c; font-weight:900; font-family:cursive, serif; line-height:28px; text-align:center;
							    width:32px; height:32px; border-radius:100%; border:3px solid #f2972c; float:left; box-sizing:border-box;
							    position:relative; clear:both; margin:40px 0 20px;}
.banner131:hover .innerbox .more_btn {-webkit-animation: right_jump 0.8s infinite ease alternate-reverse;
                                      -o-animation: right_jump 0.8s infinite ease alternate-reverse;
                                      animation: right_jump 0.8s infinite ease alternate-reverse;}		

@keyframes right_jump {
    0% {margin-left:7px;}
    100% {margin-left:0;}
}


/*layout setting*/
.layout_height_H .banner131 .innerbox .tit {-webkit-line-clamp:3; -webkit-box-orient:vertical; display:-webkit-box; white-space:normal;}
.layout_height_M .banner131 .innerbox .tit {-webkit-line-clamp:2; -webkit-box-orient:vertical; display:-webkit-box; white-space:normal;}
.layout_height_L .banner131 .innerbox .tit {white-space:nowrap; text-overflow:ellipsis; margin-bottom:10px; width:60%;}

.layout_height_H .banner131 .innerbox .co {-webkit-line-clamp:3; height:63px; -webkit-box-orient:vertical; display:-webkit-box; white-space:normal;}
.layout_height_M .banner131 .innerbox .co {-webkit-line-clamp:3; height:63px; -webkit-box-orient:vertical; display:-webkit-box; white-space:normal;}
.layout_height_L .banner131 .innerbox .co {white-space:nowrap; text-overflow:ellipsis; height:20px;}

.layout_height_L .banner131 .innerbox .imgbox {height:90%; width:40%;}




	@media (min-width:800px){
		.banner131 .innerbox .imgbox {position:absolute; bottom:0; right:0;}
		.layout_height_H .banner131 .innerbox .more_btn,
		.layout_height_M .banner131 .innerbox .more_btn,
		.layout_height_L .banner131 .innerbox .more_btn {position:absolute; left:0; bottom:20px; margin-bottom:0;}

		.layout_01 .banner131 .innerbox .txtbox {width:70%;}
		.layout_01 .banner131 .innerbox .tit {width:100%;}
		.layout_01 .banner131 .innerbox .imgbox {width:28%; height:90%;}
		.layout_01 .banner131 .innerbox .more_btn {position:relative;}
	}
	@media (min-width:1300px){
		.layout_block4 .layout_height_M .banner131 .innerbox .imgbox {height:80%; width:55%;}
		.layout_block4 .layout_height_M .banner131 .innerbox .tit {width:45%;}
		.layout_block4 .layout_height_M .banner131 .innerbox .co {width:45%; clear:both;}
	}
	@media (max-width:799px){
		.banner131 .innerbox .imgbox {position:absolute; bottom:0; right:0;}
	}

	@media (min-width:600px) and (max-width:799px){
		.banner131 .innerbox .txtbox {width:60%;}
		.banner131 .innerbox .tit {font-size:22px; width:100%;}
		.banner131 .innerbox .co {font-size:14px; width:100%;}
		.banner131 .innerbox .imgbox {width:38%; height:90%;}

		.layout_block4 .layout_height_H .banner131 .innerbox .imgbox {width:70%; height:45%;}
		.layout_block4 .layout_height_M .banner131 .innerbox .imgbox {width:70%; height:35%;}
		.layout_block4 .layout_height_L .banner131 .innerbox .imgbox {width:30%; height:90%;}
		.layout_block4 .banner131 .innerbox .more_btn {position:absolute; left:0; bottom:20px; margin:0;}
		.layout_block4 .banner131 .innerbox .txtbox {width:100%;}
		.layout_block4 .layout_height_L .banner131 .innerbox .txtbox {width:75%;}
		.layout_block4 .banner131 .innerbox .tit {width:95%;}
		.layout_block4 .banner131 .innerbox .co {width:90%;}
	}

	@media (max-width:599px){
		.banner131 .innerbox .tit {font-size:18px; line-height:135%;}
		.banner131 .innerbox .co {font-size:14px;}
		.banner131 .innerbox .imgbox {width:30% !important; height:60% !important;}
	}



