/*链接跳转*/
.link_ul{
	display: flex;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 30px;
}
.link_ul>li{
	height: 66px;
	padding-left: 1rem;
	border-bottom: 2px solid regb(0,0,0,0);
	margin-right: 55px;
	color: #666;
	position: relative;
	top: 1px;
}
.link_ul>li a{
	font-size: 1.125rem;
	color: inherit;
	line-height: 66px;
}
.link_li_style{
	color: #4895f3 !important;
	border-bottom: 2px solid #4895f3;
}

.jj_box{
	margin: 0 .8125rem 2rem;
}
.jj_img{
	/*float: left;*/
	margin-right: .5rem;
}
.jj_title{
	font-size: 1.35rem;
	color: #111;
	padding-bottom: .5rem;
	border-bottom: 1px solid #dcdcdc;
}
.jj_div p{
	font-size: .875rem;
	color: #111;
	line-height: 1.875rem;
	text-indent: 1.875rem;
}