@charset "utf-8";
/* CSS Document */
.wrap-div{margin-bottom: 20px;}

.content-001{
	position: fixed;
	top:0;
	width: calc(100% - 30px);
	z-index: 15;
    background: #FAFCFF;
	padding: 0px 15px;
}

.content-001-1{
	align-content: center;
	width: 400px;
	text-align: left;
}

.content-001-2,.content-001-3{
	width: 450px;
}

.content-001-1 img{
	width: 350px;
    margin: 20px 0px 10px 0px;
}

.content-002{
	margin-top: 215px;
}

.nav-container {
    background-color: #CE0000;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
	justify-content: center;
}

.nav-menu li {
    padding: 0px 30px;
}

.nav-menu li a:hover,.nav-menu li a.this_menu{
    color: yellow;
}

.submenu a:hover{
	color:#ce0000!important;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
	font-size: 20px;
	font-weight: bold;
}

/* 移动端隐藏菜单 */
.menu-toggle {
    display: none;
    color: white;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
    .nav-menu {
        display: none;
        width: 50%;
        flex-direction: column;
        position: absolute;
        top: 55px;
        left: 0;
        background: #fff;
        padding: 10px;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu li {
        margin: 0px 0;
		border-bottom: 1px dashed #ECECEC;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .nav-container {
        position: relative;
        padding: 10px;
    }

	.nav-menu a {
		color: #000;
	}
	.nav-menu a:hover {
		color: #CE0000;
	}
	.nav-menu.active{
		box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 22px;
		background: rgb(255, 255, 255);
		border-radius: 4px;
		transform: translateY(-5px);
	}

	.searchbox {
		position: absolute;
		z-index: 13;
		right: 20px;
		width: 80%;
		border-radius: 3px;
	}
	
	.btn1 {
	    height: 32px;
	    line-height: 32px;
	}
	
}

.content-003,.content-004{
	grid-template-columns: repeat(2, 1fr);
	display: grid;
    background: none;
    box-shadow: none;
    gap: 10px;
}

.content-003-1,.content-003-2,.content-004,.content-004-1,.content-004-2,.content-005,.content-005-1,.content-005-2,.content-011,.content-011-1,.content-011-2{
	overflow: hidden;
	background: #fff;
}

.content-003-1,.content-004-1{
	width: 830px;
}

.content-004-1,.content-005-1,.content-011-1{
	width: 860px;
}

.content-003-2{
	width: 560px;
}

.content-004-2,.content-005-2,.content-011-2{
	width: 510px;
}

.content-004-2 ul{
	border: 1px solid #ECECEC;
    border-radius: 5px;
    background: #f8fcfa;
}

.content-004-2 ul li::before, .content-005-2 ul li::before{
	left: 6px;
}

.content-003-2,.content-004-1,.content-004-2,.content-005-1,.content-005-2,.content-011-1,.content-011-2{
	padding:10px;
	text-align: left;
}

.content-003-2-title,.content-004-1-title,.content-004-2-title,.content-005-1-title,.content-005-2-title,.content-011-1-title,.content-011-2-title{
    line-height: 40px;
    border-bottom: 1px solid #ECECEC;
	font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
}

.content-001-3 img {
    height: 67px;
}

.info-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}



.info-list li {
	position: relative;
	padding: 8px 0 8px 25px;
	border-bottom: 1px dashed #ECECEC;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.info-list li:hover{
	background-color: #CE0000;
	color: #fff;
}

.info-list li:hover,.info-list li:hover span{
	background-color: #CE0000;
	color: #fff!important;
}

/* 自定义黑点 */
.info-list li:hover::before {
	color: #fff;
}

/* 自定义黑点 */
.info-list li::before {
	content: "•";
	color: #666;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.info-list-content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-grow: 1;
	margin-right: 15px;
}

.info-list-time {
	color: #999;
	font-size: 14px;
	flex-shrink: 0;
	margin-right: 20px;
}


.content-003-2-list li:last-child{
	border-bottom: none;
}

.content-003-2-list li::before{
	content: "•"; /* 使用Unicode圆点符号 */
  	margin-right: 0.5em;
}

/* .content-004-1 {
	white-space: nowrap;
	overflow-x: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;  IE隐藏滚动条
	scrollbar-width: none;     Firefox隐藏滚动条
	padding: 20px 0px 20px 50px;
    margin: 20px;
} */

.content-004-1::-webkit-scrollbar { display: none; } /* Chrome隐藏滚动条 */

