* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

body {
    background-color: #f0f4f9;
    color: #333;
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

/* 新增居中容器样式 */
.main-container {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

/* 新增页脚表格样式 */
.footer-table {
  width: 100%px;
  margin-top: 20px ;
  text-align: center;
  border-collapse: collapse;
}
.footer-table td {
  padding: 10px 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}
/* Aboutus.asp ---------------------------------------------等高样式*/

/* 等高布局容器 */
/* 新增居中容器样式 */
.about-main-container {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

/* 等高布局容器 */
.about-equal-height-container {
    display: flex;
    align-items: stretch; /* 确保子项等高 */
    margin-top: 6px;
}

/* 左侧固定宽度 */
.about-left-sidebar {
    width: 280px;
    flex-shrink: 0; /* 防止收缩 */
}

/* 中间内容区域 */
.about-main-content {
    flex: 1; /* 占据剩余空间 */
    margin: 0 10px;
}
.about-card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    overflow: hidden;
    height: 100%; /* 确保卡片高度100% */
}



.about-body {
    padding:20px 20px;
    min-height: 300px; /* 设置最小高度 */
}

.qksfso{
     display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中 */

}


.about-card-header {
    background-color: #0042a8;
    color: white;
    padding: 8px 8px;
    font-weight: bold;
	color:#FFFFFF;
	font-size:14px;
}


/* Aboutus.asp ----------------结束-----------------------------等高样式*/

/* NewsClass.asp ---------------开始-----------------------------*/
/* NewsClass.asp 搜索样式----------*/


.gkml_link {  
            color: #1d47a3; /* 默认颜色 */
            font-size: 17px; 
            line-height: 23px;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
            text-decoration: none; /* 确保访问后无下划线 */
            transition: color 0.3s ease, transform 0.2s ease;
            
}        
        .gkml_link:hover {
            color: #E63946; /* 鼠标悬停颜色 */
         
			/*  transform: scale(1.1)放大1.1倍*/
			transform: translateY(-5px);/* Y轴移动*/
             /* transform: translateX(5px); /* X轴移动*/
	display: inline-block;
        }
        
        .gkml_link:active {
            color: E63946; /* 点击时颜色 */
		
        }
        
        .gkml_link:focus {
            color: E63946; /* 获得焦点时颜色 */
            outline-offset: 2px;
        }
.gkml_name{
font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
 color: #666666;
 font-size:14px;
 
}
 /* 两行文本截断的核心样式 */
        .qkml_zy{
            display: -webkit-box;           /* 使用旧版弹性盒子布局（WebKit浏览器） */
            -webkit-box-orient: vertical;    /* 设置框的方向为垂直 */
            -webkit-line-clamp: 3;           /* 限制显示的行数为2行 */
            overflow: hidden;               /* 隐藏超出部分 */
            text-overflow: ellipsis;        /* 文本溢出时显示省略号 */
            width: 850px;                   /* 设置宽度为800px */
            max-width: 100%;                /* 最大宽度为100% */
            line-height: 1.6;               /* 设置行高 */
            font-size: 14px;                /* 设置字体大小 */
            padding-top: 3px ;                  /* 添加内边距 */
			 padding-bottom: 3px ;                  /* 添加内边距 */

             /* border-bottom: 1px dashed  #CCCCCC;     /*   添加边框 */
            /* border-radius: 6px;             /* 添加圆角 */
            background: #fff;               /* 设置背景色 */
            margin: 0px 0;                 /* 添加上下外边距 */
			color: #999999;
			margin-bottom:5px;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        }
		 /* 分页组件专用样式 - fengye */
        .fengye {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin-top: 20px ;
            padding: 15px;
			 display: inline-block;
        }
        
        .fengye form {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
        
        .fengye .pagination-info {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
            margin-right: 10px;
            font-size: 14px;
            color: #3498db;
        }
        
        .fengye .pagination-info span {
            padding: 5px 10px;
            background: #eef7ff;
            border-radius: 4px;
			border: 1px solid #3498db40;

        }
        
        .fengye .pagination-info b {
            color: #e74c3c;
        }
        
        .fengye .pagination-nav {
            display: flex;
            gap: 6px;
			
        }
        
        .fengye .pagination-nav a, 
        .fengye .pagination-nav span {
            padding: 6px 12px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
			
        }
        
        .fengye .pagination-nav a {
            color: #3498db;
            background: #eef7ff;
            border: 1px solid #3498db40;
        }
        
        .fengye .pagination-nav a:hover {
            background: #3498db;
            color: white;
            transform: translateY(-2px);
        }
        
        .fengye .pagination-nav span {
            color: #6c757d;
            background: #e9ecef;
            border: 1px solid #dee2e6;
        }
        
        .fengye .pagination-jump {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .fengye .pagination-jump input[type="text"] {
            width: 50px;
            padding: 6px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            text-align: center;
        }
        
        .fengye .pagination-jump input[type="submit"] {
            background: #2ecc71;
            color: white;
            border: none;
            padding: 6px 12px;
            border-radius: 4px;
            cursor: pointer;
            transition: background 0.2s;
        }
        
        .fengye .pagination-jump input[type="submit"]:hover {
            background: #27ae60;
        }
        
        .fengye .current-page {
            color: #e74c3c !important;
            font-weight: 700;
            
        }
		
        .qsyear {
		background:#0042a8;
            color: #ffffff;
            padding: 5px 10px;
            border-radius: 4px;
            font-weight: 600; 
            
            font-size: 14px;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
			    border: 1px solid #ddd;
    border-radius: 4px;

			
        }	
		
.qs {
    padding: 5px 5px;
    border-radius: 4px;
    font-weight: 600; 
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none; /* 确保访问后无下划线 */
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #1c45a2; /* 添加默认颜色，这样a标签继承黑色 */
}
.qs a {
    color: inherit; /* 改为继承父元素颜色 */
    text-decoration: none; /* 确保访问后无下划线 */
    font-size: 14px;
}

.qs:hover {
    background: #0149b8;
    text-decoration: none; /* 确保访问后无下划线 */
    color: #ffffff; /* 改变父元素颜色，a标签继承 */
}

.qs:active {
    color: #E63946; /* 点击时颜色 */
}
		
		
/* NewsClass.asp ---------------结束 -----------------------------*/
/* Read_Online.asp ---------------结束 -----------------------------*/
        .Read_year {
		color:#0042a8;
            padding: 5px 20px;
            font-weight: 600; 
            font-size: 20px;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
			border-bottom:2px solid  #EBEBEB;
		
        }
.Read_Online {
    padding: 5px 5px;
    border-radius: 4px;
    font-weight: 600; 
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none; /* 确保访问后无下划线 */
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #1c45a2; /* 添加默认颜色，这样a标签继承黑色 */
}
.Read_Online a {
    color: inherit; /* 改为继承父元素颜色 */
    text-decoration: none; /* 确保访问后无下划线 */
    font-size: 14px;
}

.Read_Online:hover {
    background: #0149b8;
    text-decoration: none; /* 确保访问后无下划线 */
    color: #ffffff; /* 改变父元素颜色，a标签继承 */
}

.Read_Online:active {
    color: #E63946; /* 点击时颜色 */
}
/* Read_Online.asp ---------------结束 -----------------------------*/

.datas{
 
             font-family: "Microsoft YaHei", "PingFang SC", "WenQuanYi Micro Hei", sans-serif;
  color:#1d47a3;
  font-size:13px;
  line-height:24px;
 
 }
 

.pdftitle{
		
		FONT-SIZE:22px; 
		color:#1d47a3; 
             font-family:"PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
		}

/* 左侧固定宽度 */
.left-sidebar {
    width: 280px;
}

/* 中间内容区域 */
.main-content {
    margin: 0 10px;
}

.jj-body {
    padding:10px 10px;
}



/* 其他原有样式保留 */
.tit {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

.nav-bg {
    background-color: #0042a8;
    color: white;
}

.nav-bg a {
    color: white;
    text-decoration: none;
}

.link-color {
    color: #0042a8;
}

.card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-header {
    background-color: #0042a8;
    color: white;
    padding: 8px 12px;
    font-weight: bold;
}

.card-body {
    padding:0px 5px;
}
.gkml-body {
    padding:10px 10px;
	margin-bottom:8px;
	
}

.jj-body {
    padding:10px 10px;
}


.imgbottom {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}


.content-box {
    padding: 0px 0px;
	
    line-height: 1.8;
}




.bw-box {
    padding-left: 20px;
    padding-top: 30px;
    line-height: 1.8;
}

.bw-box a {
    text-decoration: none; /* 移除所有下划线 */
    color: #1d47a3; /* 点击时颜色 */
}

.bw-box a:hover {
    color: #E63946; /* 鼠标悬停颜色 */
    transform: translateY(-2px); /* 向上移动2像素 */
    display: inline-block;
    text-decoration: none; /* 确保悬停时也没有下划线 */
}

.bw-box a:active {
    color: #E63946; /* 点击时颜色 */
    text-decoration: none; /* 确保点击时也没有下划线 */
}

.bw-box a:focus {
    color: #E63946; /* 获得焦点时颜色 */
    outline-offset: 2px;
    text-decoration: none; /* 确保获得焦点时也没有下划线 */
}

















.issue-item {
    padding: 5px 0;
    border-bottom: 1px dashed #eaeaea;
}


.gkml-item {
    padding: 0px 0;
    border-bottom: 1px dashed #eaeaea;
}
.issue-item:last-child {
    border-bottom: none;
}

.friend-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.friend-links a {
    background-color: #f0f5ff;
    color: #0042a8;
    padding: 6px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    transition: background-color 0.3s;
}

.friend-links a:hover {
    background-color: #e0ebff;
}

.category-list {
    list-style: none;
}

.category-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eaeaea;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list a {
    color: #444;
    text-decoration: none;
    display: block;
    padding: 4px;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.category-list a:hover {
    background-color: #f0f5ff;
    color: #0042a8;
}

.qkjj {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 590px;
    max-width: 100%;
    line-height: 1.8;
    font-size: 15px;
    padding: 0;
    margin: 0 0 5px 6px;
    color: #666666;
    font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
}

.zy {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 590px;
    max-width: 100%;
    line-height: 1.7;
    font-size: 13px;
    padding: 0;
    background: #fff;
    margin: 0;
    color: #999999;
    font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.gkml-link {  
            color: #1d47a3; /* 默认颜色 */
            font-size: 15px; 
            line-height: 18px;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
            text-decoration: none; /* 确保访问后无下划线 */
            transition: color 0.3s ease, transform 0.2s ease;
            
}        
        .gkml-link:hover {
            color: #E63946; /* 鼠标悬停颜色 */
         
			/*  transform: scale(1.1)放大1.1倍*/
			 /* transform: translateY(0px); Y轴移动*/
            transform: translateY(-2px); /* X轴移动*/
	display: inline-block;
        }
        
        .gkml-link:active {
            color: #E63946; /* 点击时颜色 */
		
        }
        
        .gkml-link:focus {
            color: #E63946; /* 获得焦点时颜色 */
            outline-offset: 2px;
        }
        
.pdf-down {
    transition: filter 0.3s ease, transform 0.3s ease !important;
    display: inline-block; /* 确保transform能正常工作 */
}

.pdf-down:hover {
    filter: brightness(1.3);
    transform: scale(1.9) !important; /* 使用更明显的放大值 */
}
	
.Showpdf-down {
    transition: filter 0.3s ease, transform 0.3s ease !important;
    display: inline-block; /* 确保transform能正常工作 */
}

.Showpdf-down:hover {
    filter: brightness(1.3);
    transform: scale(1.3) !important; /* 使用更明显的放大值 */
}
		
		
			
.by {
    transition: filter 0.3s ease, transform 0.3s ease !important;
    display: inline-block; /* 确保transform能正常工作 */
}

.by:hover {
    filter: brightness(1.3);
    transform: scale(1.7) !important; /* 使用更明显的放大值 */
}
			
			
.doi {
    transition: filter 0.3s ease, transform 0.3s ease !important;
    display: inline-block; /* 确保transform能正常工作 */
}

.doi:hover {
    filter: brightness(1.3);
    transform: scale(1.7) !important; /* 使用更明显的放大值 */
}
			
.index_doi {  
            color: #1d47a3; /* 默认颜色 */
            font-size:10pt; 
            line-height: 18px;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
            text-decoration: none; /* 确保访问后无下划线 */
            transition: color 0.3s ease, transform 0.2s ease;
            
}        
        .index_doi:hover {
            color: #E63946; /* 鼠标悬停颜色 */
         
			/*  transform: scale(1.1)放大1.1倍*/
			 /* transform: translateY(0px); Y轴移动*/
            transform: translateY(-2px); /* X轴移动*/
	display: inline-block;
        }
        
        .index_doi:active {
            color: #E63946; /* 点击时颜色 */
		
        }
        
        .index_doi:focus {
            color: #E63946; /* 获得焦点时颜色 */
            outline-offset: 2px;
        }
        
		
		
		
		
		
		
		
		
		
.more-link {  
            color: #ffffff; /* 默认颜色 */
            font-size: 13px; 
            line-height: 23px;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
            text-decoration: none; /* 确保访问后无下划线 */
            transition: color 0.3s ease, transform 0.2s ease;
            
}        
        .more-link:hover {
            color: #FF0000; /* 鼠标悬停颜色 */
         
			/*  transform: scale(1.1)放大1.1倍*/
			 /* transform: translateY(0px); Y轴移动*/
            transform: translateX(5px); /* X轴移动*/
	display: inline-block;
        }
        
        .more-link:active {
            color: ffffff; /* 点击时颜色 */
		
        }
        
        .more-link:focus {
            color: ffffff; /* 获得焦点时颜色 */
            outline-offset: 2px;
        }
        

        
        .title {
            text-align: center;
            margin-bottom: 15px;
            color: #2c3e50;
            font-size: 18px;
            font-weight: bold;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
            padding-bottom: 8px;
            border-bottom: 2px solid #3498db;
        }
        
		
		
		
   
        .container {
            width: 275px;
            height: 450px;
            padding: 0px;
            position: relative;
            overflow: hidden;
        }
		
		
		
        .free-layout {
            position: relative;
            height: 290px;
        }
        
        .category {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            padding: 6px 12px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            white-space: nowrap;
            position: absolute;
            margin: 4px;
        }
        
        .category:hover {
            transform: scale(1.3);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 10;
        }
        
        .category a {
            color: white;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
        }
        .fl{ margin-left:0px; margin-top:20px;}
        /* 定位每个栏目的具体位置 */
        .cat1 { top: 0px; left: 25px; background: linear-gradient(45deg, #FF5252, #B71C1C); height:30px;}
        .cat2 { top: 0px; left: 135px; background: linear-gradient(45deg, #FF9800, #E65100);height:30px; }
        .cat3 { top: 40px; left: 75px; background: linear-gradient(45deg, #4CAF50, #1B5E20);height:32px; width:100px; } /* 經濟與管理向左调整 */
        .cat4 { top: 85px; left: 25px; background: linear-gradient(45deg, #2196F3, #0D47A1);height:34px; }
        .cat5 { top: 128px; left: 110px; background: linear-gradient(45deg, #9C27B0, #4A148C); height:36px;width:120px; } /* 教育學與心理學 */
        .cat6 { top: 175px; left: 30px; background: linear-gradient(45deg, #00BCD4, #006064);height:38px; }
        .cat7 { top: 220px; left: 110px; background: linear-gradient(45deg, #E91E63, #880E4F);height:38px; }
        .cat8 { top: 270px; left: 30px; background: linear-gradient(45deg, #3F51B5, #1A237E);height:42px;width:150px; }
        .cat9 { top: 325px; left: 70px; background: linear-gradient(45deg, #795548, #3E2723);height:42px; width:165px;}
        .cat10 { top: 380px; left:40px; background: linear-gradient(45deg, #990033, #FF0000);height:42px; width:165px;}
		
        .footer {
            text-align: center;
            margin-top: 15px;
            color: #7f8c8d;
            font-size: 12px;
        }
        .pdf-button {
            color: #0149b8;
            padding: 2px 4px;
            border-radius: 4px;
            font-weight: 600;
            background: linear-gradient(135deg, #3498db 0%, #3498db 50%);
            cursor: pointer;
            border: none;
            transition: all 0.3s ease;
			text-decoration: none; /* 确保访问后无下划线 */
            font-size: 9px;
			font-family:宋体;
			    border: 1px solid #ddd;
    border-radius: 4px;

			
        }
         .pdf-button a {
           color:#FFFFFF;
			text-decoration: none; /* 确保访问后无下划线 */
            font-size:12px;
        }
		
        .pdf-button:hover {
            background: #0149b8;
			text-decoration: none; /* 确保访问后无下划线 */
            color: #ffffff; /* 点击时颜色 */

        }
        
        
        .pdf-button:active {
            color: #E63946; /* 点击时颜色 */
        }
		
        .xiaopdf-button {
            color: #0149b8;
            padding: 4px 4px;
            border-radius: 4px;
            font-weight: 600;
            cursor: pointer;
            border: none;
            transition: all 0.3s ease;
			text-decoration: none; /* 确保访问后无下划线 */
            font-size: 9px;
             font-family: 幼圆, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
			    border: 1px solid #ddd;
    border-radius: 4px;

			
        }
         .xiaopdf-button a {
           color:#FFFFFF;
			text-decoration: none; /* 确保访问后无下划线 */
            font-size:12px;
        }
		
        .xiaopdf-button:hover {
            background: #0149b8;
			text-decoration: none; /* 确保访问后无下划线 */
            color: #ffffff; /* 点击时颜色 */

        }
        
        
        .xiaopdf-button:active {
            color: #E63946; /* 点击时颜色 */
        }		
		
		
		
		
		
        
    /* 导航 */
.Menu {
            background: linear-gradient(145deg, rgba(255,255,255,0.2), rgba(1,72,178,0.2));
            color: #0149b8;
            padding: 8px 10px;
            border-radius: 4px;
            font-weight: 600;
            cursor: pointer;
            border: none;
            transition: all 0.3s ease;
			text-decoration: none; /* 确保访问后无下划线 */
			margin-right:10px;
			margin-bottom:5px;
			font-size:14px;
        }
         .Menu a {
           color:#FFFFFF;
			text-decoration: none; /* 确保访问后无下划线 */
        }
		
        .Menu:hover {
      transform: translateY(-3px);
background: linear-gradient(145deg, rgba(1,72,178,0.2),rgba(255,255,255,0.2) );




        }
        
        
        .Menu:active {
            color: #E63946; /* 点击时颜色 */
        }
        
        .Menu:focus {
            color: #E63946; /* 获得焦点时颜色 */
            outline-offset: 2px;
        }
	
		
/* NewsClass.asp 搜索样式----------*/

  .search-container {
            width: 600px;
            position: relative;
            margin-bottom: 20px;
			margin-top: 10px;
        }
        
        .search-box {
            width: 100%;
            height: 44px;
            padding: 10px 60px 10px 16px;
            font-size: 16px;
            border: 2px solid #0042a8;
            border-radius: 10px;
            outline: none;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .search-box:focus {
            box-shadow: 0 2px 12px rgba(51, 136, 255, 0.3);
        }
        
        .search-btn {
            position: absolute;
            right: 0;
            top: 0;
            height: 44px;
            width: 50px;
            background: #0042a8 url('search.png') no-repeat center center;
            background-size: 22px 22px;
            border: none;
            border-radius: 0 8px 8px 0;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .search-btn:hover {
            background-color: #2a78e4;
        }
        
        .search-btn:active {
            background-color: #1f68cc;
        }
        
 
        
        @media (max-width: 576px) {
            .search-container {
                width: 90%;
            }
        }




/* 结束asp 搜索样式----------*/

.qqsf_sotxt{
 font-size:14px; 
 color: #000066;
 font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}	
		
		.lmbt{
	FONT-SIZE: 17px; 
	padding-left:0px; 
	color:#1d47a3; 
    font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-weight:600;
	 /* 投影效果 */

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.01);
	}		
		
.qqsf_link {  
            color: #1d47a3; /* 默认颜色 */
            font-size: 17px; 
            line-height: 23px;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
            text-decoration: none; /* 确保访问后无下划线 */
            transition: color 0.3s ease, transform 0.2s ease;
            
}        
        .qqsf_link:hover {
            color: #E63946; /* 鼠标悬停颜色 */
         
			/*  transform: scale(1.1)放大1.1倍*/
			transform: translateY(-5px);/* Y轴移动*/
             /* transform: translateX(5px); /* X轴移动*/
	display: inline-block;
        }
        
        .qqsf_link:active {
            color: E63946; /* 点击时颜色 */
		
        }
        
        .qqsf_link:focus {
            color: E63946; /* 获得焦点时颜色 */
            outline-offset: 2px;
        }
        
  

 /* 两行文本截断的核心样式 */
        .qqsf_zy{
            display: -webkit-box;           /* 使用旧版弹性盒子布局（WebKit浏览器） */
            -webkit-box-orient: vertical;    /* 设置框的方向为垂直 */
            -webkit-line-clamp: 3;           /* 限制显示的行数为2行 */
            overflow: hidden;               /* 隐藏超出部分 */
            text-overflow: ellipsis;        /* 文本溢出时显示省略号 */
            width: 850px;                   /* 设置宽度为800px */
            max-width: 100%;                /* 最大宽度为100% */
            line-height: 1.6;               /* 设置行高 */
            font-size: 14px;                /* 设置字体大小 */
            padding-top: 3px ;                  /* 添加内边距 */
			 padding-bottom: 3px ;                  /* 添加内边距 */

             border-bottom: 1px dashed  #CCCCCC;     /*   添加边框 */
            /* border-radius: 6px;             /* 添加圆角 */
            background: #fff;               /* 设置背景色 */
            margin: 0px 0;                 /* 添加上下外边距 */
			color: #777777;
			margin-left:6px;
			margin-bottom:5px;
             font-family: "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        }
		
		
		  .superscript {
            vertical-align: super;
            font-size: 0.7em;
			font-family:幼圆;
			
        }
		  .superscript1 {
            vertical-align: super;
            font-size: 0.7em;
        }
<!--------------------------------------->
        .footlink {
            font-size: 13px !important;
            line-height: 1.2;
font-family: 'Microsoft YaHei', 'SimSun', sans-serif;

        }
        a.footlink {
		            font-size: 13px !important;

            display: inline-block;
            text-decoration: none;
            color: #1c44a2;
            line-height: 1.5;
            transition: all 0.2s ease;
            padding-top: 0px;
        }

        a.footlink:hover {
            color: #E63946;
            transform: translateY(-3px);
            text-decoration: none;
        }

        a.footlink:active {
            color: #E63946;
            text-decoration: none;
        }

        a.footlink:focus {
            color: #1c44a2;
            outline-offset: 2px;
            text-decoration: none;
        }


    .copyright {
            text-align: center;
            color: #000000;
            font-size: 13px;
	    line-height:30px;
        }

