﻿@charset "utf-8";
/* CSS Document */


/**CSS Base 公共样式**/

/**清除内外边距**/
*{margin: 0; padding: 0;}
body { text-align: center; font-family: Verdana; margin: 0;  padding: 0;  font-size: 14px; color: #333;}
div, form, img, ul, ol, li, dl, dt, dd, th, td, p, img, button, input   { margin: 0; padding: 0; }
li, dl{ list-style-type:none; }
h1, h2, h3, h4, h5, h6, hr { margin: 0; padding: 0; font-weight: normal; text-decoration: none;}
table{  padding: 0; margin: 0;  }
img{ border: 0; }
html { overflow-y: scroll;}

/**英文换行**/
.weeee{word-wrap:break-word;word-break:break-all;}


/** 超链接元素 **/
a{ color:#555; text-decoration:none;}
a:hover{ text-decoration:none; color:#025ba7}


/** 块左浮动 **/
.left{ float: left; }
 		

/** 块右浮动 **/
.right{ float: right; } 

/** 清除浮动 **/
.clear { clear: both; font-size: 1px; height: 0; line-height: 0px; }

/** 红色 **/
.red{ color: #DA1C09;  }

/** 蓝色 **/
.blue{ color:#1174d0}

.green{ color: #72ab03;}

/**12点加粗**/
.font_weight{ font-weight: bold; }

/**14点加粗**/
.font_bold{ font-weight: bold; font-size: 14px;}

/** 红色 加粗**/
.red_weight{ color: #DA1C09; font-weight: bold;  border: 0;}	

/** 登录页的 橙色**/
.orange{ font-weight: bold; color: #E0861C; }

/** 标题24的 **/
.ti_24{ color: #555; font-size: 20px; padding-bottom: 10px;}

.n_r_16{ font-size: 12px;}

.f_s_24{ font-size: 20px; margin-bottom:13px;}

.f_s_24 a:hover{text-decoration:underline;}

.g_3{ color: #333; font-weight: normal; }


.blue_btn{ display: inline-block; height: 28px; background: url(../Images/btn.gif) no-repeat left 0; padding-left: 20px; 
			padding-right:0; color:#FFF; line-height: 28px; margin: 0 0 0 2px;}
.blue_btn:hover{ background: url(../Images/btn.gif) no-repeat left -32px;}

.blue_btn span{ display: inline-block; height: 28px; background: url(../Images/btn.gif) no-repeat right 0; padding-right: 20px; 
			padding-left:0; color:#FFF; line-height: 28px; margin: 0 0 0 2px;}
.blue_btn:hover span{ background: url(../Images/btn.gif) no-repeat right -32px;}

/** 表格公共样式 **/
.table_border{ width: 100%; border-collapse: collapse; }
.table_border .head{ background:#ececec; height: 40px; line-height: 40px; text-align: center; color:#333; 
					font-weight: bold; font-size: 16px; }
.table_border .t_t{ text-align:left; padding-left: 15px; width: 330px;}
.table_border .s_k_t{ background: #ececec; padding-left: 15px; text-align: left; color:#333; font-size: 16px;}
.table_border td{ border: 1px solid #d0d0d0; text-align: center; line-height: 40px; color: #333; font-size: 14px; }



/** 蓝色表格公共样式 **/
.blue_table{ width: 100%; border-collapse: collapse; background: #1174d0; }
.blue_table td{ border: 1px solid #FFF; text-align: center; line-height: 40px; color: #FFF; font-size: 16px; }




/**翻页样式 **/
.flip{ text-align: center; font-size: 12PX;}
.flip a{  margin:0 1px; padding: 2PX 7PX; height: 20px; line-height: 20px; background: #f0f0f0; border: 1px solid #e5e5e5;  }
.flip a:hover, .flip .current{  cursor: pointer; background: #a4c0fa; border: 1px solid #bcd2ff; color: #FFF;  }
