

.ksjs-list-box {
	width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	clear: both;
	overflow: hidden;
}

.ksjs-list-left-box {
	width: 250px;
	height: auto;
	float: left;
}

.ksjs-list-left-box ul {
	margin-bottom: 18px;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ksjs-list-left-box li a {
	display: block;
	width: 250px;
	height: 60px;
	font-size: 15px;
	background-color: #f2f7ff;
	color: #666;
	text-align: center;
	margin-bottom: 1px;
	line-height: 60px;
	transition: 0.3s;
}

.ksjs-list-left-box .li_active,
.ksjs-list-left-box .li_active a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	height: 65px;
	line-height: 65px;
	margin: 0;
	padding: 0;
	background-color: #6e96e0;
	/* border-radius: 8px 8px 0 0; */
}


.ksjs-list-left-box li a:hover {
	position: relative;
	cursor: pointer;
	height: 70px;
	background-color: #edf3ff;
}

.ksjs-list-left-box .li_active a:hover {
	height: 65px;
	line-height: 65px;
	background-color: #6e96e0;
	color: #fff;
}

.yb-right-box {
	width: 900px;
	height: auto;
	float: right;
}

.yb-right-title {
	width: 100%;
	height: 60px;
	padding-bottom: 8px;
}

.yb-right-title div {
	width: 24px;
	height: 24px;
	float: left;
	/* background-image: url(../img/zx_bt_icon.png); */
	margin-top: 18px;
	opacity: 0.2;
}


.yb-right-title h1 {
	text-align: center;
	float: left;
	line-height: 60px;
	margin: 0;
	padding-left: 26px;
	color: #2e63c6;
	font-size: 20px;
}

.yb-right-title a {
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 48px;
	padding-right: 18px;
}


.yb-right-box ul {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}


.yb-right-box ul li {
	display: block;
	width: 100%;
	height: 54px;
	border-bottom: dashed 1px #dcdcdc;
}


.yb-right-box ul li .title {
	display: block;
	height: 54px;
	padding-left: 10px;
	line-height: 54px;
	float: left;
	width: calc(100% - 160px);
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yb-right-box ul li img {
	width: 22px;
	height: 22px;
	float: left;
	margin: 16px 0px 0 20px;
}

.yb-right-box ul li:hover a {
	color: #6e96e0;
}

.yb-right-box ul li p {
	margin: 0;
	padding: 0;
	display: block;
	height: 54px;
	line-height: 54px;
	float: right;
	font-size: 14px;
	color: #999;
	padding-right: 18px;
}


a,
p {
	text-decoration: none;
	/* display: block; */
}