.insidebody{
	justify-content: space-between;
	padding: 32px 16px 20px 20px;
}
.jybl-main .container{
	padding: 0;
}
.jybl-nav{
	background: #f6f8fa;
}
.jybl-nav-search{
    background: #fff;
    margin: 10px;
}
.jybl-nav-search input{
	outline: none;
	border: none;
    width: 179px;
    height: 36px;
    line-height: 36px;
    border: none;
    color: #2C2D3F;
    font-size: 15px;
    padding: 0 15px;
    vertical-align: top;
}
.jybl-nav-search button{
	padding: 0;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
	outline: none;
	border: none;
	background: none;
	font-size: 0;
}
.jybl-nav-list{
	margin: 0 10px;
	border-top: 1px solid #e6ecf3;
    list-style: none;
    padding: 0;
}
.jybl-nav-list li{
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
}
.jybl-nav-list li a{
	display: block;
	font-size: 20px;
	text-align: center;
}
.jybl-nav-list li a.on{
	color: #166ccc;
}
.yjbl-list{
	width: 910px;
}
.yjbl-list .yjbl-list-head,.yjbl-list .item{
	display: flex;
	justify-content: space-between;
}
.yjbl-list .num{
	width: 88px;
	margin-left: 34px;
}
.yjbl-list .tit{
	width: 375px;
	margin-right: 54px;
}
.yjbl-list .lxdb{
	width: 140px;
	margin-right: 4px;
}
.yjbl-list .cz{
	width: 214px;
}
.yjbl-list-head{
	height: 54px;
	line-height: 54px;
	background: #f0f6fb;
}
.yjbl-list-head span{
	color: #166ccc;
	font-size: 20px;
	font-weight: bold;
}
.yjbl-list .item{
	border-bottom: 1px solid #efefef;
	height: 78px;
	line-height: 78px;
	position: relative;
}
.yjbl-list .item span{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yjbl-list .item .cz,.yjbl-list .item a{
	color: #0873eb;
}
.yjbl-list .item a:hover{
	font-weight: bold;
}
.yjbl-list .item .dfh-btn{
	cursor: pointer;
}
.dfh-box{
	position: absolute;
	right: 0;
	top: 60px;
	width: 600px;
	padding: 20px;
	background: #fff;
	line-height: 30px;
	box-shadow: 0 0 10px 0 #eee;
	z-index: 2;
}
.dfh-box .dfh-close{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
}
.dfh-box .dfh-list span{
	display: inline-block;
	vertical-align: middle;
}
.dfh-box .dfh-list a{
	display: inline-block;
	vertical-align: middle;
	color: #0873eb;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 400px;
}