@charset "utf-8";
/* CSS Document */

       /* 基础样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', sans-serif;
}
body {
	background-color: #fff;
	color: #333;
	line-height: 1.6;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	list-style: none;
}
.container {
	width: 100%;
	max-width: 1400px;/*5.26修改*/
	margin: 0 auto;
	padding: 0 40px;
}
/* 响应式设计 */




/* 第一行 - 头部 */
.header {
	background-color: #0a3d9f;
	padding: 15px 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.logo {
	font-size: 24px;
	font-weight: bold;
	color: #2c3e50;
}
.logo img {
	height: 50px;
	max-width: 100%;
}
.search-box {
	display: flex;
	width: 300px;
	max-width: 100%;
	border: 1px solid #fff;
	background: none;
	border-radius: 20rem;
	justify-content: center;
	align-items: center;
}
.slideTxts p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-box input {
	flex: 2;
	padding: 10px 15px;
	outline: none;
	border-radius: 1rem;
	border: none;
	background: none;
	color: #fff;
}
.search-box a {
	cursor: pointer;
	height: 20px;
	border: none;
	padding-right: 15px;
}
.search-box a img {
	width: 23px;
}
.search-box button {
	padding: 10px 15px;
	background-color: #3498db;
	color: white;
	border: none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	transition: background-color 0.3s;
}
/* 第二行 - 导航菜单 */
.navbar {
	background-color: #fff;
	position: relative;
	z-index: 1000;
}
.nav-menu {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-item {
	flex: 1;
	text-align: center;
	position: relative;
}
.nav-item > a {
	display: block;
	padding: 7px 0;
	color: #333;
	transition: all 0.3s;
	white-space: nowrap; /* 防止文字换行 */
}
.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 999;
}
.nav-item:hover .submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.submenu-item a {
	display: block;
	padding: 10px 15px;
	color: #333;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.submenu-item a:hover {
	background-color: #0041b7;
	padding-left: 20px;
	color: #fff;
}
/* 第四行 - 主要内容 */

.content-row {
	display: flex;
	gap: 20px;
}
.news-section {
	flex: 1;
	min-width: 0;
}
.news-container {
	display: flex;
	gap: 20px;
	padding: 10px 0px;    overflow: hidden;

}
.news-banner {
	width: 40%;
	min-width: 250px;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
}
.swiper {
	height: 60vh;
}
.swiper-button-prev, .swiper-button-next {
	display: none;
}
.news-banner .swiper-slide img {

	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list {
	flex: 1;
	border-radius: 5px;
}
.news-list h2 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	color: #2c3e50;
}
.news-item {
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
}
.news-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.news-item h3 {
	margin-bottom: 5px;
	font-size: 16px;
}
.news-item p {
	color: #666;
	font-size: 14px;
}
.notice-section {
	width: 400px;
	padding: 20px;
	border-radius: 5px;
	padding-left: 0px;
}
.notice-section h2 {
	font-size: 24px;
	margin-bottom: 20px;
	border-left: 5px solid #0a3d9f;
	color: #000;
	padding-left: 15px;
}
.notice-item {
	padding-bottom: 15px;
	border-bottom: 1px dashed #eee;
}
.notice-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.notice-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.notice-date {
	font-size: 12px;
	color: #999;
}
.notice-title {
	font-weight: bold;
	color: #2c3e50;
}
.notice-content {
	color: #666;
	font-size: 14px;
	overflow: hidden;
	padding-left: 10px;
}
/* 第五行 - 底部内容 */
.bottom-content {
	background-color: #fff;
}
.bottom-row {
	display: flex;
	gap: 20px;
}
.learning-section {
	flex: 1;
	padding: 20px;
	border-radius: 5px;
}
.learning-section h2 {
	font-size: 24px;
	margin-bottom: 20px;
	border-left: 5px solid #0a3d9f;
	color: #000;
	padding-left: 15px;
}
.learning-images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.learning-image {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	height: 113px;
	transition: transform 0.3s;
}
.learning-image:hover {
	transform: translateY(-5px);
}
.learning-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.learning-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(10, 61, 159, 0.6);
	color: white;
	padding: 8px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 24px;
	line-height: 100px;
	font-weight: bold;
}
.impression-section {
	width: 400px;
	padding: 20px;
	border-radius: 5px;
}
.impression-section h2 {
	font-size: 24px;
	margin-bottom: 20px;
	border-left: 5px solid #0a3d9f;
	color: #000;
	padding-left: 15px;
}
/*.impression-slider {
	height: 342px;
}*/
.impression-slider .swiper {
	height: 100%;
}
.impression-slide {
	position: relative;
	height: 100%;
}
.impression-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.impression-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	padding: 10px;
	font-size: 14px;
	background: linear-gradient(to top, rgba(10,61,159,70) 0%, rgba(10,61,159,0) 80% );
}
/* 页脚 */
.footer {
	background: url(../images/fotter.png) no-repeat center center;
	background-size: cover;
	color: white;
}
.footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer-logo {
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0px;
}
.footer-logo img {
	height: 80px;
}
.footer-contact {
	text-align: left;
}
.contact-item {
	margin-bottom: 10px;
	font-size: 14px;
}
/* 第三行 - Banner轮播 */
     /*
.banner {
    margin: 0;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
} */


