@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #66C245;
}
 a:link {
	text-decoration: none;
	color: #66C245;
}
a:visited {
	text-decoration: none;
	color: #66C245;
}
a:hover {
	text-decoration: underline;
	color: #66C245;
}
a:active {
	text-decoration: none;
	color: #66C245;
}
* {
  box-sizing: border-box;
}
 
body {
  font-family: Arial;
  padding: 10px;
  background: #f1f1f1;
}

/*全局设置*/
.mail{
	width: 1002px;
	font-family: "微软雅黑";
	margin: auto
}
 
/* 头部标题 */
.header {
  padding: 30px;
  text-align: center;
  background: white;
}
 
.header h1 {
  font-size: 50px;
}
 
/* 导航条 */
.topnav {
	overflow: hidden;
	background-color: #66C245;
}

/* 导航条 */
.topnav2 {
	overflow: hidden;
	background-color: #66C245;
	width: 1000px;
	margin: auto;
}
 
/* 导航条链接 */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
 
/* 链接颜色修改 */
.topnav a:hover {
  background-color: #F9A50E;
  color: black;
}
 
/* 创建两列 */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}
 
/* 右侧栏 */
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #f1f1f1;
  padding-left: 20px;
}
 
/* 图像部分 */
.fakeimg {
	background-color: #fff;
	width: 120px;
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
}
 
/* 文章卡片效果 */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}
 
/* 列后面清除浮动 */
.row:after {
  content: "";
  display: table;
  clear: both;
}
 
/* 底部 */
.footer_eqingwa {
	margin-top:15px;
	padding:15px 0;
	text-align:center;
	border-top:5px solid #03ccf7;
	background-color:#ccccc
}
.footer_eqingwa p {
	line-height:1.8; color:#333;
}
 
/* 响应式布局 - 屏幕尺寸小于 800px 时，两列布局改为上下布局 */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}
 
/* 响应式布局 -屏幕尺寸小于 400px 时，导航等布局改为上下布局 */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
} 

.gonggao{
	border: 5px solid #EFEFEF;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 1000px;
	font-size: 14px;
	line-height: 40px;
	font-family: "微软雅黑";
}
.gonggao span{
	float: left;
	padding: 10px 10px;
	margin-right: 10px;
	background-color: #16b777;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	font-family: "微软雅黑";
}
.gonggao marquee{width:1000px;}


.ChannelTit {height:26px; line-height:26px; overflow:hidden; width:100%;border-bottom: 3px solid #17a2e7;}

.ChannelTit strong {display:block; height:26px; padding:0 10px; font-size:14px; background:#17a2e7; float:left; font-weight:normal; color:#fff;}
.ChannelTit strong a:link,.ChannelTit strong a:visited {color:#FFF;}
.ChannelTit {height:26px; line-height:26px; overflow:hidden; width:100%;border-bottom: 3px solid #17a2e7;}
.ChannelTit strong {display:block; height:26px; padding:0 10px; font-size:14px; background:#17a2e7; float:left; font-weight:normal;}
.ChannelTit   h2 {display:block; height:26px; padding:0 10px; font-size:14px; background:#17a2e7; float:left; font-weight:normal;}
.ChannelTit strong a:link,.ChannelTit strong a:visited {color:#FFF;}
.ChannelTit   h2  a:link,.ChannelTit h2 a:visited {color:#FFF;}

/*导航响应式*/
.ws-header-menu{position:absolute;right:16px;top:0}.ws-header-menu>*,.ws-header-tool>div{display:inline-block;vertical-align:middle}.ws-header-menu .layui-nav{padding:0}.ws-header-menu .layui-nav .layui-nav-item{margin-left:16px}.ws-header-menu .layui-nav .layui-nav-item[mobile]{display:none}.ws-header-menu .layui-nav .layui-nav-item a{padding:0 16px}.ws-header-menu .layui-nav .layui-nav-item a span{font-size:12px}.ws-header-menu .layui-nav .layui-nav-more{right:-3px}