.m_tabpack_tablist {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 10px;
    margin: 0;
    padding: 0px;
    max-height: calc(4*(1em + 20px));
    min-width: 760px;
}

.m_tabpack_tablist::-webkit-scrollbar {
    display: none;
}

.m_tabpack_tablist li {
    border: 1px solid #ECECEC;
}

.m_tabpack_tablist a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 5px 10px;
}

/* 半透明导航按钮 */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.3);
    border: none;
    padding: 10px 5px;
    cursor: pointer;
    z-index: 1;
    transition: 0.3s;
}

.nav-button.prev { left: 50px; }
.nav-button.next { right: 0; }


/* 默认隐藏按钮 */
.nav-button { 
	display: none; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
  }
  
  
  /* 760px以下显示按钮 */
  @media (max-width: 850px) {
	.nav-button { display: block; }
	.prev { left: 10px; }
	.next { right: 10px; }
  }

.m_tabpack_tablist a.this_a, .m_tabpack_tablist a:hover{
  color:yellow;
  background: #CE0000;
}

.content-005 .content-005-div{
    display: inline-block;
    background: #fff;
    text-align: left;
}

.news_list_item_summery, .content-005-div img{
	cursor: pointer;
}

.content-005-div .news-title:hover, .news_list_item_summery:hover{
	color: #ce0000;
	cursor: pointer;
}

.news_list_item_date{
	line-height: 2vw;
	color: rgb(153, 153, 153);
}

.content-005 .news-item:hover{
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 22px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    transform: translateY(-5px);
}

