﻿body {
    background: #F6F6F8
}

/*头部下拉框*/
/*.Intitle {
    width: 100%;
    height: 0.88rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 0.28rem;
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 20%);
    align-items: center;
    position: relative;
}*/

    .Intitle span {
        font-size: .32rem
    }

    .Intitle i {
        background: url(/Content/img/news/newsRelease/Intitle_i.png) no-repeat center;
        background-size: 80%;
        width: 0.32rem;
        height: 0.15rem;
        display: inline-block;
        transition: all .7s ease;
    }

    .Intitle ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 0 0.28rem;
        background: rgba(255,255,255,.8);
        height: 0;
        overflow: hidden;
    }

        .Intitle ul li {
            width: 100%;
            min-height: 0.88rem;
            line-height: .88rem;
            display: flex;
            justify-content: space-between;
            position: relative;
            align-items: center
        }


/*新闻动态*/
.firmMien {
    width: 6.6rem;
    margin: 0.5rem auto 0 auto;
    padding-bottom: .6rem;
}

    .firmMien .firmMien_h6 {
        display: block;
        font-size: .4rem;
        color: #333333;
        font-weight: 400;
        margin-bottom: .46rem
    }

    .firmMien ul li {
        width: 6.6rem;
        background: #fff;
        /*border-radius: 0 0 .24rem .24rem;*/
        margin-bottom: .4rem;
        padding-bottom: 0.4rem;
    }

        .firmMien ul li p {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0.2rem 0.4rem;
        }

        .firmMien ul li img {
            width: 100%;
            height: 3.68rem;
            margin-bottom: .4rem;
            /*border-radius: .24rem .24rem 0 0*/
        }

        .firmMien ul li span {
            margin-top: 0.12rem;
        }

.unfold {
    text-align: center;
    font-size: .26rem;
    color: #f90
}

    .unfold i {
        display: inline-block;
        width: 0.18rem;
        height: 0.12rem;
        vertical-align: middle;
        transform: rotateZ(0deg);
        background: url(/Content/img/news/newsRelease/Intitle_x.png) no-repeat center;
        background-size: 100%;
    }
