	.list_s{
		z-index: 2;
		position: absolute;
    margin-left: 10px;
		width: 100%;
		padding-top: 5px;
		display: none;
	}
	.active{
		display: block !important;
	}
	.list_s ul{
		padding: 2px 10px;
		background-color: #E5EFF9;
    border: 1px solid #000;
		width: 100%;
	}
	.list_s li{
    line-height: 25px;
    border-bottom: 1px dashed #000;
	}
	.ggPart3 .box .txt .tip .list_s .list_a{
		border: none;
    display: contents;

	}
	.ggPart3 .box .txt .tip .list_s .list_a:hover{
		color: #0064C8;
	}
	.row{
		overflow: visible;
	}
	.ggPart3 .box .txt .tip a{
		position: relative;
	}
	.ggPart3 .box .txt .tip a i{
		color: #000 !important;
		z-index: 3;
		display: none;
		position: absolute;
		bottom: -50%;

	}