@charset "utf-8";


.we-cover {
    margin: 70px 0 0 20px;
    font-size: 110%;
    font-weight: 500;
    color: #517394;
	position: relative
}
.city {
    padding: 35px 0 0 23px;
    list-style: none;
    border-bottom: 1px solid rgba(214, 122, 41, 0.2);
    font-size: 110%;
    color: #517394;
    font-weight: 700;
}
.city a {
    text-decoration: none;
    color: #517394;
}
#list li {
    padding: 28px 0 0 50px;
    list-style: none;
    border-bottom: 1px solid rgba(214, 122, 41, 0.2);
}
#list li a {
    text-decoration: none;
    color: rgba(214, 122, 41, 0.9);
}
