.wrap {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.pddline {
    padding: 14px 0;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 300;
    border-bottom: 1px solid #e9e9e9;
}
.hotCity {
    display: inline-block;
    margin-left: 0px;
    color: #ff0000;
	font-weight:bold;	
	font-size: 20px;
	padding-bottom: 14px;
}
.pddline {
    padding: 14px 0;
    font-size: 14px;
    color: #ff0000;
    font-weight: 300;
    border-bottom: 1px solid #e9e9e9;
}
.master-area {
    display: inline-block;
    width: 910px;
}
.wd884 {
    width: 1200px !important;
	padding-top:14px;
	border-top: 1px solid #e9e9e9;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.master-area > li {
    display: inline-block;
    width: auto;
    margin-right: 3px;
    width: 130px;
}
.pointer {
    cursor: pointer;
	color: #ff0000;
}
.pointer a{
	color: #0FD1D5;
	font-weight:bold;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}