﻿/*================================================================================================*/
/*                                     网站CSS样式定义                                              */
/*=================================================================================================*/

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;color:#105089;}   /* 链接无下划线,有为underline */ 
a:link {color:#105089;}    /* 未访问的链接 */
a:visited {color:#105089;} /* 已访问的链接 */
a:hover{text-decoration:underline;color:#105089;}   /* 鼠标在链接上 */ 
a:active {text-decoration:underline;color:#105089;}  /* 点击激活链接 */
 /* body的css定义:可定义内容为网页字体颜色、背景、浏览器边框等 */
body {
FONT-SIZE:12px;
MARGIN: 0px;
FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana,宋体;
BACKGROUND-COLOR:#003366;
color:#105089;
}
.white {color:#FFFFFF;line-height:200%;}
a.white{color:#FFFFFF;text-decoration: none;line-height:200%;}   /* 链接无下划线,有为underline */ 
a.white:link {color: #FFFFFF;line-height:200%;}    /* 未访问的链接 */
a.white:visited {color: #FFFFFF;line-height:200%;} /* 已访问的链接 */
a.white:hover{color: #FFFFFF;text-decoration: underline;line-height:200%;}   /* 鼠标在链接上 */ 
a.white:active {color: #FFFFFF;text-decoration: underline;line-height:200%;}  /* 点击激活链接 */
/* 单元格TD的css定义:这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td,tr,div
{font-family:宋体;font-size: 12PX;line-height: 150%; color:#105089;}


/* 下拉列表框的css定义:这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{font-size: 9pt;height: 20px;}


.strip{      /*头条*/
font-family: "宋体";
font-weight: bold;
font-size: 20;
}
/***********************************图片中心css定义开始************************************/
.ImagePlayerArea    /*图片内容页图片播放器播放区css定义*/
{border: 1px solid #efefef;
 width:760 px;
 height:420 px;
 background-color: #FFFFFF;
}
.PlayerImagesList  /*图片内容页图片播放器底部缩略图列表区css定义*/
{
width:760 px;
height:90 px;
color: #000000;
top:10 px;
align:center;
background-color: #EDF0F5;
}   
/***********************************图片中心css定义结束*************************************/

/***********************************下中心css定义开始************************************/
.Table_Down_List        /*下载终级分页表格css定义*/
{border: 1px solid #efefef;
 background-color: #FFFFFF;
}
.Table_Down_List_Title  /*下载终级分页 下载名称  css */
{
height:22 px;
color: #000000;
border-bottom:1px dashed #cdcdcd;
background-color: #EDF0F5;
}  
.Table_Down_List_bottom  /*下载终级分页 下载底部 css */
{
height:22 px;
color: #000000;
border-top:1px dashed #cdcdcd;
}  
/***********************************下载中心css定义结束*************************************

/**********************************评论css定义开始************************************/
.comment_write_table{  /*发表评论整个表格*/
border: 1px solid #A7A7A7;
color: #000000;
top:10 px;
align:center;
background-color: #EDF0F5;
}
.comment_write_title{ /*发表评论表格Title*/
background:url(/Skin/Default/Link_Table_Title.gif);
color: #000000;
height: 27;
text-align: center;
font-weight:bolder;
}
.BOTTOM{  /*显示评论*/
border: 1px solid #A7A7A7;
color: #000000;

align:center;
}
/***********************************评论css定义结束************************************/

/********************************搜索结果页面css定义开始*********************************/
 
.Search_table_border         /*搜索结果页表格边框css定义*/
{
border: 1px solid #a7a7a7;
}
.Search_table_title         /* 搜索结果页表格标题css定义*/
{
background:url(/Skin/Default/Link_Table_Title.gif);
color: #000000;
text-align: center;
font-weight:bolder;
}
/****************************搜索结果页面css定义结束****************************************/


/********************************友情链接中心css定义开始*********************************/
 
.table_border         /*友情链接中心表格边框css定义*/
{border: 1px solid #a7a7a7;}
.link_table_title     /* 友情链接中心表格标题css定义*/
{
background:url(/Skin/Default/Link_Table_Title.gif);
color: #000000;
height: 27;
text-align: center;
font-weight:bolder;
}
/****************************友情链接中css定义结束****************************************/


/********************************底部中css定义开始*********************************/
 
.bottom_table        /*底部中文字css定义*/
{color: #FFFFFF;align:center;line-height:200%;}

/* 底部中文字连接的css定义:可定义内容为链接字体颜色、样式等 */
a.bottom_link{text-decoration: none;}   /* 链接无下划线,有为underline */ 
a.bottom_link:link {color: #FFFFFF;}    /* 未访问的链接 */
a.bottom_link:visited {color: #FFFFFF;} /* 已访问的链接 */
a.bottom_link:hover{color: #FFFFFF;	text-decoration: underline;}   /* 鼠标在链接上 */ 
a.bottom_link:active {color: #FFFFFF;text-decoration: underline;}  /* 点击激活链接 */
 /* 底部中文字连接定义结束
}
/****************************底部中css定义结束****************************************

/*=====================================================================================*/
/*                                网站样式单定义结束                                     */
/*=====================================================================================*/
.white{
   color:#FFFFFF;
   line-height:200%;
}
.text_1{
   color:#105089;
   line-height:150%;
}
.padding{
   padding-left:5px;
   
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.left_20{
    padding-left:20px;
	color:#666666
}
.red {color: #FF0000}
.text {
	padding-left: 10px;
	color: #666666;
	font-size:13px;
}
.text_2{
    color: #1773C6;
	font-size: 14px;
	font-weight: bold;
}
