@charset "utf-8"; 

.quick117 {width:100%;height: 100%;float:left;clear:both;}
.quick117 .qbox {width:100%;height: 50%;float:left;position:relative;box-sizing:border-box;}
.quick117 .qbox:first-child {background:#117ab9;}
.quick117 .qbox:last-child {background:#32aff2;}

.quick117 .qbox a {width:100%;height: 100%;float:left;padding: 15px;color:#fff;box-sizing:border-box;}
.quick117 .qbox .txtbox {display: inline-block; position: absolute; top:50%; transform: translateY(-50%); width: calc(100% - 150px);}
.quick117 .qbox .txtbox p.tit {font-size:18px; font-weight:600; line-height: 28px; text-align:left; letter-spacing: -0.5px; margin-bottom: 15px;
							   overflow:hidden; white-space:nowrap; text-overflow:ellipsis; word-break: keep-all;}
.quick117 .qbox .txtbox span.co {width:100%;font-weight:400;font-size: 14px;color:#fff;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;}
.quick117 .qbox .circlebox {position:absolute; top: 50%; right:15px; width: 105px; height: 105px; border-radius: 100%; display: inline-block; line-height: 105px;
							text-align: center;background: rgba(255,255,255,0.2);transform: translateY(-50%); overflow:hidden;
							-webkit-transition:background 1s; transition:background 1s;
}
.quick117 .qbox .circlebox img {display: inline-block; vertical-align: middle; max-width:105%; max-height:105%;}


	.layout_height_H .quick117 .qbox .txtbox span.co {-webkit-line-clamp:3; max-height:63px;}
	
	.layout_height_M .quick117 .qbox .txtbox span.co {-webkit-line-clamp:2; max-height:42px;}
	.layout_height_M .quick117 .qbox .circlebox {width:90px; height:90px; line-height:90px;}


/* hover */
.quick117 .qbox:hover .circlebox {background:none; box-shadow:0 0 5px rgba(255,255,255,0.2);}




	@media (max-width:799px){
		.quick117 .qbox .txtbox {position:relative; transform:translateY(0%); top:0; min-height:110px;}
		.quick117 .qbox .txtbox p.tit {font-size:17px;}
		.quick117 .qbox .txtbox span.co {font-size:13px;}
	}

	@media (max-width:599px){
	}