/* 网站链接总的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: 14px;
	line-height: 200%;
}
a.lisjc:visited {
	font-size: 14px;
	line-height: 200%;
}
a.lisjc:hover{
	text-decoration: underline;
	font-size: 14px;
	line-height: 200%;
}
a.lisjc:active {
	font-size: 14px;
	line-height: 200%;
}
/* 内容页最新文章标题文字CSS定义<a class='homehot' ***>***</a> */
a.textnews:link {
	color: #0000FF;
	font-size: 13px;
	font-weight: bold;
	line-height: 200%;
}
a.textnews:visited {
	color: #0000FF;
	font-size: 13px;
	font-weight: bold;
	line-height: 200%;
}
a.textnews:hover{
	color: #0000FF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 200%;
}
a.textnews:active {
	color: #0000FF;
	font-size: 13px;
	font-weight: bold;
	line-height: 200%;
}
/* 首页栏目文字链接的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.b12c:link {color: #000;}
a.b12c:visited {color: #000;}
a.b12c:hover{ color: #FF0000; text-decoration: underline;}
a.b12c:active {color: #FF0000;}
/* ，内容页关键字链接的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定义开始== */
/* [图文]简短标题文字的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: 8px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.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;
}
.topl {
	float: left;
	width: 500px;
}
.topr {
	float: right;
	width: 414px;
}
.middle {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.middle_l {
	width: 734px;
	float: left;
}
.middle_r {
	width: 200px;
	float: right;
}
.location {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
}
.contitle {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.context {
	font-size: 14px;
	line-height: 160%;
	padding: 3px;
	width: 728px;
}
.adtext {
	float: right;
	width: 340px;
	margin-right: 15px;
}
.fad1 {
	padding: 1px;
}
.fad2 {
	padding: 1px;
}
.textpic {
	padding: 15px;
	text-align: center;
}
.jctj1 {
	padding: 12px;
	margin: 15px;
	border: 1px solid #E4E4E4;
}
.textsm {
	font-size: 14px;
	line-height: 160%;
	padding: 15px;
}
.textdz {
	font-size: 14px;
	padding: 8px;
	border: 1px solid #E4E4E4;
	text-align: center;
	margin: 20px;
}
.clnews {
	padding: 10px;
	width: 702px;
}
.clnews1 {
	padding: 15px;
	width: 310px;
	float: left;
}
.Point {
	text-align: right;
	color: #999999;
	font-size: 12px;
	margin-top: 18px;
}
.next_article {
	margin: 12px;
	font-size: 14px;
	line-height: 200%;
}
.conabou {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-size: 14px;
	padding-top: 20px;
}
.aboutitle {
	font-size: 14px;
	line-height: 160%;
	margin: 15px;
}
.jctj {
	font-size: 14px;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.rele {
	margin-bottom: 12px;
	border: 1px solid #CCCCCC;
	width: 732px;
}
.gxnew {
	float: left;
	width: 230px;
	text-align: center;
	padding: 10px;
	height: 175px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.gxhot {
	float: right;
	width: 455px;
	padding: 12px;
}
.concannl {
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
}
.clmenu {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px;
}
.hotPictitle_r {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.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;
}
/* ==栏目页css定义开始== */
.cltop {
	width: 950px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 8px;
}
.classmenu {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #CCCCCC;
}
.clbox {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.clbox_left {
	padding: 10px;
	float: right;
	width: 160px;
	border: 1px solid #CCCCCC;
	height: 1060px;
}
.clhot {
	padding-top: 10px;
}
.clbox_title {
	width: 608px;
	padding-right: 12px;
}
.clbox_right {
	width: 322px;
	float: right;
	border: 1px solid #CCCCCC;
	height: 980px;
}
.righthotPic {
	padding: 10px;
}
.cltitle {
	height: 980px;
	border: 1px solid #CCCCCC;
}
.clbox_menu {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 4px;
}
.clbox_menu2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 4px;
}
.cltitle2 {
	padding: 10px;
	font-size: 14px;
	line-height: 160%;
}
.clpage {
	padding: 10px;
	text-align: center;
}
