.title {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 40px;
	justify-content: space-between;
}

.title .txt_fl {
	color: #004391;
	font-weight: 700;
	font-size: 30px;
}

.title .right a span {
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}

.xian {
	width: 40px;
	height: 4px;
	bottom: -1px;
	left: 0;
	position: absolute;
	background-color: #014099;
}

.sidemenu_wrap .w {
	position: relative;
}

.sidemenu_wrap .more {
	position: absolute;
	right: 0;
	top: -120px;
}

.sidemenu_wrap .more a {
	color: #333333;
	font-size: 16px;
	margin-left: 20px;
}

.sidemenu_wrap .more a img {
	vertical-align: -2px;
	margin-right: 5px;
}

.sidemenu_wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
	z-index: 99;
}

.sidemenu .sidemenulist {
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 2px solid #6785a2;
}

.sidemenu .sidemenulist>li {
	flex: 1;
	padding-top: 18px;
	position: relative;

}

.sidemenu .sidemenulist>li>a {
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 16px;
}

.sidemenu .sidemenulist li p {
	font-size: 12px;
	margin-top: 5px;
}

.sidemenu .sidemenulist li:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 50%;
	width: 0%;
	background-color: #00bbff;
	height: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidemenu .sidemenulist li:hover:before {
	width: 50%;
}

.sidemenu .sidemenulist li:after {
	content: '';
	position: absolute;
	top: -3px;
	right: 50%;
	width: 0%;
	background-color: #00bbff;
	height: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidemenu .sidemenulist li:hover:after {
	width: 50%;
}

.sidemenu .sidemenulist li.on:before,
.sidemenu .sidemenulist li.on:after {
	width: 50%;
}

.sidemenu .sidemenulist li .i2 {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 2px;
	background-color: #4f7296;
	right: 0;
	top: 49%;
}

.sidemenu .sidemenulist li:last-child .i2 {
	display: none;
}

.sidemenu_wrap .w {
	position: relative;
}

.sidemenu_wrap .more {
	position: absolute;
	right: 0;
	top: -120px;
}

.sidemenu_wrap .more a {
	color: #333333;
	font-size: 16px;
	margin-left: 20px;
}

.sidemenu_wrap .more a img {
	vertical-align: -2px;
	margin-right: 5px;
}

.navlist2 {
	display: none;
	padding-left: .4rem;
	background: rgba(255, 255, 255, .1);
}

.navlist2 a {
	display: block;
	color: #fff;
	padding-left: 2rem;
	margin-top: .4rem;
	font-size: 14px;
}

.swiper {
	position: relative;
	overflow: hidden;
}

.banner .swiper .swiper-wrapper .swiper-slide {
	display: flex;
	width: 100%;
	background-color: #ffffff;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt {
	padding: 20px;
	background-color: #FFFFFF;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt span {
	color: #222222;
	font-size: 18px;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt .zhixian {
	width: 40px;
	height: 2px;
	margin: 20px 0;
	background-color: #014099;
}

.swiper .swiper-wrapper .swiper-slide .swiper-txt p {
	font-size: 14px;
	color: #014099;
}

.header {
	width: 100%;
	height: 100%;
	background-image: url('../img/bg1.png');
	/* background: rgba(80, 123, 186, .6); */
	background-size: cover;
}

.header .header-box {
	height: 5rem;
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
}

.header .header-box .rihgt-box {
	display: flex;
	padding-top: 20px;
	align-items: center;
}

.header .header-box .rihgt-box img {
	margin-left: 20px;
}

.header-nav {
	/* position: relative; */
	height: 60px;
	background-size: 67% 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url('../img/bg5.png');
	/* background-color: #024ba5; */
	/* border-top: 1px solid rgba(255, 255, 255, .3); */
}

/* .header-nav img {
	bottom: 0;
	right: 0;
	position: absolute;
} */

.header-nav ul {
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: flex-end;
}

.header-nav ul li {
	position: relative;
	font-size: 16px;
	text-align: center;
	/* flex: 1; */
}

.header-nav ul span {
	color: #FFFFFF;
}

.header-nav ul li a {
	color: #FFFFFF;
	display: block;
	padding: 0 25px;
	/* border-bottom: 2px solid #f9a61a; */
	/* padding: 0 30px; */
}

.header-nav ul li a:hover {
	color: #f9a61a;
	/* background-color: #418f38; */
}

.header-nav .nav li {
	position: relative;
}

.header-nav .nav li img {
	position: absolute;
	right: 0;
	top: 40%;
	display: block;
}

.header-nav .nav li .menu {
	width: 100%;
	top: 60px;
	left: 0;
	z-index: 999;
	margin: 0;
	display: none;
	padding: 0;
	position: absolute;
}

.header-nav .nav li .menu dd {
	background-color: #004391;
	color: #FFFFFF;
	cursor: pointer;
}

.header-nav .nav li:hover .menu {
	display: block !important;
}

.header-nav .nav li .menu dd :hover {
	background-color: #009fc2;
}

.pc-search {
	display: none;
	position: absolute;
	bottom: 40px;
	right: 0;
	line-height: 0;
	transform: translateY(100%);
	background: #fff;
	border-radius: 2px;
}

.pc-search input {
	height: 32px;
}

.pc-search {
	padding: 10px 20px;
	box-shadow: 1px 1px 5px #666;
}

.banner .swiper-slide {
	height: 500px;
	background-size: cover !important;
}

.new-next {
	background-color: rgba(0, 0, 0, .3);
	width: 90px !important;
	height: 90px !important;
}

.banner .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, .6);
	width: 50px;
	height: 4px;
	border-radius: 50px;
}

