.banner{
    width: 100%;
}
.banner img{
    display: block;
    width: 100%;
}
.con{
    width: 100%;
    margin:0.5rem 0;
}
.con_box{
    width: 9.4rem;
    margin:0 auto;
}
.con_box h1{
    font-size: 0.34rem;
    text-align: center;
    color:#333;
    margin-top: 0.4rem;
}
.sou{
    text-align: center;
    line-height: 0.5rem;
}
.sou p{
    font-size: 0.24rem;
    color:#999;
    display: inline-block;
    margin:0 0.1rem
}
.con_img{
    width: 100%;
    margin-top: 0.2rem;
}
.con_img img{
    display:block;
    max-width: 100%;
    margin:0 auto
}
.con_box>p{
    font-size: 0.26rem;
    color:#666;
    line-height: 0.5rem;
    margin-top: 0.4rem;
}
.con_box .con_content p{
    font-size: 0.26rem;
    color:#666;
    line-height: 0.5rem;
    margin-top: 0.4rem;
}
.p_n p:first-child{
    float: left;
    font-size: 0.26rem;
    color:#999;
    width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p_n p:nth-child(2){
    float: right;
    color:#999;
    font-size: 0.26rem;
    width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p_n p a{
    color:#999
}
.p_n{
    margin:0.4rem 0
}