/*短时预报--开始*/
.shrotdate {
	float: right;
  width: 340px;
  background-color: #F8FAF9;
  padding-left: 15px;
  position: relative;
  top: -50px;
}

.shrotdate .analysis-title {
	font-size: 18px;
	color: #33a5e6;
	text-indent: 10.0pt;
}

.shrotdate .analysis-title-cont {
	font-size: 12px;
	line-height: 20px;
	text-indent: 10.0pt;
	margin-top: 5px;
}

.shrotdate .lift-title {
	font-size: 18px;
	color: #33a5e6;
	text-indent: 10.0pt;
	margin-top: 20px;
}

.shrotdate #date {
	color: #adadad;
	line-height: 2;
}

#shorttime-ptime{
	font-size: 12px;
  float: right;
  line-height: 2;
}

.both {
	clear: both;
}
/*短时预报--结束*/

/*生活指数--开始 */
.living-index {
	position: absolute;
  right: 0px;
  width: 340px;
  top: 150px;
}

.life-index {
	clear: both;
}

.life-head {
	clear: both;
	padding-left: 10px;
	color: #FFF;
	height: 25px;
	line-height: 25px;
	color: #28A1E5;
	border-bottom: 1px solid #28A1E5;
}

.life-title {
	float: left;
	font-size: 14px;
	color: #28A1E5;
}

.life-ptime {
	float: left;
	font-size: 10px;
	color: #666;
	margin-left: 6px;
	margin-bottom: 10px;
}

.life-zs {
	position: relative;
  float: left;
  width: 165px;
  height: 70px;
  margin: 0 0px 5px 0;
  text-align: left;
  background-color: #FFF;
}

.life-zs-y img {
  color: #666;
  float: left;
  margin: 0 8px;
  padding-top: 5px;
}

.modelestyle {
  float: right;
  font-size: 12px;
  color: #999;
  border: 1px solid #d7d7d7;
  background-color: #ededed;
  height: 32px;
  text-align: right;
  line-height: 28px;
  padding-right: 50px;
}
.column-head .cloumn-title-date {
  position: relative;
  float: left;
  font-size: 12px;
  height: 32px;
  line-height: 30px;
  color: #999;
 
}

.column-head h3 {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: normal;
  height: 27px;
  line-height: 27px;
  color: #0873cb;
  border-top: 3px solid #28A1E5;
}
.life-zs-y {
	height: 100%;
    float: left;
}

.life-zs-i {
	height: 22px;
	padding: 10px;
	color: #666;
	border-bottom: 1px dotted #d9d9d9;
  	height: 48px;
}
.life-index .both{
	clear: both;	
	border-right: 1px dotted #d9d9d9;
  height: 59px;
}
/*生活指数--结束*/