﻿.headDiv2{ background: rgba(0, 0, 0, 0.5); }

.single {padding: 0.7rem 0 1.2rem;}
.single .content{font-size: 0.16rem;line-height: 0.32rem;text-align: justify;color: #333;position: relative;padding: 0.4rem 0 0.8rem;}

.search-wrapper {
    padding: 1.1rem 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: #e60012;
    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: #e60012;
}

.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;
}



.indexP4 .swiper-slide-active .imgDiv{margin-left:3.1rem;height: 100%;}


@media screen and (max-width: 1024px) {
    .indexP4 .swiper-slide-active .imgDiv{margin-left:0}


    .single {padding: 0.9rem 0.3rem 1.0rem;}
    .single .content {font-size: 0.26rem;line-height: 0.52rem;padding: 0.2rem 0 0.3rem;}

    .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;
    }

}