﻿.nkzl-news-box ul li a::before {
	content: '';
	display: inline-block;
	border:none;
	width: 6px;
	height: 6px;
	background: #CFD0D3;
	
	border-radius: 50%;
	position: absolute;
	margin-top: 25px;
}
.nkzl-news-box ul li a:hover::before {
	width: 6px;
	border:none;
	height: 6px;
	border-radius: 50%;
	background: #1F4CA7;
}
.right-top-btn span{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1F4CA7;
	line-height: 55px;
	float: left;
	    margin-left: 6%;
}
.right-top-btn{
	height: 50px;
	background: rgba(236, 240, 246, 0.58);
	padding-left: 4%;
	padding-right: 4%;
}
.right-top-btn .icon-btn{
	float: right;
	border:2px solid #7E7C7C;
	width:20px;
	height: 20px;
	border-radius: 50%;
	opacity: 0.20;
	margin-top: 12px;
}
.right-top-btn .icon-btn img{
	width:7px;
	margin-left: 6px;
	margin-top: 4px;
}

.menu-sj-btn{
	    background: rgba(236, 240, 246, 0.58);
		overflow: hidden;
		margin-bottom: 20px;
		line-height: 50px;
		font-size: 18px;
		text-align: center;
}
.menu-sj-btn span a{
	width:140px;
	float: left;
}
.menu-sj-btn span:nth-last-child(1){
	border-left: 1px solid rgba(219, 222, 220, 0.61)
}
.menu-sj-btn span a:hover{
	background-color: #005CBF;
	color: white;
}
.right-top-btn .icon-left{
	position: absolute;
	margin-top: -10px;
	    margin-left: -10px;
}
.menu-sj-btn span a{
	color: #333333;
}

@media (max-width:500px) {
	.right-top-btn span{
		    margin-left: 20%;
	}
}