.swiper-slide {
	display: flex;
	overflow: hidden;
}
.slideTxts {
}
/* 导航按钮样式调整 */
.swiper-button-prev, .swiper-button-next {
	color: white;
	background: rgba(0, 0, 0, 0.3);
	width: 40px;
	height: 80px;
	margin-top: -40px;
	border-radius: 4px;
}
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next {
	right: 20px;
}
/* 分页器样式调整 */
.swiper-pagination {
	bottom: 20px !important;
}
.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #2020d8;
}
/* 新闻动态区域样式 */
.news-section {
	flex: 1;
	padding: 20px;
	border-radius: 5px;
}
.news-section h2 {
	font-size: 24px;
	margin-bottom: 20px;
	border-left: 5px solid #0a3d9f;
	color: #000;
	padding-left: 15px;
}
.news-container {
	display: flex;
	gap: 20px;    overflow: hidden;
}
.news-banner {
	width: 45%;
	overflow: hidden;
	border-radius: 0px;
}
.news-banner .swiper-slide img {
	width: 100%;
	height: 232px;
	object-fit: cover;
}
.news-list {
	flex: 1;
}
.news-item {
	border-bottom: 1px dashed #eee;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
.news-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.news-item h3 {
	margin-bottom: 5px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 22%);
	max-width: 350px;
	transition: transform 0.3s ease, color 0.3s ease;
}
.news-item:hover h3 {
	transform: translateX(10px);
	color: #0a3d9f;
}
.news-item p {
	color: #666;
	font-size: 14px;
}
.main-content {
	background: #f5f9fc;
}
.swiper-pagination {
	width: auto !important;
	right: .2rem !important;
	left: auto !important;
	bottom: 20px !important;
}
.slideTxts {
	position: absolute;
	left: 15px;
	bottom: 6.4px;
	z-index: 10;
	color: #fff;
	font-size: 14px;
	display: block;
	white-space: nowrap;      /* 强制不换行 */
	overflow: hidden;         /* 超出部分隐藏 */
	text-overflow: ellipsis;  /* 超出部分显示省略号 */
	width: 200px;
	max-width: 70%;
}
.news_lsd {
	width: 80%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 35px;
	z-index: 2;
	background: #0b3da0;
}
.swiper {
	height: 100%;
}
.news-riqi {
	font-size: 13px;
}
.news-tit {
	margin: 0.1rem 0;
	font-weight: bold;
	font-size: 0.18rem;
}
a:hover h2 {
	transform: translateX(0.15rem);
}
.news-item span {
	text-align: right;
	font-size: 14px;
	color: #666;
	width: 22%;
}
.date {
	float: left;
	width: 75px;
	text-align: center;
	color: #02469A;
	background: url(../images/hover.png) no-repeat center 60%;
}
.date p {
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
}
.date span {
	display: block;
	padding-top: 17px;
	font-size: 16px;
	line-height: 1;
}
.notice-item {
	display: block;
	padding: 10px 5px;
	background-position: center center;
	overflow: hidden;
	transition: all .3s;
}
.notice-content p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice-title {
	white-space: nowrap; /* 禁止换行 */
	overflow: hidden;    /* 隐藏溢出内容 */
	text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.notice-item:hover {
	background: url(../images/sbjg_13.png) no-repeat center center;
	background-size: auto;
	background-size: cover;
}
.notice-item:hover .notice-content .notice-title {
	color: #fff;
}
.notice-item:hover .notice-content {
	color: #fff;
}
.notice-item:hover .date {
	color: #fff;
	background: url(../images/neau.png) no-repeat center 60%;
}
/*新闻列表*/
.list-banner {
	display: block;
	line-height: 0px;
}
.list-banner img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.list_nr {
	background-color: #fff;
}
.list-row {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-menu {
	width: 22%;
	background: linear-gradient(#1c55c4, #043491);
	padding-right: 2%;
	align-self: flex-start;
}
.list-menu h4 {
	font-size: 24px;
	;
	color: #fff;
	line-height: 260%;
	font-weight: 600;
	padding-left: 50px;
}
.list-menu > ul li {
	background: #fff;
}
.list-menu > ul li a.active {
	color: #043491;
	background: #f2f5f9;
}
.list-menu > ul h2 {
	position: relative;
	font-size: 16px;
	color: #333;
	padding: 10px 40px 10px 60px;
	border-bottom: 1px solid #eeeeee;
}
.list-menu > ul a {
	position: relative;
	font-size: 16px;
	color: #333;
	padding: 10px 40px 10px 60px;
	display: block;
	border-bottom: 1px solid #eeeeee;
}
.list-menu > ul > li:last-child {
	margin-bottom: 40px;
}
.list-menu>ul li:hover a, .list-menu>ul a.active {
	color: #043491;
	background: #f2f5f9;
}
.right-list {
	overflow: hidden;
	width: 75%;
}
.right-title {
	font-size: 20px;
	border-bottom: solid 2px #0a3d9f;
	color: #333333;
	font-weight: 600;
	line-height: 200%;
}
.list-tou .position > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 200%;
	color: #666666;
}
.list-tou {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}
.lirh-nr> ul > li > a > h3 {
	display: block;
	font-size: 15px;
	color: #333;
	transition: transform 0.3s ease, color 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10%;
	font-weight: normal;
}
.lirh-nr> ul > li > a {
	position: relative;
	display: block;
}
.lirh-nr> ul > li {
	line-height: 350%;
}
.lirh-nr > ul > li .lidt-rq {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #333;
}
.lirh-nr ul li a:hover h3 {
	transform: translateX(10px);
	color: #0a3d9f;
}
/*分页*/
.pb_sys_common {
	font-size: 12px;
	font-family: SimSun;
	line-height: 12px;
	color: #222;
}
.pb_sys_common a {
	text-decoration: none;
}
.pb_sys_common .p_pages {
	margin-left: -5px;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
	border: 1px solid #ccc;
	padding: 5px 8px;
	margin: 0px 0px 0px 5px;
	height: 24px;
	-height: auto;
	line-height: 12px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.pb_sys_common .p_t {
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o {
	color: #ccc;
}
.pb_sys_common .p_fun a, .pb_sys_common .p_no a {
	color: #222;
}
/*图片列表*/
.listtu-row {
	padding-top: 30px;
}
.cover_img .a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in;
}
.flex-left {
	display: flex;
	flex-wrap: wrap;
}
.cover_img {
	position: relative;
	overflow: hidden;
	height: 230px;
}
.eclip {
	font-size: 20px;
	text-align: center;
	color: #333333;
	line-height: 300%;
	box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);
}
.flex-left li {
	width: 31.21%;
	margin-top: 30px;
}
.flex-left li:nth-child(-n+3) {
	margin-top: 30px;
}
.cover_img .a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in;
}
.flex-left li:nth-child(3n+2) {
	margin-left: 3.185%;
	margin-right: 3.185%;
}
.bg-mask:hover .cover_img .a {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/*详细页面*/
.page-title {
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.detailed-date {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 200%;
	color: #999999;
}
.detailed h4 {
	font-size: 20px;
	line-height: 170%;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}
.detailed-date span {
	margin: 0 10px;
}
.detailed-txt p {
	text-indent: 2rem;
	margin-top: 10px;
	text-align: left;
}
.detailed-txt img {
	width: 500px;
	margin-top: 10px;
}
.detailed-txt {
	text-align: center;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
    max-height: 428px;
}
.news_title {
	position: relative
}
.news_title a{
	position: absolute;
	right: 0;
	top: 12px;
	color: #666666;
	line-height: 1;
	font-size: 14px;
}
.news_title a:hover{ color:#0a3d9f}
.keywordfontcolor1057147 {
    font-weight: bold;
    font-size:16px;
    color: rgb(255, 0, 0);
}
/*新增*/
.right-listqp{ width:100%;}