@charset "utf-8";
/* CSS Document */
  /* 基础样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", sans-serif;
}
a {
	text-decoration: none;
	color: #333;
}
ul, ol {
	list-style: none;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
/* 第一行 - 红色横条 */
.red-bar {
	height: 2px;
	background-color: #b11a12;
	width: 100%;
}
/* 第二行 - 头部 */
.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
..mobile-header {
display: none;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 padding: 10px 0;
}
.hamburger span {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #333;
	margin: 4px 0;
}
.mobile-header {
	display: none;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 0;
}
.nav-item:hover .submenu {
	display: block;
}
.header {
	background-color: #fff;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	height: 65px;
}
.search-box {
	display: flex;
	align-items: center;
}
.search-box input {
	padding: 8px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-right: 10px;
}
.search-box button {
	border: none;
	background: none;
	padding-right: 15px;
}
.old-version {
	margin-left: 15px;
	color: #999;
	font-size: 12px;
	text-align: right;
	display: block;
	color: #333;
	margin-bottom: 5px;
}
.search-box {
	display: flex;
	width: 287px;
	max-width: 100%;
	border: 1px solid #ad1007;
	background: none;
	border-radius: 1rem;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.mobile-search {
	padding: 15px;
	display: none;
}
.search-box input {
	flex: 2;
	padding: 10px 15px;
	outline: none;
	border-radius: 1rem;
	border: none;
	background: none;
	color: #333;
}
.search-box button img {
	width: 23px;
}
/* 第三行 - 导航菜单 */
{
flex: 2;
 padding: 10px 15px;
 outline: none;
 border-radius: 1rem;
 border: none;
 background: none;
 color: #333;
}
.nav {
	background-color: #ad1007;
	position: relative;
}
.nav-list {
	display: flex;
	justify-content: space-around;
}
.nav-item {
	position: relative;
	padding: 15px 20px;
}
.nav-item > a {
	color: white;
}
.submenu {
	position: absolute;
	top: 100%;
	left: -30px;
	background-color: #fff;
	width: 174px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: none;
	z-index: 100;
	padding-top: 10px;
}
.submenu li {
	padding: 10px 15px;
	text-align: center;
}
.submenu li a {
}
.submenu li:hover {
	background-color: #ad1007;
	color: #fff;
}
.submenu li:hover a {
	display: block;
	color: #fff;
}
.nav-item:hover .submenu {
	display: block;
}
.hamburger {
	display: none;
	cursor: pointer;
	padding: 15px;
}
.hamburger span {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #b11a12;
	margin: 4px 0;
}
/* 第四行 - 工作动态 */
.impression-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	padding: 10px;
	font-size: 14px;
	background: rgba(0,0,0,0.6)
}
.impression-title p {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
}
.work-dynamic {
	background-color: #fff;
	padding: 30px 0;
}
.swiper-slide {
	height: auto !important;
}
.dynamic-container {
	display: flex;
	flex-wrap: wrap;
}
.news-slider {
	flex: 1;
	min-width: 300px;
	padding: 0 15px;
	padding-left: 0px;
}
.news-list {
	flex: 1;
	min-width: 300px;
	padding: 0 15px;
	padding-right: 0px;
}
.main-news {
	padding-bottom: 20px;
	border-bottom: solid 1px #efefef;
	display: block;
}
.main-news-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.main-news-content {
	color: #666;
	line-height: 200%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
 font-size: 14px;

}
.news-item {
	display: flex;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px dashed #eee;
	transition: all 0.3s;
}
.news-item:hover {
	transform: translateX(5px);
}
.red-dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #ad1007;
	border-radius: 50%;
	margin-right: 10px;
}
.news-title {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-pagination {
	width: auto !important;
	right: .2rem !important;
	left: auto !important;
	bottom: 10px !important;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #ad1007;
}
/* 第五行 - 图片轮播 */
.tplbbj {
	background: url(../images/lcbj.jpg) no-repeat 0 0;
	padding: 30px 0;
	position: relative;
}
.carousel-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.carousel {
	display: flex;
	transition: transform 0.5s ease;
}
.carousel-item h3 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	height: calc(100% - 120px);
	position: relative;
}
.lcfbr {
	flex: 0 0 25%;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.wznrb {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.carousel-item {
	margin: 0 10px;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	height: 240px;
	transition: all 0.3s;
}
.carousel-item {
	margin: 0 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 5px;
	width: 75%;
	display: block;
}
.carousel-item img {
	width: 120px;
	height: auto;
	display: block;
	border-radius: 5px;
}
.carousel-item-content {
	text-align: center;
	display: flex;
	justify-content: center;
}
.carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	color: #ae1209;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	font-size: 20px;
	border: 2px solid #ae1209;
	background: none;
	font-size: 20px;
}
.carousel-arrow.prev {
	left: 70px;
}
.carousel-arrow.next {
	right: 70px;
}
.carousel-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
/* 第六行 - 通知公告和公示 */
.notice-section {
	padding: 30px 0;
	background-color: #fff;
}
.notice-container {
	display: flex;
	flex-wrap: wrap;
}
.notice-box, .publicity-box {
	flex: 1;
	min-width: 300px;
	padding: 0 15px;
}
.section-title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e74c3c;
	margin-bottom: 15px;
	color: #333;
}
.notice-item, .publicity-item {
	display: flex;
	align-items: center;
	padding: 15px 0;
	transition: all 0.3s;
	font-size: 16px;
}
.notice-item:hover, .publicity-item:hover {
	transform: translateX(5px);
}
.notice-title, .publicity-title {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice-date, .publicity-date {
	color: #333;
	font-size: 14px;
}
/* 第七行 - 专题推荐 */
.feature-section {
	background: url(../images/ztbj.png) no-repeat 0 0;
}
.feature-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature-item {
	width: calc(25% - 15px);
	height: 154px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}
.feature-item:hover {
	transform: scale(1.05);
}
.feature-item:hover::before {
	opacity: 1;
}
/* 第八行 - 页脚 */
.footer {
	background: #920e07;
	background-size: cover;
	background-position: center;
	padding: 25px 0 0 0;
	color: white;
}
.hxst {
	height: 1px;
	background: #e6a0a5;
	width: 100%;
}
.footer-container {
	display: flex;
	flex-wrap: wrap;
}
.footer-contact {
	flex: 0.5;
	min-width: 300px;
}
.footer-links {
	flex: 1;
	min-width: 300px;
	display: flex;
	justify-content: center;
	justify-content: center;
	align-items: center;
}
.footer img {
	width: 100%;
	padding-top: 10px;
}
.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 14px;
}
.contact-icon {
	margin-right: 10px;
	color: #e74c3c;
}
.links-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	width: 15%;
	text-align: center;
}
.links-list {
	display: flex;
	flex-wrap: wrap;
	border-left: solid 2px #fff;
	padding-left: 10px;
}
.links-item {
	width: 22%;
	margin-bottom: 10px;
}
.links-item a {
	color: white;
	transition: all 0.3s;
}
.links-item a:hover {
	color: #e74c3c;
}
.news_title {
	position: relative;
}
.news_title h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.news_title h2 b {
	color: #ad1007;
	border-bottom: solid 2px #ad1007;
	padding: 5px 0;
}
.news_title a {
	position: absolute;
	right: 0;
	top: 12px;
	color: #666666;
	line-height: 1;
	font-size: 14px;
}
/* 列表 */
.content {
	display: flex;
	margin-top: 40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	margin-top: 30px;
}
.left-nav h2 span {
	width: 96px;
	height: 1px;
	display: block;
	background-color: #f0f0f0;
	margin: 0 auto;
	margin-top: -10px;
}
.left-rowsf {
	background: #f5f5f5;
	padding: 10px 0;
	text-align: center;
}
.left-nav {
	flex: 0 0 250px;
	padding-right: 2%;
	align-self: flex-start;
}
.title-block h1 {
	font-size: 20px;
	border-left: solid 3px #ad1007;
	padding-left: 10px;
}
.left-nav h2 {
	height: 70px;
	line-height: 64px;
	text-align: center;
	background-color: #ad1007;
	margin: 0;
	font-size: 24px;
	color: #f0f0f0;
}
.sub-nav-item {
	padding: 10px;
	margin: 5px 0;
	color: #333;
	transition: all 0.3s;
	display: block;
	font-size: 16px;
}
.sub-nav-item:hover {
	background: #ba0401;
	color: #fff;
}
.right-content {
	flex: 1;
	width: calc(100% - 250px);
}
.breadcrumb {
	color: #666;
	font-size: 14px;
}
.title-block {
	margin: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #b11a12;
	padding-bottom: 10px;
}
.red-block {
	width: 20px;
	height: 24px;
	background: #c00;
	margin-right: 10px;
}
.news-list {
	list-style: none;
}
.news-item {
	display: flex;
	justify-content: space-between;
	padding: 22px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.news-item::before {
	color: #b11a12;
	margin-right: 8px;
}
.news-title {
	position: relative;
	flex: 1;
	color: #333;
	font-size: 16px;
}
.news-title:hover {
	color: #ad1007;
}
.news-date {
	color: #666;
	position: absolute;
	right: 0;
	z-index: 666;
	bottom: 0;
}
.position span, a {
	color: #666;
	font-size: 14px;
}
.lsistn-wz {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
}
/*分页*/
.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;
}
/*详细*/
.detaoldf-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0 15px;
	margin-top: 30px;
	margin-bottom: 25px;
}
.page-title {
	padding-top: 10px;
	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;
	line-height: 170%;
}
.detailed-txt img {
	width: 500px;
	margin-top: 10px;
}
.detailed-txt {
	text-align: center;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.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
}
.detailed-tu div {
	color: #666 !important;
	font-size: 14px !important;
	text-align: center !important;
	margin-top: 10px !important;
}
/*图文*/
.news-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.piclist-item {
	width: calc(25% - 20px);
	margin-bottom: 30px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}
