@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  appearance:normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
}
 
img{ vertical-align:middle}
body {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
  font-size: 12px;
  color: #333;
  background: #fff;    
   
}
 
 
textarea { 
  border: 1px solid #e9e9e9;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #f6f6f6;
  line-height: 18px;
  color: #666;
  width: 180px;
  height: 90px;
  overflow-y:auto;
}
 a{ text-decoration:none}
 
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}
ul,li{ list-style:none}

/*news-header*/
.news-header{ height:38px; background:#eb4f38; line-height:38px; vertical-align:middle;  color:#fff; text-align:left; font-family: 微软雅黑; font-size: 16px; position: fixed;
 top:0px; left: 0px; width: 100%; z-index: 1000;text-indent: 8px}
 .news-type-header{ position: fixed; top:38px; left: 0px; width: 100%; height: 38px; background: #f9f9f9; z-index: 100 ; text-align: left   }
 .news-type-header ul li{ float: left; width: 17.2%; text-align: center; height: 38px;}
 .news-type-header ul li a{ padding: 0px; margin: 0px;font-size: 14px; color: #555;display: block; line-height: 38px; vertical-align: middle;}
 .news-type-header-list{position: fixed; top:38px; left: 0px; width: 100%; height: 150px; background: #f9f9f9; z-index: 200 ; text-align: left; display: none }
 .news-type-header-list-1{ background: #f5f5f5; color: #999; height: 38px; line-height: 38px; vertical-align: middle; text-indent: 10px; font-size: 14px; position: relative; }
.news-type-header-list-2 a{ float: left; width: 20%; height: 35px; line-height: 35px; vertical-align: middle; text-align:center;   color: #555; background: #fff}
.tj-news-list{border-bottom: 1px solid #f5f5f5; position: relative; height: 95px; width: 100%}
.tj-news-list img{ position: absolute; left: 10px; top: 13px; width: 30%; height: 70px; border-radius: 1px; }
.tj-news-list-l{ position: absolute;left: 38%; top: 15px; width: 60%;  }
.tj-news-list-l-b{ color:#555; font-size: 14px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width: 98%; margin: 5px 0px 0px 0px}
.tj-news-list-l-a{ color: #eb4f38; margin: 5px 0px 0px 0px}
#moneDiv-eit{ width: 80%; height: 30px; background: #f5f5f5; border-radius:3px; text-align:center; line-height: 30px; vertical-align: middle; color: #eb4f38; margin: 10px 0px 10px 10% }
#moneDiv-eit a{ color: #555 }

/*底部菜单样式*/
.footer-mun{ position:fixed; bottom:0px; left:0px; width:100%; height:45px; background:#fff; z-index:1; font-family:微软雅黑; border-top:1px solid #f2f2f2}
.footer-mun ul li{ text-align:center; font-size:12px; float:left; display:inline; width:25%;  position:relative}
.footer-mun ul li a{ color:#626366; display:block; padding-top:2px;}
.footer-mun ul li span { position:absolute; right:10px; top:0px;}
.footer-mun ul li span a{ padding:5px 5px 3px 5px; border-radius:10px; background:#eb4f38; color:#fff}