/*header导航样式*/
.header{position: relative !important;}
.wrapper-sj-nav{display:none;}
/* banner */
.business_banner {
	position: relative;
}

.business_banner img {
	width: 100%;
}

.banner_tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.banner_box {
	width: 75%;
	margin: 0 auto;
	padding-left: 8%;
}

.banner_box h6 {
	font-size: 43px;
	color: #ffffff;
	margin-bottom: 29px;
}

.banner_box p {
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* banner end*/
/*面包屑*/
.small-nav-box {
	font-size: 16px;
	line-height: 93px;
	width: 75%;
	margin: 0 auto;
}

.small-nav-box .dqwz {
	color: #282f9d;
}

.small-nav-box span a {
	color: #272727;
}

/*整体布局*/
.sj-bx-box {
	padding-bottom: 105px;
	border-bottom: 17px solid #282f9d;
	background: url(/uiFramework/commonResource/image/2023072215124156512.jpg) bottom right no-repeat;
}

/*版心设置*/
.sj-bx-small-box {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.left-nav-box {
	width: 20%;
}

.right-wz-box {
	width: 76%;
}
/*右侧文章标题样式*/
.big-title {
	font-size: 24px;
	font-weight: bold;
	color: #282f9d;
	position: relative;
	padding-bottom: 23px;
        border-bottom: 2px solid #e5e5e5;
}

.big-title::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0px;
	width: 48px;
	height: 6px;
	background-color: #f5a72b;
}

/*右侧文章内容样式*/
.big-wz-nr{
margin-top:20px;
}
.big-wz-nr h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 2;
	margin: .6em 0 .4em;
}

.big-wz-nr p {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	margin: .6em 0 .4em;
}





@media screen and (min-width:1401px) and (max-width:1600px){



}

@media screen and (min-width:1201px) and (max-width:1400px){
.big-title {font-size: 20px; margin-bottom: 20px; padding-bottom:15px; }
.big-title::after {width:40px;}

.big-wz-nr h3 {font-size: 18px;line-height: 54px;}
.big-wz-nr p {font-size: 16px;line-height: 40px;}

}


@media screen and (min-width:1024px) and (max-width:1200px){
.big-title {font-size: 20px; margin-bottom: 20px; padding-bottom:15px; }
.big-title::after {width:40px;}

.big-wz-nr h3 {font-size: 18px;line-height: 54px;}
.big-wz-nr p {font-size: 16px;line-height: 40px;}
}

@media screen and ( max-width: 1024px ) {
  .left-nav-box {
    display: none;
  }
  
  .right-wz-box {
    width: 100%;
  }
  .big-title {
    font-size: 24px;
    padding-bottom: 14px;
  }
  .big-wz-nr h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
  }
  .big-wz-nr p{
    font-size: 14px;
   line-height: 1.8;
  }
  .small-nav-box {
     display: none;
    line-height: 36px;
    margin-bottom: 24px;
  }
     .sj-bx-small-box,.small-nav-box{
        width: 90%;
    }
  .banner_box {
    width: 90%;
  }
  .banner_box h6 {
    font-size: 20px;
  }

  .banner_box p {
    font-size: 14px;
  }
.big-title::after {
	bottom: -5px;
	height: 4px;
}
.big-title{
    margin-top: 36px;
    border-bottom: 2px solid #e5e5e5;
}
}