﻿
*
{
    margin: 0;
    padding: 0;
}
html
{
    font: normal 16px/2 Microsoft Yahei, '宋体' ,Arial, Georgia, sans-serif;
    color: #555;
}
div
{
    border: 0;
}
.container
{
 position:relative;
 width:1002px;
 margin:0 auto;
}
a
{
 text-decoration:none;
 color:#555;
  outline:none;
}
a:visited
{
 color:#555;
}
a:hover
{
 color:#ff6000;
    -moz-transition: all 0.2s ease-in, all 0.2s  ease-out;
    -webkit-transition: all 0.2s ease-in, all 0.2s  ease-out;
    -o-transition:all 0.2s ease-in, all 0.2s  ease-out;
    transition: all 0.2s ease-in, all 0.2s  ease-out;
}
.head
{

 border-bottom:1px solid #ccc;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eee 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#eee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
}
.head-nav
{
    
    text-align: right;
    list-style: none;
    position:absolute;
    margin: 0px auto;
    right:0;bottom:0;
    
}
.head-nav li
{
    display:inline-block;
    position: relative;
    border-bottom: 3px solid #eee;

}

.head-nav li:hover
{
    border-bottom: 3px solid #ff6000;
    -moz-transition: border 0.5s ease-in, color 0.5s ease-out;
    -webkit-transition: border 0.5s ease-in,color 0.5s ease-out;
    -o-transition: border 0.5s ease-in,color 0.5s ease-out;
    transition: border 0.5s ease-in,color 0.5s ease-out;
}
.head-nav a
{
    font-size: 18px;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    color: #2b87b6;
}
.head-nav li a:hover
{
    color: #ff6000;
}
.head-nav .sub
{
    display: none;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0;
    background: #f1f1f1;
    z-index: 9;
    padding: 0;
    text-align: left;
}
.head-nav .sub li
{
    display: block;
}
.head-nav .sub a
{
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    display: block;
}
.head-nav .sub li:hover
{
    background-color: #ccc;
}

.toplogin
{
    display:inline;
    position:absolute;
    top:0px; right:0px;
    
}
.toplogin a
{
 color:#999;
 font-size:14px;
  margin-left:20px;
}
.toplogin a:hover
{
 color:#ff6000;
}
.menubg
{
 width:300px;
 height:340px;
  background:#12318b;
 filter:alpha(Opacity=30);-moz-opacity:0.3;opacity: 0.3;
 position:absolute;
 z-index:-1;
 top:0;left:0;
}
.edosmenu
{
  list-style:none;
  width:300px;
}
.edosmenu li
{
 padding:0px 20px;

}
.edosmenu li:hover
{
  background:#1dacf9;
   -moz-transition: background 0.5s ease-in, color 0.5s ease-out;
    -webkit-transition: background 0.5s ease-in,color 0.5s ease-out;
    -o-transition: background 0.5s ease-in,color 0.5s ease-out;
    transition: background 0.5s ease-in,color 0.5s ease-out;
}
.edosmenu a
{
 font-size:16px;
 height:68px;
 display:block;
 border-bottom:1px dotted #fff;
 color:#fff;
 line-height:68px;
 text-align:center;
 text-decoration:none;
}

.floatleft
{
 float:left;
}
.floatright
{
 float:right;
}
.div-800
{
 width:800px;
}
.div-360
{
width:360px;
}
.articlelist
{
 /* height:40.8em;*/
}
.articlelist p 
{
 display:table-row;
}
.articlelist p span
{
 
 width:500px;

 display:table-cell;
}
.articlelist p a
{
  color:#555;
  text-decoration:none;
  padding-left:10px;
  background:url(../images/aicon.png) 0px 50% no-repeat;
   height:inherit;
  width:500px;
   overflow:hidden;
  text-overflow:ellipsis;
  display:block;

}
.articlelist p a:hover
{
  color :#ff6000;
}
.articlelist p small
{
 
   color:#bbb;
   font-size:12px;
   margin-left:20px;
  width:280px;
  display:table-cell;
  
   
}
.articlelist p small span
{
  height:inherit;
    width:250px;
    overflow:hidden;
    text-overflow:ellipsis;
     display:block;

}
/**box**/
.box
{
border:1px solid #ddd;
padding:0px 10px;
 background-color:#fcfcfc;
 margin-bottom:20px;
 -webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
}

