<!--
a {text-decoration: none;}
	
	
body {
	background-image: url(../images/bg.jpg);
	background-position: center;
	margin: 0px;
        border-radius: 5px;
}

.daohang {
        background: linear-gradient(90deg, #0c2453, #1a3a7a);
        border-radius: 5px 5px 0 0;

}
td,body{
	font-size: 12px
}
.table_line {
	background-color:#e8f4f8;
        border-radius: 5px;
}
.table_bg {
	background-color:#fff;
}

.table_boder{
	border: 1px solid #A3BAD6;
}
.table_title{
        background-color:#e8f4f8;
	color:#204E7D;
	font-weight:bold;
	font-size:14px;
	padding:3px 0px 3px 10px;
	background-image:url(../images/1bg_title_newer.jpg);
	height:27px;
}

.newsite {
        padding: 3px;

}

h1{
	font-size: 16px
}
h3{
	font-size: 14px;
	color:#FF0000
}
.news_list a:link {
	font-size:117%;
	font-weight:bold;
	color: #204E7D;
	text-decoration: none;
} 
.news_list a:visited {
	font-size:117%;
	font-weight:bold;
	color: #204E7D;
	text-decoration: none;
} 
.news_list a:hover {
	font-size:117%;
	font-weight:bold;
	color:#c00;
	text-decoration:none;
} 
.news_title a:link {
	font-size:117%;
	color: #000000;
	text-decoration: none;
} 
.news_title a:visited {
	font-size:117%;
	color: #000000;
	text-decoration: none;
} 
.news_title a:hover {
	font-size:117%;
	color:#c00;
	text-decoration:underline;
} 
.news_title12 a:link {
	font-size:12px;
	color: #000000;
	text-decoration: none;
} 
.news_title12 a:visited {
	font-size:12px;
	color: #000000;
	text-decoration: none;
} 
.news_title12 a:hover {
	font-size:12px;
	color:#c00;
	text-decoration:none;
}

.link_title12 {
	padding:3px;
} 
.link_title12 a:link {
	font-size:12px;
	color: #000000;
	text-decoration: none
} 
.link_title12 a:visited {
	font-size:12px;
	color: #000;
	text-decoration: none
} 
.link_title12 a:hover {
	font-size:12px;
	color:#ff0000;
	text-decoration:none
}
.link_bottom a:link {
	font-size:12px;
	color: #fff;
	text-decoration: none;
} 
.link_bottom a:visited {
	font-size:12px;
	color: #fff;
	text-decoration: none;
} 
.link_bottom a:hover {
	font-size:12px;
	color:#0f0;
	text-decoration:underline;
}
.news_content {
	font-size:14px;
	line-height:20px
}

.news_content a:link {
	font-size: 14px;
	
	color: blue;
	text-decoration:none
}
.news_content a:visited {
	font-size: 14px;
	
	color: blue;
	text-decoration:none
}
.news_content a:hover {
	font-size: 14px;
	
	color: blue;
	text-decoration:none
}



#regterm {
     overflow:auto;
	 height:320px;
	 border:1px solid #cccccc;
	 padding:10px;
	 font-size:14px;
	line-height:20px
}
/* 核心按钮样式：磨砂玻璃风格 */
        .sub_button {
            /* 基础尺寸 */
            width: 60px;
            height: 28px;
            /* 去除默认边框 */
            border: none;
            /* 圆角设计 */
            border-radius: 5px;
            /* 文字样式 - 加深颜色保证基础可读性 */
            font-size: 12px;
            font-weight: 600;
            color: #111827;
            /* 磨砂玻璃核心样式 */
            background: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            /* 鼠标样式 */
            cursor: pointer;
            /* 平滑过渡动画 */
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            /* 去除点击轮廓 */
            outline: none;
            /* 文字垂直居中 */
            line-height: 25px;
            /* 按钮间距 */
            margin: 0 10px;
            /* 防止文字被截断 */
            white-space: nowrap;
        }

        /* 递交按钮专属配色（蓝绿色系） */
        input[name="submit"].sub_button {
            background: rgba(34, 197, 198, 0.3);
            color: #064e3b;
            border-color: rgba(34, 197, 198, 0.5);
        }

        /* 重置按钮专属配色（暖灰色系） */
        input[name="重置"].sub_button {
            background: rgba(251, 146, 60, 0.3);
            color: #7c2d12;
            border-color: rgba(251, 146, 60, 0.5);
        }

        /* 鼠标悬浮状态 - 修复文字显示问题，不改变文字颜色 */
        .sub_button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            /* 提升背景不透明度，不影响文字可见性 */
            background: rgba(255, 255, 255, 0.45);
        }

        /* 递交按钮悬浮专属背景 */
        input[name="submit"].sub_button:hover {
            background: rgba(34, 197, 198, 0.45);
        }
        /* 重置按钮悬浮专属背景 */
        input[name="重置"].sub_button:hover {
            background: rgba(251, 146, 60, 0.45);
        }

        /* 鼠标按下激活状态 */
        .sub_button:active {
            transform: translateY(0);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        }

        /* 聚焦状态，适配键盘操作 */
        .sub_button:focus-visible {
            box-shadow: 0 0 0 2px rgba(34, 197, 198, 0.5);
        }
.sub_button_index {
        background: linear-gradient(to bottom, #4CAF50, #45a049);
        border: none;
        color: white;
        padding: 4px 20px;
        margin-right: 10px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        transition: all 0.3s ease;

}

.reg_button_index {
          background: linear-gradient(to bottom, #2196F3, #0b7dda);
          border: none;
          color: white;
          padding: 4px 20px;
          border-radius: 4px;
          cursor: pointer;
          font-size: 12px;
          font-weight: bold;
          box-shadow: 0 2px 4px rgba(0,0,0,0.2);
          transition: all 0.3s ease;
}

.nar {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.current {
	font-size: 12px;
	color: #000000;
	padding:0px 0px 0px 5px;
}
.nar a:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none
}
.nar a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none
}
.nar a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none
}

.bottom {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.showlist1 {
	background: #ffffff; border-bottom: #e1e1e1 1px dotted
}
.showlist2 {
	background: #f8f8f8; border-bottom: #e1e1e1 1px dotted
}
.weizhi{
	border:1px solid #A3BAD6;
	background:#E1EFFB;
	padding:0px 15px;
	height:25px;
	line-height:25px;
        
}
#siteimg {
	height: 60px;
	width: 60px;
	border: 1px solid #DDDDDD;
	background-image: url(../images/blank.gif);
}
#spacer {
	width:950px;
	height:5px;
	line-height:5px;
	margin:0 auto;
}
.hui12 {
	color: #666666;
	font-size:12px;
}
.red12 {
	color: #ff0000;
	font-size:12px;
}
select {
        padding:3px;

}
-->