.banner .swiper-pagination-bullet-active {
	width: 50px;
	height: 4px;
	background-color: #FFFFFF !important;
}

.banner .swiper-pagination {
	bottom: 30px !important;
}

.p3 {
	line-height: 2rem;
	color: #222222;
	flex: 1;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.bor {
	border-bottom: none !important;
}

.ny_contont {
	padding: 40px 0;
}

.ny_contont .ny_con {}

.ny_contont .ny_con .top {
	display: flex;
	font-size: 14px;
	color: #666666;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.ny_contont .ny_con .top .le {
	font-size: 21px;
	color: #0052ae;
	padding-bottom: 20px;
	border-bottom: 5px solid #0052ae;
}

.ny_contont .ny_con .top .ri {
	display: flex;
}

.ny_contont .ny_con .top ul {
	display: flex;
}

.ny_contont .ny_con .top ul li {
	margin-right: 10px;
}

.ny_contont .ny_con .top ul li:nth-child(3) {
	margin-right: 0;
}

.ny_contont .ny_con .top ul li a {
	color: #666666;
	padding-right: 10px;
}

.ny_contont .ny_con .top ul li:nth-child(3) a {
	padding-right: 0;
}

.ny_contont .ny_con .top span {
	padding-left: 40px;
	margin-right: 20px;
	background: url('../img/dq.png') 11px center no-repeat;
}

.ny_contont .ny_con .bottom {
	display: flex;
}

.ny_contont .ny_con .bottom .rii {
	flex: 1;
	min-height: 800px;
	margin-left: 40px;
}

.ny_contont .ny_con .bottom .bottom-fl {
	width: 250px;
}

.ny_contont .ny_con .bottom .bottom-fl .top-tt {
	color: #fff;
	background-color: #024ba5;
	font-size: 24px;
	text-indent: 30px;
	font-weight: 700;
	line-height: 62px;
}

.ny_contont .ny_con .bottom .bottom-fl .top-tt a {
	color: #FFFFFF;
}

.ny_contont .ny_con .bottom .bottom-fl .cl {
	background: url(../img/location-sep.png) 28px center no-repeat #fff;
	height: 48px;
	text-indent: 55px;
	cursor: pointer;
	width: 248px;
	font-weight: 500;
	line-height: 48px;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.ny_contont .ny_con .bottom .bottom-fl .cl:hover {
	background-color: #009fc2;
}

.ny_contont .ny_con .bottom .bottom-fl .cl:hover a {
	color: #FFFFFF;
}

.ny_contont .ny_con .bottom .bottom-fl .cl a {
	color: #545454;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 48px;
	text-indent: 48px;
}

.ny_contont .ny_con .bottom .ri-per {
	flex: 1;
	min-height: 800px;
	margin-left: 30px;
}

.ny_contont .ny_con .bottom .ri-per dd {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

.ny_contont .ny_con .bottom .ri-per dd dl a {
	color: #000000;
	font-size: 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.ny_contont .ny_con .bottom .ri-per dd dl a .img {
	position: relative;
	padding-bottom: 160.28%;
}

.ny_contont .ny_con .bottom .ri-per dd dl a .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ny_contont .ny_con .bottom .ri-per dd dl a span {
	margin-top: 10px;
}

.single-article {
	font-size: 16px;
	color: #333;
	min-height: 800px;
	line-height: 32px;
	padding: 0 20px;
}

.single-article .title1 {
	font-size: 36px;
	text-align: center;
}

.single-article .title_time {
	font-size: 14px;
	margin: 20px 0;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.single-article .title_time span:first-child {
	margin-right: 20px;
}

.bac-none {
	background-image: none !important;
}

.top-logo {
	right: -85px;
	bottom: -15px;
	position: absolute;
}

#scroll_to_top {
	display: none;
	/* 默认不显示 */
}

.wort {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dddddd;
}

.wort .leq {
	display: flex;
	align-items: center;
}

.wort .leq span {
	font-size: 30px;
	font-weight: 700;
	margin-left: 20px;
}

.wort .ri {
	display: flex;
}

.wort .ri span {
	color: #009fc2;
}

.index1 {
	padding: 60px 0;
	background-color: #f8f7fd;
}

.index1 .box1 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.index1 .box1 .le {
	width: 50%;
	position: relative;
}

.index1 .box1 .le .img {
	position: relative;
	/* padding-bottom: 56.71875%; */
	padding-bottom: 47.5%;
}

.index1 .box1 .le .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.index1 .box1 .ri {
	width: 0;
	margin-left: 40px;
	flex: 1;
	position: relative;
}

.index1 .box1 .ri.swiper {
	width: 100%;
	height: 100%;
}

.index1 .box1 .ri .swiper-slide {
	height: auto;
	background-color: #ffffff;
}

.index1 .box1 .ri .swiper-slide a .bbx {
	position: relative;
}

.index1 .box1 .ri .swiper-slide a .bbx .top {
	position: relative;
	padding-bottom: 66.885%;
}

.index1 .box1 .ri .swiper-slide a .bbx .top img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.index1 .box1 .ri .swiper-slide a .bbx .bot {
	padding: 30px;
	color: #000000;
	font-size: 16px;
	border-radius: 0 0 5px 5px;
	background-color: #FFFFFF;
}

.index1 .box1 .ri .swiper-slide a .bbx .bot .tt {
	line-height: 30px;
	margin-bottom: 5px;
}

.index1 .box1 .ri .swiper-slide a:hover .bbx .bot .tt {
	color: #0052ae;
}

.index1 .box1 .ri .swiper-slide a .bbx .bot .mo {
	display: flex;
	align-items: center;
}

.index1 .box1 .ri .swiper-slide a .bbx .bot .mo .t1 {
	color: #009fc2;
	margin-right: 5px;
	font-size: 14px;
}

.index1 .box1 .ri .swiper-slide a .bbx .time {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	left: 0;
	border-radius: 5px 0 5px 0;
	padding: 8px;
	color: #FFFFFF;
	background: rgba(0, 82, 174, .6);
}

.index1 .box1 .ri .swiper-slide a .bbx .ti1 {
	font-size: 24px;
	font-weight: 700;
}

.index1 .box1 .ri .swiper-slide a .bbx .ti2 {
	font-size: 14px;
}

.index1 .box1 .ri .swiper-button-next {
	position: absolute;
	right: 0;
	top: 53.2%;
	background-size: 35px 40px;
	width: 35px;
	height: 40px;
	background-image: url('../img/icon4.png');
}

.index1 .box1 .ri .swiper-button-prev {
	position: absolute;
	top: 53.2%;
	background-size: 35px 40px;
	width: 35px;
	height: 40px;
	background-image: url('../img/icon3.png');
	left: 0;
}

.index2 {
	padding: 60px 0;
	background-color: #FFFFFF;
}

.index2 .box2 {
	display: flex;
}

.index2 .box2 .le {
	width: 66.176%;
}

.index2 .box2 .le ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;

}

.index2 .box2 .le ul li {
	border-radius: 5px;
	padding: 30px;
	background-color: #f8f7fd;
}

.index2 .box2 .le ul li .top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.index2 .box2 .le ul li .top .lee {
	color: #FFFFFF;
	max-width: 70px;
	display: flex;
	padding: 7px;
	box-sizing: border-box;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url('../img/bg3.png');
}

.index2 .box2 .le ul li .top .lee .t1 {}

.index2 .box2 .le ul li .top .lee .tt1 {
	font-size: 24px;
	font-weight: 700;
}

.index2 .box2 .le ul li .top .lee .tt2 {
	font-size: 14px;
}

.index2 .box2 .le ul li .top .tt {
	margin-left: 30px;
	flex: 1;
	font-size: 18px;
	color: #000000;
}

.index2 .box2 .le ul li:hover .top .tt {
	color: #0052ae;
}

.index2 .box2 .le ul li .text {
	color: #666666;
	font-size: 14px;
}

.index2 .box2 .riii {
	width: 30.882%;
	margin-left: 40px;
}

.index2 .box2 .riii .swiper {}

.index2 .box2 .riii .swiper-slide .img {
	position: relative;
	padding-bottom: 97%;
}

.index2 .box2 .riii .swiper-slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index2 .box2 .riii .sw-box {
	position: relative;
}

.index2 .box2 .riii .sw-box .bot-box {
	z-index: 999;
	bottom: 2%;
	position: absolute;
	width: 95%;
	padding: 20px;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	background: rgba(0, 82, 174, .8);
}

.index2 .box2 .riii .sw-box .bot-box .tit {
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;
}

.index2 .box2 .riii .sw-box .bot-box .bot {
	justify-content: center;
	display: flex;
	align-items: center;
}

.index2 .box2 .riii .sw-box .bot-box .bot .swiper-button-next {
	position: static;
	color: #ffffff;
	width: 25px;
	height: 25px;
	margin-top: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4);
	background-size: 20px 20px;
	background-position: center;
	background-image: url(../img/icon12.png);
	background-repeat: no-repeat;
}

.index2 .box2 .riii .sw-box .bot-box .bot .swiper-button-prev {
	position: static;
	color: #ffffff;
	width: 25px;
	height: 25px;
	margin-top: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4);
	background-size: 20px 20px;
	background-position: center;
	background-image: url(../img/icon13.png);
	background-repeat: no-repeat;
}

.index2 .box2 .riii .sw-box .bot-box .bot .swiper-pagination {
	position: static;
	margin: 0 10px;
}

.index2 .box2 .riii .sw-box .bot-box .bot .swiper-pagination-bullet {
	margin-right: 5px;
	background-color: #fff;
}

.index2 .box2 .riii .sw-box .bot-box .bot .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffd200;
}

