.jutitle{
    text-align: center;
}
.jutitle p{
    letter-spacing: 5px;
    margin-bottom: 30px;
}
.juz{
    background: #F8F8F8;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.jz_pic_img{
    border-radius: 15px;
}
.wxtxt{
    color:#C09F69;
}
.jz_txt{
    width: 80%;
    /*background: #00BCD4;*/
}

.jz_txt_pic{

}
.juzend{
    margin-bottom: 10%;
}
.juz_line{
    width: 50px;
    height: 5px;
    background: #C09F69;
}
.jz_txt ul li{
    list-style: disc;
    color:#C09F69;
    line-height: 30px;
}
.jz_txt ul li span{
    color: #000;
}

@media screen and (max-width: 768px){
    .jz_txt{
        width: 80%;
        padding-left: 15%;
    }
}
@media (min-width: 992px){
    .jz_txt{
        width: 80%;
        padding-left: 15%;
    }
}





