.newsCp-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
gap:.3rem
}
.newsCp-list .item {
width:calc((100% - .6rem) / 3);
border-radius:.2rem;
	background-color: #fff;
	position: relative;
padding:.3rem;
	box-sizing: border-box;
	height: 3.1rem
}
.newsCp-list .item h4 {
	margin: 0;
font-size:.24rem;
	color: #1469CB
}
.newsCp-list .item .time {
	font-family: bahnschr;
font-size:.24rem;
	color: #BDC4CC
}
.newsCp-list .item .summary {
font-size:.16rem;
	color: #787878;
margin:.3rem 0;
	font-weight: 300
}
.newsCp-list .item .more {
font-size:.18rem
}
.newsCp-list .item .more .iconfont {
width:.4rem;
height:.4rem
}
.news-recommend {
	padding-bottom: 1.5rem;
	overflow: hidden
}
.news-recommend .item {
	background-color: #fff;
border-radius:.2rem;
	overflow: hidden;
	height: 5rem;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.news-recommend .item .img {
	height: 100%;
	overflow: hidden
}
.news-recommend .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.news-recommend .item .info {
padding:.6rem .5rem;
	box-sizing: border-box
}
.news-recommend .item .info h3 {
	margin: 0;
font-size:.28rem;
	color: #0A2A50
}
.news-recommend .item .info .time {
font-size:.2rem;
	color: #AFB9C5;
	font-family: bahnschr
}
.news-recommend .item .info .summary {
font-size:.16rem;
	color: #4C627D;
margin:.5rem 0;
	font-weight: 300
}
.news-recommend .item .info .more {
font-size:.18rem;
	color: #0A2A50
}
.news-recommend .item .info .more .iconfont {
width:.4rem;
height:.4rem;
font-size:.13rem;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.news-recommend .item:hover {
	background-color: #1469CB
}
.news-recommend .item:hover .img img {
	transform: scale(1.1)
}
.news-recommend .item:hover .info {
	color: #fff
}
.news-recommend .item:hover .info h3 {
	color: #fff
}
.news-recommend .item:hover .info .summary {
	color: #fff
}
.news-recommend .item:hover .info .time {
	color: #fff
}
.news-recommend .item:hover .info .more {
	color: #fff
}
.news-recommend .prev-next-pagination {
	position: absolute;
	width: 2.8rem;
height:.65rem;
bottom:.35rem;
	right: 0
}
.news-recommend .prev-next-pagination .swiper-pagination-custom {
	width: auto;
	font-family: bahnschr;
	color: #1C1C1C;
font-size:.32rem;
	font-weight: bold
}
.news-recommend .prev-next-pagination .swiper-pagination-custom .swiper-pagination-current {
	color: #1469CB;
font-size:.46rem
}
.news-recommend .prev-next-pagination .prev-next {
	position: absolute;
	width: 1.65rem;
	right: 0;
top:.1rem
}
.news-recommend .prev-next-pagination .prev-next .swiper-button-prev, .news-recommend .prev-next-pagination .prev-next .swiper-button-next {
	background-image: none;
width:.65rem;
height:.65rem;
	background-color: #1469CB;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}
.news-recommend .prev-next-pagination .prev-next .swiper-button-prev .iconfont, .news-recommend .prev-next-pagination .prev-next .swiper-button-next .iconfont {
font-size:.4rem
}
.news-recommend .prev-next-pagination .prev-next .swiper-button-prev.swiper-button-disabled, .news-recommend .prev-next-pagination .prev-next .swiper-button-next.swiper-button-disabled {
	background-color: #fff;
	color: #1469CB;
	opacity: 1
}
.news-recommend .swiper-scrollbar {
	left: auto;
bottom:.8rem;
	height: 5px;
	width: 12.5rem;
	background: #fff
}
.news-recommend .swiper-scrollbar .swiper-scrollbar-drag {
	background: #1469cb
}
.newsGs-list {
	height: 6.6rem;
	overflow: hidden;
	background-color: #fff;
border-radius:.2rem
}
.newsGs-list .left.list {
	flex: 1;
	height: 100%
}
.newsGs-list .left.list a.item {
	position: relative
}
.newsGs-list .left.list a.item .img {
	height: 6.6rem;
	overflow: hidden
}
.newsGs-list .left.list a.item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.newsGs-list .left.list a.item .info {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	bottom: 0;
	left: 0;
	width: 80%;
	height: 1.8rem;
border-top-right-radius:.2rem;
padding:.5rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
gap:.2rem;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.newsGs-list .left.list a.item .info .left {
font-size:.18rem;
	width: 1%
}
.newsGs-list .left.list a.item .info .left p {
	color: #1469CB;
margin-bottom:.1rem
}
.newsGs-list .left.list a.item .info .left p .time {
	border-left: 1px solid #AFB9C5;
padding-left:.05rem;
	font-family: bahnschr;
	color: #AFB9C5
}
.newsGs-list .left.list a.item .info .left h3 {
	margin: 0;
font-size:.24rem;
	color: #0A2A50
}
.newsGs-list .left.list a.item:hover .img img {
	transform: scale(1.1)
}
.newsGs-list .left.list a.item:hover .info {
	background-color: #1469CB
}
.newsGs-list .left.list a.item:hover .info .left p {
	color: #fff
}
.newsGs-list .left.list a.item:hover .info .left p .time {
	color: #fff
}
.newsGs-list .left.list a.item:hover .info .left h3 {
	color: #fff
}
.newsGs-list .right.list {
	width: 5.45rem;
	box-sizing: border-box;
	height: 100%
}
.newsGs-list .right.list a.item {
	flex: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.newsGs-list .right.list a.item .img {
	height: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.newsGs-list .right.list a.item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.newsGs-list .right.list a.item .info {
padding:.4rem;
	box-sizing: border-box;
font-size:.18rem;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.newsGs-list .right.list a.item .info p {
	color: #1469CB;
margin-bottom:.2rem
}
.newsGs-list .right.list a.item .info p .time {
	border-left: 1px solid #AFB9C5;
padding-left:.05rem;
	font-family: bahnschr;
	color: #AFB9C5
}
.newsGs-list .right.list a.item .info h3 {
	margin: 0;
font-size:.16rem;
	color: #0A2A50;
	font-weight: 400
}
.newsGs-list .right.list a.item:first-child {
	border-bottom: 1px solid #DBE6F1
}
.newsGs-list .right.list a.item:hover {
	flex: 3
}
.newsGs-list .right.list a.item:hover .img {
	height: 3.3rem
}
.newsGs-list .right.list a.item.active {
	flex: 3
}
.newsGs-list .right.list a.item.active .img {
	height: 3.3rem
}
.news_list_sty1 {
	display: flex;
	flex-wrap: wrap;
gap:.3rem;
	overflow: hidden
}
.news_list_sty1.pageNews a.item {
	background-color: #F8FCFF
}
.news_list_sty1 a.item {
	display: flex;
gap:.5rem;
width:calc((100% - .3rem) / 2);
	height: 2.4rem;
	background-color: #fff;
border-radius:.2rem;
	overflow: hidden;
padding:.3rem;
	box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s
}
.news_list_sty1 a.item .time {
	width: 1rem;
font-size:.24rem;
	color: #BDC4CC;
	font-family: bahnschr
}
.news_list_sty1 a.item .time .day {
font-size:.36rem;
	color: #1469CB
}
.news_list_sty1 a.item .info {
	flex: 1;
	width: 1px
}
.news_list_sty1 a.item .info h4 {
	margin: 0;
	color: #1469CB;
font-size:.22rem
}
.news_list_sty1 a.item .info .summary {
font-size:.14rem;
	color: #787878;
margin:.25rem 0;
	font-weight: 300
}
.news_list_sty1 a.item .info .more .iconfont {
width:.4rem;
height:.4rem;
font-size:.15rem
}
.news_list_sty2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
gap:.3rem
}
.news_list_sty2 .item {
width:calc((100% - .6rem) / 3);
	height: 4.58rem;
	background-color: #fff;
border-radius:.2rem;
	overflow: hidden;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.news_list_sty2 .item .img {
	height: 3.4rem;
	overflow: hidden
}
.news_list_sty2 .item .img img {
	width: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	height: 100%
}
.news_list_sty2 .item .info {
	height: 1.18rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
padding:.3rem;
	box-sizing: border-box
}
.news_list_sty2 .item .info h4 {
	margin: 0;
font-size:.22rem;
	color: #4C627D
}
.news_list_sty2 .item:hover {
	background-color: #1469CB
}
.news_list_sty2 .item:hover .img img {
	transform: scale(1.1)
}
.news_list_sty2 .item:hover .info {
	color: #fff
}
.news_list_sty2 .item:hover .info h4 {
	color: #fff
}
.news_list_sty2.video .item .img {
	position: relative;
	background-color: #000;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.news_list_sty2.video .item .img img {
	opacity: .8;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}
.news_list_sty2.video .item .img .more {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.news_list_sty2.video .item:hover .img {
	background-color: #fff
}
.news_list_sty2.video .item:hover .img img {
	opacity: 1
}
.news-detail {
gap:.2rem
}
.news-detail .left {
padding:.8rem;
	box-sizing: border-box;
	flex: 1;
	width: 1%
}
.news-detail .left .news-title {
	border-bottom: 1px solid #DBE6F1;
padding-bottom:.5rem;
margin-bottom:.5rem
}
.news-detail .left .news-title h2 {
font-size:.3rem;
	color: #0A2A50
}
.news-detail .left .news-title p {
gap:.35rem;
font-size:.14rem;
	color: #787878
}
.news-detail .left .news-title p span {
gap:.05rem
}
.news-detail .left .news-title p span .iconfont {
	color: #1469CB;
font-size:.2rem
}
.news-detail .left .content {
font-size:.16rem;
	text-align: justify;
	line-height: 2em;
	color: #787878
}
.news-detail .left .content img {
border-radius:.1rem;
margin:.2rem auto;
	max-width: 100%
}
.news-detail .left .pre-next {
gap:.4rem
}
.news-detail .left .pre-next .pre, .news-detail .left .pre-next .next {
	background-color: #F1F8FF;
border-radius:.2rem;
height:.8rem;
	flex: 1;
padding:0 .3rem;
font-size:.14rem;
	width: 1%
}
.news-detail .left .pre-next .pre a, .news-detail .left .pre-next .next a {
	color: #0A2A50;
	flex: 1
}
.news-detail .left .pre-next .pre span, .news-detail .left .pre-next .next span {
gap:.05rem;
	color: #1469CB;
width:.8rem
}
.news-detail .left .pre-next .pre span .iconfont, .news-detail .left .pre-next .next span .iconfont {
font-size:.2rem
}
.news-detail .left .pre-next .pre a {
	text-align: right
}
.news-detail .left .pre-next .next a {
	text-align: left
}
.news-detail .right {
	width: 4.6rem;
padding:.4rem;
	box-sizing: border-box
}
.news-detail .right .title {
	padding: 0
}
.news-detail .right .title h3 {
font-size:.3rem
}
.news-detail .right .news-recommend {
	padding-bottom: 0rem
}
.news-detail .right .news-recommend .item {
	height: auto;
	border-radius: 0;
	border-bottom: 1px solid #DBE6F1;
margin-bottom:.3rem;
padding-bottom:.1rem
}
.news-detail .right .news-recommend .item .img {
border-radius:.2rem;
	overflow: hidden;
	height: 2.05rem
}
.news-detail .right .news-recommend .item .info {
padding:.2rem 0
}
.news-detail .right .news-recommend .item .info h3 {
font-size:.18rem
}
.news-detail .right .news-recommend .item:hover {
	background: none;
	color: unset
}
.news-detail .right .news-recommend .item:hover .info {
	color: unset
}
.news-detail .right .news-recommend .item:hover .info h3 {
	color: #0A2A50
}
.news-detail .right .news-recommend .item:hover .info p {
	color: #AFB9C5
}
.news-detail .right .news-recommend .item:last-child {
	border-bottom: 0px;
	margin-bottom: 0rem;
	padding-bottom: 0rem
}
@media screen and (max-width:1600px) {
.news-recommend .swiper-scrollbar {
	width: 11rem
}
}
@media screen and (max-width:768px) {
.newsCp-list.pageList {
margin:0 .2rem
}
.newsCp-list .item {
	width: calc(100% / 1);
	height: auto
}
.newsCp-list .item h4 {
font-size:.3rem
}
.newsCp-list .item .time {
font-size:.3rem
}
.newsCp-list .item .summary {
font-size:.28rem
}
.newsCp-list .item .more {
font-size:.24rem
}
.newsCp-list .item .more .iconfont {
width:.4rem;
height:.4rem
}
.news-recommend {
	padding-bottom: 1rem;
margin-left:.2rem;
margin-right:.2rem
}
.news-recommend .item {
	flex-direction: column;
	height: 100%
}
.news-recommend .item .info {
	box-sizing: border-box;
padding:.3rem;
	width: 100%
}
.news-recommend .item .info h3 {
font-size:.38rem
}
.news-recommend .item .info .time {
font-size:.3rem
}
.news-recommend .item .info .summary {
font-size:.28rem
}
.news-recommend .item .info .more {
font-size:.26rem
}
.news-recommend .prev-next-pagination {
	display: none
}
.news-recommend .swiper-scrollbar {
	width: 100%
}
.newsGs-list {
	flex-direction: column;
	height: auto !important
}
.newsGs-list .left.list a.item .info {
	width: 90%;
padding:.3rem
}
.newsGs-list .left.list a.item .info .left {
font-size:.24rem
}
.newsGs-list .left.list a.item .info .left h3 {
font-size:.3rem
}
.newsGs-list .right.list {
	width: 100%
}
.newsGs-list .right.list a.item .img {
	display: none
}
.newsGs-list .right.list a.item.active .img {
	display: none
}
.newsGs-list .right.list a.item .info {
padding:.3rem
}
.newsGs-list .right.list a.item .info p {
font-size:.24rem
}
.newsGs-list .right.list a.item .info h3 {
font-size:.28rem
}
.news_list_sty1.pageList {
margin:0 .2rem
}
.news_list_sty1 a.item {
gap:.3rem;
	width: calc(100% / 1);
	height: auto
}
.news_list_sty1 a.item .time {
font-size:.3rem;
	width: 1.2rem
}
.news_list_sty1 a.item .time .day {
font-size:.42rem
}
.news_list_sty1 a.item .info h4 {
font-size:.3rem
}
.news_list_sty1 a.item .info .summary {
font-size:.24rem
}
.news_list_sty1 a.item .info .more .iconfont {
font-size:.2rem
}
.news_list_sty2 {
gap:.3rem;
margin:0 .2rem
}
.news_list_sty2 .item {
	width: calc(100% / 1);
	height: 4.58rem
}
.news_list_sty2 .item .img {
	height: 3.4rem
}
.news_list_sty2 .item .info {
	height: 1.18rem;
padding:.2rem
}
.news_list_sty2 .item .info h4 {
font-size:.32rem
}
.news-detail {
margin:0 .2rem
}
.news-detail .left {
padding:.4rem
}
.news-detail .left .news-title {
padding-bottom:.3rem;
margin-bottom:.3rem
}
.news-detail .left .news-title h2 {
font-size:.42rem
}
.news-detail .left .news-title p {
gap:.35rem;
font-size:.24rem
}
.news-detail .left .news-title p span .iconfont {
font-size:.24rem
}
.news-detail .left .content {
font-size:.24rem
}
.news-detail .left .content img {
	width: 100%
}
.news-detail .left .pre-next {
	flex-direction: column
}
.news-detail .left .pre-next .pre, .news-detail .left .pre-next .next {
font-size:.24rem;
	width: 95%;
padding:.3rem
}
.news-detail .left .pre-next .pre span, .news-detail .left .pre-next .next span {
	width: 1.2rem
}
.news-detail .left .pre-next .pre span .iconfont, .news-detail .left .pre-next .next span .iconfont {
font-size:.24rem
}
.news-detail .right {
	display: none
}
}
