@charset "utf-8";
/* ******LinkA表示首页最新文章中带有链接的文字的风格样式，带下划线****** */
a.LinkA:link {color: #000000;text-decoration: underline;}
a.LinkA:visited {color: #000000;text-decoration: underline;}
a.LinkA:hover{color: #000000;text-decoration: underline;}
a.LinkA:active {color: #000000;text-decoration: underline;}
ul,li{ list-style:none; margin:0; padding:0;}
img{ border: 0;}
/* ******首页最新文章中间隔各行的风格样式，分奇数行与偶数行****** */
.LinkAbg01 /* --奇数行文章列表内容间隔颜色的定义1-- */
{
background:#E3F0FB;color:#F500D0;
}
.LinkAbg02 /* --偶数行栏目文章列表内容间隔颜色的定义2-- */
{
background:#F6FAFE;color:#ff0000;
}


/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #FFff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #FFff00;}
a.channel2:visited {color: #FFff00;}
a.channel2:hover{color: #ffffff;}
a.channel2:active {color: #FFff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #005500;}
a.bottom:active {color: #000000;}
/* 文章栏目标题文字链接的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;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等(/Skin/sealove/bg_all.gif */
body
{
margin:0px;
font-size: 12px;background:url(bj.jpg);
background-position:center;
text-decoration: none;
scrollbar-face-color: #2B73F1;
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: 15px;
	font-weight: normal;
}

.box{ width:1000px; margin:auto;}
.top{ height:5px; background-color:#008cac;}
.banner{ height:21px; background:url(2011101216470263.jpg); padding:180px 33px 2px 37px; margin-bottom:5px;}
.banner1{ height:21px; background:url(20111012164702631.jpg); padding:180px 33px 2px 37px; margin-bottom:5px;}
.banner .gundong{ width:700px; height:13px; float:left;}
.banner .data{ width:230px; text-align:right; float:left;}
.nav{ height:46px; background:url(nav.jpg); text-align:center; padding:14px 68px 0 68px; line-height:18px;}
.nav span{ margin:0 8px;}
.nav_en{ height:46px; background:url(nav.jpg); text-align:center; padding:11px 160px 0 160px; line-height:18px;}
.nav_en span{ margin:0 8px;}
/*左边内容*/
.main{ background:url(main_bg.jpg) repeat-y; overflow:hidden; padding:10px 16px;}
.left{ width:180px; float:left;}
.left_bar{ height:28px; background:url(left.jpg); text-align:center; line-height:28px; font-weight:bold; color:#fff;}
.book{  width:178px; border-left:solid 1px #aaaaaa; border-right:solid 1px #aaaaaa; text-align:center;}
.book a img{ width:80px; height:130px; margin:0 46px;}
.book a{ line-height:20px; }
.more{ height:23px; background:url(more.jpg); margin-bottom:4px;}
.more a{ display:block; width:40px; height:20px; margin-left:136px;} 
.dongtai{  width:178px; border-left:solid 1px #aaaaaa; border-right:solid 1px #aaaaaa; text-align:center;}
.flag{  width:178px; border-left:solid 1px #aaaaaa; border-right:solid 1px #aaaaaa; text-align:center;}
.flag a img{ width:26px; height:20px; margin:4px 4px;}
/*中间内容*/
.center{ width:604px; float:left; margin:0 2px;}
.center .list{ width:584px; padding:0 10px; }
.list .bar1{ background-color:#E3F0FB; height:18px; color:#F500D0; line-height:18px; clear: both;}
.bar1 span{ display:block;   float:left;}
.bar1 a{ display:block; width:510px; float:left;}
.bar1 .data{ display:block; width:60px; float:left;}
.list .bar2{ background-color:#F6FAFE; height:18px; color:#f00; line-height:18px; clear: both;}
.bar2 span{ display:block; float:left;}
.bar2 a{ display:block; width:510px; height:18px; float:left;}
.bar2 .data{ display:block; width:60px; float:left;}
.more1 a{ color:#f00; line-height:18px;}
.pic{ text-align:center; background-color:#fff; margin-bottom:4px;}
.search{ height:65px; background:url(search.jpg); margin-top:8px;}
.search_l{ width:575px; float:left; text-align:center; line-height:20px; margin-top:-2px;}
.search_r{ width:22px; float:left;  margin-top:15px; line-height:18px;}
.search_r a:hover{ text-decoration:underline;}
/*右边内容*/
.right{ width:180px; float:left;}
.right_bar{ height:28px; background:url(right.jpg);}
.right_bar2{ height:28px; background:url(right_2.jpg);}
.right_bar2 span{ display:block; width:100px; line-height:30px; height:28px; float:left; font-weight:bold; color:#09B; margin-left:15px;}
.right_bar2 a{ display:block; width:50px; height:28px; float:right;}
.right_bar span{ display:block; width:100px; line-height:30px; height:28px; float:left; font-weight:bold; color:#09B; margin-left:15px;}
.right_bar a{ display:block; width:50px; height:28px; float:right;}
.news{ background:url(right_bg.jpg) repeat-y; text-align:center; padding:0 10px;}
.news a img{ width:150px; height:120px; margin:10px 5px 0 5px;}
.news a{ line-height:20px; }
.right_b{ margin-bottom:4px; height:7px; line-height:5px;}
/*底部内容*/
.bottom{ height:130px; background:url(bottom.jpg);}
.bottom_en{ height:130px; background:url(bottom_en.jpg); text-align: center;}
.link{ text-align:center; line-height:50px; padding-top:2px}
.link a{ margin:5px;}
.link_en{ text-align:center; line-height:50px; padding-top:45px}
.link_en a{ margin:5px;}
.bottom p{ line-height:16px; text-align:center;}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
margin-top: 17px;
}
.research{ line-height: 30px; clear:both}
.research span{ display:block; width:26px; height:22px; float:left; margin-right:67px; margin-top: 5px;}
.research b{ display:block; float:left; }
.title{ padding:0 10px 0 10px; line-height:16px; min-height: 100px;border: 1px #cccccc solid;}
.title3{border: 1px solid #CCC;} 
.title_l{ padding:0 10px 0 10px; line-height:16px; min-height:}
.title li{ line-height:20px; overflow:hidden;}
.color1{  background: #E3F0FB;color: #F500D0; line-height:23px; overflow:hidden}
.color2{  background: #F6FAFE;color: #ff0000; line-height:23px; overflow:hidden}
.color1 font { width:850px; float:left; font-size:12px}
.color2 font { width:850px; float:left; font-size:12px}
.title .img{ display:block; width:9px; height:15px; float:left; margin-right:5px;}
.title a{ display:block; width:560px; float:left;}
.title .name{ display:block; width:300px; float:left; text-align:center;}
.title .data{ display:block; width:70px; float: right;}

.title3 .img{ display:block; width:9px; height:15px; float:left; margin-right:5px;}
.title3 .name{ display:block; width:300px; float:left; text-align:center;}
.title3 .data{ display:block; width:70px; float: right;}

.title_l li{ background:url(line.gif) repeat-x;  line-height:20px; overflow:hidden;}
.title_l .img{ display:block; width:9px; height:15px; float:left; margin-right:5px;}
.title_l a{ display:block; width:560px; float:left;}
.title_l .name{ display:block; width:300px; float:left; text-align:center;}
.title_l .data{ display:block; width:70px; float: right;}

.title_m li{ background:url(line.gif) repeat-x;  line-height:20px; overflow:hidden;}
.title_m .img{ display:block; width:9px; height:15px; float:left; margin-right:5px;}
.title_m .name{ display:block; width:160px; float:left; text-align:center;}
.title_m .data{ display:block; width:70px; float: right;}
.title_m font { width:700px; float:left}


.title2{ padding:0 10px 0 10px; line-height:16px; border: 1px solid #d2d3d9;min-height: 100px;}
.title2 li{ /* border-bottom:dashed 1px #CCC; */  overflow:hidden;}
.color1{  background: #E3F0FB;color: #F500D0;}
.color2{  background: #F6FAFE;color: #ff0000;}
.line { background:url(line.gif) repeat-x;}

.title2 .img{ display:block; width:9px; height:15px; float:left; margin-right:5px;}
.title2 a{ display:block; width:560px; float:left;}
.title2 .name{ display:block; width:300px; float:left; text-align:center;}
.title2 .data{ display:block; width:70px; float: right;}
.search_b{ height: 49px; background-color:#f0f0f0; overflow:hidden; line-height:32px; margin-top: 6px; text-align: left;}
.search_b .art{ width: 86px; float:left; line-height: 22px; margin-top: 4px; margin-left: 7px;}
.search_b .art span{ display:block; width:15px; height:15px; float:left; margin-top:6px; margin-right:6px;}
.check{ width:830px;  float:left; text-align:center;}
.search_b a{ display:block; width:52px; float:left; text-decoration:underline; margin-top: 10px;}

.search_c{ height: 49px; background-color:#f0f0f0; overflow:hidden; line-height:32px; margin-top:6px; text-align: left;}
.search_c .art{ width: 76px; float:left; line-height: 22px; margin-top: 14px; margin-left: 7px;}
.search_c .art span{ display:block; width:15px; height:15px; float:left; margin-top:6px; margin-right:6px;}
.search_c a{ display:block; width:52px; float:left; text-decoration:underline; margin-top: 10px;}

.nav1{ height:68px; background:url(nav1.jpg) no-repeat; padding:10px 16px 0 16px; line-height:10px;}
.current span{ margin-right:10px;}
.nav1_a{ padding:8px 50px 0 50px; text-align:center;}
.nav1_a span{ margin:0 8px;}
.main1{ background:url(main_bg.jpg) repeat-y; padding:0 8px; overflow:hidden}
.line{ height:2px; background-color:#0099bb; margin-bottom:1px;}
.line1{ height:1px; background-color:#00cffd;}
.para{ padding:0 0 0 28px; }
.para_box{border-left:solid 1px #eeeeee; padding-bottom:20px;}
.daye{
    text-align: center;
    margin-bottom: 8px;
	  color: #037FA8;
	  font-weight: bold;
    line-height: 150%;
}

.para_1{border-bottom:solid 1px #eeeeee; line-height:32px;}
.para_1 span{ margin-right:20px; margin-left:5px;}
.para_1 font{ text-align:right;  margin-left:640px;}
.para h1{ line-height:36px; text-align:center; font-size:16px;}
.writer{ width:945px; height:34px; margin-left:5px; background-color:#eee; text-align:center; line-height:34px;}
.artical{ padding: 5px 8px 20px;font-size: 16px;font-family: 宋体;line-height: 200%;}
.artical p{ line-height:34px; text-indent:2em; margin-bottom:6px; font-size:16px; WORD-BREAK: break-all;}
.turn{ border-top:dashed 1px #ccc; border-bottom:solid 1px #ccc; width:950px; margin-left:5px; }
.turn li span{ font-size:24px; margin-right:10px; }

.artical_en{ padding:5px 8px 20px 8px;font-size: 22px;font-family: "宋体";line-height: 25px;}
.artical_en img { max-width:550px; height:auto;}
.artical_en p{ line-height:34px; margin-bottom:6px; font-size:16px; WORD-BREAK: break-all;}


.main_r1_rimg{ width:150px; height:160px;}
.main_r1_rimg li{ width:150px; display:none; position:relative;}
.main_r1_rimg li img{ width:150px; height:120px;}
.main_r1_rimg li .ceng{ position:absolute; width:100%; height:20px; display:block; text-align:center; bottom:-22px; left:0px; color:#000;}
.main_r1_rimg li .ceng:hover{text-decoration:underline; color:#AE0927;}

.gywm { width:936px; margin:20px auto; overflow:hidden}
.gywm .gy1 { height:28px; background:url(gy1.gif) no-repeat; line-height:28px; text-align:center; color:#0099BB; font-weight:boldj;}
.gywm .gy2 { background:url(gy2.gif) repeat-y; width:100%}
.gywm .gy2 div { padding:20px; line-height:18px;}
.gywm .gy3 { height:9px; background:url(gy3.gif) no-repeat;}

.divfy { background:url(line01.gif) top repeat-x; padding:10px 0; border-bottom:1px #cccccc solid; width:96%}
.divfy ul li { margin-top:10px!important;}