/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{
	color: #FF0000;
	text-decoration: underline;
} /* 鼠标在链接上 */ 
a:active {color: #FF0000;} /* 点击激活链接 */
/* 内容页最新文章标题文字CSS定义<a class='listnews' ***>***</a> */
a.listnews:link {color: #1E3B89;}
a.listnews:visited {color: #1E3B89;}
a.listnews:hover{
	color: #1E3B89;
	text-decoration: underline;
}
a.listnews:active {color: #1E3B89;}
/* 首页最新文章标题文字CSS定义<a class='lisjc' ***>***</a> */
a.lisjc:link {
	font-size: 13px;
	line-height: 180%;
}
a.lisjc:visited {
	font-size: 13px;
	line-height: 180%;
}
a.lisjc:hover{
	text-decoration: underline;
	font-size: 14px;
	line-height: 180%;
}
a.lisjc:active {
	font-size: 13px;
	line-height: 180%;
}
/* 首页热门文章标题文字CSS定义<a class='homehot' ***>***</a> */
a.homehot:link {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
a.homehot:visited {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
a.homehot:hover{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
a.homehot:active {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}
/* 首页栏目文字链接的css定义<a class='class' ***>***</a> */
a.b12b:link,a.b12b:visited { text-decoration:none; color:#246B9A; font-size:12px; line-height:22px; font-family: "Arial", "Helvetica", "sans-serif"; font-weight: bold;}
a.b12b:active,a.b12b:hover { text-decoration:underline; color: #246B9A; font-size:12px; line-height:22px; font-family: "Arial", "Helvetica", "sans-serif"; font-weight: bold;}
/* ，内容页关键字链接的css定义<a class='class' ***>***</a> */
a.b12d:link,a.b12d:visited { text-decoration:none; color:#246B9A; font-size:14px; line-height:22px; font-family: "Arial", "Helvetica", "sans-serif"; font-weight: bold;}
a.b12d:active,a.b12d:hover { text-decoration:underline; color: #246B9A; font-size:14px; line-height:22px; font-family: "Arial", "Helvetica", "sans-serif"; font-weight: bold;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 160%;
	font-weight: normal;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}
/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}
/* ==首页css定义开始== */
.top {
	width: 950px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.cltop {
	width: 950px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 8px;
}
.topmenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E3B89;
	padding-bottom: 5px;
	color: #FF6600;
}
.topbox {
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.toplogo {
	float: left;
	height: 90px;
	width: 178px;
}
.topad {
	float: right;
	height: 90px;
	width: 760px;
}
.topsearch {
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	width: 926px;
}
.box {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.box_l {
	float: left;
	height: 467px;
	width: 322px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
}
.box_z {
	height: 470px;
	width: 404px;
}
.box_r {
	height: 470px;
	width: 200px;
	float: right;
	margin-left: 8px;
}
.box_lm {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 12px;
}
.box_lt {
	padding: 12px;
}
.box_lt2 {
	text-align: right;
	padding-top: 6px;
	padding-right: 12px;
}
.box_lad {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 180%;
}
.box_zh {
	padding: 10px;
	height: 80px;
	margin-bottom: 12px;
	border: 1px solid #CCCCCC;
}
.box_zj {
	height: 352px;
	margin-top: 12px;
	border: 1px solid #CCCCCC;
}
.box_rt {
	border: 1px solid #CCCCCC;
}
.box_rb {
	margin-top: 12px;
	border: 1px solid #CCCCCC;
}
.vector {
	width: 948px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.vector1 {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.vector2 {
	padding: 8px;
}
.sad950 {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.box2 {
	width: 950px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.box2l {
	float: left;
	width: 738px;
}
.box2r {
	float: right;
	height: 1151px;
	width: 200px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	text-align: center;
	padding-top: 5px;
}
.box2l1 {
	width: 738px;
	margin-top: 10px;
}
.box2ll {
	float: left;
	height: 280px;
	width: 362px;
	border: 1px solid #CCCCCC;
}
.box2lr {
	height: 280px;
	width: 362px;
	border: 1px solid #CCCCCC;
	float: right;
}
.tbox {
	width: 362px;
}
.pict {
	float: left;
	width: 120px;
	padding: 5px;
}
.textt {
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.footbox {
	width: 950px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
.netease {
	padding-top: 12px;
	padding-bottom: 8px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.yq {
	width: 948px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.yq1 {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 924px;
	background-color: #F2F6FB;
}
.yq2 {
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
}
