@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,li,ol,pre,form,fieldset,legend,button,input,textarea,th,td,img{
	border:none;margin:0;padding:0;
}
body{
	font:12px/1.5 "微软雅黑","黑体";
	background-repeat:repeat-x;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
em{
	font-style:normal;
}
ul,ol{
	list-style-type:none;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
	color:#f40;
}
img{
	border:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

.clear { clear:both; }
.cl:after {content:'.';display:block;clear:both;visibility:hidden;height:1px;}
.cl {zoom:1; }
.fl { float:left; }
.fr { float:right; }

body { background-color: #598834;}
/* main */
#cw_main { width: 1000px; margin: 0 auto; background-color: #fff;}
#cw_banner { width: 1000px; height: 300px; margin: 0 auto;}
.cw_daoyu { padding: 10px;}
.cw_daoyu .fr { width: 460px; }
.cw_daoyu .fr p { font-size: 18px; font-family: "微软雅黑"; line-height: 28px; text-indent: 2em; margin: 20px 0;}

.cw_bt { height: 30px; line-height: 30px; background-color: #598834; color: #fff; padding-left: 20px; width: 960px; margin: 0 auto;}
.cw_bt h2 { font-size: 18px;}

.cw_djs { padding: 10px;}
.cw_djs > div { width: 32%;}
.djs_center { margin-left: 2%;}
.cw_djs h3 { font-size: 18px; margin-bottom: 10px;}
.cw_djs p { font-size: 14px; line-height: 22px; color: #666; text-indent: 2em; margin-bottom: 10px;}

.cw_wrap { padding: 10px;}
.cw_wrap .fr { width: 560px; font-size: 14px; }
.cw_wrap .fr p { text-indent: 2em; margin-bottom: 10px;}
.cw_footer { text-align: center; line-height: 28px; padding: 20px 0;}


.cw_pics ul li { float: left; margin: 10px; }
.cw_pics ul li img { width: 220px; height: 146px;}
.cw_txt ul li { font-size: 18px; line-height: 30px; padding-left: 20px;}












article,section,time,aside{display:block;}

.point-time {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 17px;
  left: 20%;
  background: #1c87bf;
  margin-left: -4px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}

.text-red {
  color: #f6393f;
}

.text-blue {
  color: #1c87bf;
}

.text-green {
  color: #95c91e;
}

.text-yellow {
  color: #ffb902;
}

.text-purple {
  color: #d32d93;
}

.point-red {
  background-color: #f6393f;
}

.point-blue {
  background-color: #1c87bf;
}

.point-green {
  background-color: #95c91e;
}

.point-yellow {
  background-color: #ffb902;
}

.point-purple {
  background-color: #d32d93;
}

.cw_sjz {
  width: 940px;
  margin: 30px auto;
}
.cw_sjz article {
  position: relative;
}
.things { font-size: 16px;}
.cw_sjz article > h3 {
  width: 15%;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 2em;
  color: #1d1d1d;
  padding: 10px 0 20px;
}
.cw_sjz article section {
  padding: 0 0 17px;
  position: relative;
}
.cw_sjz article section:before {
  content: "";
  width: 5px;
  top: 17px;
  bottom: -17px;
  left: 20%;
  background: #e6e6e6;
  position: absolute;
}
.cw_sjz article section:last-child:before {
  display: none;
}
.cw_sjz article section time {
  width: 15%;
  display: block;
  position: absolute;
}
.cw_sjz article section time > span {
  font-size: 14px;
  display: block;
  text-align: right;
}
.cw_sjz article section aside {
  color: #3a3a38;
  margin-left: 25%;
  padding-bottom: 15px;
}
.cw_sjz article section .brief {
  color: #9f9f9f;
}

