﻿.nodata{display:none;text-align:center;font-size: 0.22rem;}

.singleShow{width:100%;}


.search-wrapper {
    padding: 0.4rem 0 1.2rem;
    border-top: #f1f1f1 solid 1px;
}

.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: #e50013;
    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: #e50013;
}

.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: mont;
}

.search-wrapper .list .nodata, .newsP2 .list .nodata, .teamP2 .list .nodata {
    text-align: center;
    font-size: 0.28rem;
}

.search-wrapper .list .nodata{
    margin-top:0.8rem;
}

.aboutP4 .name{line-height: 1.0rem;}
.aboutP4 .name img{max-height: 0.8rem;height:auto;}

.contact .caption{width:100%;}

.aboutP4 .content{max-height: none;}

.touDiv .lan .layer{padding:0;width:120px;}
.touDiv .lan .layer li {border-bottom: 1px solid #eee;}
.touDiv .lan .layer li:last-child {border: none;}
.touDiv .lan .layer li a img {width: 100%;}


@media screen and (max-width: 1280px) {
    .nav li{padding: 0 0.1rem;}
}


@media screen and (max-width: 1024px) {
    .touDiv .lan .layer{width:100px;}

    .search-wrapper {
        padding: 1.1rem 0.3rem;
    }

    .search-wrapper .result span {
        font-size: 0.26rem;
    }

    .search-wrapper .list .title {
        font-size: 0.26rem;
    }

    .search-wrapper .list p {
        font-size: 0.26rem;
    }
}