﻿/*-----global CSS 清除浏览默认样式-----*/
*{ margin:0; padding:0;}
body{ font:14px/150% Microsoft YaHei,SimHei,SimSun,Arial, Helvetica, sans-serif; background:#fff url(bg_tmzf.jpg) no-repeat center 35px;}
li{ list-style:none;}
a{ text-decoration:none; color:#000;}
a:hover{ text-decoration:underline;}
img{ border:none; vertical-align:bottom; display:inline-block;}
h1{ font-size:16px;}
h2{ font-size:14px;}
h3{ font-size:14px;}
.fl{ float:left;}
.fr{ float:right;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px;}
.mr10{ margin-right:10px;}
.fb{ font-weight:bold;}
.no_margin{ margin-bottom:0;}
.f-l{float:left;}
.f-r{float:right;}


/*-----layout CSS-----*/
ul,ul li,.col,.hd,.hd2,h2,.bd,.menu{ overflow:hidden; zoom:1; }

/*------------------------头部 start--------------------------*/
.header{ width:1000px; margin:0 auto;}

/*导航*/
.menuWrap{background:#3AC7B6; height:75px; line-height:75px;}
.menu{ width:1000px; margin:0 auto;}
.menu a{ color:#fff; display:block; float:left; width:20%; text-align:center; font-size:20px;}
.menu a:hover{ background:#00baa4;}

/*------------------------内容 start--------------------------*/
.content{width:1000px; margin:0 auto; padding-top:30px;}
.bd{padding:12px;}
/*通用栏目-----*/
.hd{ height:70px; line-height:70px; margin-bottom:15px;}
.hd2{ height:30px; line-height:30px;border-bottom:3px solid #66ab19; margin-bottom:15px;}
.colTit{ float:left; font-size:20px; display: inline-block; font-weight:normal;}
.hdMore{ float:right;font-weight:normal; color:#666; font-size:14px;}

.modb{ width:100%; background-color:#FFF; border:#66ab19 solid 1px; margin-bottom:15px; }
.lg1{ width:500px; float:left;  overflow:hidden; zoom:1; }
.rg1{ width:420px; float:right;  overflow:hidden; zoom:1; margin-right:10px; }
/*通用标题+摘要-----*/
.topTxtNews{padding-bottom:12px; border-bottom:1px dotted #ddd; margin-bottom:12px;}
.topTxtNews h3{ text-align:center;}
.topTxtNews h3 a{font-weight:normal;font-size:18px; height:28px;line-height:28px; overflow:hidden; display:block;  color:#000000; font-family:"微软雅黑";}
.text{ text-indent:28px; color:#666;}
.more{ color:#F00;}





/*通用图片列表-----*/
.imgList {}
.imgList li{ float:left;width:500px; display:inline; vertical-align:middle;}
.imgList li a{ display:block;}
.imgList li a img{ width:500px; height:281px;}
.imgList li a.tit{ text-align:center; height:30px; line-height:30px;}












/*------------------------底部 start--------------------------*/
.footer{ width:100%; background:#66ab19; margin:0 auto; text-align: center; font-size:14px; padding:60px 0; color:#FFF; }
