﻿.amap-info-content h4{font-weight:bolder;padding:16px 0 12px;color:#000;}
.amap-info-content .address{font-weight:100;font-size:14px;}

nav .nav-main-active2 {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}

.single{padding: 1.8rem 0 1.55rem;}
.single .duty-main .main-text{text-align:left;}


.search-wrapper {
    padding: 1.8rem 0;
}

.search-wrapper .result {
    margin-bottom: 0.2rem;
}

.search-wrapper .result span {
    display: inline-block;
    font-size: 0.18rem;
    margin-right: 0.3rem;
    line-height: 0.48rem;
}

.search-wrapper .result b {
    display: inline-block;
    margin: 0 4px;
    color: #cd0000;
    text-decoration: underline;
}

.search-wrapper .list li {
    position: relative;
    list-style: none;
    border-bottom: 1px dashed #eee;
}

.search-wrapper .list li:first-child {
    border-top: 1px dashed #eee;
}

.search-wrapper .list li:hover .title {
    color: #1792cb;
}

.search-wrapper .list li a {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    padding: 0.1rem 0;
    align-items: center;
}

.search-wrapper .list .title {
    flex: 1;
    font-size: 0.18rem;
    color: #666;
    line-height: 0.48rem;
    margin-right: 1rem;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.search-wrapper .list p {
    font-size: 0.18rem;
    color: #999;
    font-family: 'MONTSERRAT-LIGHT';
}


@media screen and (max-width: 1004px){
    .single{padding: 1.8rem 0.3rem 1.55rem;}

    .search-wrapper {
        padding: 1.8rem 0.3rem;
    }

    .nodata {
        font-size: 0.26rem;
    }

    .search-wrapper .result span {
        font-size: 0.26rem;
    }

    .search-wrapper .list .title {
        font-size: 0.26rem;
    }

    .search-wrapper .list p {
        font-size: 0.26rem;
    }
}