@charset "utf-8";

.banner115 {width:100%; height:100%; float:left; clear:both; background:#f1f1f1; padding:15px; box-sizing:border-box;}

.banner115 .banner115_Box {float:left; text-align:center; width:100%; box-sizing:border-box; position:relative;}
.banner115 .banner115_Box p.banner115title {color:#fc9252; font-size:19px; font-weight:600; line-height:30px; letter-spacing:-1px; padding-bottom:10px;
											white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.banner115 .banner115_Box span.banner115subtit {line-height:22px; overflow:hidden; text-overflow:ellipsis; font-size:14px;
												color:#737373; display:block; letter-spacing:-1px; word-break:keep-all; margin-bottom:15px;}

.banner115 .banner115_Box .bnr115img {width:100%; overflow:hidden;}
.banner115 .banner115_Box .bnr115img img {display:inline-block; vertical-align:middle; max-width:60%; height:auto; max-height:100%;}


	


	@media (min-width:600px){
		.layout_height_H .banner115 .banner115_Box span.banner115subtit {height:85px; -webkit-line-clamp:4; white-space: normal; -webkit-box-orient:vertical; display:-webkit-box;}
		.layout_height_M .banner115 .banner115_Box span.banner115subtit {height:22px; white-space:nowrap; }

		.layout_height_H .banner115 .banner115_Box .bnr115img {height:180px; line-height:180px;}
		.layout_height_M .banner115 .banner115_Box .bnr115img {height:140px; line-height:140px;}
	}

	@media (max-width:599px){
		.banner115 .banner115_Box p.banner115title {font-size:17px;}
		.banner115 .banner115_Box .bnr115img {height:auto;}
	}