/* 常见问题 */
	#LTTkt-wenti-wrap .box {
		padding: 30px 10px;
	}
	#LTTkt-wenti-wrap .box .item {
		overflow: hidden;
		margin-bottom: 10px;
	}
	#LTTkt-wenti-wrap .box .item .ti {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		text-indent: 1em;
		background: #1E78BE;
		color: #fff;
		letter-spacing: 1px;
		position: relative;
		cursor: pointer;
	    user-select: none;
	}
	#LTTkt-wenti-wrap .box .item .ti:after {
		content: '';
		width: 10px;
		height: 10px;
		position: absolute;
		right: 20px;
		transform: rotate(45deg);
		transition: 0.3s;
	}
	#LTTkt-wenti-wrap .box .item .ti-a:after {
		top: 6px;
		border-top: 2px solid transparent;
		border-bottom: 2px solid #fff;
		border-left: 2px solid transparent;
		border-right: 2px solid #fff;
	}
	#LTTkt-wenti-wrap .box .item .ti-b:after {
		top: 17px;
		border-bottom: 2px solid transparent;
		border-top: 2px solid #fff;
		border-right: 2px solid transparent;
		border-left: 2px solid #fff;
	}
	#LTTkt-wenti-wrap .box .item .cont {
		padding: 0 10px;
		overflow: hidden;
	}
	#LTTkt-wenti-wrap .box .item .cont li {
		position: relative;
		padding: 15px 30px 15px 0;
		border-bottom: 1px dashed #ccc;
		cursor: pointer;
		user-select: none;
	}
	#LTTkt-wenti-wrap .box .item .cont li:after{
		content: '';
		position: absolute;
		right: 10px;
		width: 8px;
		height: 8px;
		transition: 0.3s;
		transform: rotate(45deg);
	}
	#LTTkt-wenti-wrap .box .item .cont .pro-a:after{
		top: 18px;
	    border-top: 2px solid #fff;
	    border-left: 2px solid #fff;
	    border-right: 2px solid #555;
	    border-bottom: 2px solid #555;
	}
	#LTTkt-wenti-wrap .box .item .cont .pro-b:after{
		top: 26px;
	    border-top: 2px solid #555;
	    border-left: 2px solid #555;
	    border-right: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	}
	#LTTkt-wenti-wrap .box .item .cont li .pro {
		font-size: 14px;
	    line-height: 24px;
	}
	#LTTkt-wenti-wrap .box .item .cont li .answer {
	    padding: 10px;
	    display: none;
	}
	#LTTkt-wenti-wrap .box .item .cont li .answer p {
		font-size: 14px;
	    line-height: 26px;
	    text-indent: 2em;
	    color: #888;
	    text-align: justify;
	    margin-bottom: 10px;
	}
	#LTTkt-wenti-wrap .box .item .cont li .answer a {
		color: #0074E8;
		text-decoration: underline;
	}
	#LTTkt-wenti-wrap .box .item .cont li .answer table {
		border-top: 1px solid #dedfe0;
		border-left: 1px solid #dedfe0;
		margin: 0 auto 10px auto;
		text-align: center;
	}
	#LTTkt-wenti-wrap .box .item .cont li .answer table tr th{
		border-bottom: 1px solid #dedfe0;
		border-right: 1px solid #dedfe0;
		padding: 0 20px;
		height: 30px;
		background: #dedfe0;
	}
	#LTTkt-wenti-wrap .box .item .cont li .answer table tr td{
		border-bottom: 1px solid #dedfe0;
		border-right: 1px solid #dedfe0;
		padding: 0 20px;
		height: 26px;
	}
/* 常见问题 */

/* 所有列表 */
	#LTTkt-wrap .lists {
		background: #F5F5F5;
	}
	#LTTkt-wrap .lists li {
		display: flex;
		flex-direction: column;
		background: #fff;
		margin-bottom: 10px;
		padding: 10px;
	}
	#LTTkt-wrap .lists li .ti {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 5px;
		text-align: justify;
	}
	#LTTkt-wrap .lists li .top {
		display: flex;
		align-items: flex-start;
	}
	#LTTkt-wrap .lists li .top .img {
		width: 30%;
		margin-top: 7px;
	}
	#LTTkt-wrap .lists li .top .img img{
		display: block;
		width: 100%;
	}
	#LTTkt-wrap .lists li .top .desc {
		flex: 1;
		padding-left: 10px;
		font-size: 14px;
		line-height: 26px;
		text-align: justify;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		margin-bottom: 10px;
		color: #888;
	}
/* 所有列表 */