@charset "utf-8";
/*洞见页面样式*/
.main{
    background: #ececec;
}
img{
    width: 100%;
    /*height:100%;*/
}
.case_banner{
    width: 100%;
    height:6rem;
    position: relative;
}
.banner_desc{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    padding:0.88rem 1rem;
    color: #fff;
}
.banner_desc h2{
    line-height: 1rem;
    font-size:1rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
    text-shadow: 0.06rem 0 0.14rem rgba(20,21,21,0.18);;
}
.banner_desc p{
    line-height:0.68rem;
    font-size: 0.52rem;
}
.insight_content{
    width: 100%;
    background: #fff;
    padding-bottom: 1.7rem;
    border-bottom: 0.8rem solid #ececec;
}
.insight_desc{
    font-size: 0.6rem;
    line-height:0.88rem;
    color: #222;
    padding: 1.8rem 1rem;
    max-height: 1000px;
}
.insight_desc p{
    text-align:justify;
}
.insight_nav{
    width: 100%;
    border: 0.02rem solid #ddd;
    line-height:1.36rem;
    padding: 0 1rem;
}
.insight_nav span{
    float: left;
    width: 3.2rem;
    border-right: 0.02rem solid #ddd;
    text-align: center;
    font-size:0.48rem


}
.insight_nav span.current{
    color: #d4082b;
}
.insight_nav span:last-child{
    border-right: none;
}
.insight_list{
    display: none;
    padding:1rem 1rem 0;
}
.insight_list a{
    display: block;
    margin-bottom: 1.88rem;
}
.block{
    display: block;
}
.insight_img{
    width: 100%;
    height:6.8rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
}
.insight_info{
    width: 100%;
}
.insight_info h4{
    width: 100%;
    height:0.6rem;
    font-size: 0.6rem;
    line-height:0.6rem;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0.6rem;
}

.insight_info h5{
    font-size: 0.48rem;
    line-height:0.48rem;
    margin-bottom: 0.48rem;

}
.insight_info p{
    float: left;
    font-size: 0.48rem;
    line-height:0.72rem;
}

.loadmore{
    display: block;
    width: 4.4rem;
    height:1.2rem;
    line-height:1.2rem;
    border: 0.02rem solid #c8151d;
    font-size: 0.52rem;
    color: #c8151d;
    text-align: center;
    margin:0 auto!important;
}
.loadmore i{
    color: #c8151d;
    font-size: 0.52rem;

}
/*洞见详情*/
.insight_detail_con{
    width: 100%;
    padding:1.2rem 1rem 2.4rem;
    background: #fff;
    color: #222;
    border-bottom: 0.8rem solid #ececec;
}
.insight_detail_title{
    border-bottom: 0.02rem solid #999;
}
.insight_detail_title h2{
    font-size:1.12rem;
    line-height: 1.44rem;
    margin-bottom: 0.88rem;
}
.insight_detail_title p {
    font-size:0.6rem ;
    line-height: 1.24rem;
}
.insight_detail_desc{
    margin-bottom: 2.48rem;
}
.insight_detail_desc p{
   font-size: 0.6rem!important;
   line-height:1rem!important;
   margin: 0.8rem 0 0.72rem!important;
   max-height: 100rem;
   text-align: justify; text-indent:0 !important;
}
.insight_detail_desc p span{
   font-size: 0.6rem!important;
   line-height:1rem!important;
   margin: 0.8rem 0 0.72rem!important;
   max-height: 100rem;
}
.insight_detail_desc>img{
    width: 100%;
    height:auto;
}