/*气候监测--开始*/
.climaticprediction {
	margin-bottom: 60px;
  font-size: 14px;
  padding-left: 80px;
  padding-right: 80px;
}

.climaticprediction h1 {
	font-size: 15px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding-right: 110px;
}
/*气候监测--结束*/

/*文章样式 --开始*/
.right-box .list li {
  background: url(../../images/modules/icon_s.jpg) no-repeat scroll 10px 13px transparent;
  border-bottom: 1px dotted #BFBFBF;
  clear: both;
  padding: 0px 0 0px 30px;
  line-height: 30px;
}

.right-box .list li .date {
	float: right;
	margin-right: 10px;
}

.right-box .article h1 {
	font-size: 15px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e7e7e7;
}
/*文章样式 --结束*/