﻿/*切换城市*/
section {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}
.modebox .hd {
    margin: 0 -10px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-family: "Microsoft YaHei";
}
.modebox .hd h6 {
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
    color: #333;
    font-size: 15px;
}

.home-place-list {
    padding: 15px 0;
    overflow: hidden;
}
.home-place-list li {
    width: 20%;
    padding: 0 2.5% 6px 2.5%;
    float: left;
}
.home-place-list li a {
    font-size:14px;
    display: block;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #e6e6e6;
}
.home-place-list li a:hover { color: #fff;  background-color:#F60; text-decoration:none;}
.home-place-list li .loc {
    padding: 0px;
    overflow: hidden;
    margin-top: -30px;
    border: 0;
    height: 28px;
    width: 2px;
}
.cls { clear:both; overflow:hidden;}

.link { color:#63a22e; margin:10px 0px 10px 3%; margin-left:3%;}
.link span{ color:#f60;}
.link a{ text-decoration:underline; color:#63a22e;}

.des{  border: solid 1px #f60; padding:4px; margin:4px; color:#63a22e;}
.des p{ text-indent: 2em;}
.des b{ color:#f60;}
