/*@media screen and (min-width:321px) and (max-width:375px){html{font-size:11px}}*/
/*@media screen and (min-width:376px) and (max-width:414px){html{font-size:12px}}*/
/*@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px}}*/
/*@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px}}*/
/*@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px}}*/
/*@media screen and (min-width:800px){html{font-size:25px}}*/
/*@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px}}*/
html{color: #333333;}
a{
    color: #333333;
}
.main_wap{
    background: #efefef;
    padding: 20px;
}
.about{
    min-height: 100px;
    background: #fff;
}
.about>p{
    font-size: 19px;
    color: #1369c0;
    font-weight: bold;
    background: url("jl_wap_pic_08.png") no-repeat left center;
    padding-left: 30px;
    width: 90%;
    margin: auto;
    line-height: 70px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}
.about p a{
    color: #1369c0;
}
.about ul{
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    font-size: 16px;
}
.about ul li{
    background: url("jl_pic_09.png") no-repeat left 20px;
    line-height: 35px;
    padding-left: 40px;
    border-bottom: 1px dashed #efefef;
}
.about ul li span{
    color: #999999;
    display: inline-block;
    font-size: 12px;
}
.about ul li span.r{
    text-align: right;
}
