.yqlj{
    display: flex;
    padding-left: 30px;
    background: #c8cace;
    line-height: 30px;
}
.yqlj .yqlj_tit{
        margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.yqlj ul{
    display: flex;
}
.yqlj ul li{
    margin:0 5px;
    font-size: 12px;
    color: #000;
}
.yqlj ul  a:hover{
    color: #001f9a;
}
li:last-child a span{  display: none;}
.footer{
    width: 100%;
    height: 50px;
    background: #17181b;
    border-top: 1px solid #484545;
    font-size: 12px;
}
.footer p{
    color: #fff;
    text-align: center;
    line-height: 50px;
}


/*新加*/
    .bottom{
        background: #17181b;
        width: 100%;
        
    }
    .bottom_con{
        display: flex;
       width: 1200px;
       margin: 0 auto;
       padding: 35px 0;
    }
    .dlhz{
        width: 35%;
        margin-right: 6%;
    }
    .kjdh, .lxwm{
    width: 16%;
    margin-right: 5%;
    }
    .kjdh ul li ,.lxwm ul li{
        line-height: 28px;
        font-size: 12px;
            overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    }
    .kjdh ul li a,.lxwm ul li p{
        color: #aba9a9;
    }
    .lx{
        width: 17%;
    }
.cookie-content {
	padding: 5px;
	padding-left: 15px;
	background: #fff;
	border: 1px solid #c9c9c9;
	position: fixed;
	border-radius: 4px;
	z-index: 999;
	right: 0%;
}
.cookie-content h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.cookie-main {
	line-height: 20px;
	font-size: 12px;
}
.cookie-button {
	margin-top: 10px;
}
.cookie-content .button {
	height: 32px;
	border-radius: 4px;
	line-height: 1;
	flex: 1;
	background: #165fff;
	margin-right: 6px;
	padding: 0 10px;
	cursor: pointer;
	font-size: 14px;
	box-sizing: border-box;
	color: #fff;
	border: 2px solid #165fff;
}
.border-bottom {
	background: #fff;
	color: #165fff;
}
.close-icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.close-icon:before,
.close-icon:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	background-color: #333;
}

.close-icon:before {
	transform: rotate(45deg);
}

.close-icon:after {
	transform: rotate(-45deg);
}
.flex {
	display: flex;
	flex-wrap: wrap;
}

.justify-center {
	justify-content: center;
}
.items-center {
	align-items: center;
}