.section2 {
	margin-top: 40px;
	padding-bottom: 20px;
}

.section2 .ulOne {
	border-radius: 4px;
	width: 240px;
	margin-right: 24px;
}

.section2 .ulOne li {
	cursor: pointer;
	padding: 0 30px;
	position: relative;
	width: 240px;
	height: 88px;
	background-color: #FAFAFA;
	color: rgba(144, 146, 152, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	box-sizing: border-box;
}

.section2 .ulOne li .son {
	height: 100%;
	width: 100%;
	border-bottom: 1px #EDEFF1 solid;
}

/* 绘制三角形小图标 */
.section2 .ulOne li dd {
	display: none;
	margin-top: -12px;
	margin-right: -24px;
	right: 0;
	top: 50%;
	position: absolute;
	width: 0;
	height: 0;
	border: 12px solid;
	border-color: transparent transparent transparent #0873DD;
}

.section2 .ulOne .actEd {
	color: #FFFFFF;
	background-color: #0873DD;
}

.section2 .ulOne .actEd .son {
	border-bottom: none;
}
.section2 .ulOne .actEd .son span{color: #fff;}
.section2 .ulOne li:last-child .son {
	border-bottom: none;
}

.section2 .ulOne li i {
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 16px;
	width: 24px;
	height: 24px;
	display: block;
}

 .act1 {
	background-image: url(../images/iconnew04.png);
}
.actEd .act1 {
	background-image: url(../images/iconnew04-hover.png);
}

.act2 {
	background-image: url(../images/iconnew05.png);
}
.actEd .act2 {
	background-image: url(../images/iconnew5-hover.png);
}
.act3 {
	background-image: url(../images/iconnew03.png);
}
.actEd .act3 {
	background-image: url(../images/iconnew03-hover.png);
}

.section2 .ulTwo .isHidden {
	display: none;
}

.section2 .ulTwo li {
	flex-wrap: nowrap;
}

/* 轮播图区域 star*/
#swiperBox {
	width: 460px;
	border-radius: 4px;
	margin-right: 24px;
}

#swiperBox .swiperImg {
	position: relative;
	margin: 0;
	left: 0;
	width: 460px;
	height: 300px;
	overflow: hidden;
}

#swiperBox .swiperImg img {
	position: relative;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

#swiperBox .swiperTxt {
	box-sizing: border-box;
	padding: 16px 24px 23px 24px;
	background-color: #FAFAFA;
}

#swiperBox .swiperTxt .title {
	font-size: 18px;
	font-weight: 500;
	color: rgba(47, 49, 49, 1);
	line-height: 28px;
}

#swiperBox .swiperTxt hr {
	height: 1px;
	border: none;
	background-color: #EDEFF1;
	margin-top: 16px;
}

#swiperBox .swiperTxt .txt {
	padding-top: 16px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(144, 146, 152, 1);
	line-height: 24px;
}

.swiper-button-next,
.swiper-button-prev {
	top: 33%;
}

/* 轮播图区域 end*/
.atRight .atOne {
	height: 46px;
	background-color: #FAFAFA;
	padding-right: 16px;
}

.atRight .atOne .inOne {
	width: 140px;
	height: 46px;
	background: #0873DD;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 20px;
}

.atRight .atOne .inTwo {
	font-size: 14px;
	font-weight: 400;
	color: rgba(189, 194, 200, 1);
	line-height: 20px;
	cursor: pointer;
}

.atRight .atOne .inTwo i {
	margin-right: 8px;
}

.atTwo {
	padding-left: 20px;
	max-height: 456px;
	overflow: hidden;
}

.atTwo li {
	list-style: disc;
	color: #BDC2C8;
}


.atTwo li .txt {
	border-bottom: #EDEFF1 1px solid;
}

.atTwo li a:hover .txt p {
	color: #0873DD !important;
}

.atTwo li a:hover p {
	color: #0873DD !important;
}

.atTwo li .txt p {
	padding: 16px 0;
	width: 358px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(47, 49, 49, 1);
	line-height: 24px;
}

.atTwo li .txt span {
	font-size: 14px;
	font-weight: 400;
	color: rgba(144, 146, 152, 1);
	line-height: 20px;
}

.pageUl {
	margin-top: 24px; margin-bottom: 40px;
}

.pageUl li {
	margin-top: 30px;
}

.pageUl li:first-child {
	margin-top: 0;
}

.pageUl a {
	padding: 0;
}

.pageUl img {
	width: 184px !important;
	height: 120px !important;
	object-fit: cover;
	margin-left: 16px;
}
.pageUl li .flexC{width: calc(100% - 200px); float: left;} 
.pageUl h5 {
	font-size: 18px;
	font-weight: 500;
	color: rgba(47, 49, 49, 1);
	line-height: 28px;
}
.pageUl h5:hover{color: #0873DD;}
.pageUl p {
	font-size: 12px;
	font-weight: 400;
	color: rgba(144, 146, 152, 1);
	line-height: 20px;
}

.pageUl span {
	font-size: 14px;
	font-weight: 400;
	color: #0873DD;
	line-height: 20px;
}

.pageUl span.timespan {
	color: #909298;
}

.pageUl hr {
	margin-top: 30px;
	height: 1px;
	border: none;
	background-color: #EDEFF1;
}

.trigger {
	cursor: pointer;
	font-size: 16px;
}

.triggerUl a {
	margin: 0 15px;
	font-size: 16px;
	color: rgba(96, 98, 102, 1);
	line-height: 14px;
}

.fenYe {
	margin-top: 40px;
}

.triggerUl a.active {
	color: rgba(25, 137, 250, 1);
}


/* 手机端 s*/
@media (max-width:1024px) {
	.section2 .ulOne li dd{
		display: none!important;
	}
	.section2 div.flexR{
		display: block;
	}
	.section2 .ulOne{
		width: 100%;
		display: flex;
	}
	.section2 .ulOne li{
		text-align: center;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		padding: 0;
	}
	.section2 .ulOne li i{
		display:none;
	}
	.section2 .ulTwo .isHidden{
		margin: 15px;
	}
	#swiperBox{
		width: 100%;
	}
	.atRight .atOne {
		line-height: 46px;
	}
	.section2 .atRight{
		margin-top: 20px;
	}
	.section2 .atRight .atOne{
		line-height: 46px;
	}
	.section2 .atRight .atOne .inOne {
		font-size: 16px;
		color: #0873DD;
		padding-left: 15px;
		background: #fafafa;
	}
	.atTwo li .txt p {
		width: 257px;
	}
	.pageUl img {
		width: 92px !important;
		height: 60px !important;
	}
	.pageUl h5 {
		font-size: 12px;
		line-height: normal;
	}
	.pageUl p{
		display: none;
	}
	.section2 .ulTwo .isHidden ul#pageMain .flexR {
		justify-content: space-between;
	}
	.section2 .ulTwo .isHidden ul#pageMain .flexR .flexC,.section2 .ulTwo .isHidden ul#pageIdex .flexR .flexC{
		flex: 1;
	}
	
	
	
	.pageUl span:nth-of-type(2){
		float: right;
	}
	.section2 .p-item-container{
		display: flex!important;
	}
	.atRight .atOne .inTwo{
		
	}
}
/* 手机端 e*/