.swiper-container {
    width: 100%;  /* 宽度自适应‌:ml-citation{ref="1,4" data="citationList"} */
    height: 410px; /* 按需调整高度 */
    position: relative;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-box {
    position: absolute;  
    left: 0px;          /* 左下角定位 */  
    bottom: 0px;  
    color: white;  
    z-index: 10;         /* 确保在图片上方 */  
    background: rgba(0,0,0,0.5);  
    padding: 8px 15px; 
    font-size: 16px;
}

.title-box:hover{
	color:#CE0000;
}

/* 分页器样式调整 */
.swiper-pagination {  
    position: absolute;  
    right: 20px !important;  /* 覆盖默认居中样式 */  
    bottom: 20px !important;  
    left: auto !important;    /* 取消默认左对齐 */  
    display: flex;  
    justify-content: flex-end; /* 分页点靠右排列 */  
}  
.swiper-pagination-bullet {  
    margin: 0 4px;         /* 调整分页点间距 */  
}  

.headlines {
    background: #fff;
    padding: 17px 0;
    text-align: center;
}

.headlines a {
    color: #dd2126;
    font-size: clamp(2rem, 6vw, 4rem);  /* 动态范围限制 */  
    line-height: 1.5;
    font-weight: 600;
}

.content-005-div img{
	width: 100%;
	height: 200px;
}

.content-006{
	height: 40px;
	line-height:40px;
    text-align: left;
    align-content: center;
    font-size: 20px;
    font-weight: 600;
}

.content-006 span{
	margin-left: 20px;
}

.jz_scroll_wrap{
	padding: 20px 5%;
}

.photo_display_area{
	display: flex;
    flex-wrap: wrap;
    margin: 2%;
}

.photo_display_area li{
	width: 16.5%;
    height: 50%;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: bold;
}

.photo_display_area li a:hover{
	color:#dd2126!important;
}

.photo_display_area li img{
	width: 100%;
    height: 100%;
}

.content-008{
	width: 100%;
	margin-bottom: 0px;
	padding: 0px 0px 1% 0px;
	background: #CE0000;
    color: #fff!important;
}

.content-008 a{
    color: #fff!important;
}

.content-008 a:hover{
    color: yellow!important;
}

.content-001-3 a{
	padding: 2% 5%;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.news-item {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
}
.news-content {
	margin-top: 10px;
}
.news-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-date {
	color: #888;
	margin-bottom: 10px;
}

.content-001-4 button{
	border: none;
	padding: 5px 10px;
	display: block;
}

#userinfo_a {
	display:none;
	margin-top: 7px;
    margin-left: 10px;
}

/* .content-001-4 button:hover{
	color: #ce0000;
} */
.denlu{
	color: #fff;
	background-color:green;
}

.zhuce{
	color: #fff;
	background-color:#0085E8;
	margin-top: 10px;
}

.content-004-gyxm{
	width:50px;
	height: 177px;
	position: absolute;
	background-image: url(../images/notice.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 22px;
    display: flex;
    align-content: center;
    color: #fff;
    font-size: 18px;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
}

@media (max-width: 1024px) {
	.news-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.swiper-container {
		height: 380px; 
	}
	.content-001-1 img{
		width: 250px;
	}
	.content-001-1,.content-001-2,.content-001-3 {
	    width: auto;
	}
	.content-003-1{
		width: 100%;
	}
	
	.content-003-2{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.content-003{
		grid-template-columns: repeat(1, 1fr);
	}
	.swiper-container {
		height: 350px; 
	}
	.content-001-1 img{
		width: 230px;
	}
	.top2box_c {
	    width: 100%;
	    justify-content: space-between;
	}
	.searchbox {
	    text-align: right;
	}
	.content-001-1,.content-001-2,.content-001-3 {
	    width: auto;
	}
	.content-001-3 {
	    margin-left: -50px;
	}
	.content-001-3 img {
		height: 50px;
	}
	.content-001-4 button {
	    border: none;
	    padding: 3px 8px;
	    margin-left: calc(100% - 43px);
	}
	.content-003-1{
		width: 100%;
	}
	
	.content-003-2{
		width: 100%;
	}
}
@media (max-width: 480px) {
	.news-grid {
		grid-template-columns: 1fr;
	}
	.content-003{
		grid-template-columns: 1fr;
	}
	.info-list li {
		flex-wrap: wrap;
		padding-left: 20px;
	}
	
	.info-list-content {
		white-space: normal;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.swiper-container {
		height: 300px; 
	}
	.content-001-1 img{
		width: 200px;
	}
	.top2box_c {
		width: 100%;
		justify-content: space-between;
	}
	.content-001-3 img {
		height: 35px;
	}
	.searchbox {
	    text-align: right;
	}
	.content-001-1,.content-001-2,.content-001-3 {
	    width: auto;
	}
	.content-001-3 {
	    margin-left: -40px;
	}
	.content-001-4 button {
	    border: none;
	    padding: 2px 5px;
	    margin-left: calc(100% - 37px);
	}
	.content-003-1{
		width: 100%;
	}
	.content-003-2{
		width: 100%;
	}
}

.content-004-1-1,.content-005-1-1,.content-011-1-1{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    position: relative;
}

.content-004 li,.content-005 li,.content-011 li{
	border-bottom:none!important;
}

.content-004 li:hover,.content-005 li:hover,.content-011 li:hover{
	color: #CE0000!important;
	background: none!important;
}

.content-004 li:hover::before,.content-005 li:hover::before,.content-011 li:hover::before {
    color: #CE0000;
}

.content-004-1-1-1 p,.content-004-1-1-1 img{
	display: inline-block;
}

.content-004-1-1-1{
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}

.content-004-1-1-1 img{
	width: 100%;
	height: 220px;
}

.content-004-1-1-1 .info-list-abstract{
	width: 100%;
	font-size: 14px;
    line-height: 26px;
    color: #878787;
}

.info-list-title{
	font-weight: 600;
    font-size: 16px;
}

.xiangxi{
	position: absolute;
    right: 0;
    bottom: 5px;
    color: #ce0000;
    font-size: 14px;
}

/* .content-004-2 li:first-child {
	padding: 5px;
} */

.content-004-2-1{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
}

.content-004-2-1 img {
	width: 247.5px;
	height: 90px;
}

.content-004-2-1 img:first-child {
	width: 500px;
	height: 155px;
	margin-bottom: 5px;
}

.content-004-1-2 img{
	width: 100%;
	height: 120px;
}

.content-010 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.content-010 img{
    width: 465px;
    height: 100px;
}

.content-005-1-1-1{
	margin-top: 10px;
}

.content-005-1-1-1,.content-005-1-2-1,.content-005-2-2-1{
	position: relative;
	line-height: 0px;
}

.content-005-1-1-1 img{
	width: 425px;
	height: 346px;
	cursor: pointer;
}

.content-005-1-1-1 p, .content-005-1-2 p, .content-005-2-2 p{
	position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 25px;
    font-size: 16px;
}

.content-005-1-1-1 p:hover, .content-005-1-2 p:hover, .content-005-2-2 p:hover{
    color: #ce0000;
}

.content-005-1-2, .content-005-2-2{
	/* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; */
    margin-top: 10px;
}

.content-005-1-2 img{
	width: 207px;
    height: 168px;
    cursor: pointer;
}

#ztbd_children_list2 img{
	height: 160px;
}

.content-005-2-2-1 img{
	width: 100%;
    height: 165px;
    cursor: pointer;
}

.content-005-2 ul{
	border: 1px solid #ececec;
	border-radius: 5px;
}

.content-005-2-1{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.content-005-2-1 div{
    position: relative;
    text-align: center;
    margin: 5px 12px;
    padding:5px 0px;
    cursor: pointer;
}

.content-005-2-1 div:hover,.content-005-2-1 div.this_div{
    background: #ce0000;
    color: #fff;
    border-radius: 5px;
}

.content-011-1-1-1{
	display: inline-block!important;
	height: 245px;
}

#xw_children_list1 li:first-child::before,.ztbd_children_list2 li:first-child::before,#zyfw_children_list1 li:first-child::before {
    content: "";
}

#zyfw_children_list1 .info-list li:first-child, #xw_children_list1 .info-list li:first-child{
	padding: 5px;
}

.content-011-1-2-1 img{
	width: 415px;
    height: 238px;
    cursor: pointer;
}

.content-011-2-1-1 p{
	display: inline-block;
}

.content-011-2 li:first-child{
	/* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: start; */
}

.content-011 .info-list-abstract{
	font-size: 14px;
    line-height: 20px;
    color: #878787;
}

.gengduo{
	position: absolute;
    right: 0;
    /* color: #ce0000; */
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #ce0000;
}

.gengduo:hover{
	color: #ce0000;
}

.content-two-menus{
	position: absolute;
    display: inline-block;
    right: 80px;
}

.content-two-menus span {
	font-size: 16px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
}

.content-two-menus span:hover, .content-two-menus span.this_span,.content-two-menus span:hover::before,.content-two-menus span.this_span::before {
	color: #ce0000;
}

.content-two-menus span::before {
	content: "•";
	color: #666;
	font-size: 20px;
	position: relative;
	left: -10px;
}

.content-011-1-1 .info-list-title,.content-005-1-1 .info-list-title,.content-004-1-1 .info-list-title,
.content-004-1-1 li:not(:first-child),.content-005-1-1 li:not(:first-child),.content-005-1-3 li,.content-011-1-1 li:not(:first-child){
	width: 400px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.content-011-2 li:not(:first-child),.content-005-2 li,.content-004-2 li{
	width: 480px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.content-011-2-1-1 .info-list-title{
	width: 250px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-005-1-2{
	height: 346px;
}

.content-005-1-3{
	/* position: absolute;
    right: 0;
    top: 357px;
    width: 420px; */
}

.content-005-1-3 li:first-child::before{
	content: "•";
	color: #666;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.content-005-1-1-1 p,.content-005-1-2 p,.content-005-2-2 p{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-011-1-1-1 img{
	width: 100%;
    max-height: 145px;
    position: absolute;
    bottom: 12px;
}

.content-012{
	margin-bottom: 1%;
    width: 100%;
}

.root-list{
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 500px;
    margin: auto;
}

.root-list li{
	cursor: pointer;
	margin: 5px 0px;
	color: #000;
}

.root-list li:hover{
	color: #ce0000;
}

.root-list li:not(:first-child){
	border-left:3px solid #eee;
}

.search-login{
	display: flex!important;
    position: absolute!important;
    right: 0;
    bottom: -57px;
    height: 57px!important;
    align-content: center;
    align-items: center;
}

.content-002 .pagination {
	display: inline-flex;
	list-style: none;
	padding: 0;
}

.content-002 .page-item {
	margin: 0 10px;
}

.pagination a, .pagination .active{
	padding: 0px 15px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    margin: 0px 10px;
}

.pagination a:hover {
	font-weight: 600;
	color:#ce0000;
}

.pagination .active {
	background-color: green;
	color: white!important;
}

.pagination-div{
	padding: 20px;
    line-height: 37px;
}

.content-013{
	height: 150px;
}

.content-013 img{
	width: 100%;
	height: 100%;
}

.zrbj{
	position: absolute;
    bottom: 30px;
    right: 30px;
}

.content-007{
	text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
}

.yqlj{
	padding-left: 25px;
    font-size: 20px;
    font-weight: bold;
}

.content-007-001{
	display: inline-block;
}

.jz_scroll_wrap a{
	padding: 0px 20px;
    word-break: keep-all;
}

.jz_scroll_wrap a:hover{
	font-weight: 600;
	color:#ce0000;
}