.box{
    width: 12rem;
    margin: 0 auto;
}
.banner_box{
    position: relative;
    width: 12rem;
    height: 0.35rem;
    margin-top: 0.85rem;
}
.tit{
    font-size: 0.24rem;
    color: #cbcbcb;
    display: inline-block;
    height: 0.35rem;
    line-height: 0.35rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-color: #fff;
    z-index: 2;
}
.line{
    width: 50%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0.175rem;
    z-index: 1;
}
.line_left{ left: 0;}
.line_right{right: 0;}
.map{width: 12rem;height: 4.21rem;margin-top: 1rem;}
.cont{
    width: 7.81rem;
    height: 2.15rem;
    margin: 1rem auto 1rem auto;
}
.left_{
    width: 3.9rem;
    height: 2.15rem;
    border-right: 1px solid #e1e1e1;
    float: left;
}
.left_cont{
    width: 3.33rem;
    height: auto;
    margin-top: 0.4rem;
}
.left_cont p{text-align: right;}
.tit_{
    color: #247ec2;
    font-size: 0.24rem;
}
.con{
    color: #969696;
    font-size: 0.16rem;
    margin-top: 0.15rem;
}
.title{
    color: #000;
    font-size: 0.16rem;
    margin-top: 0.2rem;
}
.right_{
    width: 3.88rem;
    height: 2.15rem;
    float: left;

}
.right_cont{
    width: 3.33rem;
    height: auto;
    margin-top: 0.4rem;
    margin-left: 0.57rem;
}
.l_con{
    line-height: 1.7em;
}
.href_{
    font-size: 0.16rem;
    color: #000;
    text-align: right;
    margin-top: 0.1rem;
}