.news-image {
	position: relative;
	overflow: hidden;
}
.news-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}
.news-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	transition: all 0.3s ease;
}
.news-desc {
	padding: 15px;
	font-size: 14px;
	color: #666;
}
/* 鼠标悬停效果 */


.piclist-item:hover .news-image img {
	transform: scale(1.05);
}
/*机构设置*/
.list_xzzt {
	background: #ba0401;
	color: #fff;
}
.tw_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.list_tu img {
	width: 160px;
	transform: scale(1);
}
.list_zhiwu {
	color: #ad1007;
	font-weight: bold;
	font-size: 20px;
}
.list_ldtext {
	flex: 1;
}
.list_ldtext p {
	line-height: 250%;
}
.list_tu {
	overflow: hidden;
	position: relative;
	width: 170px;
	margin-right: 15px;
	height:260px;
}
.list_tu img {
	transition: transform 0.3s ease; /* 动画过渡效果 */
}
.list_tu img:hover {
	transform: scale(1.1); /* 放大 1.1 倍（可调整） */
}
.list_tu span {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 169px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: url(../images/2311071005010595992.png) no-repeat;
}
/*修改首页*/
.wznrb p{    font-weight: bold;font-size: 20px;color: #333;}
.nav-item a{font-size:16px;}
.detailed-txt p,.detailed-txt span{text-indent: 2rem;
    margin-top: 10px;
    text-align: left;
    line-height: 170%; font-size: 16px;
}
