
.quick114 {width:100%; height:100%; float:left; background:#f9f9f9; position:relative; box-sizing:border-box;}

.quick114 .titlebox {width:100%; float:left; padding:0 15px; box-sizing:border-box; background:#333;}
.quick114 .titlebox h2 {font-size:18px; color:#fff; font-weight:600;}

.quick114 .q114_wrap {width:100%; float:left; box-sizing:border-box; text-align:center;}
.quick114 .q114_wrap div.q114box {width:100%; float:left; padding:0 15px; text-align:left; box-sizing:border-box;position: relative;}
.quick114 .q114_wrap div.q114box div.icon {width:30px; max-width:10%; float:left; height:48px; line-height:48px; text-align:center; 
											position:absolute; top:0; left:15px; padding-right:5px; box-sizing:border-box;}
.quick114 .q114_wrap div.q114box div.icon img {max-width:20px; max-height:20px; display:inline-block; vertical-align:middle;}
.quick114 .q114_wrap div.q114box p {font-size:14px; color:#333; line-height:48px; width:100%; float:left; box-sizing:border-box;
									white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding:0 20px 0 35px;}
.quick114 .q114_wrap div.q114box p:after {content:"\276F"; position:absolute; right:15px; font-weight:400; opacity:0; -webkit-transition:opacity 0.5s; transition:opacity 0.5s;}

.quick114 .q114_wrap div.q114box:hover p {font-weight:600;}


	/* height set */
	.layout_height_H .quick114 .q114_wrap div.q114box:nth-child(6) ~ div {display:none;}
	.layout_height_M .quick114 .q114_wrap div.q114box:nth-child(4) ~ div {display:none;}

	.layout_06.layout_height_H .quick114 .q114_wrap div.q114box:nth-child(6) ~ div {display:inline-block;}
	.layout_06.layout_height_M .quick114 .q114_wrap div.q114box:nth-child(4) ~ div {display:inline-block;}
	.layout_06.layout_height_M .quick114 .q114_wrap div.q114box:nth-child(8) ~ div {display:none;}

	@media (min-width:600px){
		.quick114 .titlebox {height:58px; line-height:58px;}

		.layout_06 .quick114 .q114_wrap div.q114box {width:50%;}
		.layout_06 .quick114 .q114_wrap div.q114box:nth-child(2n+1) {clear:both;}
	}

	@media (min-width:800px){
		.quick114 .q114_wrap div.q114box:hover p:after {opacity:1;}
		
		.layout_06.layout_height_H .quick114 .q114_wrap div.q114box div.icon {height:58px; line-height:58px;}
		.layout_06.layout_height_H .quick114 .q114_wrap div.q114box p {line-height:58px;}
	}

	@media (max-width:799px){
		.quick114 .q114_wrap div.q114box {width:50%;}
	}

	@media (min-width:600px) and (max-width:799px){		
		.layout_block4 .layout_height_H .quick114 {height:350px;}
		.layout_block4 .layout_height_M .quick114 {height:250px;}
		.layout_block4 .quick114 .q114_wrap div.q114box {width:100%;}
	}

	@media (max-width:599px){
		.quick114 .titlebox {height:43px; line-height:43px;}
		.quick114 .titlebox h2 {font-size:17px;}
		.quick114 .q114_wrap div.q114box div.icon {width:18%; max-width:none;}
		.quick114 .q114_wrap div.q114box p {width:80%;}
	}



