/*短时天气预报  begin*/
.right-box .short-time {
	margin: 70px 30px 30px 20px;
  height: 200px;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: black;
}

/*短时天气预报  end*/

/*生活指数*/
.shenghuoqixiang .info {
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 20px;
}
.live-ageing{
	font-size:14px;
	text-align:right;
	height:30px;
}

.shenghuoqixiang .info .leftname {
	width: 60px;
	float: left;
	display: inline;
	font-weight: bold;
}

.shenghuoqixiang .rightinfo {
	width: 600px;
	float: left;
	display: inline;
}

.shenghuoqixiang .rightinfo span {
	margin-right: 30px;
}

.shenghuoqixiang .rightinfo em {
	font-style: normal;
	color: #0f91cd;
}

.shenghuoqixiang ul li {
	width: 320px;
	height: 110px;
	margin-left: 21px;
	overflow: hidden;
	float: left;
	display: inline;
	border: 1px solid #c9e8fc;
	margin-bottom: 10px;
}

.shenghuoqixiang ul li .leftbox {
	width: 90px;
	float: left;
	display: inline;
	text-align: center;
}

.shenghuoqixiang ul li .leftbox img {
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
	padding-top: 15px;
}

.shenghuoqixiang ul li .leftbox span {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}

.shenghuoqixiang ul li .rightbox {
	width: 208px;
	max-height:100px;
	overflow:auto;
	float: right;
	line-height: 22px;
	padding-top: 12px;
}

.shenghuoqixiang .font-w {
	font-weight: 600;
}

.shenghuoqixiang {
	font-size: 14px;
}

/*市区天气预报*/
.right-box #yb-commute-cont {
width: 570px;
  height: 200px;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 10px 20px;
  text-indent: 24.05pt;
}

/*分区七天预报  begin*/
.g-column-module-cont .g-column-module-cont-ul .column-regions-map {
	padding-left: 100px;
	position: relative;
}

.g-column-module-cont .g-column-module-cont-ul .week {
	background: url(../../images/weatherForecast/regions-bacw.png) no-repeat;
	width: 40px;
	height: 49px;
	font-size: 12px;
	padding-top: 2px;
	float: left;
	text-align: center;
}

.g-column-module-cont .g-column-module-cont-ul .jd-wrap span{
	background: url(../../images/map/position.png) no-repeat;
	position:absolute;
	width:10px;
	height:10px;
}
.g-column-module-streets{
	padding-left:10px;
}
.g-column-module-streets li{
  float: left;
  width: 80px;
  cursor: default;
  margin: 3px;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #DCDCDC;
}
.g-column-module-streets .selected{
	border: 1px solid #0000FF;
  	color: #0000FF;
 	background-color: #98DFFE;
}

.g-column-module-streetforecast{
	padding: 10px 13px 10px;
}

.g-column-module-streetforecast table{
	width: 100%;
    background-color: #C3D2D7;
}
.g-column-module-streetforecast .maxtemp {
    color: #FF7600;
}

.g-column-module-streetforecast .datalist {
  height: 5px;
  background-color: #98DFFE;
}
.g-column-module-streetforecast th{
	background-color: #98DFFE;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0;
}

.g-column-module-streetforecast td{
    background-color: #f5fbff;
    text-align: center;
    height: 35px;
}

.g-column-module-cont .g-column-module-cont-ul .week .week-temperature {
	font-weight: 600;
	font-size: 18px;

}
.g-column-module-cont .g-column-module-cont-ul .week .week-temperature .dayi {
	padding-top:4px;
	text-align:right;
	margin-left:1px;
	width:18px;
	height:27px;
	float:left;
	background: url(../../images/weatherForecast/regions-day.png) no-repeat;
}
.g-column-module-cont .g-column-module-cont-ul .week .week-temperature .dayi-selected{
	background: url(../../images/weatherForecast/day-select.png) no-repeat;
}

.g-column-module-cont .g-column-module-cont-ul .week .week-temperature .nighti{
	padding-top:4px;
	text-align:left;
	background: url(../../images/weatherForecast/regions-night.png) no-repeat;
	width:18px;
	height:27px;
	float:left;
}
.g-column-module-cont .g-column-module-cont-ul .week .week-temperature .nighti-selected{
	background: url(../../images/weatherForecast/night-select.png) no-repeat;
}


