.place {
    height: 300px;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.place .place-list {
    width: 314px;
    height: 300px;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
}

.place .place-list dt {
    width: 100%;
    height: 50px;
    background: #417CFE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.place .place-list dt span {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
}

.place .place-list dt .more {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    padding-right: 12px;
    background: url('../images/right_white.png') right center no-repeat;
}

.place .place-list dd {
    border: 1px solid #EEEEEE;
    border-top: none;
    padding: 12px;
    height: 250px;
    width: 314px;
    overflow-y: auto;
}

.place .place-list dd::-webkit-scrollbar {
    width: 0;
}

.place .place-list dd a {
    float: left;
    width: 128px;
    height: 36px;
    padding: 0 5px;
    line-height: 36px;
    background: #F8F8F8;
    margin: 4px 8px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.place .place-list dd a.on {
    background: #D5EDFF;
    font-weight: bold;
}

.place .address {
    width: 868px;
    display: flex;
}

.place .address .hiddenAddr {
    display: none;
}

.place .address .map {
    width: 378px;
    height: 298px;
    border: 1px solid #EEEEEE;
}

.place .address .address-detail {
    width: 490px;
    height: 300px;
    background: #F8F8F8;
    padding: 15px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 28px;
}

.place .address .address-detail p {
    margin: 0;
}

.news {
    margin-top: 20px;
    height: 340px;
    display: flex;
    justify-content: space-between;
}

.news-list {
    width: 387px;
    height: 340px;
    border: 1px solid #EEEEEE;
}

.news-list dt {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #EEEEEE;
    background: #F8F8F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 12px;
}

.news-list dt span {
    width: 150px;
    height: 46px;
    background: #417CFE;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
}

.news-list dt .more {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 21px;
    padding-right: 12px;
    background: url('../images/right_gray.png') right center no-repeat;
}

.news-list dd {
    padding: 0 20px 0 32px;
    line-height: 26px;
    margin: 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.news-list dd::before {
    position: absolute;
    left: 20px;
    top: 10px;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #ccc;
}

.questions dd {
    padding: 0 20px;
}

.questions dd::before {
    display: none;
}

.questions dd .ask {
    color: #3E7EFF;
    padding-left: 30px;
    background: url('../images/ask.png') left center no-repeat;
    background-size: 20px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.questions dd .answer {
    padding-left: 30px;
    background: url('../images/answer.png') left center no-repeat;
    background-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.advert-big {
    width: 1200px;
    height: 130px;
    margin: 20px 0;
    line-height: 0;
}

.download {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.advert-sm {
    width: 377px;
    height: 386px;
    margin-left: 20px;
}

.download-list {
    flex: 1;
    height: 386px;
}

.download-list dd {
    line-height: 28px;
}