.box{
    width: 12rem;
    margin: 0 auto;
    margin-bottom: 0.65rem;
}
.titi{
    color: #000;
    font-size: 0.12rem;
    margin-top: 0.05rem;
}
.titi a{ color: #000;}
.container{
    width: 12rem;
}
.nav_{
    width: 12rem;
    height: 0.45rem;
    background-color: #f2f2f2;
    margin-top: 0.3rem;
}
.nav_ ul{
    width: 12rem;
    position: relative;
}
.nav_ li{
    cursor: pointer;
    width: 1.35rem;
    height: 0.3rem;
    margin-top: 0.08rem;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.3rem;
    float: left;
    margin-left: 0.15rem;
    border-radius: 0.01rem;
}
.nav_ li.act{
    background-color: #fff;
    color: #247dc2;
}
.nav_ li:hover{
    background-color: #fff;
    color: #247dc2;
}
.cont{
    width: 12rem;
    margin-top: 0.45rem;
    min-height: 5.55rem;
}
.tab{
    width: 12rem;
    position: relative;
}
.tab td{
    width: 50%;
    border-bottom:1px dashed #fae6b1;
    height: 0.5rem;
    line-height: 0.5rem;
}
.tab td p{
    font-size: 0.14rem;
    color: #606060;
    line-height: 1.7em;
}
.td_p p{text-align: left;margin-left: 0.45rem;}
.td_sj p{text-align: right;margin-right: 0.45rem;}
.tab tr:last-child td{ border-bottom:none;}
.fy{
    width: 12rem;
    height: 0.3rem;
    margin-top: 0.09rem;
    position: relative;
}
.fy ul{
    height: 0.3rem;
    text-align: center;
    display: inline-block;
    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);
}
.fy li{
    float: left;
    font-size: 0.14rem;
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    margin-right: 0.1rem;
    border: 1px solid #247dc2;
    margin-top: 0.04rem;
    cursor: pointer;
}


