@charset "utf-8"; 

/** @latest 2019.10.01 -ssj*/

.quick119 {width:100%;height: 100%;float:left;clear:both;}
.quick119 .qbox {width:100%;height: 48%;margin-bottom:14px;float:left;position:relative;box-sizing:border-box;}
.quick119 .qbox:first-child {background:#117ab9;}
.quick119 .qbox:last-child {background:#32aff2; margin-bottom:0;}
	.quick119 .qbox.bg-orange {background:#ef8401;}
	.quick119 .qbox.bg-blue {background:#4482e8;}

.quick119 .qbox a {width:100%;height: 100%;float:left;padding: 20px 15px;color:#fff;box-sizing:border-box;}
.quick119 .qbox a:focus {border:3px dotted #a6c8ff;}
.quick119 .qbox .txtbox {display:inline-block; width:75%;}
.quick119 .qbox .txtbox p.tit {font-size:18px;
							   font-weight:600;
							   line-height: 28px;
							   text-align:left;
							   letter-spacing: -0.5px;
							   margin-bottom: 10px;
							   overflow:hidden;
							   white-space:nowrap;
							   text-overflow:ellipsis;
							   word-break: keep-all;
							   }
.quick119 .qbox .txtbox span.co {width:100%;
								 font-weight:400;
								 font-size: 13px;
								 letter-spacing: -0.5px;
								 color:#fff;
								 opacity: 0.9;
								 display:inline-block;
								 text-align:left;
								 line-height: 150%;
								 word-break: keep-all;
								 overflow:hidden;
								 -webkit-box-orient: vertical;
								 display:-webkit-box;
								 white-space:normal;
								 }
.quick119 .qbox .iconbox {position:absolute; width:18%; bottom:15px; right:15px; display:inline-block;
							text-align: right; overflow:hidden;
							-webkit-transition:background 1s; transition:background 1s;}
.quick119 .qbox .iconbox img {display: inline-block;vertical-align: bottom;max-width: 100%;max-height: 100%;}


	.layout_height_H .quick119 .qbox .txtbox span.co {-webkit-line-clamp:3; max-height:63px;}
	.layout_height_M .quick119 .qbox .txtbox span.co {-webkit-line-clamp:2; max-height:42px;}


	.div_wrap.border-radius .quick119 .qbox {border-radius:8px; overflow:hidden;}


	@media (max-width:799px){
		.quick119 .qbox a {padding:20px 15px 50px;}
		.quick119 .qbox .txtbox p.tit {font-size:17px;}
		.quick119 .qbox .txtbox span.co {font-size:13px;}
	}

	@media (max-width:599px){
	}