.g-column-module-cont .g-column-module-cont-ul #sunday {
	background: url(../../images/weatherForecast/regions-zhouri.png)
		no-repeat;
}

.g-column-module-head-ul .selected {
	border-bottom: 0px solid #28A1E5;
}
#seven-cont{display:none;width:600px; height:660px; position: absolute; top:60px; left:20px; background-color: #fff;}
.seven-cont-title{width:600px;height:30px;float:left;text-align:center; font-size:18px;line-height:30px; color:#fff; background-color: #28A1E5;}
.seven-cont-sh{width:50px;height:30px;position:absolute;top:0px;right:0px;color:#fff;line-height:30px;text-align:center;cursor: default}
#forecast-table .listtable{width:100%;background-color:#C3D2D7;}
#forecast-table .listtable th{background-color:#d7d7d7; text-align:center; font-size:14px; font-weight:bold; padding:3px 0;}
#forecast-table .listtable td{background-color:#f5fbff; text-align:center;}
#forecast-table .listtable .maxtemp{color:#FF7600;}
#forecast-table .listtable .mintemp{color:#0097DB;}
#forecast-table .listtable .date{background-color:#f5fbff;}
#forecast-table .listtable .icon{background-color:#ffffff;}
#forecast-table .listtable .datalist{height:5px;background-color:#d7d7d7;}
/*分区七天预报 end*/

/*广东省内城市天气预报 begin*/
#yjmap-wrap {
	position: relative;
	overflow: hidden;
	margin: auto;
	top: 20px;
	width: 850px;
}

#yjmap {
	position: relative;
	overflow: hidden;
	width:  100%;
}
#yjmap svg{
    position: absolute !important;
    top: 20px !important;
    left: 50px !important;
    z-index: 10;
	width: 750px;
}
#yjmap svg path{
    opacity: 0;
}
#yjmap .bgImg{
	width: 100%;
}
#yjmap-wrap .yjpop {
	width: 300px;
	position: absolute;
	z-index: 100;
	display: none;
}

#yjmap-wrap .yjpop .yjpophead {
	height: 33px;
	background: url(http://www.tqyb.com.cn/design/images/nav-bg.jpg)
		repeat-x 0px 0px;
	line-height: 28px;
	font-size: 12px;
}

#yjmap-wrap .yjpop .yjpophead-l {
	height: 33px;
	width: 4px;
	position: relative;
	float: left;
	background: url(http://www.tqyb.com.cn/design/images/nav-left.jpg)
		no-repeat 0px 0px;
}

#yjmap-wrap .yjpop .yjpophead-c {
	height: 33px;
	width: 290px;
	position: relative;
	float: left;
}

#yjmap-wrap .yjpop .yjpophead-c .yjpophead-title {
	font-weight: bold;
	color: #FFFFFF;
}

;
#yjmap-wrap .yjpop .yjpophead-r {
	height: 33px;
	width: 4px;
	position: relative;
	float: right;
	background: url(../../images/nav-right.jpg) no-repeat 0px 0px;
}

#yjmap-wrap .yjpop .yjpopcon table {
	margin: 0 5px 5px 10px;
	width: 280px;
}

/*广东省内城市天气预报 end*/

/*国内城市天气预报 begin*/
.right-box .yb-domesticCity-wrap {
	position: relative;
	height: 735px;
	background: url(../../images/chinaMap.jpg)
		no-repeat 0px 0px;
}



