.zxjj{
    height: 980px;
    position: relative;
    padding: 22px 0 0;
    background: url(/img/jgxx/zxjj/bg-jkdl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.zxjj__crumbs {
	width: 1300px;
	margin: 0px auto 10px auto;
	font-size: 14px;
	color: #838d93;
	display: flex;
    align-items: center;
}

.zxjj__crumbs__img{
    margin-right: 15px;
}
.zxjj__crumbs__span{
    margin-right: 5px;
}
.zxjj__crumbs__a {
    margin-right: 5px;
	color: #838d93;
	text-decoration: none;
}

.zxjj__crumbs__a:last-child {
	color: #1983cd;
}

.zxjj__box {
	width: 1300px;
    margin: 13px auto 0;
    min-height: 880px;
    background: #FFFFFF;
    /*background: linear-gradient(0deg, #C6D5E8, #F5F8FC);*/
    box-shadow: 0px 0px 3px 0px #C5CDD9;
    border-radius: 8px;
    opacity: 0.9;
}

.zxjj__content__head {
	font-size: 28px;
	font-weight: bold;
	color: #0e60aa;
	position: relative;
	height: 120px;
}
.zxjj__content__head>img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.zxjj__content__head>span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.zxjj__content{
    margin: 0 51px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #37434D;
    line-height: 55px;
}