.title
{
  
  color:#05608a;
  height:40px; line-height:40px;
  border-bottom:1px dashed #05608a;
}
.title a
{
  color:#05608a;
}
.title a:hover
{
 color:#ff6000;
}
.box ul
{
 list-style:none;
 font-size:14px;
padding-top:10px;
padding-bottom:10px;
}
.box ul li a
{
 color:#555;
 text-decoration:none;
 padding-left:10px;
 background:url(../images/aicon.png) 0px 50% no-repeat;
}
.box ul li a:hover
{
 color:#ff6000;
}
.box ul li span
{
 float:right;
 color:#ccc;
}
#contactus
{

}
#contactus dl
{
 font-size:14px;
 display:table-row;
}
#contactus dt
{

  font-weight:bold;
 display:table-cell;
  text-align:right;
}

#contactus dd
{
display:table-cell;
padding-left:5px;
}

/*友情链接*/
.friendlink
{
 padding: 1em 0;
}
.friendlink a
{
  color:#05608a;
  width:20%;

   
  white-space:nowrap;
  display:inline-block;
/*padding-left:10px;background:url(../images/aicon2.gif) 0px 50% no-repeat;*/
  overflow:hidden;
  text-overflow:ellipsis;
}
.friendlink a:hover
{
 color:#ff6000;
 
}
.newslist
{
  display:table-row;
}
.newslist
{
 padding:15px 0;
 display:block;
}
.newslist dt{
 display: table-cell;
 width:160px;
 height:120px;
}
.newslist dt img
{
 width:160px;
  height:120px;
   border:1px solid #fff;
}
.newslist dt img:hover
{
 border:1px solid #ddd;
}
.newslist h3
{
 margin:0px; padding:0;
  font-weight:normal;
}
.newslist a
{
 color:#555;
 
}
.newslist a:hover
{
 color:#ff6000;
}
.newslist small
{
 color:#999;
}
.newslist dd
{
 display: table-cell;
 vertical-align:top;
 padding-left:20px;
  position:relative;
}
.newslist .time
{
 position:absolute;
 left:20px;
 bottom:0px;
  font-size:14px;
  color:#ccc;
}
.clearboth
{
 clear:both;
}
.footer
{
    border-top:1px solid #ccc; clear:both;min-height:200px;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#ddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#ddd 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#ddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ddd',GradientType=0 ); /* IE6-9 */
}
.footer-nav
{
text-align:center;
}
.footer-nav li
{
  display:inline-block;
  padding:10px;
}
.footer-nav a
{
 color:#555;
}
.footer-nav a:hover
{
 color:#ff6000;
}
a.wzgl
{
  color:#ddd;
}
a.wzgl:hover
{
 color:red;
}
/*渐变效果*/
.linear
{
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#fad600,endColorStr=#e8710b); /*IE 6 7 8*/
    background: -ms-linear-gradient(#fad600, #e8710b ); /* IE 10 */
    background: -moz-linear-gradient(#fad600, #e8710b); /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#fad600), to(#e8710b)); /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fad600), to(#e8710b)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(left, #fad600,  #e8710b); /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(left, #fad600, #e8710b); /*Opera 11.10+*/
}
/*清除浮动*/
.clear-fix { *overflow: hidden; *zoom: 1; }  
.clear-fix:after { display: table; content: ""; width: 0; clear: both; }  

.jtable a
{
  color:#555;
}
.jtable a:hover
{
 color:#ff6000;
}
.articleinfo dl
{
 list-style:none;
 display:table-row;
}
.articleinfo dt
{
 display:table-cell;
  white-space:nowrap;
   font-weight:bold;
}
.articleinfo dd
{
 display:table-cell;
}
.search-result
{
padding-top:10px; padding-bottom:10px; border-bottom:1px dotted #ccc;
}
.search-result:hover
{
  background:#f0f0f0;
  
}
.search-result-title a
{
 font-weight:bold;
}