.rightMap{ max-width:900px; width:60%;}

.pageTitle .b {
	font-weight:bold;
    font-size: 42px;
    line-height: 55px;
    color: #333333;
}

.pageTitle .s {
    font-size: 18px;
    line-height: 25px;
    color: #939393;
}

.maxWidth.flexBetween {
    padding: 0;
    max-width: 1550px;
    margin-top: 150px;
    padding-top: 60px;
    padding-bottom: 123px;
}

.leftFilter {
    max-width: 604px;
    flex: 1;
    position: relative;
}

.leftFilter .list {
    padding: 0 37px;
    margin-top: 85px;
    background-color: white;
}

.leftFilter .list li {
    background: url('../img/adrIcon.png') no-repeat 10px 30px / 20px 25px;
}

.leftFilter .list li:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}

.leftFilter .list li a {
    display: block;
    padding: 25px 0 25px 45px;
}

.leftFilter .list .b {
    font-size: 20px;
    color: var(--themaBlack);
}

.leftFilter .list .s {
    font-size: 15px;
    line-height: 25px;
    color: var(--themaFontBlack);
}

.leftFilter .fourBtn {
    margin-bottom: 38px;
    font-size: 0;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
}

.leftFilter .fourBtn > * {
    display: block;
    line-height: 62px;
    flex: 1;
    max-width: calc((100% - 12px) / 3);
}

.leftFilter .fourBtn .button {
    text-align: center;
    font-size: 18px;
    color: white;
    outline: none;
    cursor: pointer;
    max-height: 62px;
    border: 0;
    background-color: var(--themaGreen);
}

.leftFilter .fourBtn .select {
    position: relative;
    height: 62px;
    padding-top: 62px;
    line-height: 62px;
    cursor: pointer;
    color: var(--themaBlack);
    background-color: white;
}

.leftFilter .fourBtn .select.on{ height:200px;overflow-y: scroll;}

.leftFilter .fourBtn .select dt::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/selectIcon.png');
}

.leftFilter .fourBtn .select dt {
   position: absolute;
    padding-left: 30px;
    top: 0;
    font-size: 18px;
    width: 100%;
}

.leftFilter .fourBtn .select dd {
    display: none;
    position: relative;
    left: 0;
    line-height: 45px;
    padding-left: 35px;
    font-size: 16px;
    border-top: 1px solid #eee;
    color: var(--themaFontBlack);
    background-color: white;
    box-shadow: 0px 2px 3px #ababab;
}

.leftFilter .fourBtn .select dd:hover {
    background-color: #eee;
}


@media (max-width:768px) {
.maxWidth.flexBetween{ display:block; padding:0 15px; margin-top:15%;}
.leftFilter,.rightMap{ max-width:inherit; width:100%; margin-top:15%;}
}


@media (max-width:640px) {
.pageTitle .b{ line-height:normal;font-size:26px;}	
.leftFilter .list .b{ font-size:17px;}
.leftFilter .fourBtn .select dt{ padding-left:15px;}
.leftFilter .fourBtn .select dt::after{ right:15px;}
.leftFilter .fourBtn .select dt,.leftFilter .fourBtn .button{ font-size:16px;}
.leftFilter .list .s{ font-size:14px;}
}