﻿@charset "utf-8";

/*
//CSS Hack
property:value; 所有浏览器 
_property:value; IE6 
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px; 
height:auto !important; 
height:500px; 
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/

body {margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif,'宋体'; background-color:#fff;}
table {margin:0px;}
th,td {line-height:180%; text-align:left;}
img {border:0px;}
dl,dt,dd,h1,h2,h3,h4,p,form {margin:0px; padding:0px;}
ul {margin:0px; padding:0px; list-style:none;}
/*通用链接*/
a
{-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
a:link,a:visited{color:#383637;text-decoration: none;}
a:hover,a:active{color:#287bc7;text-decoration:underline;}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/

/*
 * 编辑器表格设置
 * table
	{border-collapse:collapse; border-spacing:0;}
   table tr td
	{padding:0px;}
 */

/*翻页样式1,2,3样式
#thePageInfo
{width:753pxpx; height:20px; overflow:hidden; padding:20px 0px; text-align:center; clear:both;
font-size:12px;}
#thePageInfo em
{line-height:100%; padding:2px 6px; color:#949494; font-style:normal; background:#fff; border:1px solid #d6d6d6;}
#thePageInfo em a:link,#thePageInfo em a:visited
{color:#979797; text-decoration:none;}
#thePageInfo em a:hover,#thePageInfo em a:active
{text-decoration:underline;}
#thePageInfo em.onfocus
{line-height:100%; padding:2px 6px; color:#fff; font-style:normal; background:#0071af; border:1px solid #d6d6d6;}
#thePageInfo em.onfocus a:link,#thePageInfo em.onfocus a:visited
{color:#fff; text-decoration:none;}
#thePageInfo em.onfocus a:hover,#thePageInfo em.onfocus a:active
{text-decoration:underline;}
#thePageInfo span
{color:#676767;}
*/

/*右侧漂浮*/
#rightPiaoFu
{width:120px; height:auto; overflow:hidden; padding:6px; font-size:12px; position:absolute;right:0px;}
#rightPiaoFu .content
{width:120px; height:auto; overflow:hidden; background-color:#fff; position:relative;}
#rightPiaoFu .close
{width:20px; height:20px; overflow:hidden; position:absolute; right:0px; top:0px;
 color:#fff; cursor:pointer; line-height:20px; text-align:center; font-size:14px;}
#rightPiaoFu ul
{list-style:none;}
#rightPiaoFu ul li.sort
{width:118px; height:20px; overflow:hidden; border:1px solid #C0E6F9;
 line-height:20px; text-align:center; color:#fff;}
#rightPiaoFu ul li.qq,#rightPiaoFu ul li.msn,#rightPiaoFu ul li.skype
{width:110px; height:auto; overflow:hidden; padding:3px 0px; line-height:23px; text-indent:10px;}
#rightPiaoFu ul li.tel,#rightPiaoFu ul li.email
{width:110px; height:auto; overflow:hidden; line-height:23px; text-indent:10px; color:#333; text-align:center;}

#rightPiaoFu a:link{color:#333;text-decoration: none;}
#rightPiaoFu a:visited{color:#333;text-decoration: none;}
#rightPiaoFu a:hover,#rightPiaoFu a:active{color:#ff0000;text-decoration:underline;}

/*公用顶部*/
#global_TopBg
{width:100%; height:96px; overflow:hidden; border-top:3px solid #da8d3d; position:relative; z-index:99;}
#global_Top
{width:1003px; height:96px; overflow:hidden; margin:0px auto; position:relative;}
#global_Top .logo
{width:128px; height:95px; overflow:hidden; position:absolute; left:0px; top:0px;}
#global_Top .logo img
{float:left;}
#global_Top .Nav
{width:876px; height:96px; overflow:hidden; position:absolute; right:0px; top:0px;}
#global_Top .Nav ul li
{width:109.5px; height:96px; overflow:hidden; float:left;}
#global_Top .Nav ul li.onfocus
{background:url(../Images/bng1.jpg) center 0px no-repeat;}
#global_Top .Nav ul li em
{width:109.5px; height:25px; line-height:25px; overflow:hidden; display:block; font-style:normal; float:left;
font-size:16px; font-family:"Microsoft YaHei"; text-align:center; margin-top:30px;}
#global_Top .Nav ul li span
{width:109.5px; height:25px; line-height:15px; overflow:hidden; display:block; float:left;
font-size:12px; font-family:"Microsoft YaHei"; text-align:center;}
#global_Top .Nav ul li a
{color:#2b2b2b; text-decoration:none;}
#global_Top .Nav ul li a span
{color:#a9a9a9;}
#global_Top .Nav ul li.onfocus a
{color:#ffffff; text-decoration:none;}
#global_Top .Nav ul li.onfocus a span
{color:#ffffff;}

/*公用幻灯*/
#global_Banner
{width:100%; height:487px; overflow:hidden; margin-top:-1px; position:relative; z-index:8;}
#global_Banner .list
{width:100%; height:487px; overflow:hidden; position:relative; z-index:99;}
#global_Banner .list ul li
{width:100%; height:487px; overflow:hidden; float:left; text-align:center;}
#global_Banner .btnList
{width:auto; height:4px; overflow:hidden; position:absolute; right:10%; bottom:15px; z-index:999;}
#global_Banner .btnList ul li
{width:37px; height:4px; overflow:hidden; float:left; margin-left:5px; background:#925924;
cursor:pointer;}
#global_Banner .btnList ul li.onfocus
{background:#cc8239;}

/*公用底部*/
#global_BottomBg
{width:100%; height:40px; overflow:hidden; margin-top:20px; background:#794209;}
#global_Bottom
{width:1003px; height:40px; line-height:40px; overflow:hidden; margin:0px auto; font-size:12px;
font-family:"Microsoft YaHei"; color:#e3dad5; text-align:center;}

/*首页样式*/

/*首页顶部*/
#indexTop
{width:1003px; height:330px; overflow:hidden; margin:0px auto; position:relative; margin-top:20px;}
/*左侧*/
#indexTop .theLeft
{width:316px; height:330px; overflow:hidden; position:absolute; left:0px; top:0px;}
#indexTop .theLeft .title
{width:316px; height:33px; line-height:33px; overflow:hidden; position:absolute; left:0px; top:0px;
font-size:16px; font-family:"Microsoft YaHei"; color:#242424;}
#indexTop .theLeft .title em
{font-style:normal; font-size:14px; color:#aca6a8;}
#indexTop .theLeft .content
{width:296px; height:236px; line-height:180%; overflow:hidden; font-size:14px; font-family:"Microsoft YaHei"; 
padding:10px; position:absolute; left:0px; top:33px; background:#eaeaea;}
#indexTop .theLeft .moreA
{width:316px; height:41px; overflow:hidden; position:absolute; left:0px; bottom:0px;}
#indexTop .theLeft .moreA a
{width:316px; height:41px; line-height:41px; overflow:hidden; position:absolute; left:0px; bottom:0px;
text-align:center; font-size:16px; font-family:"Microsoft YaHei"; background:#dddddd; text-decoration:none;}
#indexTop .theLeft .moreA a:hover
{background:#9e6933; color:#ffffff;}

/*中间*/
#indexTop .theMid
{width:324px; height:330px; overflow:hidden; position:absolute; left:346px; top:0px;}
#indexTop .theMid .title
{width:324px; height:32px; line-height:32px; overflow:hidden; position:absolute; left:0px; top:0px;
font-size:16px; font-family:"Microsoft YaHei"; color:#242424;}
#indexTop .theMid .title em
{font-style:normal; font-size:14px; color:#aca6a8;}
#indexTop .theMid .title span
{width:60px; height:32px; line-height:32px; overflow:hidden; text-align:center; display:block; float:right;}
#indexTop .theMid .title span img
{float:right; margin-top:10px;}
#indexTop .theMid dl
{width:324px; height:83px; overflow:hidden; position:absolute; left:0px; top:32px; border-bottom:1px dashed #d4d4d4;}
#indexTop .theMid dl dd.img
{width:118pxp; height:65px; overflow:hidden; position:absolute; left:0px; top:0px; border:2px solid #d3bda5;}
#indexTop .theMid dl dd.img img
{float:left;}
#indexTop .theMid dl dd.caption
{width:197px; height:22px; line-height:22px; overflow:hidden; position:absolute; right:0px; top:0px;
font-size:14px; font-family:"Microsoft YaHei";}
#indexTop .theMid dl dd.caption a:link,#indexTop .theMid dl dd.caption a:visited
{color:#916028; text-decoration:none;}
#indexTop .theMid dl dd.caption a:hover,#indexTop .theMid dl dd.caption a:active
{color:#916028; text-decoration:underline;}
#indexTop .theMid dl dd.jianjie
{width:197px; height:52px; line-height:180%; overflow:hidden; position:absolute; right:0px; top:22px;
font-size:12px; color:#797979; font-family:"Microsoft YaHei";}
#indexTop .theMid ul
{position:absolute; left:0px; top:122px;}
#indexTop .theMid ul li
{width:324px; height:33px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei"; 
background:url(../Images/bng4.png) 0px 12px no-repeat; border-bottom:1px solid #e0e0e0;}
#indexTop .theMid ul li em
{width:230px; height:33px; line-height:33px; overflow:hidden; display:block; float:left; font-style:normal;
text-indent:10px;}
#indexTop .theMid ul li em a:link,#indexTop .theMid ul li em a:visited
{color:#474747; text-decoration:none;}
#indexTop .theMid ul li em a:hover,#indexTop .theMid ul li em a:active
{color:#935f26; text-decoration:underline;}
#indexTop .theMid ul li span
{width:82px; height:33px; line-height:33px; overflow:hidden; display:block; float:right; text-align:center; color:#6a6a6a;}

/*右侧*/
#indexTop .theRight
{width:306px; height:330px; overflow:hidden; position:absolute; right:0px; top:0px;}
#indexTop .theRight .title
{width:306px; height:32px; line-height:32px; overflow:hidden; position:absolute; left:0px; top:0px;
font-size:16px; font-family:"Microsoft YaHei"; color:#242424;}
#indexTop .theRight .title em
{font-style:normal; font-size:14px; color:#aca6a8;}
#indexTop .theRight .list
{width:306px; height:296px; overflow:hidden; position:absolute; left:0px; bottom:0px;}
#indexTop .theRight .list ul li
{width:306px; height:296px; overflow:hidden; float:left;}
#indexTop .theRight .list ul li dl
{width:306px; height:296px; overflow:hidden; position:relative;}
#indexTop .theRight .list ul li dl dd.caption
{width:306px; height:43px; line-height:43px; overflow:hidden; position:absolute; left:0px; top:144px;
text-align:center; font-size:16px; font-family:"Microsoft YaHei"; background:url(../Images/bng5.png);}
#indexTop .theRight .list ul li dl dd.caption a:link,#indexTop .theRight .list ul li dl dd.caption a:visited
{color:#ffffff; text-decoration:none;}
#indexTop .theRight .list ul li dl dd.caption a:hover,#indexTop .theRight .list ul li dl dd.caption a:active
{color:#ffffff; text-decoration:underline;}
#indexTop .theRight .list ul li dl dd.jianjie
{width:276px; height:81px; line-height:180%; overflow:hidden; position:absolute; left:0px; bottom:0px;
padding:15px; font-size:14px; font-family:"Microsoft YaHei"; color:#ffffff; background:url(../Images/bng6.png);}
#indexTop .theRight .aboutImg
{width:23px; height:23px; overflow:hidden; position:absolute; top:0px; cursor:pointer;}
#indexTop .theRight .imgLeft
{right:26px; background:url(../Images/bng7.png) 0px 0px no-repeat;}
#indexTop .theRight .imgRight
{right:0px; background:url(../Images/bng7.png) -23px 0px no-repeat;}
#indexTop .theRight .imgLeftOnfocus
{right:26px; background:url(../Images/bng8.png) 0px 0px no-repeat;}
#indexTop .theRight .imgRightOnfocus
{right:0px; background:url(../Images/bng8.png) -23px 0px no-repeat;}

/*首页中间*/
#indexMidBg
{width:100%; height:371px; overflow:hidden; margin-top:20px; 
background:url(../Images/bng9.png) repeat-x;}
#indexMid
{width:1003px; height:371px; overflow:visible; margin:0px auto; position:relative;}
#indexMid .title
{width:1003px; height:109px; overflow:hidden; position:absolute; left:0px; top:0px;}
#indexMid .title em
{width:200px; height:79px; line-height:180%; overflow:hidden; float:left; font-style:normal; font-size:18px;
color:#ffffff; font-family:"Microsoft YaHei"; padding:15px 0px;}
#indexMid .title span
{width:104px; height:29px; line-height:29px; overflow:hidden; display:block; float:right; font-size:14px;
font-family:"Microsoft YaHei"; text-align:center; margin-top:40px; border:1px solid #d79855;}
#indexMid .title span a:link,#indexMid .title span a:visited
{color:#f8d6b1; text-decoration:none;}
#indexMid .title span a:hover,#indexMid .title span a:active
{color:#f8d6b1; text-decoration:underline;}
#indexMid .list
{width:1002px; height:252px; overflow:hidden; position:absolute; left:1px; top:109px;}
#indexMid .list ul li
{width:253px; height:252px; overflow:hidden; float:left; position:relative;}
#indexMid .list ul li img
{float:left; border:2px solid #c3a688;}
#indexMid .list ul li em
{width:242px; height:37px; line-height:37px; overflow:hidden; display:block; font-style:normal; float:left;
font-size:14px; font-weight:bold; text-align:center;}
#indexMid .list ul li em a:link,#indexMid .list ul li em a:visited
{color:#f9f8f4; text-decoration:none;}
#indexMid .list ul li em a:hover,#indexMid .list ul li em a:active
{color:#f9f8f4; text-decoration:underline;}
#indexMid .list ul li span
{width:242px; height:50px; line-height:180%; overflow:hidden; float:left; display:block; font-size:12px;
font-family:"Microsoft YaHei"; color:#efe6df;}
#indexMid .aboutImg
{width:19px; height:19px; overflow:hidden; position:absolute; top:185px; cursor:pointer;}
#indexMid .imgLeft
{left:-37px; background:url(../Images/bng11.png) 0px 0px no-repeat;}
#indexMid .imgRight
{right:-37px; background:url(../Images/bng11.png) -19px 0px no-repeat;}

/*首页底部*/
#indexBottom
{width:1003px; height:244px; overflow:hidden; margin:0px auto; position:relative; margin-top:20px;}
#indexBottom .theLeft
{width:313px; height:244px; overflow:hidden; position:absolute; left:0px; top:0px;}
#indexBottom .theLeft .title
{width:313px; height:32px; line-height:32px; overflow:hidden; position:absolute; left:0px; top:0px;
font-size:16px; font-family:"Microsoft YaHei"; color:#242424;}
#indexBottom .theLeft .title em
{font-style:normal; font-size:14px; color:#aca6a8;}
#indexBottom .theLeft .title span
{width:60px; height:32px; line-height:32px; overflow:hidden; text-align:center; display:block; float:right;}
#indexBottom .theLeft .title span img
{float:right; margin-top:10px;}
#indexBottom .theLeft .img
{width:313px; height:116px; overflow:hidden; position:absolute; left:0px; top:47px;}
#indexBottom .theLeft .img img
{float:left;}
#indexBottom .theLeft .jianjie
{width:313px; height:73px; line-height:180%; overflow:hidden; position:absolute; left:0p; bottom:0px;
font-size:12px; font-family:"Microsoft YaHei"; color:#494949;}

#indexBottom .theMid
{width:311px; height:244px; overflow:hidden; position:absolute; left:356px; top:0px;}
#indexBottom .theMid .title
{width:311px; height:32px; line-height:32px; overflow:hidden; position:absolute; left:0px; top:0px;
font-size:16px; font-family:"Microsoft YaHei"; color:#242424;}
#indexBottom .theMid .title em
{font-style:normal; font-size:14px; color:#aca6a8;}
#indexBottom .theMid .title span
{width:60px; height:32px; line-height:32px; overflow:hidden; text-align:center; display:block; float:right;}
#indexBottom .theMid .title span img
{float:right; margin-top:10px;}
#indexBottom .theMid .list
{width:311px; height:210px; overflow:hidden; position:absolute; left:0px; top:40px;}
#indexBottom .theMid .list ul li
{width:311px; height:33px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei"; 
background:url(../Images/bng4.png) 0px 12px no-repeat; border-bottom:1px solid #e0e0e0;}
#indexBottom .theMid .list ul li em
{width:230px; height:33px; line-height:33px; overflow:hidden; display:block; float:left; font-style:normal;
text-indent:10px;}
#indexBottom .theMid .list ul li em a:link,#indexBottom .theMid .list ul li em a:visited
{color:#474747; text-decoration:none;}
#indexBottom .theMid .list ul li em a:hover,#indexBottom .theMid .list ul li em a:active
{color:#935f26; text-decoration:underline;}
#indexBottom .theMid .list ul li span
{width:80px; height:33px; line-height:33px; overflow:hidden; display:block; float:right; text-align:center; color:#6a6a6a;}

#indexBottom .theRight
{width:290px; height:244px; overflow:hidden; position:absolute; right:0px; top:0px;}
#indexBottom .theRight .title
{width:290px; height:32px; line-height:32px; overflow:hidden; position:absolute; left:0px; top:0px;
font-size:16px; font-family:"Microsoft YaHei"; color:#242424;}
#indexBottom .theRight .title em
{font-style:normal; font-size:14px; color:#aca6a8;}
#indexBottom .theRight .title span
{width:60px; height:32px; line-height:32px; overflow:hidden; text-align:center; display:block; float:right;}
#indexBottom .theRight .title span img
{float:right; margin-top:10px;}
#indexBottom .theRight .img
{width:290px; height:156px; overflow:hidden; position:absolute; left:0px; top:42px;}
#indexBottom .theRight .img img
{float:left;}
#indexBottom .theRight .link
{width:290px; height:46px; overflow:hidden; position:absolute; left:0px; bottom:0px;
background:url(../Images/bng14.png) no-repeat;}
#indexBottom .theRight .link .links1
{width:117px; height:46px; overflow:hidden; display:block; position:absolute; left:0px; top:0px;
text-decoration:none;}
#indexBottom .theRight .link .links2
{width:117px; height:46px; overflow:hidden; display:block; position:absolute; left:117px; top:0px;
text-decoration:none;}

#indexMain
{width:1003px; height:auto; overflow:hidden; margin:0px auto; margin-top:20px;}

/*左侧*/
#Left
{width:207px; height:auto; overflow:hidden; float:left; background:#eaeaea;}
#LeftNav
{width:207px; height:auto; overflow:hidden; float:left;}
#LeftNav .title
{width:207px; height:37px; line-height:37px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#e2d2c5; text-indent:11px; background:url(../Images/bng15.png) no-repeat;}
#LeftNav .title em
{font-size:18px; color:#fefefe; font-style:normal;}
#LeftNav .list
{width:207px; height:auto; overflow:hidden; float:left;}
#LeftNav .list ul li
{width:207px; height:40px; line-height:40px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
text-indent:12px; background:url(../Images/bng16.png) 181px 13px no-repeat; border-bottom:1px solid #dddddd;}
#LeftNav .list ul li a:link,#LeftNav .list ul li a:visited
{color:#0d0906; text-decoration:none;}
#LeftNav .list ul li a:hover,#LeftNav .list ul li a:active
{color:#c77624; text-decoration:underline;}
#LeftNav .list ul li.onfocus
{background:#c77624 url(../Images/bng17.png) 181px 13px no-repeat;}
#LeftNav .list ul li.onfocus a:link,#LeftNav .list ul li.onfocus a:visited
{color:#ffffff; text-decoration:none;}
#LeftNav .list ul li.onfocus a:hover,#LeftNav .list ul li.onfocus a:active
{color:#ffffff; text-decoration:underline;}
#LeftNav .titleOne
{width:207px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei"; 
color:#b17f5e; text-indent:11px; background:#dddddd;}
#LeftNav .titleOne em
{font-size:18px; color:#9e4f02; font-style:normal;}
#LeftNav .contact
{width:187px; height:auto; line-height:180%; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#0e0903; padding:10px;}
#LeftNav .img
{width:207px; height:auto; overflow:hidden; float:left; text-align:center; padding-bottom:10px;}

/*右侧*/
#Right
{width:777px; height:auto; overflow:hidden; float:right;}

/*位置*/
#RightTop
{width:777px; height:35px; line-height:45px; overflow:hidden; font-size:12px; font-family:"Microsoft Yahei"; 
color:#606060; border-bottom:1px solid #dddddd;}
#RightTop em
{width:240px; height:35px; line-height:35px; overflow:hidden; display:block; float:left; font-style:normal;
font-size:18px; font-family:"Microsoft YaHei"; color:#c77722;}
#RightTop span
{width:426px; height:35px; line-height:35px; overflow:hidden; display:block; float:right; font-size:12px;
font-family:"Microsoft YaHei"; color:#a7a7a7; text-align:right;}
#RightTop span a:link,#RightTop span a:visited
{color:#a7a7a7; text-decoration:none;}
#RightTop span a:hover,#RightTop span a:active
{color:#94bf00; text-decoration:underline;}

/*右侧内容*/
#RightContent
{width:777px; height:auto; overflow:hidden;}

/*新闻列表*/
#WebNewsList
{width:777px; min-height:450px; overflow:hidden; margin:0px auto;}
#WebNewsList ul li
{width:777px; height:34px; overflow:hidden; float:left; background:url(../Images/bng20.png) 0px 14px no-repeat;
border-bottom:1px solid #e6e6e6; -webkit-transition: 0.3s; -moz-transition: 0.3s; 
-o-transition: 0.3s; transition: 0.3s;}
#WebNewsList ul li.onfocus
{background:url(../Images/bng21.png) 0px 14px no-repeat;}
#WebNewsList ul li em
{width:650px; height:34px; line-height:34px; overflow:hidden; display:block; float:left; font-style:normal;
font-size:14px; font-family:"Microsoft YaHei"; text-indent:10px;}
#WebNewsList ul li em a:link,#WebNewsList ul li em a:visited
{color:#404040; text-decoration:none;}
#WebNewsList ul li em a:hover,#WebNewsList ul li em a:active
{color:#945d25; text-decoration:underline;}
#WebNewsList ul li.onfocus em a:link,#WebNewsList ul li.onfocus em a:visited
{color:#945d25; text-decoration:none;}
#WebNewsList ul li.onfocus em a:hover,#WebNewsList ul li.onfocus em a:active
{color:#945d25; text-decoration:underline;}
#WebNewsList ul li span
{width:110px; height:34px; line-height:34px; overflow:hidden; display:block; float:right;
text-align:right; font-size:14px; font-family:"Microsoft yaHei"; color:#6c6c6c;}
#WebNewsList ul li.onfocus span
{width:110px; height:34px; line-height:34px; overflow:hidden; display:block; float:right;
text-align:right; font-size:14px; font-family:"Microsoft yaHei"; color:#945d25;}

/*图片列表*/
#WebPicList
{width:777px; min-height:450px; overflow:hidden; margin:0px auto;}
#WebPicList ul li
{width:242px; height:250px; overflow:hidden; float:left; margin-top:10px;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#WebPicList ul li.clear
{width:24px; height:250px; overflow:hidden; float:left; margin-top:10px;}
#WebPicList ul li.onfocus
{background:#efe1c7;}
#WebPicList ul li.onfocus dl dd.img
{border:2px solid #d9a870;}
#WebPicList ul li dl
{width:242px; height:250px; overflow:hidden; float:left; position:relative;}
#WebPicList ul li dl dd.img
{width:238px; height:149px; overflow:hidden; position:absolute; left:0px; top:0px; border:2px solid #dddddd;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#WebPicList ul li dl dd.img img
{position:absolute; left:1px; top:1px;}
#WebPicList ul li dl dd.title
{width:222px; height:36px; line-height:36px; overflow:hidden; position:absolute; left:0px; top:159px; text-align:center;
font-size:16px; font-family:"Microsoft YaHei"; padding:0px 10px;}
#WebPicList ul li dl dd.title a:link,#WebPicList ul li dl dd.title a:visied
{color:#2f2f2f; text-decoration:none;}
#WebPicList ul li dl dd.title a:hover,#WebPicList ul li dl dd.title a:active
{color:#2f2f2f; text-decoration:underline;}
#WebPicList ul li dl dd.jianjie
{width:222px; height:59px; line-height:180%; overflow:hidden; position:absolute; left:0px; bottom:0px;
font-size:14px; color:#6d6d6d; font-family:"Microsoft YaHei"; padding:0px 10px;}

/*单页内容*/
#OnePage
{width:757px; min-height:550px; line-height:220%; overflow:hidden; font-size:12px; font-family:"Microsoft YaHei";
color:#424242; padding:10px;}
#OnePage img
{max-width:100%;}

/*翻页样式1,2,3样式*/
#thePageInfo
{width:757px; height:20px; overflow:hidden; padding:20px 0px; text-align:center; clear:both; margin:0px auto;
font-size:12px;}
#thePageInfo em
{line-height:100%; padding:3px 8px; color:#949494; font-style:normal; background:#fff; border:1px solid #d6d6d6;}
#thePageInfo em a:link,#thePageInfo em a:visited
{color:#979797; text-decoration:none;}
#thePageInfo em a:hover,#thePageInfo em a:active
{text-decoration:underline;}
#thePageInfo em.onfocus
{line-height:100%; padding:4px 10px; color:#fff; font-style:normal; background:#7a410a; border:0px;}
#thePageInfo em.onfocus a:link,#thePageInfo em.onfocus a:visited
{color:#fff; text-decoration:none;}
#thePageInfo em.onfocus a:hover,#thePageInfo em.onfocus a:active
{text-decoration:underline;}
#thePageInfo span
{color:#676767;}

/*新闻内容*/
#NewsShow
{width:777px; height:auto; overflow:hidden;}
/*标题*/
#NewsShow .title
{width:777px; height:50px; line-height:50px; overflow:hidden; font-weight:bold; color:#424242; font-size:24px;
text-align:center;}
/*来源*/
#NewsShow .miaoshu
{width:777px; height:30px; line-height:30px; overflow:hidden; font-size:14px; color:#424242; text-align:center;
font-family:"Microsoft YaHei";}
/*新闻内容*/
#NewsShow .theContent
{width:757px; min-height:450px; line-height:200%; overflow:hidden; font-size:12px; font-family:"Microsoft YaHei"; color:#424242;
margin:0px auto; padding:10px;}
/*上一篇下一篇*/
#NewsShow .thePageInfo
{width:757px; height:80px; line-height:180%; overflow:hidden; color:#000000; margin:0 auto; font-size:14px; padding-left:10px;
font-family:"Microsoft YaHei";}
#NewsShow .thePageInfo .list
{width:757px; height:25px; line-height:25px; overflow:hidden; float:left;}
#NewsShow .thePageInfo a:link,#NewsShow .thePageInfo a:visited
{color:#000000; text-decoration:none;}
#NewsShow .thePageInfo a:hover,#NewsShow .thePageInfo a:active
{text-decoration:underline; color:#794209;}

