#baiduMap{
    height: 206px;
}
.concat-row{
   padding-left: 36px;
   padding-right:  21px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 6px;
   margin-bottom: 10px;
   overflow: hidden;
}
.blue-b{
    border: 1px solid RGBA(67, 148, 249, 1);
}
.orange-b{
    border: 1px solid RGBA(251, 142, 142, 1);
}
.violet-b{
    border: 1px solid RGBA(167, 152, 255, 1);
}
.concat-info{
    font-size: 0;
}
.concat-info:last-child{
    margin-bottom: 0;
}
.concat-info span{
    color: RGBA(38, 38, 38, 0.8);
    font-size: 0.14rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.concat-info span:first-child{
    width: 75px;
}
.concat-info span:last-child{
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
}
.img-we{
    width: 86px;
    height: 86px;
    float: left;
}
.img-we img{
    width: 100%;
    height: 100%;
}
.img-detail{
    float: left;
    text-indent: 0.10rem;
    margin-top: 15px;
}
.apply{
    background-color: #fff;
    border: none;
    overflow: hidden;
}
.apply_list{
    display: block;
    padding: 10px 0;
    border-top: 1px solid rgba(38, 38, 38, 0.1);
    font-size: 0;
}
.apply_list:first-child{
    border-top:none; 
}
.apply_list .left{
    padding-top: 1px;
    width: 25px;
    text-align: center;
    vertical-align: top;
}
.apply_list .center{
    font-size: 0.14rem;
    margin-left: 20px;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    text-align: left;
    vertical-align: top;
}
.apply_list .right{
    padding-top: 1px;
    width: 25px;
    text-align: center;
    vertical-align: top;
}
.apply_new{
    background: url(../image/zone/new.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 0px;
    height: 25px;
}
.concat_row{
    font-size: 0;
    display: block;
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 30px;
    line-height: 20px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 4px rgba(241,241,241,0.16);
}
.concat_l{
    width: 40px;
    margin-right: 20px;
}
.i1 img{
    width: 21px;
}
.i2 img{
    width: 23px;
}
.i3 img{
    width: 20px;
}
.i4 img{
    width: 24px;
}
.concat_text{
    font-size:0.16rem;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}