/*designed by ：QQ：275210931*/

body {
	background-color: #fff;
}
@media screen and (min-width:1280px){
	.container {max-width: 1280px;}
}
@media screen and (min-width: 1400px){
	.container {max-width: 1400px;}
}
a{color:#2a2a2a;}
.fl{float:left;}
.fr{float:right;}

.headbar{
	background:#760301; height: 40px; line-height: 40px; color: #eee; font-size: 14px;
}
.headbar .welcome{
	float: left;
}
 .topnav {text-align: right; line-height: 32px; font-size:16px; color:#eee;}
 .topnav a{color: #eee;margin-left:20px;}
.header {

 background: #004e97; padding:30px 0px; 

}

        /* 固定模式样式（JS动态添加） */
        .top.fixed {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            box-shadow: 0 6px 18px rgba(0,0,0,0.2);
            animation: slideDown 0.2s ease;
        }
        @keyframes slideDown {
            from { transform: translateY(-10px); opacity: 0.98; }
            to { transform: translateY(0); opacity: 1; }
        }

        /* 占位符（防止内容跳动） */
        .top-placeholder {
            display: block;
            width: 100%;
            background: transparent;
        }
.header .logo { float: left; }
.header .logo img{max-width: 100%;}
.header .search { float: right;width: 250px; padding-bottom:10px;}
.header .search input{height:40px;}
.header .search .btn-warning{
	background:#f79904;width:60px; height:40px;
}
.header .search .btn-warning i{font-size:20px;}

 .menu {
	background-color:#eee;
	height: 60px; line-height: 60px;
	width: 100%;
}
 .menu1 {
	background-color:#eee;
	height: 60px; line-height: 60px;
	width: 100%;
}
.venus-menu{
	
}
.venus-menu{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;

	
}
.venus-menu li{
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.venus-menu > li > a{
	padding:18px 46px;
	font-size:20px;
	color:#1f1f1f;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a, .venus-menu li.active a{
	
	color:#feb506;
}
.venus-menu > li > a i{
	color:#bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	color:#222;
}
.venus-menu ul, .venus-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:140px;
}
.venus-menu ul{
	top:56px;
	left:0;
	padding-top:10px;
}
.venus-menu > li > ul > li:first-child a:before{
	content:'';
	position:absolute;
	bottom:48px;
	left:45%;
	margin-left:-48px;
	width:0;
	height:0;
	border-left:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid rgba(255, 255, 255, 0);
	border-bottom:8px solid #004e97;
}
.venus-menu > li > ul > li ul li:first-child a:before{
	content:'';
	position:absolute;
	bottom:16px;
	left:45%;
	margin-left:-71px;
	width:0;
	height:0;
	border-top:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid #ddd;
	border-bottom:8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}
.venus-menu ul li a{
	padding:14px 20px;
	width:100%;
	color:#222;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	background:#eee;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{ background-color: #ddd; color: #333; }
.venus-menu > li > ul > li:first-child:hover a:before{
	border-bottom-color:#ddd;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
	border-right-color:#ddd;
}
.venus-menu > li .indicator{
	position:absolute;
	color:#bababa;
	top:19px;
	right:8px;
	font-size:20px;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	color:#fff;
}
.venus-menu ul > li .indicator{
	top:14px;
	right:8px;
	color:#fff;
}
.venus-menu i{
	line-height:20px !important;
	margin-right:6px;
	font-size:20px;
	float:left;
}
.venus-menu > li.showhide{
	display:none;
	width:100%;
	height:55px;
	cursor:pointer;
	color:#333;
	border-bottom:solid 1px rgba(0, 0, 0, 0.1);
	background:#eee;
}
.venus-menu > li.showhide span.title{
	margin:13px 0 0 20px;
	float:left;
}
.venus-menu > li.showhide span.icon{
	margin:16px 20px;
	float:right;
}
.venus-menu > li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#333;
}
.venus-menu li.search{
	float:right;
}
.venus-menu li.search form{
	margin:13px 20px 0 0;
}
.venus-menu li.search form input.search{
	height:26px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	color:#777;
	outline:none;
	border:solid 1px #dedede;
	-o-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-webkit-transition:border .3s linear;
	transition:border .3s linear;
}
.venus-menu li.search form input.search:focus{
	border-color:#018A00;
}
.zoom-out{
	-webkit-animation:zoomOut 600ms ease both;
	-moz-animation:zoomOut 600ms ease both;
	-o-animation:zoomOut 600ms ease both;
	animation:zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}

@media only screen and (max-width:768px){
	.venus-menu li{
		display:block;
		width:100%;background-color: #eee; 
	}
	.venus-menu > li > a{
		padding:13px 0 14px 20px; color: #222;
	}
	.venus-menu > li.brand{
		display:none !important;
	}
	.venus-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu ul, .venus-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{
		border:none;
	}
	.venus-menu ul li{
		border-left:none;
		border-right:none;
	}
	.venus-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.venus-menu ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li .indicator{
		top:14px;
		right:20px;
		font-size:20px;
	}
	.venus-menu ul > li .indicator{
		top:10px;
		right:20px;
	}
	.venus-menu li.search form{
		margin:12px 18px 0 18px;
	}
	.venus-menu li.search form input.search{
		width:100%;
		margin-bottom:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.venus-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
}


		.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		
.banner{ width: 100%; background: #eee;  min-height:100px;margin: 0 auto; text-align: center;}
/* 本例子css */
.slideBox {
	width: 100%;
    overflow: hidden;
    position: relative;
    background: #ddd;
    min-height:100px;

}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 48%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #004e97;
	color: #fff;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 12px;
	cursor: pointer;
	transition: all .3s ease-in;
	height: 12px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 4px solid #705629;
}
.slideBox .hd ul li:hover {
	border: 2px solid #705629;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	display: block;
	overflow: auto;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.picnews{margin-top:35px;}
.slideTxtBox{ width:100%;  text-align:left;  }
		.slideTxtBox .hd{ height:60px; line-height:60px;     border-bottom:2px solid #ddd;  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute;   height:60px; line-height:60px;  }
		.slideTxtBox .hd .more{float:right;}
		.slideTxtBox .hd .more a{color: #bba461;}
		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  font-size: 24px; color: #666; font-weight: bold;}
		.slideTxtBox .hd ul li.on{ height:60px;   border-bottom:2px solid #004e97;  color:#004e97; font-weight: bold; font-size: 24px;}
		.slideTxtBox .hd ul li i{font-size: 24px; color: #666; font-weight: bold;}
		.slideTxtBox .hd ul li.on i{color:#a40c0a; }
		.slideTxtBox .bd .news_con{padding:15px 0;}
		.slideTxtBox .bd ul{   zoom:1;  }
		.slideTxtBox .bd ul.ul2{ padding:0;   }
		.slideTxtBox .bd li{   font-size: 16px;	height: 80px;		/*background: url(../images/icon1.png) left center no-repeat;	padding-left: 12px;border-bottom: 1px dotted #ddd; */   overflow: hidden;    text-overflow: ellipsis;    }
  		.slideTxtBox .bd li  a{ color:#222;font-size: 16px;}
		.slideTxtBox .bd li .date{ float:right; color:#999; font-size: 14px;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
		.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
		.slideTxtBox .arrow .next{ background-position:0 -50px;  }
		.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
		.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }


		/* 条目列表 */
        .info-list {
        	width:100%;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding:15px 0;
        }

        .info-item {
            display: flex;
             justify-content: space-between;
            align-items: center;
            padding: 0.9rem 0;
            border-bottom: 1px dashed #ddd;
            transition: all 0.2s ease;
            width: 100%; 
        }

        .info-item:hover {
            transform: translateX(4px);
            border-bottom-color: rgba(30, 111, 223, 0.3);
        }

        .info-date {
            flex-shrink: 0;
            width: 110px;
            font-size:15px;
            font-weight: 500;
            color: #fff;
            text-align: right;  
            font-feature-settings: 'tnum';
            background:#fc9703;
            padding:0 10px;
            border-radius:8px;
        }

        /* 标题单行省略 */
        .info-title {
            flex: 1;
            font-size: 18px;
            font-weight: 500;
            color: #1e2f3e;
            text-decoration: none;
            transition: color 0.2s;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-right: 1rem;   /* 与日期保持间距 */
        }

        .info-title a {
            text-decoration: none;
            color: inherit;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .info-title a:hover {
            color: #1e6fdf;
        }
  /* 学院新闻大模块  */
.main0{padding:5px 0px 55px}
      
.main1{padding:5px 0px 55px}
      
 .news {margin-top:20px;
           /* background: transparent;*/
           
        }
 /* 模块标题 - 强制一行显示 */
        .news-header {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            flex-wrap: nowrap;          /* 强制不换行，确保一行显示 */
            gap: 0.75rem;               /* 元素之间间距 */
            margin-bottom: 2rem;
            padding-bottom: 0.6rem;
            border-bottom: 3px solid rgba(30, 111, 223, 0.25);
            position: relative;
        }

        .news-header::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 120px;
            height: 3px;
            background: #1e6fdf;
            border-radius: 4px;
        }

        /* 标题组（“通知公告”+“NOTICE”） */
        .news-header .title-group {
            display: flex;
            align-items: baseline;
            gap: 8px;
            flex-shrink: 0;              /* 防止被压缩 */
            white-space: nowrap;
        }

        .news-header h2 {
            font-size: 30px;
            font-weight: 700;
            background: linear-gradient(135deg, #1a3e5c 0%, #0f2c42 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: #191919;
            letter-spacing: -0.3px;
            white-space: nowrap;
        }

        .news-header span {
            font-size: 18px;
            font-weight: 600;
            color: #004e97;
            /*background: rgba(108, 134, 163, 0.1);*/
            padding: 0.2rem 0.9rem;
            border-radius: 40px;
            white-space: nowrap;
        }



    /*   .news .more {
            margin-left: auto;
        }*/

       .news .more a {
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            color: #666;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: all 0.25s ease;
            padding: 0.4rem 0.8rem;
        
           
        }

       .news .more a:hover {
            background: rgba(30, 111, 223, 0.14);
            color: #0f4c9e;
            gap: 8px;
        }

            /* 图片卡片 */
        .pic_list {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.03);
            transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
            height: 100%;
            display: flex;
            flex-direction: column;
            margin-bottom:20px;
        }

        .pic_list:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 28px -12px rgba(30, 111, 223, 0.15), 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        /* 图片区域 */
        .pic_list_pic {
            aspect-ratio: 4 / 3;   /* 常见校园照片比例 */
            overflow: hidden;
            background-color: #eef2f8;
            position: relative;
        }

        .pic_list_pic a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .pic_list_pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease-out;
        }

        .pic_list:hover .pic_list_pic img {
            transform: scale(1.05);
        }

        /* 标题样式 - 两行省略 */
        .pic_list_title {
            padding: 0.9rem 0.8rem 1rem 0.8rem;
            font-weight: 500;
            font-size: 18px;
            line-height: 1.4;
            color: #1e2f3e;
            text-align: center;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-word;
            transition: color 0.2s;
            flex: 1;
        }

        .pic_list_title a {
            text-decoration: none;
            color: inherit;
        }

        .pic_list:hover .pic_list_title {
            color: #1e6fdf;
        }

        /* 响应式布局 */
        @media (max-width: 992px) {

            .pic_list_title {
                font-size: 16px;
                padding: 0.75rem 0.6rem;
            }
        }

        @media (max-width: 768px) {


            .pic_list_title {
                font-size: 16px;
                padding: 0.6rem 0.5rem;
            }
        }

        @media (max-width: 480px) {
  
            .pic_list_title {
                font-size: 16px;
            }
        }

        /* 焦点样式 */
        .pic_list:focus-within {
            outline: 2px solid #1e6fdf;
            outline-offset: 2px;
            border-radius: 20px;
        }
        a:focus-visible {
            outline: 2px solid #1e6fdf;
            outline-offset: 2px;
        }


        /* 新闻卡片样式 */
     .main1   .news_list {
            background: #ffffff;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 12px 28px -8px rgba(0, 32, 64, 0.08), 0 2px 4px rgba(0, 0, 0, 0.02);
            transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            backdrop-filter: blur(0px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            margin-bottom:15px;

        }

       .main1 .news_list:hover {
            transform: translateY(-8px);
            box-shadow: 0 28px 36px -12px rgba(0, 35, 70, 0.18), 0 8px 12px -6px rgba(0, 0, 0, 0.05);
            border-color: rgba(30, 111, 223, 0.2);
            background:#004e97;
        }
.main1 .news_list:hover .news_list_title a,.main1 .news_list:hover .news_list_info {
	color:#fff;
}
        /* 图片区域 */
     .main1  .news_list_pic {
            aspect-ratio: 16 / 9;
            overflow: hidden;
            background-color: #eef2f8;
            position: relative;
        }

      .main1  .news_list_pic a {
            display: block;
            width: 100%;
            height: 100%;
        }

      .main1  .news_list_pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.55s ease-out;
        }

      .main1  .news_list:hover .news_list_pic img {
            transform: scale(1.06);
        }

        /* 标题区域 ——显示两行 */
      .main1  .news_list_title {
            padding: 1.25rem 1.35rem 0.6rem 1.35rem;
            flex: 1 0 auto;
            height:80px;
        }

      .main1  .news_list_title a {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-word;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            line-height: 1.5;
            color: #1a2c3e;
            transition: color 0.2s ease;
            letter-spacing: -0.2px;
        }

      .main1  .news_list_title a:hover {
            color: #1e6fdf;
        }

        /* 信息栏：日期 + 阅读量*/
      .main1  .news_list_info {
            padding: 0.65rem 1.35rem 1.35rem 1.35rem;
            margin-top: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size:16px;
            color: #6b7a8a;
            border-top: 1px solid #eee;
            /*background: #ffffff;*/
        }

     .main1   .news_list_date {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-weight: 480;
            letter-spacing: 0.2px;
        }

/*     .main1   .news_list_date::before {
            content: "📅";
            font-size: 0.8rem;
            opacity: 0.75;
            font-weight: 400;
        }*/
.main1 .news_list_info i{
	font-size:16px;color:#f1a325;
}
     .main1   .news_list_hits {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-weight: 480;
            color: #5c6f87;
        }

/*     .main1   .news_list_hits::before {
            content: "👁️";
            font-size: 0.8rem;
            opacity: 0.75;
        }*/

/*     .main1   .news_list_hits::after {
            content: "阅读";
            margin-left: 0.2rem;
            font-weight: 420;
        }*/

        /* 响应式布局：平板及手机优化 */
        @media (max-width: 992px) {
    
          .main1  .news_list_title {
                padding: 1rem 1rem 0.4rem 1rem;
            }
          .main1  .news_list_info {
                padding: 0.6rem 1rem 1.1rem 1rem;
            }
        .news_title span:first-child {
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
           
          .main1  .news_list {
                border-radius: 24px;
                margin-bottom:15px;
            }
           .news_title {
                margin-bottom: 1.5rem;
                flex-direction: column;
                gap: 12px;
            }
         .news   .more {
                margin-left: 0;
            }
          .news_title span:first-child {
                font-size: 1.55rem;
            }
         .main1   .news_list_title a {
                font-size: 18px;
            }
        }

        /* 小点缀 */
      .main1  .news_list_pic::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.02) 100%);
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s;
        }

       .main1 .news_list:hover .news_list_pic::after {
            opacity: 0.4;
        }

        /* 焦点可访问性 */
       .main1 .news_list_title a:focus-visible {
            outline: 2px solid #1e6fdf;
            outline-offset: 4px;
            border-radius: 6px;
        }

        /* 模拟图片加载失败时的优雅底色 */
       .main1 .news_list_pic img {
            background: #eef2f8;
        }

        /* 让查看更多按钮更精致 */
      .news  .more a::after {
            content: "→";
            transition: transform 0.2s;
            display: inline-block;
        }
      .news  .more a:hover::after {
            transform: translateX(3px);
        }

        /* 可选标题装饰增加微动感 */
        @media (min-width: 1024px) {
          .news_title {
                margin-bottom: 2.5rem;
            }
        }

        /* 日期 & 阅读数字样式细腻微调 */
       .main1 .news_list_date,.main1 .news_list_hits {
            font-feature-settings: 'tnum';
            font-variant-numeric: tabular-nums;
        }
 .main3{background:#efefef;padding:5px 0px 55px; background: url(../images/main3_bg.png) center center / cover no-repeat;width:100%;}

.student-news{
	
}
.student-news-header{
	border-bottom:3px solid #eee;
}
.student-news-header:after {
	background:#ff9c02;
}
.student-news-header h2{
	color:#fff;
}
.student-news-header span{
	color:#ff9c02;
}
.student-news-header .more a{color:#ddd;}
.student-news-header .more a:hover{background:#eee;}

/* ========== 基础样式 ========== */
.student-news {
  /*  padding: 30px 0;
    background-color: #f8f9fa;*/
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

/* PC端（≥992px）使用 flex 让左右等高 */
@media (min-width: 992px) {
    .student-news .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }

    .student-news .col-md-6 {
        display: flex;
        flex-direction: column;
    }

    .student-news-left,
    .student-news-right {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* 左侧盒子撑满高度 */
    .student-news-left .student-news-box {
        height: 100%;
    }

    /* 右侧最后两个盒子去除下边距，与左侧对齐 */
    .student-news-right .row .col-md-6:nth-last-child(-n+2) .student-news-box {
        margin-bottom: 0;
    }
}

/* 公共盒子样式（不依赖flex） */
.student-news-box {
    position: relative;
    overflow: hidden;
    background-color: #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.student-news-left .student-news-box {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.student-news-right .student-news-box {
    aspect-ratio: 4 / 3;
    margin-bottom: 24px;
}

.student-news-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #dee2e6;
}

.student-news-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.student-news-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 70%, transparent 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 12px 12px 12px;
    box-sizing: border-box;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: background 0.2s, padding 0.2s;
}

.student-news-left .student-news-mask {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 16px 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 70%, transparent 100%);
}

.student-news-right .student-news-mask {
    font-size: 14px;
    padding: 12px 10px 10px;
}

/* 悬停效果 */
.student-news-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.student-news-box:hover .student-news-thumb img {
    transform: scale(1.03);
}

.student-news-box:hover .student-news-mask {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 70%, transparent 100%);
    padding-bottom: 14px;
}

.student-news-box a {
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
    position: relative;
}

/* 无圆角 */
.student-news-box,
.student-news-thumb,
.student-news-thumb img,
.student-news-mask {
    border-radius: 0 !important;
}

/* ========== 手机端（<768px）右侧四张小图单列 ========== */
@media (max-width: 767px) {
    .student-news {
        padding: 20px 0;
    }

    /* 关键：让 .row 不再使用 flex，恢复为普通块级，Bootstrap 原生的浮动栅格会自动处理 */
    .student-news .row {
        display: block;   /* 替代之前的 display: flex，也无需 inline */
        margin-left: auto;
        margin-right: auto;
    }

    /* 左侧大图自适应比例 */
    .student-news-left .student-news-box {
        height: auto;
        aspect-ratio: 16 / 9;
        margin-bottom: 20px;
    }

    /* 右侧每个 .col-md-6 在 Bootstrap 3 手机下已经是 100% 宽度，无需额外设置 */
    /* 只需微调间距和内边距 */
    .student-news-right .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .student-news-right .student-news-box {
        margin-bottom: 20px;
    }

    .student-news-right .col-md-6:last-child .student-news-box {
        margin-bottom: 0;
    }

    /* 手机标题字号优化 */
    .student-news-left .student-news-mask {
        font-size: 16px;
        padding: 12px;
    }

    .student-news-right .student-news-mask {
        font-size: 14px;
        padding: 10px;
    }
}

/* 保证左侧大图不会因为右侧margin导致视觉高度不平滑：绝对等高中由flex自动实现 */
.main2{background:#efefef;padding:5px 0px 55px;}
     .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
 .swiper-slide a { width:100%;


    }
    .swiper-slide a .img img{
    	height:280px;
    	width:100%;
    	  
    }
    .swiper-slide a .top{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:url(../images/touying_bg.png) center bottom no-repeat;
    background-size: auto 100%;
}
.box_table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
}
.box_table_cell {
    display: table-cell;
    vertical-align: middle;
}
    .swiper-slide a .top h3 img{
    display:inline-block;
    transition:.5s}
    .swiper-slide a .top h5{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    line-height: 40px;
    font-size:20px;
    color:#fff;
    text-align:center;
    padding:0 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;}
    .swiper-slide .miso-arrow{
    width:20px;
    height: 20px
    z-index: 10000;
    background-size:100% 100%}
    .swiper-slide .slick-prev{
    left:-23px;
    background:url(../images/left01.png) center center no-repeat;
    transition:0.36s;
    width: 23px;
    height: 42px;}
    .swiper-slide .slick-next{
    right:-23px;
    background:url(../images/right01.png) center center no-repeat;
    transition:0.36s;
    width: 23px;
    height: 42px;}
    .swiper-slide a .img_hezi img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
    .swiper-slide a:hover .top h3 img{
    transform:translateY(-1rem);}
@media (max-width: 991px){
    .swiper-slide a .top h5{
    font-size:14px;
    line-height: 30px;}
}
@media (max-width: 880px){
    .swiper-slide .slick-prev{left:28px;}
    .swiper-slide .slick-next{right:28px;}
 
}
@media (max-width: 768px){
          .swiper-slide a .img img{
    	height:108px;
    	width:100%;
    	  
    }
}
.swiper-pagination{margin-top:-50px;}


.swiper-button-next{
  top:60%;margin-right:-45px;
} 
.swiper-button-prev{
	top:60%;margin-left:-45px;
}


 .notice_list {
            background: #ffffff;
            border-radius: 20px;
            border-top: 3px solid #004e97;
            padding: 20px 15px 15px 15px;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
            cursor: pointer;
        }

        /* 鼠标经过背景变为上边框蓝色 */
        .notice_list:hover {
            background: url(../images/notice_bg.png) no-repeat center center #004e97;
            background-size: contain;
            transform: translateY(-2px);
            box-shadow: 0 12px 20px -8px rgba(30, 111, 223, 0.35);
        }

        /* 标题样式 - 最多显示三行，超出省略 */
        .notice_list_title {
            font-weight:500;
            font-size: 18px;
            line-height: 1.7;
            height:90px;
            color: #333;
            margin-bottom: 1rem;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-word;
            transition: color 0.2s;
        }

        .notice_list_title a {
            text-decoration: none;
            color: inherit;
            transition: color 0.2s;
        }

        /* hover时标题及链接变为白色 */
        .notice_list:hover .notice_list_title,
        .notice_list:hover .notice_list_title a {
            color: #ffffff;
        }

        /* 日期行 */
        .notice_list_date {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            color: #6c86a3;
            font-weight: 450;
            margin-top: 0.5rem;
            border-top: 1px dashed #e9edf2;
            padding-top: 0.85rem;
            letter-spacing: 0.2px;
            transition: color 0.2s, border-color 0.2s;
        }

        /* 右侧箭头伪元素 */
        .notice_list_date::after {
            content: "→";
            font-size: 16px;
            font-weight: 500;
            color: #1e6fdf;
            transition: transform 0.2s ease, color 0.2s;
            opacity: 0.8;
        }

        /* hover时日期文字变白，箭头变白且右移，上边框线变半透 */
        .notice_list:hover .notice_list_date {
            color: rgba(255, 255, 255, 0.9);
            border-top-color: rgba(255, 255, 255, 0.3);
        }

        .notice_list:hover .notice_list_date::after {
            color: #ffffff;
            transform: translateX(4px);
            opacity: 1;
        }



        /* 响应式优化 */
        @media (max-width: 992px) {

            .news-header h2 {
                font-size: 24px;
            }
        }

        /* 小屏幕：强制一行显示，缩小字体和间距 */
        @media (max-width: 768px) {


            /* 确保 notice-header 三个元素强制一行，不换行 */
            .news-header {
                gap: 0.5rem;
            }
            .news-header .title-group {
                gap: 4px;
            }
            .news-header h2 {
                font-size: 24px;
            }
            .news-header span {
                font-size: 16px;
                padding: 0.15rem 0.6rem;
            }
            .notice_list{
            	margin-bottom:15px;
            }
            .notice_list_title {
                font-size: 18px;
                -webkit-line-clamp: 3;
            }
            .notice_list_date {
                font-size: 16px;
                padding-top: 0.7rem;
                white-space: normal;
                gap: 0.5rem;
                flex-wrap: wrap;
            }
            .notice_list_date::after {
                margin-left: auto;
            }
        }

        /* 平板竖屏微调 */
        @media (min-width: 769px) and (max-width: 992px) {
            .notice_list_title {
                font-size: 0.95rem;
            }
            .notice_list_date {
                font-size: 0.75rem;
            }
        }

        /* 移动端日期换行优化 */
        @media (max-width: 480px) {
            .notice_list_date {
                white-space: normal;
                gap: 0.5rem;
                flex-wrap: wrap;
            }
            .notice_list_date::after {
                margin-left: auto;
            }
        }

        /* 焦点样式 */
        a:focus-visible, .notice_list:focus-within {
            outline: 2px solid #1e6fdf;
            outline-offset: 2px;
            border-radius: 20px;
        }
}


	

       /* 选项卡容器 */
        .tabs-container {
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 12px 28px -8px rgba(0, 32, 64, 0.08), 0 2px 4px rgba(0, 0, 0, 0.02);
            overflow: hidden;
            transition: all 0.3s ease;
        }

        /* 选项卡头部 - 居中 */
        .tabs-header {
            display: flex;
            justify-content: center;
            border-bottom: 2px solid rgba(0, 0, 0, 0.08);
            background: #ffffff;
            padding: 0.5rem 1.5rem 0 1.5rem;
            gap: 1rem;
            flex-wrap: wrap;
        }

        /* 选项卡按钮样式 - 参照模块header风格 */
        .tab-btn {
            font-size: 30px;
            font-weight: 700;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0.8rem 1.2rem;
            position: relative;
            color: #999999;
            transition: color 0.25s ease;
            letter-spacing: -0.2px;
        }

        .tab-btn:hover {
            color: #191919;
        }

        .tab-btn.active {
            background: linear-gradient(135deg, #1a3e5c 0%, #0f2c42 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            font-weight: 700;
        }

        .tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 3px;
            background: #1e6fdf;
            border-radius: 3px 3px 0 0;
        }

        /* 选项卡内容区 */
        .tabs-content {
            padding: 1.8rem 1.5rem 2rem 1.5rem;
        }

        .tab-pane {
            display: none;
            animation: fadeIn 0.3s ease;
        }

        .tab-pane.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(5px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* 两列布局 */
        .two-columns {
            display: flex;
            flex-wrap: wrap;
            gap: 1.8rem;
        }

        .column {
            flex: 1;
            min-width: 0; /* 防止溢出 */
        }

  

        

  .main4{width:100%; margin-top:30px;background:#fff;padding:20px 0;}
          /* 快捷导航卡片样式 */
        .btn_link {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            background: #dcebfa;
            border-radius: 24px;
            padding: 1.8rem 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.03);
            cursor: pointer;
            text-decoration: none;
            color: #1e2f3e;
            height: 100%;
        }

        .btn_link i {
            font-size: 48px;
            margin-bottom: 0.8rem;
            color: #1e6fdf;
            transition: transform 0.4s ease, color 0.3s ease;
            display: inline-block;
        }

        .btn_link span {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.3px;
        }

        /* 悬停效果 */
        .btn_link:hover {
            background: #f8faff;
            transform: translateY(-6px);
            box-shadow: 0 20px 28px -12px rgba(30, 111, 223, 0.2), 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        .btn_link:hover i {
            transform: rotate(360deg);
            color: #0f4c9e;
        }
.btn_link .iconred{color:#be0404;}
.btn_link:hover i.iconred{color:#be0404;}
        /* 响应式布局 */
        @media (max-width: 992px) {
            
            .btn_link {
                padding: 1.5rem 0.8rem;
            }
            .btn_link i {
                font-size: 32px;
            }
            .btn_link span {
                font-size: 18px;
            }
        }

        @media (max-width: 768px) {

            .btn_link {
                padding: 1.2rem 0.5rem;
                margin-bottom:15px;
            }

            .btn_link i {
                font-size: 32px;
            }
        }

        @media (max-width: 480px) {
            .col-md-2 {
                width: 100%;
            }
            .btn_link {
                flex-direction: row;
                justify-content: flex-start;
                gap: 1rem;
                padding: 1rem 1.2rem;
            }
            .btn_link i {
                font-size: 1.8rem;
                margin-bottom: 0;
            }
            .btn_link span {
                font-size: 0.95rem;
            }
            .btn_link:hover i {
                transform: rotate(360deg);
            }
        }

        /* 焦点样式提升可访问性 */
        .btn_link:focus-visible {
            outline: 2px solid #1e6fdf;
            outline-offset: 4px;
            border-radius: 24px;
        }


.footer{margin-top:30px; width:100%; background: #004e97;background-position:top center; padding:25px 0px;line-height: 32px; font-size:18px; color:#fff; background-position: center center;border-top:5px solid #f5ad00;}	

.footer a{ color:#fff;  font-size:18px;}


.footer .flogo {padding:15px; border-bottom:1px solid #ddd;}
.footer .flogo img{max-width:90%;}
.footer .copyright {width:100%; text-align:left; line-height:36px; font-size:16px;color:#eee;}
.footer .copyright a{color:#eee;}
.footer .xyjw{text-align:center;padding:20px;}
.footer .xyjw i{font-size:42px;}
.footer .xyjw p{font-size:18px;}
.footer .qrcode {padding:20px;float:right; text-align:center;}
.footer .qrcode p{text-align:center;}
.footer .qrcode img {max-width:130px;}
.footer .flinks{width:100%;padding: 30px 0px;}
.footer .flinks h2{line-height:60px;}
.footer .flinks a{}

@media only screen and (max-width:768px){

.footer .qrcode {float:none; }


}

.sidebar {
	
	width: 100%;
  margin-top: 15px; 
background: #fff;
    float: left;
    padding-bottom: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;

}
.sidebar .sidetit {
	    width: 100%;
	    text-align:center;
    font-size: 24px;
    height: 70px;
    line-height: 70px;

    color: #fff;
	background-color: #004e97;

}

.sidebar .list-group,.leader_col_list .list-group {
	margin-top: 15px; 
}
.sidebar .list-group li.selected,.leader_col_list .list-group li.selected{box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    background: rgb(255, 255, 255);
    margin-top: -1px;}

  .sidebar .list-group li.selected a,.leader_col_list .list-group li.selected a{    color: rgb(0, 77, 161);
    font-weight: bold;}  



.sidebar .list-group li.selected:before,.leader_col_list .list-group li.selected:before{    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 4px;
    background: rgb(0, 77, 161);}

.sidebar .list-group .listname,.leader_col_list .list-group .listname {
	position: relative;
}
.sidebar .list-group .listname a:before,.leader_col_list .list-group .listname a:before{
	    display: block;
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.sidebar .list-group .listname a,.leader_col_list .list-group .listname a {
	


	display: block;
    position: relative;
    line-height: 60px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
}
.leader_col_name{text-align:center; padding-bottom: 30px;border-bottom: 1px dotted #ddd;}
.leader_col_name p{font-size:18px;line-height:36px;text-align:center;font-weight:bold;}
.leader_col_name img{width:175px;text-align:center;}


.leader_col_right{

    border-left: 1px solid #dddddd;
    padding-left: 45px;
    min-height: 500px;

}
.leader_col_right .leader_name h4{
	position: absolute;
    font-size: 18px;
    line-height: 18px;
    border-left: 10px solid #f96e26;
    padding-left: 31px;
    left: 5px;
}

.column-list-wrap .sub-list li a {
	font-size: 14px;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #D6D6D6;
	color: #121212;
}
.column-list-wrap .sub-list li.selected a.selected {
	background-color: #ffffff;
	color: #d00d16;
}
.column-list-wrap .sub-list li a span {
	padding: 13px 10px;
	line-height: 18px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
.listmain .listitle {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	color: #004e97;
	background-color: #FFF;
	margin-top: 15px;
}
 .path {
	height: 50px;
	line-height: 50px;
	 color: #666;
	font-size: 18px;


	padding-left:20px;border-radius: 4px;
}
.path i{float:left;font-size:18px; line-height:50px;}
 .path a {
	color: #333;	
}
 .path a:hover{ color:#004e97;}
 .path .breadcrumb{line-height:50px;padding:0 0 0 25px;}
.path .possplit{
	background-image: url(../images/3.2.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 23px;
    background-position: center;
padding:0 5px;
display:inline;
    border: 0px solid red;
}
.pathleft{float:left;}
.about_title{width:100%;padding-left:40px;margin-top:20px; line-height:60px;background:#FFDFBF;font-size:24px;color:#222; border-radius: 20px;}
.about_title i{font-size:30px;color:#e74c3c}
.about_con{padding:25px;border:1px solid #ddd;border-radius: 10px;margin-top:20px;}
.about_con .about_intro{line-height:36px;font-size:18px;text-indent:2em;}
.about_con1{padding:25px 0;margin-top:15px;}
.about_con2{padding:35px 0;margin-top:15px;}
.team { background: rgb(255  255 255 / 0.8); border:1px solid #ddd;border-radius: 10px; padding:25px; width:100%;height:225px; margin-bottom:15px;}
.team .team_pic {width:150px; height:200px;float:left;}
.team .team_pic  img {width:125px; height:175px;}
.team .team_info p{font-size:18px;line-height:32px;color:#666;overflow:hidden; 
text-overflow:ellipsis; 
white-space: normal; 
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:3; }
.team .team_info p.team_name{font-size:20px; color:#333;font-weight:bold;}
.team .team_info i{font-size:18px;line-height:32px;color:#0249a7;}

.team:hover { background: rgb(2 73 167 / 0.8); border:1px solid #0249a7; padding:25px; width:100%;height:225px;}

.team:hover .team_info p{font-size:18px;line-height:32px;color:#eee;overflow:hidden; 
text-overflow:ellipsis; 
white-space: normal; 
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:3; }
.team:hover .team_info p.team_name{font-size:20px; color:#fff;font-weight:bold;}
.team:hover .team_info i{font-size:18px;line-height:32px;color:#fff;}

.about_con1 .about_btn{ border:1px solid #ddd; height:60px;line-height:60px; text-align:center;font-size:24px;background:#eee;margin-bottom:15px;}
.about_con1 .about_btn i{font-size:24px;color:#e74c3c}


.listcon {
	min-height: 400px;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}
.listcon a{ color: #333; }
        /* 列表容器 */
        .listcon {
            max-width: 1280px;
            margin: 0 auto;
            background: transparent;
        }

        .listcon ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        /* 每个文章条目卡片 */
        .article-list {
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.03);
            transition: all 0.35s ease;
            padding: 22px 28px;
            display: flex;
            align-items: center;
            gap: 28px;
            border: 1px solid rgba(255, 255, 255, 0.5);
        }

        .article-list:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 30px -12px rgba(0, 32, 64, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04);
            border-color: rgba(30, 111, 223, 0.2);
            background: #fefefe;
        }

        /* 左侧日期区域：垂直双行 */
        .article-list-date {
            flex-shrink: 0;
            width: 90px;
            text-align: center;
            background: linear-gradient(135deg, #f8faff 0%, #f0f5fe 100%);
            padding: 14px 4px;
            border-radius: 24px;
            font-weight: 600;
            line-height: 1.3;
            transition: all 0.3s;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 2px 6px rgba(0,0,0,0.02);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        /* 月-日 样式 */
        .article-list-date span {
            font-size: 25px;      /* 原1.55rem ≈ 24.8px */
            font-weight: 700;
            color: #1e6fdf;
            line-height: 1.2;
            margin-bottom: 4px;
        }

        /* 年份样式 */
        .article-list-date br + * {
            font-size: 14px;      /* 原0.9rem ≈ 14.4px */
            font-weight: 500;
            color: #6b7c93;
            margin-top: 4px;
        }

        /* 右侧信息区域 */
        .article-list-info {
            flex: 1;
            min-width: 0;
        }

        .article-list-title {
            font-size: 19px;      /* 原1.2rem ≈ 19.2px */
            font-weight: 700;
            color: #0f2c42;
            margin-bottom: 6px;
            line-height: 1.4;
            transition: color 0.2s;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .article-list:hover .article-list-title {
            color: #1e6fdf;
        }

        .article-list-content {
            font-size: 14px;      /* 原0.9rem ≈ 14.4px */
            color: #6c86a3;
            line-height: 1.5;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        /* 响应式：小屏幕下保持日期垂直样式，尺寸缩小 */
        @media (max-width: 640px) {
            body {
                padding: 24px 16px;
            }
            .article-list {
                padding: 16px 20px;
                gap: 16px;
            }
            .article-list-date {
                width: 70px;
                padding: 10px 4px;
                border-radius: 20px;
            }
            .article-list-date span {
                font-size: 19px;
            }
            .article-list-date br + * {
                font-size: 12px;
            }
            .article-list-title {
                font-size: 15px;
                white-space: nowrap;
            }
            .article-list-content {
                font-size: 12px;
                white-space: nowrap;
            }
        }

        /* 平板微调 */
        @media (min-width: 641px) and (max-width: 1024px) {
            .article-list-date {
                width: 80px;
            }
            .article-list-date span {
                font-size: 22px;
            }
            .article-list-title {
                font-size: 17px;
            }
        }

        /* 焦点与可访问性 */
        .article-list:focus-within {
            outline: 2px solid #1e6fdf;
            outline-offset: 2px;
            border-radius: 28px;
        }
.content {
	margin-top: 15px;
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}
.content .maintitle {
	
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #004e97;
}
.content .subtitle {
	font-size: 18px;
	text-align: center;
	color: #666;
}
.content .attributes {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-bottom: #ddd solid 1px;
}
.content .article {
	padding: 10px;
}
.content .article img{max-width:100%;}
.content .print {
	margin-bottom: 10px;
	float: right;
	padding-right: 15px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content .print a {
	color: #333;
}

.wp_article_list .list_item {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #ccc;
	vertical-align: top;
font-size: 16px;}
	.wp_article_list .list_item .Article_Index{display: none;}
	.dtjt8_div_img{max-width: 100%;}


#sudyfocus_w3 .focus-title-bar{overflow:hidden;height:60px;}
#sudyfocus_w3 .focus-title-bar .focus-title-bg{background-color: #004e97;}
#sudyfocus_w3 .focus-title-bar .focus-title{line-height:60px;height:60px;font-size:16px;}
#sudyfocus_w3 .focus-pagination{height:38px;}
#sudyfocus_w3 .focus-pagination .focus-page-active{background-color: #dd9e09;}
/* 重置分页容器内部样式，避免受全局ul/li影响 */
         #wp_paging_w34 {
            width: 100%;
            margin-top: 32px;
            font-family: 'Inter', system-ui, sans-serif;
            overflow: hidden;
        }
           #wp_paging_w34 ul{
           	display: unset;
           }
        #wp_paging_w34 ul.wp_paging {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 100%;
        }
        #wp_paging_w34 ul.wp_paging li {
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
            background: none;
            height:50px;
        }
         #wp_paging_w34 ul.wp_paging li a{
           height:35px;
        }
               
        #wp_paging_w34 ul.wp_paging li.pages_count {
            width: 30%;
        }
        #wp_paging_w34 ul.wp_paging li.page_nav {
            width: 40%;
            text-align: center;
        }
        #wp_paging_w34 ul.wp_paging li.page_jump {
            width: 30%;
            text-align: right;
        }
        #wp_paging_w34::after {
            content: "";
            display: table;
            clear: both;
        }
        .pages_count span {
            background: #f0f4fa;
            padding: 5px 13px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 14px;
            white-space: nowrap;
            display: inline-block;
        }
        .pages_count em {
            font-style: normal;
            font-weight: 700;
            color: #1e6fdf;
        }
        .page_nav a {
            text-decoration: none;
            display: inline-block;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 40px;
            padding: 6px 16px;
            font-size: 14px;
            font-weight: 500;
            color: #2c3e50;
            transition: all 0.25s ease;
            margin: 0 4px;
            white-space: nowrap;
        }
        .page_nav a:hover {
            background: #1e6fdf;
            border-color: #1e6fdf;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(30,111,223,0.2);
        }
        .page_jump {
            white-space: nowrap;
        }
        .page_jump .pages {
            font-weight: 500;
            font-size: 14px;
            color: #2c3e50;
            margin-right: 8px;
            line-height:35px;
        }
        .page_jump em {
            font-style: normal;
            font-weight: 700;
            color: #1e6fdf;
        }
        .page_jump input.pageNum {
            width: 56px;
            padding: 5px 6px;
            border: 1px solid #cfdfed;
            border-radius: 30px;
            text-align: center;
            font-size: 14px;
            font-family: inherit;
            background: #fff;
            margin: 0 4px;
            height:30px;
        }
        .page_jump input.pageNum:focus {
            outline: none;
            border-color: #1e6fdf;
            box-shadow: 0 0 0 2px rgba(30,111,223,0.2);
        }
        .page_jump a.pagingJump {
            text-decoration: none;
            background: #1e6fdf;
            color: white;
            padding: 5px 14px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 500;
            transition: 0.2s;
            display: inline-block;
            margin-left: 6px;
        }
        .page_jump a.pagingJump:hover {
            background: #0f5bb5;
            transform: translateY(-1px);
        }
        @media (max-width: 768px) {
            #wp_paging_w34 ul.wp_paging li {
                float: none;
                width: 100% !important;
                text-align: center;
                margin-bottom: 12px;
            }
            .page_jump {
                text-align: center;
                white-space: normal;
            }
            .page_nav a {
                margin: 0 2px;
                padding: 5px 12px;
                font-size: 12px;
            }
            .pages_count span {
                font-size: 12px;
                padding: 4px 10px;
            }
        }