.search {
    position: relative;
}

.content_r .search input {
    border: 0;
    width: 240px;
    line-height: 36px;
    height: 36px;
    padding-left: 20px;
    padding-right: 40px;
    /* margin-bottom: 20px; */
    background-color: #f3f3f3;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    outline: none;
    box-sizing: content-box;
}

.content_r .search img {
    position: absolute;
    top: 10px;
    right: 20px;
}






.all {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    display: inline;
}

#main, #header {

    margin: 0 auto;
}

.lmenu dl:last-of-type{
    margin-top: 5px;
}



.li_item{
    float:left;
    width:830px;
}

#content_left {
    float: left;

    height: auto;
}

.hotcity {
    float: left;
width: 100%;
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.hotcity span {
    font-size: 16px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px;
    font-weight: bold;
}

.hotcity a {
    font-size: 16px;
    color: #0066cc;
    padding-left: 20px;
    float: left;
    font-weight: bold;
}
#content_left .ul {
    float: left;
    margin-bottom: 30px;
}

#content_left .ul .li {
    float: left;
    width: 945px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}



#content_left .ul .li span {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    width: 15px;
    float: left;
    font-weight: normal;
}

#content_left .ul .li a {
    font-size: 16px;
    color: #0066cc;
    padding-left: 20px;
    font-weight: normal;
}

.bth_span {
    display: inline-block;
    width: 78px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #f24444;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
}
.apply_text {
    height: 80px;
    float: right;
    width: 156px;
}
.apply_text .tit {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotcity a:hover{
    color: #f24444;
}

.apply_text p {
    font-size: 12px;
    color: #999;
    width: 90%;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_r{
    padding-top: 24px;
}

#content_left .ul .li a:hover{
    color: #f24444;
}