﻿.de-section-title
 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #1c263f;
    line-height: 1em;
}

.de-popular-place
 {
    margin-bottom: 50px;
    width: 100%;
    height: 250px;
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 40px 0 rgba(46,121,188,0.1);
    border: 1px solid rgba(83,166,233,0.15);
}

.de-popular-place .popular-img {
    position: relative;
    width: 46%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.de-popular-place .popular-img+.popular-info {
    float: right;
    width: 54%;
}
.de-popular-place .popular-info {
    position: relative;
    width: 100%;
    padding: 24px 18px 15px;
}

.de-popular-place .popular-title {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.de-popular-place .popular-address {
    padding: 16px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 128px;
    overflow: hidden;
}

.de-popular-place .popular-author {
    position: relative;
    height: 30px;
    line-height: 28px;
    padding-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #1d83d5;
}

.de-popular-place .popular-title h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;   
    line-height: 1.2em;
    padding-top: 4px;
}

.de-popular-place .popular-img img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.de-popular-place .popular-address p i {
    color: #a3b0ba;
    min-width: 16px;
    margin-right: 7px;
    text-align: center;
}


.de-popular-place .popular-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    color: #F1C40F;
}

.de-popular-place .popular-title .rate-it {
    margin-top: 9px;
    height: 14px;
}