.right-box .yb-domesticCity-wrap .city-position {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.right-box .yb-domesticCity-wrap-en {
	position: relative;
	height: 735px;
	background: url(http://www.tqyb.com.cn/design/images/chinaMapEn.png)
		no-repeat 0px 0px;
}



.right-box .yb-domesticCity-wrap-en .city-position {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.yjpop {
	width: 300px;
	position: absolute;
	border:1px solid #28a0e5;
	border-radius:10px;
	box-shadow: 0 0px 5px #666;
	z-index: 100;
	font-size: 14px;
	display: none;
}

.yjpop .yjpophead {
	height: 30px;
	background-color:#28a0e5 !important;
	border-radius:10px 10px 0 0;
	line-height: 30px;
	text-align:center;
	color: #FFFFFF;
}

.yjpop .yjpopcon {
	max-height: 165px;
	background-color: #E8F6FC;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius:0 0 10px 10px;
}

.yjpop .yjpopcon table {
	margin: 0 5px 5px 10px;
	width: 290px;
}

.yjpop .yjpopcon table td {
	border-top: 1px solid #00b4f1;
	padding: 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif, '宋体';
}

.right-box .body-cn {
	font-size: 12px;
	line-height: 24px;
	border-top: 1px solid #e7e7e7;
	padding: 15px 5px 0 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.right-box .body-cn li {
	padding-left: 20px;
	list-style: disc inside none;
}
.scenic-module{
	width:365px;
	float:right;
}
.scenic-module li{
	float:left;
	padding-top:10px;
	/* border-bottom:1px dashed #dadada; */
}

.scenic-module .scenid-title{
	width:350px;
	float:left;
	text-align: left;
	font-size:16px;
	padding-bottom:5px;
}

.scenic-module .scenid-title span{
	color:#EB8F29;
	padding-left:3px;
}


.scenic-module .scenic-module-imgd{
	width:130px;
	height:130px;
	float:left;
}
.scenic-module img{
	width:130px;
	height:130px;
}
.scenic-module .scenic-module-scenic{
	width:210px;
	height:110px;
	padding-left:10px;
	float:left;
	overflow: hidden;
	font-size:12px;
}

.detail_content {
  width: 1010px;
  margin: 0 auto;
  padding: 5px;
  float:right;
}
.detail_content .detail_content-title{
	font-size:18px;
 	color: #565656;
 	padding-left:20px;
 	padding-bottom:10px;
}
.gz-travel-areas{width:150px;}
.gz-travel-areas select{height:25px;font-size:15px;}
#popDIV .travePlace {
  height: 30px;
  line-height: 30px;
  background: #076ea8;
  width: 301px;
  float: left;
  color: #fff;
  padding-left:10px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

#popDIV .travePlace .gdCityWarn {
  float: right;
  display: inline-block;
  padding: 0px 10px;
  background: #EA7125;
  height: 20px;
  line-height: 20px;
  color: #fff;
  margin-top: 10px;
}

#popDIV .weatherPlaceTable {
  height: auto;
  overflow: hidden;
  background: #fff;
  clear: both;
  border:1px dotted #076ea8;
}
#popDIV .grid_content1 {
  height: 118px;
  font: 14px/30px "΢���ź� " "����";
  background: #fff;
  text-align: center;
  list-style: none;
  border-right: 1px solid #ededed;
  margin-top: 0;
  float: left;
  width: 150px;
}

#popDIV .grid_content1 li {
  font: 12px/25px "΢���ź�","����";
  height: 25px;
  text-align: left;
  margin-left: 26px;
}

#popDIV .weatherPlaceTableRight{
  width: 150px;
  float: left;
}

#popDIV .weaTem {
  width:124px;
  height:65px;
  font-size:20px;
  line-height:65px;
}


#popDIV .weatherPlaceTableRight li {
  height: 30px;
  line-height: 30px;
  text-align:center;
}
#popDIV .weatherPlaceTableRight img{
	width:30px;
	height:30px;
}
/*国内城市天气预报 end*/
/**番禺自动站 start*/
#panyu_auto{width:100%;height: auto;}
.readme{width:100%;height: auto;}
/**番禺自动站 end*/
/*番禺电台预报start*/
.g-column-module-radioforecast{
	padding: 10px;
}

.g-column-module-radioforecast table{
	width: 100%;
    background-color: #D9E0E8;
    font-family:  微软雅黑,"宋体", "SimSun","Microsoft YaHei", "Arial Narrow";
    font-size: 16px;
}
.g-column-module-radioforecast table td {
    background-color: #f5fbff;
    text-align: center;
    height: 35px;
    padding: 5px 5px;
    line-height: 20px;
}
.g-column-module-radioforecast table td img{
	width: 60px;
	height: 50px;
	vertical-align: middle;
	margin: 0px 10px;
}
.g-column-module-radioforecast table td p:first-child{
	color: #28a0e5;
}
.g-column-module-radioforecast table td span{
	width: 160px;
	height: 30px;
	line-height: 30px;
	display: inline-table;
}
/*番禺电台预报end*/
