@charset "utf-8"; 

/** @latest 2019.10.01 -ssj*/

.quick130 {width:100%;height: 100%;float:left;clear:both;}

.quick130 .titlebox {height: 57px; line-height: 57px; font-size: 18px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px; box-sizing: border-box; border: 1px solid #e8e8e8; border-bottom: none;}
.quick130 .titlebox .quickTit {font-size: 18px;}

.quick130 .q130Wrap {width: 100%; height: calc(100% - 57px); float: left;}
.quick130 .qbox {width:100%;float:left;position:relative;box-sizing:border-box;height: 50%;}
.quick130 .qbox:first-child {background: #f4f4f4;}
.quick130 .qbox:last-child {background: #e7e7e7;}

.quick130 .qbox a {width:100%;height: 100%;float:left;padding: 20px;box-sizing:border-box;}
.quick130 .qbox a:focus {border:3px dotted #a6c8ff;}
.quick130 .qbox .txtbox {display:inline-block; width:75%;}
.quick130 .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; }
.quick130 .qbox .txtbox span.co {width:100%; font-weight:400; font-size: 17px; letter-spacing: -0.5px; color: #333; 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; }
.quick130 .qbox .iconbox {position:absolute; width: 25%; bottom:15px; right:15px; display:inline-block; text-align: right; overflow:hidden; -webkit-transition:background 1s; transition:background 1s; }
.quick130 .qbox .iconbox img {display: inline-block;vertical-align: bottom;max-width: 100%;max-height: 100%;}


	.layout_height_H .quick130 .qbox .txtbox span.co {-webkit-line-clamp:3;max-height: 50px;}
	.layout_height_M .quick130 .qbox .txtbox span.co {white-space: nowrap; text-overflow: ellipsis; display: block; height: 25px;}


	.div_wrap.border-radius .quick130 .qbox {border-radius:8px; overflow:hidden;}


	@media (max-width:799px){
		.quick130 .qbox a {/* padding:20px 15px 50px; */}
		.quick130 .qbox .txtbox p.tit {font-size:17px;}
		.quick130 .qbox .txtbox span.co {font-size: 16px;}

		.quick130 .titlebox {height:45px; line-height:45px;}
		.quick130 .q130Wrap {height: calc(100% - 45px);}
	}

	@media (max-width:599px){
	}