.index2 .box2 .riii .sw-box .bot-box .bot .swiper-pagination-bullet :last-child {
	margin-right: 0;
}

.index3 {
	padding: 60px 0;
	background-color: #f8f7fd;
}

.index3 .box3 {
	display: flex;
	/* justify-content: space-between; */
}

.index3 .box3 .bx1 {
	width: 32.3%;
	margin-right: 20px;
}

.index3 .box3 .bx1 ul li {
	margin-bottom: 15px;
}

.index3 .box3 .bx1 ul li:last-child {
	margin-bottom: 0;
}

.index3 .box3 .bx1 ul li a {
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}

.index3 .box3 .bx1 ul li a .lee {
	color: #FFFFFF;
	max-width: 70px;
	display: flex;
	padding: 7px;
	box-sizing: border-box;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url('../img/bg3.png');
}

.index3 .box3 .bx1 ul li a .lee .t1 {}

.index3 .box3 .bx1 ul li a .lee .tt1 {
	font-size: 24px;
	font-weight: 700;
}

.index3 .box3 .bx1 ul li a .lee .tt2 {
	font-size: 14px;
}

.index3 .box3 .bx1 ul li a .tt {
	margin-left: 30px;
	flex: 1;
	line-height: 30px;
	height: 55px;
	font-size: 16px;
	color: #000000;
}

