
.shell.special-subject .range a{
    padding: 0 5px;
    height: 430px;
}

.shell.special-subject .range{
    margin-left: -5px;
    margin-right: -5px;
}
.simple-project > img{
    width: 1000px;
    height: 450px;
}

.project-info-block .project-tips li{
    display: inline-block;
    font-size: 18px;
    color: #000000;
    vertical-align: middle;
}

.project-info-block .project-tips li+li{

}

.project-info-block .project-tips li:before{
    content: '';
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("/home/img/safe.png");
    background-repeat: no-repeat;
    background-size: 100%;
}


.city-strength-item > img{
    padding-top: 30px;
}


/*list*/
.country-sift{
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.country-sift .cell-lg-1{
    -webkit-flex-basis: 6.33333%;
    -ms-flex-preferred-size: 6.33333%;
    flex-basis: 6.33333%;
    max-width: 6.33333%;
}


.sift-title{
    font-size: 14px;
    color: #777777;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}


.country-sift *+.range{
    margin-top: 0;
}

.sift-type-label{
    padding: 15px;
}

.sift-type-items{
    padding: 15px 0;
}

.sift-type-label > p+p,
.sift-type-items > ul+ul{
    margin-top: 15px;
}

.sift-type-label > p,
.sift-type-items > ul li{
    font-size: 14px;
    color: #777777;
    line-height: 36px;
}

.sift-type-items > ul li{
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.25s linear;
    cursor: pointer;
}

.sift-type-items > ul li+li{
    margin-left: 5px;
}

.sift-type-items > ul .active,
.sift-type-items > ul li:hover{
    color: #D7A16A;
    border: 1px solid #D7A16A;
}

.country-list{
    margin: 10px 0;
    padding: 20px 0;
    background-color: #ffffff;
}

.country-list > ul >li{
    padding: 30px 0;
    border: 1px solid #E6E6E6;
}

.country-list > ul >li+li{
    margin-top: 20px;
}

.country-list .range{
    margin-left: 0;
    margin-right: 0;
}

.country-list .range [class*='cell-']{
    padding-left: 0;
    padding-right: 0;
}

.country-list .country-left > img{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    /*border: 1px solid #E6E6E6;*/
}


.price {
    font-size: 16px;
    color: #d6000f;
    font-weight: bold;
    padding-left: 25px;
    position: absolute;
    top: 120px;
    left: 2px;
}
.price:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(/home/img/icon.png) 0px 0 no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}

.area {
    font-size: 16px;
    color: #959595;
    padding-left: 22px;
    position: absolute;
    top: 120px;
    left: 120px;
}

.area:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(/home/img/icon.png) -21px 0 no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}

.layout {
    font-size: 16px;
    color: #959595;
    padding-left: 22px;
    position: absolute;
    top: 120px;
    left: 200px;
}
.layout:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(/home/img/icon.png) -42px 0 no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}