.index3 .box3 .bx1 ul li a:hover .tt {
	color: #0052ae;
}

.bg-bl {
	background-image: url('../img/bg4.png') !important;
}

.fc2 {
	color: #009fc2 !important;
}

.index3 .box3 .bx2 {
	width: 32.3%;
}

.index3 .box3 .bx2 ul li {
	margin-bottom: 32px;
}

.index3 .box3 .bx2 ul li:last-child {
	margin-bottom: 0;
}

.index3 .box3 .bx2 ul li a {
	display: flex;
	padding: 10px;
	border-radius: 5px;
	background-color: #ffffff;
}

.index3 .box3 .bx2 ul li a .le {
	position: relative;
	width: 33.4%;
}

.index3 .box3 .bx2 ul li a .le .img {
	position: relative;
	padding-bottom: 64.285%;
}

.index3 .box3 .bx2 ul li a .le .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	object-fit: cover;
}

.index3 .box3 .bx2 ul li a .ri {
	margin-left: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.index3 .box3 .bx2 ul li a .ri .tt {
	font-size: 16px;
	color: #000000;
}

.index3 .box3 .bx2 ul li a:hover .ri .tt {
	color: #0052ae;
}

.index3 .box3 .bx2 ul li a .ri .time {
	color: #999999;
	font-size: 14px;
}

.index4 {
	padding: 60px 0;
	background-color: #ffffff;
}

.index4 .box4 {
	position: relative;
}

.index4 .box4 .swiper-slide .box {
	display: flex;
	flex-direction: column;
}

.index4 .box4 .swiper-slide .box .img {
	border: 10px solid #F8F7FD;
	border-radius: 50%;
	max-width: 240px;
	margin-bottom: 5px;
}

.index4 .box4 .swiper-slide .box .img img {
	width: 240px;
	height: 240px;
	object-fit: cover;
	border-radius: 50%;
}

.index4 .box4 .swiper-slide .box .bo {
	margin-top: 5px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.index4 .box4 .swiper-slide a .box .bo .t1 {
	font-size: 18px;
	color: #222222;
}

.index4 .box4 .swiper-slide a:hover .box .bo .t1 {
	color: #0052ae;
}

.index4 .box4 .swiper-slide a .box .bo .t2 {
	color: #666666;
	font-size: 14px;
}

.index4 .box4 .swiper-button-next {
	right: -80px;
	top: 60%;
	width: 50px;
	height: 50px;
	border: 1px solid #dddddd;
	background-size: 12px 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #f8f7fd;
	background-image: url('../img/icon14.png');
}

.index4 .box4 .swiper-button-prev {
	left: -80px;
	top: 60%;
	width: 50px;
	height: 50px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	background-size: 12px 20px;
	border-radius: 5px;
	background-color: #f8f7fd;
	background-image: url('../img/icon15.png');
}

.index5 {
	padding: 20px 0;
	background-color: #f9f9f9;
}

.index5 .box5 ul {
	display: flex;
	justify-content: space-between;
}

.index5 .box5 ul li {
	flex: 1;
	cursor: pointer;
	/* border-right: 1px solid #dddddd; */
	/* flex-direction: column; */
	/* align-items: center; */
}

.index5 .box5 ul li a {
	display: flex;
	cursor: pointer;
	color: #222222;
	border-right: 1px solid #dddddd;
	flex-direction: column;
	align-items: center;
}

.index5 .box5 ul li:nth-child(1) a {
	border-left: 1px solid #dddddd;
}

.index5 .box5 ul li span {
	font-size: 18px;
	margin-top: 10px;
}

.index5 .box5 ul li:hover span {
	color: #0052ae;
}

.footer {
	padding: 60px 0;
	background-color: #0052ae;
}

.footer .fot {
	display: flex;
	justify-content: space-between;
}

.footer .fot .le {
	display: flex;
	align-items: center;
}

.footer .fot .r {
	color: #ffffff;
	margin-left: 40px;
}

.banner-n {
	position: relative;
	padding-bottom: 15.625%;
}

.banner-n img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article_list li {
	margin-bottom: 15px;
}

.article_list li:last-child {
	margin-bottom: 0;
}

.article_list li a {
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}

.article_list li a .lee {
	color: #FFFFFF;
	max-width: 70px;
	display: flex;
	padding: 7px;
	box-sizing: border-box;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url('../img/bg3.png');
}


.article_list li a .lee .tt1 {
	font-size: 24px;
	font-weight: 700;
}

.article_list li a .lee .tt2 {
	font-size: 14px;
}

.article_list li a .tt {
	margin-left: 30px;
	flex: 1;
	line-height: 30px;
	height: 55px;
	font-size: 16px;
	color: #000000;
}

.article_list li a:hover .tt {
	color: #0052ae;
}

.pagination {
	list-style: none;
	padding: 0;
	display: flex;
}

.page-item {
	margin: 0 5px;
}

.page-item .page-link {
	padding: 8px 12px;
	text-decoration: none;
	color: #024ba5;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 5px;
}

.page-item .page-link:hover,
.page-item .page-link:focus {
	background-color: #e9ecef;
}

.page-item.active .page-link {
	background-color: #007bff;
	color: #fff;
	border-color: #007bff;
}

nav {
	justify-content: center;
	margin-top: 50px;
	display: flex;
}

nav .sy a {
	color: #024ba5;
	margin-right: 10px;
}

nav .sy:last-child a {
	margin-right: 0;
	margin-left: 10px;
}

/* 可以根据需要添加更多的样式 */